Skip to main content

Antenna


Examples

Heading
Smaller heading

Inline text 

Example link text 

Icon font

Use in web applications, on buttons, and anywhere you need more than a few icons.

<i class="modus-icons" aria-hidden="true">antenna</i>

SVG sprite

Use for static sites when you only need a few icons.

<svg class="mi" width="1em" height="1em" fill="currentColor">
  <use xlink:href="/modus-solid-icons.svg#antenna" />
</svg>

SVG code

Use when you don't want any dependency.

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="mi-solid mi-antenna" viewBox="0 0 24 24">
  <path d="M15.47 7.28c.51.2 1.09-.05 1.3-.57.2-.51-.05-1.09-.57-1.3a6.01 6.01 0 0 0-6.43 1.34 5.99 5.99 0 0 0-1.34 6.43c.15.39.53.64.93.64a1.008 1.008 0 0 0 .93-1.37c-.58-1.48-.23-3.17.9-4.29a4.01 4.01 0 0 1 4.29-.9Zm4.43 14.31-4.54-9.3c.4-.37.65-.89.65-1.47 0-1.1-.9-2-2-2s-2 .9-2 2c0 .58.25 1.1.65 1.47l-4.54 9.3a1 1 0 0 0 .9 1.44c.37 0 .73-.21.9-.56l.77-1.58 5.78-1.78 1.64 3.35a1.005 1.005 0 0 0 1.34.46 1 1 0 0 0 .46-1.34Zm-8.62-1.93 1.27-2.61 3.05 1.29zm1.7-3.48 1.03-2.1 1.61 3.3zM8.35 5.34a8 8 0 0 1 7.22-2.19c.54.11 1.07-.24 1.18-.79s-.25-1.07-.79-1.18c-3.29-.65-6.66.37-9.02 2.74a10 10 0 0 0-2.74 9.02c.09.48.51.81.98.81.06 0 .13 0 .2-.02.54-.11.89-.63.79-1.18a8 8 0 0 1 2.19-7.22Z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.