Skip to main content

icon-snow


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

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

Icon font

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

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

Code point

  • Unicode: U+F179
  • CSS: \F179
  • JS: \uF179
  • HTML: &#xF179;

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-snow" viewBox="0 0 16 16">
  <g clip-path="url(#a)">
    <path d="M13.333 12.386a.667.667 0 0 1-.267-1.277A2.667 2.667 0 0 0 12 6h-.84a.667.667 0 0 1-.645-.5 4.667 4.667 0 1 0-7.432 4.813.667.667 0 0 1-.832 1.042 6 6 0 1 1 9.402-6.688H12a4 4 0 0 1 1.6 7.667.652.652 0 0 1-.267.053Zm-7.327-1.72A.667.667 0 0 0 5.34 10h-.006a.667.667 0 1 0 .673.666Zm0 2.667a.667.667 0 0 0-.667-.667h-.006a.667.667 0 1 0 .673.667ZM8.673 12a.667.667 0 0 0-.667-.667H8a.666.666 0 1 0 .674.667Zm0 2.666A.667.667 0 0 0 8.006 14H8a.667.667 0 1 0 .674.666Zm2.666-4a.667.667 0 0 0-.666-.666h-.007a.667.667 0 1 0 .673.666Zm0 2.667a.667.667 0 0 0-.666-.667h-.007a.667.667 0 1 0 .673.667Z"/>
  </g>
  <defs>
    <clipPath id="a">
      <path d="M0 0h16v16H0z"/>
    </clipPath>
  </defs>
</svg>