Skip to main content

icon-upload


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

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

Icon font

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

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

Code point

  • Unicode: U+F18E
  • CSS: \F18E
  • JS: \uF18E
  • HTML: &#xF18E;

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-upload" viewBox="0 0 16 16">
  <path fill-rule="evenodd" d="M14.666 9.996v2.667a2 2 0 0 1-2 2H3.333a2 2 0 0 1-2-2V9.996a.667.667 0 0 1 1.333 0v2.667a.667.667 0 0 0 .667.667h9.333a.667.667 0 0 0 .667-.667V9.996a.666.666 0 1 1 1.333 0ZM5.14 5.803l2.193-2.2v6.393a.667.667 0 0 0 1.333 0V3.603l2.194 2.2a.67.67 0 1 0 .946-.947L8.473 1.523a.767.767 0 0 0-.22-.14.667.667 0 0 0-.507 0 .767.767 0 0 0-.22.14L4.193 4.856a.67.67 0 0 0 .947.947Z"/>
</svg>