Skip to main content

icon-download


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

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

Icon font

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

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

Code point

  • Unicode: U+F12D
  • CSS: \F12D
  • JS: \uF12D
  • HTML: &#xF12D;

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-download" viewBox="0 0 16 16">
  <path fill-rule="evenodd" d="M14.666 10v2.666a2 2 0 0 1-2 2H3.333a2 2 0 0 1-2-2V10a.667.667 0 0 1 1.333 0v2.666a.666.666 0 0 0 .667.667h9.333a.666.666 0 0 0 .667-.667V10a.666.666 0 1 1 1.333 0Zm-7.14.473c.065.059.14.106.22.14.08.034.167.052.254.053a.667.667 0 0 0 .246-.053.767.767 0 0 0 .22-.14L11.8 7.14a.671.671 0 0 0-.218-1.092.67.67 0 0 0-.729.145l-2.187 2.2V2a.667.667 0 0 0-1.333 0v6.393l-2.193-2.2a.67.67 0 1 0-.947.947l3.333 3.333Z"/>
</svg>