steering wheel cool icon

steering-wheel-cool from Material Symbols by Google · Regular · Transit · Apache-2.0 Free for personal and commercial use.

Name
steering-wheel-cool
Set
Material Symbols
Style
Regular
Category
Transit
Viewbox
24×24
License
Apache 2.0
Aliases
steering-wheel-cool-outline, steering-wheel-cool-outline-sharp, steering-wheel-cool-sharp

1 other variant in Material Symbols

The same icon in other sets

More transit icons from Material Symbols

Use the steering wheel cool icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12q0-2 .725-3.762t2-3.113T7.713 2.95t3.687-.925q-.425.5-.775 1.05t-.6 1.175q-2.375.6-4.012 2.438T4.075 11h6.6q.75 1.175 1.863 2.013t2.487 1.212L13 16.75v3.175q2.475-.3 4.3-1.937t2.425-4.013q.625-.25 1.188-.6t1.062-.775q-.1 1.975-.925 3.688t-2.175 2.987t-3.113 2T12 22m-1-2.075V16.75L8 13H4.075q.35 2.725 2.275 4.65T11 19.925M16.25 13v-2.175l-1.725 1.725l-1.075-1.075l2.8-2.775v-.95h-.95l-2.775 2.8l-1.075-1.075l1.725-1.725H11v-1.5h2.175l-1.725-1.7l1.075-1.075L15.3 6.25h.95v-.925l-2.8-2.775l1.075-1.075L16.25 3.2V1h1.5v2.2l1.7-1.725l1.075 1.075l-2.775 2.775v.925h.925l2.775-2.775l1.075 1.075l-1.725 1.7H23v1.5h-2.2l1.725 1.725l-1.075 1.075l-2.775-2.8h-.925v.95l2.775 2.775l-1.075 1.075l-1.7-1.725V13z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSteeringWheelCool(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12q0-2 .725-3.762t2-3.113T7.713 2.95t3.687-.925q-.425.5-.775 1.05t-.6 1.175q-2.375.6-4.012 2.438T4.075 11h6.6q.75 1.175 1.863 2.013t2.487 1.212L13 16.75v3.175q2.475-.3 4.3-1.937t2.425-4.013q.625-.25 1.188-.6t1.062-.775q-.1 1.975-.925 3.688t-2.175 2.987t-3.113 2T12 22m-1-2.075V16.75L8 13H4.075q.35 2.725 2.275 4.65T11 19.925M16.25 13v-2.175l-1.725 1.725l-1.075-1.075l2.8-2.775v-.95h-.95l-2.775 2.8l-1.075-1.075l1.725-1.725H11v-1.5h2.175l-1.725-1.7l1.075-1.075L15.3 6.25h.95v-.925l-2.8-2.775l1.075-1.075L16.25 3.2V1h1.5v2.2l1.7-1.725l1.075 1.075l-2.775 2.775v.925h.925l2.775-2.775l1.075 1.075l-1.725 1.7H23v1.5h-2.2l1.725 1.725l-1.075 1.075l-2.775-2.8h-.925v.95l2.775 2.775l-1.075 1.075l-1.7-1.725V13z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12q0-2 .725-3.762t2-3.113T7.713 2.95t3.687-.925q-.425.5-.775 1.05t-.6 1.175q-2.375.6-4.012 2.438T4.075 11h6.6q.75 1.175 1.863 2.013t2.487 1.212L13 16.75v3.175q2.475-.3 4.3-1.937t2.425-4.013q.625-.25 1.188-.6t1.062-.775q-.1 1.975-.925 3.688t-2.175 2.987t-3.113 2T12 22m-1-2.075V16.75L8 13H4.075q.35 2.725 2.275 4.65T11 19.925M16.25 13v-2.175l-1.725 1.725l-1.075-1.075l2.8-2.775v-.95h-.95l-2.775 2.8l-1.075-1.075l1.725-1.725H11v-1.5h2.175l-1.725-1.7l1.075-1.075L15.3 6.25h.95v-.925l-2.8-2.775l1.075-1.075L16.25 3.2V1h1.5v2.2l1.7-1.725l1.075 1.075l-2.775 2.775v.925h.925l2.775-2.775l1.075 1.075l-1.725 1.7H23v1.5h-2.2l1.725 1.725l-1.075 1.075l-2.775-2.8h-.925v.95l2.775 2.775l-1.075 1.075l-1.7-1.725V13z"/></svg>
</template>

CSS

.icon-steering-wheel-cool {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2022q-2.075%200-3.9-.788t-3.175-2.137T2.788%2015.9T2%2012q0-2%20.725-3.762t2-3.113T7.713%202.95t3.687-.925q-.425.5-.775%201.05t-.6%201.175q-2.375.6-4.012%202.438T4.075%2011h6.6q.75%201.175%201.863%202.013t2.487%201.212L13%2016.75v3.175q2.475-.3%204.3-1.937t2.425-4.013q.625-.25%201.188-.6t1.062-.775q-.1%201.975-.925%203.688t-2.175%202.987t-3.113%202T12%2022m-1-2.075V16.75L8%2013H4.075q.35%202.725%202.275%204.65T11%2019.925M16.25%2013v-2.175l-1.725%201.725l-1.075-1.075l2.8-2.775v-.95h-.95l-2.775%202.8l-1.075-1.075l1.725-1.725H11v-1.5h2.175l-1.725-1.7l1.075-1.075L15.3%206.25h.95v-.925l-2.8-2.775l1.075-1.075L16.25%203.2V1h1.5v2.2l1.7-1.725l1.075%201.075l-2.775%202.775v.925h.925l2.775-2.775l1.075%201.075l-1.725%201.7H23v1.5h-2.2l1.725%201.725l-1.075%201.075l-2.775-2.8h-.925v.95l2.775%202.775l-1.075%201.075l-1.7-1.725V13z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2022q-2.075%200-3.9-.788t-3.175-2.137T2.788%2015.9T2%2012q0-2%20.725-3.762t2-3.113T7.713%202.95t3.687-.925q-.425.5-.775%201.05t-.6%201.175q-2.375.6-4.012%202.438T4.075%2011h6.6q.75%201.175%201.863%202.013t2.487%201.212L13%2016.75v3.175q2.475-.3%204.3-1.937t2.425-4.013q.625-.25%201.188-.6t1.062-.775q-.1%201.975-.925%203.688t-2.175%202.987t-3.113%202T12%2022m-1-2.075V16.75L8%2013H4.075q.35%202.725%202.275%204.65T11%2019.925M16.25%2013v-2.175l-1.725%201.725l-1.075-1.075l2.8-2.775v-.95h-.95l-2.775%202.8l-1.075-1.075l1.725-1.725H11v-1.5h2.175l-1.725-1.7l1.075-1.075L15.3%206.25h.95v-.925l-2.8-2.775l1.075-1.075L16.25%203.2V1h1.5v2.2l1.7-1.725l1.075%201.075l-2.775%202.775v.925h.925l2.775-2.775l1.075%201.075l-1.725%201.7H23v1.5h-2.2l1.725%201.725l-1.075%201.075l-2.775-2.8h-.925v.95l2.775%202.775l-1.075%201.075l-1.7-1.725V13z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/steering-wheel-cool.svg?color=%231a73e8&size=48