Speedometer icon in outline, twotone, bold and bulk. Free in all four styles, for calendar, scheduling, alarms, timers, history. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconSpeedometer } from "@devigner-ui/icons";
<IconSpeedometer className="size-6" />
<script setup>
import { IconSpeedometer } from "@devigner-ui/icons-vue";
</script>
<template>
<IconSpeedometer class="size-6" />
</template>
<script>
import { IconSpeedometer } from "@devigner-ui/icons-svelte";
</script>
<IconSpeedometer class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M19.81 19.5a10 10 0 1 0-14.3-.01" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12.67 21.5a3.38 3.38 0 1 0 0-6.76 3.38 3.38 0 0 0 0 6.76" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M15.92 12h.75c.82 0 1.5-.67 1.5-1.5 0-.82-.68-1.5-1.5-1.5s-1.5.67-1.5 1.5v.75c0 .41.34.75.75.75" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg>