steering wheel heat icon
steering-wheel-heat-rounded from Material Symbols by Google · Rounded · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- steering-wheel-heat-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- steering-wheel-heat-outline-rounded
1 other variant in Material Symbols
The same icon in other sets
More transit icons from Material Symbols
agricultureairlinesairport-shuttleambulanceauto-towingauto-transmissionbike-dockbike-lanebike-scooterboat-busboat-railwaybus-alertbus-map-pinbus-railwaycable-carcar-crashcar-defrost-leftcar-defrost-low-leftcar-defrost-low-rightcar-defrost-mid-leftcar-defrost-mid-low-leftcar-defrost-mid-low-rightcar-defrost-mid-rightcar-defrost-right
Use the steering wheel heat icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 6.95q0-.35-.125-.675T20.5 5.7q-.525-.525-.812-1.213T19.4 3.05q0-.575.163-1.1t.462-1l.325-.5q.225-.35.638-.425t.762.15t.425.625t-.15.75l-.35.525q-.15.225-.213.463t-.062.512q0 .35.125.675t.375.575q.525.525.813 1.213T23 6.95q0 .575-.162 1.1t-.463 1l-.35.5q-.225.35-.625.425t-.75-.15t-.425-.625t.15-.75l.325-.525q.15-.225.225-.462T21 6.95m-4.2 0q0-.35-.125-.675T16.3 5.7q-.525-.525-.813-1.213T15.2 3.05q0-.575.163-1.1t.462-1l.325-.5q.225-.35.638-.425t.762.15t.425.625t-.15.75l-.35.525q-.15.225-.213.463t-.062.512q0 .35.125.675t.375.575q.525.525.813 1.213T18.8 6.95q0 .575-.162 1.1t-.463 1q-.275.4-.175.25t-.175.25q-.225.35-.625.425t-.75-.15t-.425-.625t.15-.75l.325-.525q.15-.225.225-.462t.075-.513M13 19.925q2.725-.35 4.65-2.275T19.925 13H16l-3 3.75zM12.625 6.95q0-.35-.137-.675T12.1 5.7q-.525-.525-.812-1.213T11 3.05q0-.575.15-1.1t.475-1l.35-.5q.225-.35.638-.425t.762.15T13.8.8t-.15.75l-.35.525q-.15.2-.225.45T13 3.05q0 .35.125.675t.375.575q.525.525.813 1.213T14.6 6.95q0 .575-.162 1.1t-.463 1l-.325.5q-.225.35-.637.425t-.763-.15t-.425-.625t.15-.75l.35-.525q.15-.225.225-.462t.075-.513M4.075 13q.35 2.725 2.275 4.65T11 19.925V16.75L8 13zM2 12q0-2.925 1.513-5.288T7.45 3.1q.4-.2.738-.038t.512.513t.088.738t-.588.662q-1.65.9-2.762 2.463T4.075 11h16.75q.5 0 .838.325t.337.825q-.025 2.025-.813 3.812t-2.137 3.125t-3.163 2.125T12 22t-3.9-.788t-3.175-2.137T2.788 15.9T2 12"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSteeringWheelHeatRounded(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="M21 6.95q0-.35-.125-.675T20.5 5.7q-.525-.525-.812-1.213T19.4 3.05q0-.575.163-1.1t.462-1l.325-.5q.225-.35.638-.425t.762.15t.425.625t-.15.75l-.35.525q-.15.225-.213.463t-.062.512q0 .35.125.675t.375.575q.525.525.813 1.213T23 6.95q0 .575-.162 1.1t-.463 1l-.35.5q-.225.35-.625.425t-.75-.15t-.425-.625t.15-.75l.325-.525q.15-.225.225-.462T21 6.95m-4.2 0q0-.35-.125-.675T16.3 5.7q-.525-.525-.813-1.213T15.2 3.05q0-.575.163-1.1t.462-1l.325-.5q.225-.35.638-.425t.762.15t.425.625t-.15.75l-.35.525q-.15.225-.213.463t-.062.512q0 .35.125.675t.375.575q.525.525.813 1.213T18.8 6.95q0 .575-.162 1.1t-.463 1q-.275.4-.175.25t-.175.25q-.225.35-.625.425t-.75-.15t-.425-.625t.15-.75l.325-.525q.15-.225.225-.462t.075-.513M13 19.925q2.725-.35 4.65-2.275T19.925 13H16l-3 3.75zM12.625 6.95q0-.35-.137-.675T12.1 5.7q-.525-.525-.812-1.213T11 3.05q0-.575.15-1.1t.475-1l.35-.5q.225-.35.638-.425t.762.15T13.8.8t-.15.75l-.35.525q-.15.2-.225.45T13 3.05q0 .35.125.675t.375.575q.525.525.813 1.213T14.6 6.95q0 .575-.162 1.1t-.463 1l-.325.5q-.225.35-.637.425t-.763-.15t-.425-.625t.15-.75l.35-.525q.15-.225.225-.462t.075-.513M4.075 13q.35 2.725 2.275 4.65T11 19.925V16.75L8 13zM2 12q0-2.925 1.513-5.288T7.45 3.1q.4-.2.738-.038t.512.513t.088.738t-.588.662q-1.65.9-2.762 2.463T4.075 11h16.75q.5 0 .838.325t.337.825q-.025 2.025-.813 3.812t-2.137 3.125t-3.163 2.125T12 22t-3.9-.788t-3.175-2.137T2.788 15.9T2 12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 6.95q0-.35-.125-.675T20.5 5.7q-.525-.525-.812-1.213T19.4 3.05q0-.575.163-1.1t.462-1l.325-.5q.225-.35.638-.425t.762.15t.425.625t-.15.75l-.35.525q-.15.225-.213.463t-.062.512q0 .35.125.675t.375.575q.525.525.813 1.213T23 6.95q0 .575-.162 1.1t-.463 1l-.35.5q-.225.35-.625.425t-.75-.15t-.425-.625t.15-.75l.325-.525q.15-.225.225-.462T21 6.95m-4.2 0q0-.35-.125-.675T16.3 5.7q-.525-.525-.813-1.213T15.2 3.05q0-.575.163-1.1t.462-1l.325-.5q.225-.35.638-.425t.762.15t.425.625t-.15.75l-.35.525q-.15.225-.213.463t-.062.512q0 .35.125.675t.375.575q.525.525.813 1.213T18.8 6.95q0 .575-.162 1.1t-.463 1q-.275.4-.175.25t-.175.25q-.225.35-.625.425t-.75-.15t-.425-.625t.15-.75l.325-.525q.15-.225.225-.462t.075-.513M13 19.925q2.725-.35 4.65-2.275T19.925 13H16l-3 3.75zM12.625 6.95q0-.35-.137-.675T12.1 5.7q-.525-.525-.812-1.213T11 3.05q0-.575.15-1.1t.475-1l.35-.5q.225-.35.638-.425t.762.15T13.8.8t-.15.75l-.35.525q-.15.2-.225.45T13 3.05q0 .35.125.675t.375.575q.525.525.813 1.213T14.6 6.95q0 .575-.162 1.1t-.463 1l-.325.5q-.225.35-.637.425t-.763-.15t-.425-.625t.15-.75l.35-.525q.15-.225.225-.462t.075-.513M4.075 13q.35 2.725 2.275 4.65T11 19.925V16.75L8 13zM2 12q0-2.925 1.513-5.288T7.45 3.1q.4-.2.738-.038t.512.513t.088.738t-.588.662q-1.65.9-2.762 2.463T4.075 11h16.75q.5 0 .838.325t.337.825q-.025 2.025-.813 3.812t-2.137 3.125t-3.163 2.125T12 22t-3.9-.788t-3.175-2.137T2.788 15.9T2 12"/></svg> </template>
CSS
.icon-steering-wheel-heat-rounded {
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%22M21%206.95q0-.35-.125-.675T20.5%205.7q-.525-.525-.812-1.213T19.4%203.05q0-.575.163-1.1t.462-1l.325-.5q.225-.35.638-.425t.762.15t.425.625t-.15.75l-.35.525q-.15.225-.213.463t-.062.512q0%20.35.125.675t.375.575q.525.525.813%201.213T23%206.95q0%20.575-.162%201.1t-.463%201l-.35.5q-.225.35-.625.425t-.75-.15t-.425-.625t.15-.75l.325-.525q.15-.225.225-.462T21%206.95m-4.2%200q0-.35-.125-.675T16.3%205.7q-.525-.525-.813-1.213T15.2%203.05q0-.575.163-1.1t.462-1l.325-.5q.225-.35.638-.425t.762.15t.425.625t-.15.75l-.35.525q-.15.225-.213.463t-.062.512q0%20.35.125.675t.375.575q.525.525.813%201.213T18.8%206.95q0%20.575-.162%201.1t-.463%201q-.275.4-.175.25t-.175.25q-.225.35-.625.425t-.75-.15t-.425-.625t.15-.75l.325-.525q.15-.225.225-.462t.075-.513M13%2019.925q2.725-.35%204.65-2.275T19.925%2013H16l-3%203.75zM12.625%206.95q0-.35-.137-.675T12.1%205.7q-.525-.525-.812-1.213T11%203.05q0-.575.15-1.1t.475-1l.35-.5q.225-.35.638-.425t.762.15T13.8.8t-.15.75l-.35.525q-.15.2-.225.45T13%203.05q0%20.35.125.675t.375.575q.525.525.813%201.213T14.6%206.95q0%20.575-.162%201.1t-.463%201l-.325.5q-.225.35-.637.425t-.763-.15t-.425-.625t.15-.75l.35-.525q.15-.225.225-.462t.075-.513M4.075%2013q.35%202.725%202.275%204.65T11%2019.925V16.75L8%2013zM2%2012q0-2.925%201.513-5.288T7.45%203.1q.4-.2.738-.038t.512.513t.088.738t-.588.662q-1.65.9-2.762%202.463T4.075%2011h16.75q.5%200%20.838.325t.337.825q-.025%202.025-.813%203.812t-2.137%203.125t-3.163%202.125T12%2022t-3.9-.788t-3.175-2.137T2.788%2015.9T2%2012%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%22M21%206.95q0-.35-.125-.675T20.5%205.7q-.525-.525-.812-1.213T19.4%203.05q0-.575.163-1.1t.462-1l.325-.5q.225-.35.638-.425t.762.15t.425.625t-.15.75l-.35.525q-.15.225-.213.463t-.062.512q0%20.35.125.675t.375.575q.525.525.813%201.213T23%206.95q0%20.575-.162%201.1t-.463%201l-.35.5q-.225.35-.625.425t-.75-.15t-.425-.625t.15-.75l.325-.525q.15-.225.225-.462T21%206.95m-4.2%200q0-.35-.125-.675T16.3%205.7q-.525-.525-.813-1.213T15.2%203.05q0-.575.163-1.1t.462-1l.325-.5q.225-.35.638-.425t.762.15t.425.625t-.15.75l-.35.525q-.15.225-.213.463t-.062.512q0%20.35.125.675t.375.575q.525.525.813%201.213T18.8%206.95q0%20.575-.162%201.1t-.463%201q-.275.4-.175.25t-.175.25q-.225.35-.625.425t-.75-.15t-.425-.625t.15-.75l.325-.525q.15-.225.225-.462t.075-.513M13%2019.925q2.725-.35%204.65-2.275T19.925%2013H16l-3%203.75zM12.625%206.95q0-.35-.137-.675T12.1%205.7q-.525-.525-.812-1.213T11%203.05q0-.575.15-1.1t.475-1l.35-.5q.225-.35.638-.425t.762.15T13.8.8t-.15.75l-.35.525q-.15.2-.225.45T13%203.05q0%20.35.125.675t.375.575q.525.525.813%201.213T14.6%206.95q0%20.575-.162%201.1t-.463%201l-.325.5q-.225.35-.637.425t-.763-.15t-.425-.625t.15-.75l.35-.525q.15-.225.225-.462t.075-.513M4.075%2013q.35%202.725%202.275%204.65T11%2019.925V16.75L8%2013zM2%2012q0-2.925%201.513-5.288T7.45%203.1q.4-.2.738-.038t.512.513t.088.738t-.588.662q-1.65.9-2.762%202.463T4.075%2011h16.75q.5%200%20.838.325t.337.825q-.025%202.025-.813%203.812t-2.137%203.125t-3.163%202.125T12%2022t-3.9-.788t-3.175-2.137T2.788%2015.9T2%2012%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-heat-rounded.svg?color=%231a73e8&size=48