Spedometer Max icon in outline, twotone, bold and bulk. Free in all four styles, for logistics, fleet, garage, fuel, rides. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconSpedometerMax } from "@devigner-ui/icons";
<IconSpedometerMax className="size-6" />
<script setup>
import { IconSpedometerMax } from "@devigner-ui/icons-vue";
</script>
<template>
<IconSpedometerMax class="size-6" />
</template>
<script>
import { IconSpedometerMax } from "@devigner-ui/icons-svelte";
</script>
<IconSpedometerMax class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22 12a10 10 0 1 1-20 0 10 10 0 0 1 20 0" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="m19 19-1.5-1.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="m19 5-1.5 1.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="m5 19 1.5-1.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="m5 5 1.5 1.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M2 12h2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M20 12h2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M12 4V2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M10.12 14.36a3 3 0 0 1 4.24-4.24c.45.45.76 1.37.98 2.35.32 1.46.48 2.19-.1 2.77s-1.31.42-2.77.1a5 5 0 0 1-2.35-.98" stroke="currentColor" stroke-width="1.5"></path></svg>