Skip to main content

Truck Circle Eu


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">truck_circle_eu</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#truck-circle-eu" />
</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-truck-circle-eu" viewBox="0 0 24 24">
  <path d="M8.25 14.16a1.43 1.43 0 1 0 0 2.86 1.43 1.43 0 0 0 0-2.86m0 2.05c-.34 0-.61-.27-.61-.61s.27-.61.61-.61.61.27.61.61-.27.61-.61.61M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 18.5c-3.64 0-6.74-2.3-7.95-5.52H6c0 .29.16.56.41.71v-.1c0-1.01.81-1.84 1.82-1.85 1.01 0 1.84.81 1.85 1.82 0 .08 0 .16-.01.24h3.7c-.1-1.01.63-1.91 1.64-2.01a1.832 1.832 0 0 1 2.01 2.01h1.24c.45 0 .82-.37.82-.82v-2.72l-.5-2.99c-.1-.59-.61-1.02-1.21-1.02h-.45c-.25-.62-.85-1.02-1.52-1.02h-2.86v6.53h-.82V7.63c0-.23-.18-.41-.41-.41H4.97a8.5 8.5 0 0 1 7.02-3.72c4.69 0 8.5 3.81 8.5 8.5s-3.81 8.5-8.5 8.5Zm2.98-9.18V9.06h2.78c.2 0 .37.14.4.34l.37 2.23-3.44-.31h-.12Zm.62 2.84a1.43 1.43 0 1 0 1.43 1.43c0-.79-.64-1.43-1.43-1.43m0 2.05c-.34 0-.61-.27-.61-.61s.27-.61.61-.61.61.27.61.61-.27.61-.61.61"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.