Skip to main content

icon-refresh


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

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

Icon font

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

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

Code point

  • Unicode: U+F164
  • CSS: \F164
  • JS: \uF164
  • HTML: &#xF164;

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-refresh" viewBox="0 0 16 16">
  <path d="M14.293 10.223A6.66 6.66 0 0 1 3.3 12.716l-1.967-1.847v2.46c0 .367-.3.667-.666.667A.669.669 0 0 1 0 13.329v-4c0-.02.013-.04.013-.06a.667.667 0 0 1 .04-.193c.014-.027.027-.047.04-.067.027-.046.047-.1.087-.14a.657.657 0 0 1 .48-.206h4.007c.366 0 .666.3.666.666 0 .367-.3.667-.666.667h-2.32l1.866 1.753c.007.007.014.007.014.014a5.357 5.357 0 0 0 4.953 1.433 5.39 5.39 0 0 0 2.367-1.213 5.358 5.358 0 0 0 1.486-2.207.671.671 0 0 1 .854-.407c.346.12.526.507.406.854Zm1.7-3.54c0-.007.007-.014.007-.02v-4c0-.367-.3-.667-.667-.667-.366 0-.666.3-.666.667v2.46l-1.96-1.84a6.656 6.656 0 0 0-6.18-1.787 6.655 6.655 0 0 0-4.814 4.28.659.659 0 0 0 .407.847.659.659 0 0 0 .847-.407 5.321 5.321 0 0 1 3.853-3.42 5.29 5.29 0 0 1 2.66.08 5.292 5.292 0 0 1 2.293 1.353c0 .007.007.007.014.014l1.866 1.753h-2.32c-.366 0-.666.3-.666.667 0 .366.3.666.666.666h4.007a.647.647 0 0 0 .48-.206.676.676 0 0 0 .107-.174c.006-.013.013-.02.02-.033a.562.562 0 0 0 .046-.233Z"/>
</svg>