Skip to main content

icon-award


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

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

Icon font

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

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

Code point

  • Unicode: U+F10B
  • CSS: \F10B
  • JS: \uF10B
  • HTML: &#xF10B;

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-award" viewBox="0 0 16 16">
  <path d="M10.797 9.162a4.806 4.806 0 1 0-5.589 0 .592.592 0 0 0-.08.228l-.727 5.477a.6.6 0 0 0 .904.595l2.696-1.618 2.694 1.616a.6.6 0 0 0 .906-.593l-.727-5.479a.616.616 0 0 0-.077-.226Zm-6.4-3.9a3.605 3.605 0 1 1 7.21.002 3.605 3.605 0 0 1-7.211-.003Zm3.914 7.366a.6.6 0 0 0-.619 0l-1.933 1.161.533-4.041a4.725 4.725 0 0 0 3.415 0l.537 4.041-1.933-1.161Z"/>
</svg>