Skip to main content

Shield


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">shield</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-outlined-icons.svg#shield" />
</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-outline mi-shield" viewBox="0 0 24 24">
  <path d="m19.87 5.36-7.1-3.19a2 2 0 0 0-1.57-.04L4.17 4.87c-.43.17-.69.6-.63 1.05l.26 1.91c.73 5.39 3.41 10.33 7.53 13.92.19.16.42.24.66.24s.47-.08.66-.24c4.13-3.58 6.83-8.52 7.59-13.91l.2-1.44a.98.98 0 0 0-.58-1.04ZM11 18.62A20.36 20.36 0 0 1 5.79 7.57l-.15-1.12L11 4.36zm7.27-11.06A20.6 20.6 0 0 1 13 18.62V4.47l5.36 2.41-.1.69Z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.