Skip to main content

Help Outlined


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">help_outlined</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#help-outlined" />
</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-help-outlined" viewBox="0 0 24 24">
  <path d="M11.95 5.75c-.17 0-.34.01-.51.04A3.69 3.69 0 0 0 8.47 8.4c-.09.31-.03.64.16.89s.47.39.78.39h.26c.43 0 .8-.29.94-.73a1.46 1.46 0 0 1 1.81-.93c.51.15.92.6 1.01 1.12.09.51-.05.99-.4 1.32l-1.07 1.09c-.39.39-.69.87-.87 1.4-.13.39-.2.8-.2 1.21v.68h2.22v-.25c0-.34.03-.63.1-.92.14-.55.41-.91.83-1.34l.77-.79c.91-.91 1.32-2.53.19-4.1-.76-1.05-1.9-1.68-3.06-1.68Zm.05 9.99a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5m0-13.75C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2Zm0 18c-4.41 0-8-3.59-8-8S7.59 4 12 4s8 3.59 8 8-3.59 8-8 8Z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.