Spedometer Low 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 { IconSpedometerLow } from "@devigner-ui/icons";
<IconSpedometerLow className="size-6" />
<script setup>
import { IconSpedometerLow } from "@devigner-ui/icons-vue";
</script>
<template>
<IconSpedometerLow class="size-6" />
</template>
<script>
import { IconSpedometerLow } from "@devigner-ui/icons-svelte";
</script>
<IconSpedometerLow 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="M13.78 14.36a3 3 0 1 0-4.24-4.24 5 5 0 0 0-.98 2.35c-.32 1.46-.48 2.19.1 2.77s1.31.42 2.77.1a5 5 0 0 0 2.35-.98" stroke="currentColor" stroke-width="1.5"></path></svg>