Skip to main content

icon-trophy


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

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

Icon font

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

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

Code point

  • Unicode: U+F18B
  • CSS: \F18B
  • JS: \uF18B
  • HTML: &#xF18B;

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-trophy" viewBox="0 0 16 16">
  <path d="M11.003 15.334h-6a.667.667 0 0 1-.666-.667V12a.662.662 0 0 1 .198-.473l.006-.007a5.955 5.955 0 0 0 1.5-2.326l-.426-.59a5.82 5.82 0 0 1-.323-.496l-.2-.334-.062-.008a4.849 4.849 0 0 1-3.973-4.772.667.667 0 0 1 .666-.667h1.654c-.028-.33-.044-.66-.04-.993a.667.667 0 0 1 .666-.667h8a.667.667 0 0 1 .667.685c-.01.324-.03.65-.062.975h1.667a.666.666 0 0 1 .666.667 4.85 4.85 0 0 1-3.972 4.769.886.886 0 0 1-.072.01l-.223.39a4.14 4.14 0 0 1-.243.384l-.446.64c.034.09.07.18.108.267a6.52 6.52 0 0 0 1.384 2.08.666.666 0 0 1 .193.45v2.683a.667.667 0 0 1-.667.667ZM5.67 14h4.667v-1.333H5.67V14Zm.768-2.666H9.6a7.915 7.915 0 0 1-.99-2.062.667.667 0 0 1 .091-.572l.64-.92c.062-.086.12-.175.172-.267l.41-.721c.326-.63.597-1.288.81-1.965.203-.628.355-1.272.456-1.924l.004-.025c.045-.291.08-.584.105-.878H4.69c.018.297.049.593.091.886l.004.027c.084.61.218 1.212.4 1.8.221.713.51 1.404.864 2.062l.392.653c.077.135.161.264.252.39l.629.866a.667.667 0 0 1 .097.587 7.945 7.945 0 0 1-.334.894c-.18.408-.396.8-.647 1.169ZM12.41 3.66a13.94 13.94 0 0 1-.405 1.572c-.096.3-.2.6-.318.895a3.515 3.515 0 0 0 1.859-2.467H12.41Zm-9.956 0a3.515 3.515 0 0 0 1.813 2.442 11.918 11.918 0 0 1-.352-.991c-.149-.476-.269-.96-.36-1.45H2.454Z"/>
</svg>