steering wheel heat icon

steering-wheel-heat-rounded from Material Symbols Light by Google · Rounded · Transit · Apache-2.0 Free for personal and commercial use.

Name
steering-wheel-heat-rounded
Set
Material Symbols Light
Style
Rounded
Category
Transit
Viewbox
24×24
License
Apache 2.0
Aliases
steering-wheel-heat-outline-rounded

2 other variants in Material Symbols Light

The same icon in other sets

More transit icons from Material Symbols Light

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="M20.808 7.162q0-.427-.125-.83q-.125-.401-.395-.728q-.39-.506-.63-1.097q-.239-.592-.239-1.226q0-.402.105-.783t.309-.74l.151-.27q.091-.177.292-.232t.378.034t.232.289t-.034.375l-.177.294q-.13.244-.203.52q-.072.276-.072.551q0 .427.154.82t.423.719q.41.467.62 1.049t.21 1.197q0 .421-.094.812q-.096.39-.261.769l-.158.326q-.09.178-.288.233t-.375-.035t-.233-.288t.035-.375l.152-.313q.111-.264.167-.53q.056-.267.056-.542m-3.892 0q0-.427-.125-.828q-.125-.402-.395-.73q-.39-.505-.63-1.096q-.239-.592-.239-1.226q0-.402.105-.783t.309-.74l.151-.27q.09-.177.292-.232q.2-.056.377.034t.233.289t-.035.375l-.176.294q-.131.244-.203.51q-.072.267-.072.542q0 .427.154.829t.423.729q.41.467.62 1.049t.21 1.197q0 .421-.095.811t-.26.77q-.083.15-.08.163t-.078.164q-.09.177-.289.232t-.375-.034t-.232-.289t.034-.375l.152-.313q.112-.264.167-.53t.056-.541M12.5 19.982q3.033-.176 5.17-2.313t2.313-5.169h-4.195L12.5 16.596zm.529-12.84q0-.427-.128-.819t-.397-.72q-.41-.486-.64-1.077q-.23-.592-.23-1.226q0-.402.102-.792t.312-.75l.158-.27q.09-.177.291-.232t.378.034t.233.289t-.035.375l-.177.294q-.13.238-.206.508t-.075.544q0 .427.154.829t.423.729q.41.467.62 1.049t.211 1.197q0 .421-.095.812q-.095.39-.26.769l-.153.326q-.09.178-.291.233t-.378-.035t-.233-.288q-.055-.198.035-.375l.158-.313q.111-.264.167-.54t.056-.55M4.017 12.5q.177 3.033 2.314 5.17t5.169 2.313v-3.387L8.211 12.5zM3 12q0-2.81 1.532-5.038t3.957-3.246q.207-.085.381 0t.253.263t.03.372q-.05.195-.3.316q-2.034.862-3.358 2.674T4.017 11.5h16.039q.403 0 .674.277q.27.277.25.68q-.082 1.776-.821 3.332q-.74 1.557-1.945 2.712t-2.807 1.827T12 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSteeringWheelHeatRounded(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="M20.808 7.162q0-.427-.125-.83q-.125-.401-.395-.728q-.39-.506-.63-1.097q-.239-.592-.239-1.226q0-.402.105-.783t.309-.74l.151-.27q.091-.177.292-.232t.378.034t.232.289t-.034.375l-.177.294q-.13.244-.203.52q-.072.276-.072.551q0 .427.154.82t.423.719q.41.467.62 1.049t.21 1.197q0 .421-.094.812q-.096.39-.261.769l-.158.326q-.09.178-.288.233t-.375-.035t-.233-.288t.035-.375l.152-.313q.111-.264.167-.53q.056-.267.056-.542m-3.892 0q0-.427-.125-.828q-.125-.402-.395-.73q-.39-.505-.63-1.096q-.239-.592-.239-1.226q0-.402.105-.783t.309-.74l.151-.27q.09-.177.292-.232q.2-.056.377.034t.233.289t-.035.375l-.176.294q-.131.244-.203.51q-.072.267-.072.542q0 .427.154.829t.423.729q.41.467.62 1.049t.21 1.197q0 .421-.095.811t-.26.77q-.083.15-.08.163t-.078.164q-.09.177-.289.232t-.375-.034t-.232-.289t.034-.375l.152-.313q.112-.264.167-.53t.056-.541M12.5 19.982q3.033-.176 5.17-2.313t2.313-5.169h-4.195L12.5 16.596zm.529-12.84q0-.427-.128-.819t-.397-.72q-.41-.486-.64-1.077q-.23-.592-.23-1.226q0-.402.102-.792t.312-.75l.158-.27q.09-.177.291-.232t.378.034t.233.289t-.035.375l-.177.294q-.13.238-.206.508t-.075.544q0 .427.154.829t.423.729q.41.467.62 1.049t.211 1.197q0 .421-.095.812q-.095.39-.26.769l-.153.326q-.09.178-.291.233t-.378-.035t-.233-.288q-.055-.198.035-.375l.158-.313q.111-.264.167-.54t.056-.55M4.017 12.5q.177 3.033 2.314 5.17t5.169 2.313v-3.387L8.211 12.5zM3 12q0-2.81 1.532-5.038t3.957-3.246q.207-.085.381 0t.253.263t.03.372q-.05.195-.3.316q-2.034.862-3.358 2.674T4.017 11.5h16.039q.403 0 .674.277q.27.277.25.68q-.082 1.776-.821 3.332q-.74 1.557-1.945 2.712t-2.807 1.827T12 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 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="M20.808 7.162q0-.427-.125-.83q-.125-.401-.395-.728q-.39-.506-.63-1.097q-.239-.592-.239-1.226q0-.402.105-.783t.309-.74l.151-.27q.091-.177.292-.232t.378.034t.232.289t-.034.375l-.177.294q-.13.244-.203.52q-.072.276-.072.551q0 .427.154.82t.423.719q.41.467.62 1.049t.21 1.197q0 .421-.094.812q-.096.39-.261.769l-.158.326q-.09.178-.288.233t-.375-.035t-.233-.288t.035-.375l.152-.313q.111-.264.167-.53q.056-.267.056-.542m-3.892 0q0-.427-.125-.828q-.125-.402-.395-.73q-.39-.505-.63-1.096q-.239-.592-.239-1.226q0-.402.105-.783t.309-.74l.151-.27q.09-.177.292-.232q.2-.056.377.034t.233.289t-.035.375l-.176.294q-.131.244-.203.51q-.072.267-.072.542q0 .427.154.829t.423.729q.41.467.62 1.049t.21 1.197q0 .421-.095.811t-.26.77q-.083.15-.08.163t-.078.164q-.09.177-.289.232t-.375-.034t-.232-.289t.034-.375l.152-.313q.112-.264.167-.53t.056-.541M12.5 19.982q3.033-.176 5.17-2.313t2.313-5.169h-4.195L12.5 16.596zm.529-12.84q0-.427-.128-.819t-.397-.72q-.41-.486-.64-1.077q-.23-.592-.23-1.226q0-.402.102-.792t.312-.75l.158-.27q.09-.177.291-.232t.378.034t.233.289t-.035.375l-.177.294q-.13.238-.206.508t-.075.544q0 .427.154.829t.423.729q.41.467.62 1.049t.211 1.197q0 .421-.095.812q-.095.39-.26.769l-.153.326q-.09.178-.291.233t-.378-.035t-.233-.288q-.055-.198.035-.375l.158-.313q.111-.264.167-.54t.056-.55M4.017 12.5q.177 3.033 2.314 5.17t5.169 2.313v-3.387L8.211 12.5zM3 12q0-2.81 1.532-5.038t3.957-3.246q.207-.085.381 0t.253.263t.03.372q-.05.195-.3.316q-2.034.862-3.358 2.674T4.017 11.5h16.039q.403 0 .674.277q.27.277.25.68q-.082 1.776-.821 3.332q-.74 1.557-1.945 2.712t-2.807 1.827T12 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 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%22M20.808%207.162q0-.427-.125-.83q-.125-.401-.395-.728q-.39-.506-.63-1.097q-.239-.592-.239-1.226q0-.402.105-.783t.309-.74l.151-.27q.091-.177.292-.232t.378.034t.232.289t-.034.375l-.177.294q-.13.244-.203.52q-.072.276-.072.551q0%20.427.154.82t.423.719q.41.467.62%201.049t.21%201.197q0%20.421-.094.812q-.096.39-.261.769l-.158.326q-.09.178-.288.233t-.375-.035t-.233-.288t.035-.375l.152-.313q.111-.264.167-.53q.056-.267.056-.542m-3.892%200q0-.427-.125-.828q-.125-.402-.395-.73q-.39-.505-.63-1.096q-.239-.592-.239-1.226q0-.402.105-.783t.309-.74l.151-.27q.09-.177.292-.232q.2-.056.377.034t.233.289t-.035.375l-.176.294q-.131.244-.203.51q-.072.267-.072.542q0%20.427.154.829t.423.729q.41.467.62%201.049t.21%201.197q0%20.421-.095.811t-.26.77q-.083.15-.08.163t-.078.164q-.09.177-.289.232t-.375-.034t-.232-.289t.034-.375l.152-.313q.112-.264.167-.53t.056-.541M12.5%2019.982q3.033-.176%205.17-2.313t2.313-5.169h-4.195L12.5%2016.596zm.529-12.84q0-.427-.128-.819t-.397-.72q-.41-.486-.64-1.077q-.23-.592-.23-1.226q0-.402.102-.792t.312-.75l.158-.27q.09-.177.291-.232t.378.034t.233.289t-.035.375l-.177.294q-.13.238-.206.508t-.075.544q0%20.427.154.829t.423.729q.41.467.62%201.049t.211%201.197q0%20.421-.095.812q-.095.39-.26.769l-.153.326q-.09.178-.291.233t-.378-.035t-.233-.288q-.055-.198.035-.375l.158-.313q.111-.264.167-.54t.056-.55M4.017%2012.5q.177%203.033%202.314%205.17t5.169%202.313v-3.387L8.211%2012.5zM3%2012q0-2.81%201.532-5.038t3.957-3.246q.207-.085.381%200t.253.263t.03.372q-.05.195-.3.316q-2.034.862-3.358%202.674T4.017%2011.5h16.039q.403%200%20.674.277q.27.277.25.68q-.082%201.776-.821%203.332q-.74%201.557-1.945%202.712t-2.807%201.827T12%2021q-1.864%200-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3%2013.864%203%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%22M20.808%207.162q0-.427-.125-.83q-.125-.401-.395-.728q-.39-.506-.63-1.097q-.239-.592-.239-1.226q0-.402.105-.783t.309-.74l.151-.27q.091-.177.292-.232t.378.034t.232.289t-.034.375l-.177.294q-.13.244-.203.52q-.072.276-.072.551q0%20.427.154.82t.423.719q.41.467.62%201.049t.21%201.197q0%20.421-.094.812q-.096.39-.261.769l-.158.326q-.09.178-.288.233t-.375-.035t-.233-.288t.035-.375l.152-.313q.111-.264.167-.53q.056-.267.056-.542m-3.892%200q0-.427-.125-.828q-.125-.402-.395-.73q-.39-.505-.63-1.096q-.239-.592-.239-1.226q0-.402.105-.783t.309-.74l.151-.27q.09-.177.292-.232q.2-.056.377.034t.233.289t-.035.375l-.176.294q-.131.244-.203.51q-.072.267-.072.542q0%20.427.154.829t.423.729q.41.467.62%201.049t.21%201.197q0%20.421-.095.811t-.26.77q-.083.15-.08.163t-.078.164q-.09.177-.289.232t-.375-.034t-.232-.289t.034-.375l.152-.313q.112-.264.167-.53t.056-.541M12.5%2019.982q3.033-.176%205.17-2.313t2.313-5.169h-4.195L12.5%2016.596zm.529-12.84q0-.427-.128-.819t-.397-.72q-.41-.486-.64-1.077q-.23-.592-.23-1.226q0-.402.102-.792t.312-.75l.158-.27q.09-.177.291-.232t.378.034t.233.289t-.035.375l-.177.294q-.13.238-.206.508t-.075.544q0%20.427.154.829t.423.729q.41.467.62%201.049t.211%201.197q0%20.421-.095.812q-.095.39-.26.769l-.153.326q-.09.178-.291.233t-.378-.035t-.233-.288q-.055-.198.035-.375l.158-.313q.111-.264.167-.54t.056-.55M4.017%2012.5q.177%203.033%202.314%205.17t5.169%202.313v-3.387L8.211%2012.5zM3%2012q0-2.81%201.532-5.038t3.957-3.246q.207-.085.381%200t.253.263t.03.372q-.05.195-.3.316q-2.034.862-3.358%202.674T4.017%2011.5h16.039q.403%200%20.674.277q.27.277.25.68q-.082%201.776-.821%203.332q-.74%201.557-1.945%202.712t-2.807%201.827T12%2021q-1.864%200-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3%2013.864%203%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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