Skip to main content

icon-camera


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

Using the Icon Component? Copy, paste, and go.

<s-icon name="icon-camera"></s-icon>

Icon font

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

<span class="sf-main sf-icon-camera"></span>

Code point

  • Unicode: U+F10E
  • CSS: \F10E
  • JS: \uF10E
  • HTML: &#xF10E;

Copy HTML

Paste the SVG right into your project's code.

<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="s-icon s-icon-icon-camera" viewBox="0 0 16 16">
  <path d="M14 14.666H2a2 2 0 0 1-2-2V5.333a2 2 0 0 1 2-2h2.31L5.443 1.63A.667.667 0 0 1 6 1.333h4a.666.666 0 0 1 .555.297l1.135 1.703H14a2 2 0 0 1 2 2v7.333a2 2 0 0 1-2 2Zm-12-10a.667.667 0 0 0-.667.667v7.333a.667.667 0 0 0 .667.667h12a.667.667 0 0 0 .667-.667V5.333A.667.667 0 0 0 14 4.666h-2.667a.667.667 0 0 1-.554-.296L9.643 2.666H6.357L5.223 4.37a.667.667 0 0 1-.556.296H2ZM8 12a3.333 3.333 0 1 1 0-6.667A3.333 3.333 0 0 1 8 12Zm0-5.334a2 2 0 1 0 0 4 2 2 0 0 0 0-4Z"/>
</svg>