steering wheel icon
steering-wheel-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- steering-wheel-bold
- Set
- Phosphor
- Style
- Bold
- 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="M144 144a16 16 0 1 1-16-16a16 16 0 0 1 16 16m92-16A108 108 0 1 1 128 20a108.12 108.12 0 0 1 108 108m-70.45 28h41.63c.79-2.21 1.49-4.47 2.09-6.76a116 116 0 0 0-162.54 0q.9 3.44 2.09 6.76h41.63a20.07 20.07 0 0 1 18.73 13l16.06 42.93c.92 0 1.83.07 2.76.07s1.82 0 2.72-.07l16.1-43A20.09 20.09 0 0 1 165.55 156M44.41 119.73a139.85 139.85 0 0 1 167.18 0a84 84 0 0 0-167.18 0m53.08 86.51L87.68 180H62.1a84.46 84.46 0 0 0 35.39 26.24M193.9 180h-25.58l-9.84 26.25A84.35 84.35 0 0 0 193.9 180"/></svg>
React
import type { SVGProps } from "react";
export function PhSteeringWheelBold(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="M144 144a16 16 0 1 1-16-16a16 16 0 0 1 16 16m92-16A108 108 0 1 1 128 20a108.12 108.12 0 0 1 108 108m-70.45 28h41.63c.79-2.21 1.49-4.47 2.09-6.76a116 116 0 0 0-162.54 0q.9 3.44 2.09 6.76h41.63a20.07 20.07 0 0 1 18.73 13l16.06 42.93c.92 0 1.83.07 2.76.07s1.82 0 2.72-.07l16.1-43A20.09 20.09 0 0 1 165.55 156M44.41 119.73a139.85 139.85 0 0 1 167.18 0a84 84 0 0 0-167.18 0m53.08 86.51L87.68 180H62.1a84.46 84.46 0 0 0 35.39 26.24M193.9 180h-25.58l-9.84 26.25A84.35 84.35 0 0 0 193.9 180"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M144 144a16 16 0 1 1-16-16a16 16 0 0 1 16 16m92-16A108 108 0 1 1 128 20a108.12 108.12 0 0 1 108 108m-70.45 28h41.63c.79-2.21 1.49-4.47 2.09-6.76a116 116 0 0 0-162.54 0q.9 3.44 2.09 6.76h41.63a20.07 20.07 0 0 1 18.73 13l16.06 42.93c.92 0 1.83.07 2.76.07s1.82 0 2.72-.07l16.1-43A20.09 20.09 0 0 1 165.55 156M44.41 119.73a139.85 139.85 0 0 1 167.18 0a84 84 0 0 0-167.18 0m53.08 86.51L87.68 180H62.1a84.46 84.46 0 0 0 35.39 26.24M193.9 180h-25.58l-9.84 26.25A84.35 84.35 0 0 0 193.9 180"/></svg> </template>
CSS
.icon-steering-wheel-bold {
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%22M144%20144a16%2016%200%201%201-16-16a16%2016%200%200%201%2016%2016m92-16A108%20108%200%201%201%20128%2020a108.12%20108.12%200%200%201%20108%20108m-70.45%2028h41.63c.79-2.21%201.49-4.47%202.09-6.76a116%20116%200%200%200-162.54%200q.9%203.44%202.09%206.76h41.63a20.07%2020.07%200%200%201%2018.73%2013l16.06%2042.93c.92%200%201.83.07%202.76.07s1.82%200%202.72-.07l16.1-43A20.09%2020.09%200%200%201%20165.55%20156M44.41%20119.73a139.85%20139.85%200%200%201%20167.18%200a84%2084%200%200%200-167.18%200m53.08%2086.51L87.68%20180H62.1a84.46%2084.46%200%200%200%2035.39%2026.24M193.9%20180h-25.58l-9.84%2026.25A84.35%2084.35%200%200%200%20193.9%20180%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%22M144%20144a16%2016%200%201%201-16-16a16%2016%200%200%201%2016%2016m92-16A108%20108%200%201%201%20128%2020a108.12%20108.12%200%200%201%20108%20108m-70.45%2028h41.63c.79-2.21%201.49-4.47%202.09-6.76a116%20116%200%200%200-162.54%200q.9%203.44%202.09%206.76h41.63a20.07%2020.07%200%200%201%2018.73%2013l16.06%2042.93c.92%200%201.83.07%202.76.07s1.82%200%202.72-.07l16.1-43A20.09%2020.09%200%200%201%20165.55%20156M44.41%20119.73a139.85%20139.85%200%200%201%20167.18%200a84%2084%200%200%200-167.18%200m53.08%2086.51L87.68%20180H62.1a84.46%2084.46%200%200%200%2035.39%2026.24M193.9%20180h-25.58l-9.84%2026.25A84.35%2084.35%200%200%200%20193.9%20180%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/steering-wheel-bold.svg?color=%231a73e8&size=48