Wheel Angle 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 { IconWheelAngle } from "@devigner-ui/icons";
<IconWheelAngle className="size-6" />
<script setup>
import { IconWheelAngle } from "@devigner-ui/icons-vue";
</script>
<template>
<IconWheelAngle class="size-6" />
</template>
<script>
import { IconWheelAngle } from "@devigner-ui/icons-svelte";
</script>
<IconWheelAngle class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.5 22c2.49 0 4.5-4.48 4.5-10S18.99 2 16.5 2" stroke="currentColor" stroke-width="1.5"></path><path d="M12 12c0 5.52-2.01 10-4.5 10S3 17.52 3 12 5.01 2 7.5 2 12 6.48 12 12" stroke="currentColor" stroke-width="1.5"></path><path d="M7.5 2h9" stroke="currentColor" stroke-width="1.5"></path><path d="M7.5 22h9" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M9 12c0 3.31-.67 6-1.5 6S6 15.31 6 12s.67-6 1.5-6S9 8.69 9 12m0 0H8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>