Skip to main content

icon-disabled


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

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

Icon font

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

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

Code point

  • Unicode: U+F12A
  • CSS: \F12A
  • JS: \uF12A
  • HTML: &#xF12A;

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-disabled" viewBox="0 0 16 16">
  <path d="M8 .667a7.333 7.333 0 1 0 5.08 12.607.8.8 0 0 0 .193-.193A7.322 7.322 0 0 0 8 .666ZM8 2a5.996 5.996 0 0 1 4.686 9.74L4.26 3.314A5.975 5.975 0 0 1 8 2Zm0 12a5.995 5.995 0 0 1-4.687-9.74l8.427 8.427A5.975 5.975 0 0 1 8 14Z"/>
</svg>