steering wheel icon
steering-wheel-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- steering-wheel-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the steering wheel icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24M49.63 168h40.82l17 45.58A88.35 88.35 0 0 1 49.63 168M128 156a16 16 0 1 1 16-16a16 16 0 0 1-16 16m20.46 57.59L165.55 168h40.82a88.34 88.34 0 0 1-57.91 45.59M128 96a136.38 136.38 0 0 0-88 32.33V128a88 88 0 0 1 176 0v.33A136.38 136.38 0 0 0 128 96"/></svg>
React
import type { SVGProps } from "react";
export function PhSteeringWheelFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24M49.63 168h40.82l17 45.58A88.35 88.35 0 0 1 49.63 168M128 156a16 16 0 1 1 16-16a16 16 0 0 1-16 16m20.46 57.59L165.55 168h40.82a88.34 88.34 0 0 1-57.91 45.59M128 96a136.38 136.38 0 0 0-88 32.33V128a88 88 0 0 1 176 0v.33A136.38 136.38 0 0 0 128 96"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24M49.63 168h40.82l17 45.58A88.35 88.35 0 0 1 49.63 168M128 156a16 16 0 1 1 16-16a16 16 0 0 1-16 16m20.46 57.59L165.55 168h40.82a88.34 88.34 0 0 1-57.91 45.59M128 96a136.38 136.38 0 0 0-88 32.33V128a88 88 0 0 1 176 0v.33A136.38 136.38 0 0 0 128 96"/></svg> </template>
CSS
.icon-steering-wheel-fill {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2024a104%20104%200%201%200%20104%20104A104.11%20104.11%200%200%200%20128%2024M49.63%20168h40.82l17%2045.58A88.35%2088.35%200%200%201%2049.63%20168M128%20156a16%2016%200%201%201%2016-16a16%2016%200%200%201-16%2016m20.46%2057.59L165.55%20168h40.82a88.34%2088.34%200%200%201-57.91%2045.59M128%2096a136.38%20136.38%200%200%200-88%2032.33V128a88%2088%200%200%201%20176%200v.33A136.38%20136.38%200%200%200%20128%2096%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2024a104%20104%200%201%200%20104%20104A104.11%20104.11%200%200%200%20128%2024M49.63%20168h40.82l17%2045.58A88.35%2088.35%200%200%201%2049.63%20168M128%20156a16%2016%200%201%201%2016-16a16%2016%200%200%201-16%2016m20.46%2057.59L165.55%20168h40.82a88.34%2088.34%200%200%201-57.91%2045.59M128%2096a136.38%20136.38%200%200%200-88%2032.33V128a88%2088%200%200%201%20176%200v.33A136.38%20136.38%200%200%200%20128%2096%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/steering-wheel-fill.svg?color=%231a73e8&size=48