Skip to main content

Camera


Examples

Heading
Smaller heading

Inline text

Inline font

Example link text

Download

Download the SVG to use or edit.

Download SVG

Icon font

Using the web font? Copy, paste, and go.

<i class="wiw-icon wiw-camera"></i>

Code point

  • Unicode: U+F11D
  • CSS: \F11D
  • JS: \uF11D
  • HTML: &#xF11D;

Copy HTML

Paste the SVG right into your project's code.

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="wiw-icon wiw-camera" viewBox="0 0 24 24">
  <g fill-rule="evenodd">
    <path d="M20 10h-2a1 1 0 1 1 0-2h2a1 1 0 1 1 0 2"/>
    <path d="M22 18c0 .552-.449 1-1 1H3c-.551 0-1-.448-1-1V8c0-.552.449-1 1-1h18c.551 0 1 .448 1 1v10ZM21 5H9a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2C1.346 5 0 6.346 0 8v10c0 1.654 1.346 3 3 3h18c1.654 0 3-1.346 3-3V8c0-1.654-1.346-3-3-3Z"/>
    <path d="M12 16c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3m0-8c-2.757 0-5 2.243-5 5s2.243 5 5 5 5-2.243 5-5-2.243-5-5-5"/>
  </g>
</svg>