Skip to main content

icon-megaphone


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

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

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

Icon font

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

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

Code point

  • Unicode: U+F147
  • CSS: \F147
  • JS: \uF147
  • HTML: &#xF147;

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-megaphone" viewBox="0 0 16 16">
  <g clip-path="url(#a)">
    <path d="M11.847 1.027a.66.66 0 0 0-.855-.378l-.012.005a.803.803 0 0 0-.193.113L5.84 5.074l-4.047 1.6a.671.671 0 0 0-.38.867l1.64 4.133a.666.666 0 0 0 .862.382h.005l.553-.22a15.518 15.518 0 0 0 1.727 2.81 2.045 2.045 0 0 0 1.57.744 2.09 2.09 0 0 0 1.022-.276 1.91 1.91 0 0 0 .261-.194 1.497 1.497 0 0 0 .156-2.012l-.804-1.053a2.012 2.012 0 0 1-.454-1.396l.016-.005 6.553-.254a.667.667 0 0 0 .647-.685.754.754 0 0 0-.047-.22l-3.273-8.268ZM2.9 7.674 5.82 6.52l1.14 2.893-2.913 1.153L2.9 7.674Zm5.257 6.055a.167.167 0 0 1 .035.113.184.184 0 0 1-.03.088c-.021.02-.043.037-.043.037a.704.704 0 0 1-.876-.153 14.122 14.122 0 0 1-1.525-2.467l.915-.367c.072.628.325 1.221.728 1.708l.796 1.041Zm.116-4.628L6.987 5.847l3.966-3.453 2.58 6.507-5.26.2Zm-5.898 2.045L1.287 8.393a.667.667 0 1 0-1.24.49l1.091 2.755a.667.667 0 1 0 1.238-.49l-.001-.002Zm12.807-7.821a2.147 2.147 0 0 0-1.011-.438.667.667 0 0 0-.719.905l.943 2.382a.667.667 0 0 0 1.144.167 2.148 2.148 0 0 0-.356-3.016Z"/>
  </g>
  <defs>
    <clipPath id="a">
      <path d="M0 0h16v16H0z"/>
    </clipPath>
  </defs>
</svg>