Skip to main content

icon-photo


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

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

Icon font

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

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

Code point

  • Unicode: U+F15B
  • CSS: \F15B
  • JS: \uF15B
  • HTML: &#xF15B;

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-photo" viewBox="0 0 16 16">
  <path d="M12.666 1.333H3.333a2 2 0 0 0-2 2v9.333A1.995 1.995 0 0 0 3.18 14.66h.013a.992.992 0 0 0 .14.006h9.333a2 2 0 0 0 2-2V3.333a2 2 0 0 0-2-2Zm-10 2a.667.667 0 0 1 .667-.667h9.333a.666.666 0 0 1 .667.667v5.053L11.14 6.193a.672.672 0 0 0-.947 0L3.1 13.286a.658.658 0 0 1-.434-.62V3.333Zm10.667 9.333a.666.666 0 0 1-.667.667h-7.72l5.72-5.727 2.667 2.674v2.386ZM5.666 7.333a1.667 1.667 0 1 0 0-3.333 1.667 1.667 0 0 0 0 3.333Zm0-2a.333.333 0 1 1 0 .667.333.333 0 0 1 0-.667Z"/>
</svg>