Skip to main content

icon-file-upload


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

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

Icon font

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

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

Code point

  • Unicode: U+F134
  • CSS: \F134
  • JS: \uF134
  • HTML: &#xF134;

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-file-upload" viewBox="0 0 16 16">
  <path fill-rule="evenodd" d="M10.534 2.027c-.533 0-1.04.213-1.413.587L2.994 8.74a3.348 3.348 0 0 0-.066 4.734 3.342 3.342 0 0 0 4.733.06l.08-.08 6.094-6.094c.26-.26.686-.26.946 0 .26.26.26.687 0 .947l-6.1 6.127a4.698 4.698 0 0 1-6.646-.014C.207 12.58.207 9.6 2.054 7.774L8.18 1.647a3.332 3.332 0 0 1 4.72 0 3.332 3.332 0 0 1 0 4.72l-6.133 6.127c-.78.78-2.053.78-2.833 0a2.008 2.008 0 0 1 0-2.834l5.66-5.626c.26-.26.686-.26.946 0 .26.26.26.686 0 .946l-5.66 5.654a.67.67 0 0 0-.006.94c.126.126.3.2.48.2a.651.651 0 0 0 .466-.2l6.133-6.127a2 2 0 0 0 0-2.827 2.015 2.015 0 0 0-1.42-.593Z"/>
</svg>