Skip to main content

icon-dollar


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

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

Icon font

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

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

Code point

  • Unicode: U+F12B
  • CSS: \F12B
  • JS: \uF12B
  • HTML: &#xF12B;

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-dollar" viewBox="0 0 16 16">
  <path d="M11.788 8.212a3 3 0 0 0-2.122-.879h-1V4h2.667a.667.667 0 1 0 0-1.333H8.666v-2a.667.667 0 0 0-1.333 0v2h-1a3 3 0 1 0 0 6h1V12H4a.666.666 0 1 0 0 1.333h3.333v2a.667.667 0 1 0 1.333 0v-2h1a3 3 0 0 0 2.122-5.121Zm-5.455-.879a1.667 1.667 0 1 1 0-3.333h1v3.333h-1ZM9.666 12h-1V8.667h1a1.667 1.667 0 1 1 0 3.333Z"/>
</svg>