Skip to main content

icon-home


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

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

Icon font

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

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

Code point

  • Unicode: U+F13D
  • CSS: \F13D
  • JS: \uF13D
  • HTML: &#xF13D;

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-home" viewBox="0 0 16 16">
  <path fill-rule="evenodd" d="m14.413 5.474-6-4.667a.67.67 0 0 0-.82 0l-6 4.667a.657.657 0 0 0-.26.526v7.334c0 .533.213 1.04.587 1.413.373.373.88.587 1.413.587h9.333a2.001 2.001 0 0 0 2-2V6a.67.67 0 0 0-.253-.526ZM9.333 14H6.666V8.667h2.667V14Zm4-.666a.65.65 0 0 1-.193.473.689.689 0 0 1-.474.193h-2V8c0-.366-.3-.666-.666-.666H6c-.367 0-.667.3-.667.666v6h-2a.688.688 0 0 1-.473-.193.688.688 0 0 1-.194-.473V6.327L8 2.18l5.333 4.147v7.007Z"/>
</svg>