Skip to main content

Xr10

  • Tags:

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">xr10</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="/field-systems-icons.svg#xr10" />
</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-xr10" viewBox="0 0 24 24">
  <path d="M12.015 2.009c1.66.002 2.829.25 3.517.533.018 1.03.028 4.565-.877 7.167l.578.214.004-.009c.084-.19 1.162-2.634 1.666-6.164.13.248.186.435.186.435 4.431 2.567 4.758 7.39 4.758 7.39s.671.71.774.977c.075.202.136 1.424.162 2.056a41.3 41.3 0 0 0-21.266-.084l-.317.084c.026-.631.087-1.868.163-2.065.103-.267.774-.977.774-.977s.327-4.832 4.757-7.39c0 0 .056-.186.187-.435.503 3.53 1.581 5.973 1.666 6.164l.003.009.579-.213c-.905-2.603-.896-6.129-.877-7.168.69-.284 1.866-.533 3.535-.533z"/>
  <path d="M21.003 16.595c.09-.45.09-.901 0-1.262-.09-.27-.72-.45-1.081-.54-2.523-.72-5.135-.811-7.748-.901-2.522.09-4.955.18-7.297.72-1.802.361-1.892.541-1.802 1.893v.09a35.55 35.55 0 0 1 17.928 0"/>
  <path d="M17.039 21.73c2.072-.36 3.333-1.442 3.694-3.153 0-.45.09-1.082.18-1.352-5.946-1.621-11.892-1.621-17.748 0 0 .311.086.666.14.885.023.098.04.169.04.196.18.721.45 1.442.901 2.072C5.327 21.55 7.04 21.73 8.751 21.91h.54c.811 0 1.532-.18 2.072-.901a.78.78 0 0 1 .63-.36c.271 0 .541.18.812.45.45.54.99.901 1.712.901h.36zM2.524 17.38c-.107-.82-.26-1.996-.26-2.407-1.08.45-1.171 1.171-.99 2.432 0-.09.18.631.09.631l.052.112c.075.166.162.356.308.429.222.148.444.235.767.362l.224.088c0-.36 0-.63-.09-.81 0-.063-.044-.4-.101-.838m20.371-.424c.09-1.171-.18-1.622-1.081-1.982-.09.63-.18 1.261-.18 1.622 0 .18-.09 1.35-.18 1.441-.049.144-.07.313-.095.493-.021.16-.044.33-.086.498l.18.09q.066-.023.138-.044c.245-.078.522-.165.673-.316.18-.09.36-.36.36-.54 0 0 .18-.902.27-1.262"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.