steering wheel icon
steering-wheel-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- steering-wheel-thin
- Set
- Phosphor
- Style
- Thin
- 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 148a8 8 0 1 1 8-8a8 8 0 0 1-8 8m100-20A100 100 0 1 1 128 28a100.11 100.11 0 0 1 100 100m-192 0q0 4.53.44 8.94a131.94 131.94 0 0 1 183.12 0q.44-4.41.44-8.94a92 92 0 0 0-184 0m77.75 90.9L94.2 166.6a4 4 0 0 0-3.75-2.6H43.34a92.31 92.31 0 0 0 70.41 54.9M128 220c1.78 0 3.55-.06 5.3-.16l21-56.05a12 12 0 0 1 11.25-7.79h50.09a92 92 0 0 0 2.43-9.21a124 124 0 0 0-180.14 0a92 92 0 0 0 2.43 9.21h50.09a12 12 0 0 1 11.24 7.8l21 56c1.73.14 3.51.2 5.31.2m84.66-56h-47.11a4 4 0 0 0-3.75 2.6l-19.6 52.3a92.26 92.26 0 0 0 70.46-54.9"/></svg>
React
import type { SVGProps } from "react";
export function PhSteeringWheelThin(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 148a8 8 0 1 1 8-8a8 8 0 0 1-8 8m100-20A100 100 0 1 1 128 28a100.11 100.11 0 0 1 100 100m-192 0q0 4.53.44 8.94a131.94 131.94 0 0 1 183.12 0q.44-4.41.44-8.94a92 92 0 0 0-184 0m77.75 90.9L94.2 166.6a4 4 0 0 0-3.75-2.6H43.34a92.31 92.31 0 0 0 70.41 54.9M128 220c1.78 0 3.55-.06 5.3-.16l21-56.05a12 12 0 0 1 11.25-7.79h50.09a92 92 0 0 0 2.43-9.21a124 124 0 0 0-180.14 0a92 92 0 0 0 2.43 9.21h50.09a12 12 0 0 1 11.24 7.8l21 56c1.73.14 3.51.2 5.31.2m84.66-56h-47.11a4 4 0 0 0-3.75 2.6l-19.6 52.3a92.26 92.26 0 0 0 70.46-54.9"/></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 148a8 8 0 1 1 8-8a8 8 0 0 1-8 8m100-20A100 100 0 1 1 128 28a100.11 100.11 0 0 1 100 100m-192 0q0 4.53.44 8.94a131.94 131.94 0 0 1 183.12 0q.44-4.41.44-8.94a92 92 0 0 0-184 0m77.75 90.9L94.2 166.6a4 4 0 0 0-3.75-2.6H43.34a92.31 92.31 0 0 0 70.41 54.9M128 220c1.78 0 3.55-.06 5.3-.16l21-56.05a12 12 0 0 1 11.25-7.79h50.09a92 92 0 0 0 2.43-9.21a124 124 0 0 0-180.14 0a92 92 0 0 0 2.43 9.21h50.09a12 12 0 0 1 11.24 7.8l21 56c1.73.14 3.51.2 5.31.2m84.66-56h-47.11a4 4 0 0 0-3.75 2.6l-19.6 52.3a92.26 92.26 0 0 0 70.46-54.9"/></svg> </template>
CSS
.icon-steering-wheel-thin {
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%20148a8%208%200%201%201%208-8a8%208%200%200%201-8%208m100-20A100%20100%200%201%201%20128%2028a100.11%20100.11%200%200%201%20100%20100m-192%200q0%204.53.44%208.94a131.94%20131.94%200%200%201%20183.12%200q.44-4.41.44-8.94a92%2092%200%200%200-184%200m77.75%2090.9L94.2%20166.6a4%204%200%200%200-3.75-2.6H43.34a92.31%2092.31%200%200%200%2070.41%2054.9M128%20220c1.78%200%203.55-.06%205.3-.16l21-56.05a12%2012%200%200%201%2011.25-7.79h50.09a92%2092%200%200%200%202.43-9.21a124%20124%200%200%200-180.14%200a92%2092%200%200%200%202.43%209.21h50.09a12%2012%200%200%201%2011.24%207.8l21%2056c1.73.14%203.51.2%205.31.2m84.66-56h-47.11a4%204%200%200%200-3.75%202.6l-19.6%2052.3a92.26%2092.26%200%200%200%2070.46-54.9%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%20148a8%208%200%201%201%208-8a8%208%200%200%201-8%208m100-20A100%20100%200%201%201%20128%2028a100.11%20100.11%200%200%201%20100%20100m-192%200q0%204.53.44%208.94a131.94%20131.94%200%200%201%20183.12%200q.44-4.41.44-8.94a92%2092%200%200%200-184%200m77.75%2090.9L94.2%20166.6a4%204%200%200%200-3.75-2.6H43.34a92.31%2092.31%200%200%200%2070.41%2054.9M128%20220c1.78%200%203.55-.06%205.3-.16l21-56.05a12%2012%200%200%201%2011.25-7.79h50.09a92%2092%200%200%200%202.43-9.21a124%20124%200%200%200-180.14%200a92%2092%200%200%200%202.43%209.21h50.09a12%2012%200%200%201%2011.24%207.8l21%2056c1.73.14%203.51.2%205.31.2m84.66-56h-47.11a4%204%200%200%200-3.75%202.6l-19.6%2052.3a92.26%2092.26%200%200%200%2070.46-54.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/steering-wheel-thin.svg?color=%231a73e8&size=48