Skip to main content

Satellite


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">satellite</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#satellite" />
</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-satellite" viewBox="0 0 24 24">
  <path d="M20.55 3.47a1.54 1.54 0 0 0-2.19 0l-6.11 6.06.79.79-.4.3-1.68-1.69c-.58-.39-1.36-.26-1.78.3a1.32 1.32 0 0 0-.3 1.79l1.68 1.69-.4.4-.79-.79-5.94 6.05c-.59.6-.59 1.57 0 2.17.6.61 1.59.61 2.19 0l6.01-6.05-.79-.79.4-.4.79.79c.13.13.31.2.49.2-.99 1.59-1.09 3.37-.1 4.37.49.5 1.97-.3 3.36-1.59l1.28.3c-.09.31-.01.65.2.89.34.3.85.3 1.18 0a.9.9 0 0 0 0-1.19.93.93 0 0 0-.89-.2l-.4-1.09c1.18-1.39 2.07-2.78 1.58-3.37-.99-.99-2.86-.89-4.35.2a.8.8 0 0 0-.2-.5l-.79-.79.4-.4.79.79 5.94-6.06c.59-.61.59-1.58 0-2.18Z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.