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

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

2 other variants in Material Symbols Light

The same icon in other sets

More transit icons from Material Symbols Light

Use the seat heat left icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.823 11.729q-.177-.09-.233-.288q-.056-.199.035-.376l.152-.313q.112-.263.167-.53q.056-.266.056-.541q0-.427-.125-.829t-.394-.729q-.39-.506-.63-1.097t-.24-1.226q0-.402.105-.783q.105-.38.309-.74l.152-.27q.11-.176.301-.232t.368.035q.177.09.242.288q.066.198-.044.375l-.177.294q-.13.245-.203.52q-.072.277-.072.552q0 .427.154.819t.423.719q.41.467.62 1.049T20 9.623q0 .421-.095.812q-.096.39-.26.769l-.159.327q-.09.177-.288.233q-.198.055-.375-.035m-3.892 0q-.177-.09-.233-.288q-.056-.199.035-.376l.152-.313q.111-.263.167-.53q.056-.266.056-.541q0-.427-.125-.829t-.394-.729q-.391-.506-.63-1.097q-.24-.591-.24-1.226q0-.402.105-.783t.309-.74l.152-.27q.11-.176.3-.232q.192-.056.369.035q.177.09.242.288q.066.198-.044.375l-.177.294q-.13.244-.203.511q-.072.266-.072.541q0 .427.154.829t.423.729q.41.467.62 1.049t.21 1.197q0 .421-.094.812q-.096.39-.261.769l-.158.327q-.09.177-.288.233t-.375-.035m-3.892 0q-.177-.09-.233-.288q-.056-.199.035-.376l.157-.313q.112-.263.168-.54q.055-.275.055-.55q0-.428-.128-.82q-.127-.392-.397-.719q-.41-.487-.64-1.078q-.229-.591-.229-1.226q0-.402.102-.792t.312-.75l.157-.27q.11-.176.301-.232q.192-.056.368.034q.177.091.243.289q.065.198-.044.375l-.177.294q-.131.239-.206.508t-.075.544q0 .427.154.829t.423.729q.41.467.62 1.049t.21 1.197q0 .421-.095.811t-.26.77l-.152.327q-.09.177-.292.232q-.2.056-.377-.034M7.78 20q-.483 0-.854-.288q-.371-.287-.513-.764l-2.227-8.632q-.1-.337-.144-.667T4 8.977q0-.604.134-1.173q.133-.57.4-1.098q.149-.316.446-.492t.624-.176q.363 0 .625.262q.261.262.261.625q0 .16-.061.314q-.062.153-.185.296q-.532.538-.64 1.287q-.106.75.208 1.451l.423.935q.648 1.46 1.091 2.961t.443 3.079v1.37q.272-.256.622-.399t.74-.142h6.048q.413 0 .687.274t.275.688t-.275.687t-.687.274z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSeatHeatLeftRounded(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="M18.823 11.729q-.177-.09-.233-.288q-.056-.199.035-.376l.152-.313q.112-.263.167-.53q.056-.266.056-.541q0-.427-.125-.829t-.394-.729q-.39-.506-.63-1.097t-.24-1.226q0-.402.105-.783q.105-.38.309-.74l.152-.27q.11-.176.301-.232t.368.035q.177.09.242.288q.066.198-.044.375l-.177.294q-.13.245-.203.52q-.072.277-.072.552q0 .427.154.819t.423.719q.41.467.62 1.049T20 9.623q0 .421-.095.812q-.096.39-.26.769l-.159.327q-.09.177-.288.233q-.198.055-.375-.035m-3.892 0q-.177-.09-.233-.288q-.056-.199.035-.376l.152-.313q.111-.263.167-.53q.056-.266.056-.541q0-.427-.125-.829t-.394-.729q-.391-.506-.63-1.097q-.24-.591-.24-1.226q0-.402.105-.783t.309-.74l.152-.27q.11-.176.3-.232q.192-.056.369.035q.177.09.242.288q.066.198-.044.375l-.177.294q-.13.244-.203.511q-.072.266-.072.541q0 .427.154.829t.423.729q.41.467.62 1.049t.21 1.197q0 .421-.094.812q-.096.39-.261.769l-.158.327q-.09.177-.288.233t-.375-.035m-3.892 0q-.177-.09-.233-.288q-.056-.199.035-.376l.157-.313q.112-.263.168-.54q.055-.275.055-.55q0-.428-.128-.82q-.127-.392-.397-.719q-.41-.487-.64-1.078q-.229-.591-.229-1.226q0-.402.102-.792t.312-.75l.157-.27q.11-.176.301-.232q.192-.056.368.034q.177.091.243.289q.065.198-.044.375l-.177.294q-.131.239-.206.508t-.075.544q0 .427.154.829t.423.729q.41.467.62 1.049t.21 1.197q0 .421-.095.811t-.26.77l-.152.327q-.09.177-.292.232q-.2.056-.377-.034M7.78 20q-.483 0-.854-.288q-.371-.287-.513-.764l-2.227-8.632q-.1-.337-.144-.667T4 8.977q0-.604.134-1.173q.133-.57.4-1.098q.149-.316.446-.492t.624-.176q.363 0 .625.262q.261.262.261.625q0 .16-.061.314q-.062.153-.185.296q-.532.538-.64 1.287q-.106.75.208 1.451l.423.935q.648 1.46 1.091 2.961t.443 3.079v1.37q.272-.256.622-.399t.74-.142h6.048q.413 0 .687.274t.275.688t-.275.687t-.687.274z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.823 11.729q-.177-.09-.233-.288q-.056-.199.035-.376l.152-.313q.112-.263.167-.53q.056-.266.056-.541q0-.427-.125-.829t-.394-.729q-.39-.506-.63-1.097t-.24-1.226q0-.402.105-.783q.105-.38.309-.74l.152-.27q.11-.176.301-.232t.368.035q.177.09.242.288q.066.198-.044.375l-.177.294q-.13.245-.203.52q-.072.277-.072.552q0 .427.154.819t.423.719q.41.467.62 1.049T20 9.623q0 .421-.095.812q-.096.39-.26.769l-.159.327q-.09.177-.288.233q-.198.055-.375-.035m-3.892 0q-.177-.09-.233-.288q-.056-.199.035-.376l.152-.313q.111-.263.167-.53q.056-.266.056-.541q0-.427-.125-.829t-.394-.729q-.391-.506-.63-1.097q-.24-.591-.24-1.226q0-.402.105-.783t.309-.74l.152-.27q.11-.176.3-.232q.192-.056.369.035q.177.09.242.288q.066.198-.044.375l-.177.294q-.13.244-.203.511q-.072.266-.072.541q0 .427.154.829t.423.729q.41.467.62 1.049t.21 1.197q0 .421-.094.812q-.096.39-.261.769l-.158.327q-.09.177-.288.233t-.375-.035m-3.892 0q-.177-.09-.233-.288q-.056-.199.035-.376l.157-.313q.112-.263.168-.54q.055-.275.055-.55q0-.428-.128-.82q-.127-.392-.397-.719q-.41-.487-.64-1.078q-.229-.591-.229-1.226q0-.402.102-.792t.312-.75l.157-.27q.11-.176.301-.232q.192-.056.368.034q.177.091.243.289q.065.198-.044.375l-.177.294q-.131.239-.206.508t-.075.544q0 .427.154.829t.423.729q.41.467.62 1.049t.21 1.197q0 .421-.095.811t-.26.77l-.152.327q-.09.177-.292.232q-.2.056-.377-.034M7.78 20q-.483 0-.854-.288q-.371-.287-.513-.764l-2.227-8.632q-.1-.337-.144-.667T4 8.977q0-.604.134-1.173q.133-.57.4-1.098q.149-.316.446-.492t.624-.176q.363 0 .625.262q.261.262.261.625q0 .16-.061.314q-.062.153-.185.296q-.532.538-.64 1.287q-.106.75.208 1.451l.423.935q.648 1.46 1.091 2.961t.443 3.079v1.37q.272-.256.622-.399t.74-.142h6.048q.413 0 .687.274t.275.688t-.275.687t-.687.274z"/></svg>
</template>

CSS

.icon-seat-heat-left-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%22M18.823%2011.729q-.177-.09-.233-.288q-.056-.199.035-.376l.152-.313q.112-.263.167-.53q.056-.266.056-.541q0-.427-.125-.829t-.394-.729q-.39-.506-.63-1.097t-.24-1.226q0-.402.105-.783q.105-.38.309-.74l.152-.27q.11-.176.301-.232t.368.035q.177.09.242.288q.066.198-.044.375l-.177.294q-.13.245-.203.52q-.072.277-.072.552q0%20.427.154.819t.423.719q.41.467.62%201.049T20%209.623q0%20.421-.095.812q-.096.39-.26.769l-.159.327q-.09.177-.288.233q-.198.055-.375-.035m-3.892%200q-.177-.09-.233-.288q-.056-.199.035-.376l.152-.313q.111-.263.167-.53q.056-.266.056-.541q0-.427-.125-.829t-.394-.729q-.391-.506-.63-1.097q-.24-.591-.24-1.226q0-.402.105-.783t.309-.74l.152-.27q.11-.176.3-.232q.192-.056.369.035q.177.09.242.288q.066.198-.044.375l-.177.294q-.13.244-.203.511q-.072.266-.072.541q0%20.427.154.829t.423.729q.41.467.62%201.049t.21%201.197q0%20.421-.094.812q-.096.39-.261.769l-.158.327q-.09.177-.288.233t-.375-.035m-3.892%200q-.177-.09-.233-.288q-.056-.199.035-.376l.157-.313q.112-.263.168-.54q.055-.275.055-.55q0-.428-.128-.82q-.127-.392-.397-.719q-.41-.487-.64-1.078q-.229-.591-.229-1.226q0-.402.102-.792t.312-.75l.157-.27q.11-.176.301-.232q.192-.056.368.034q.177.091.243.289q.065.198-.044.375l-.177.294q-.131.239-.206.508t-.075.544q0%20.427.154.829t.423.729q.41.467.62%201.049t.21%201.197q0%20.421-.095.811t-.26.77l-.152.327q-.09.177-.292.232q-.2.056-.377-.034M7.78%2020q-.483%200-.854-.288q-.371-.287-.513-.764l-2.227-8.632q-.1-.337-.144-.667T4%208.977q0-.604.134-1.173q.133-.57.4-1.098q.149-.316.446-.492t.624-.176q.363%200%20.625.262q.261.262.261.625q0%20.16-.061.314q-.062.153-.185.296q-.532.538-.64%201.287q-.106.75.208%201.451l.423.935q.648%201.46%201.091%202.961t.443%203.079v1.37q.272-.256.622-.399t.74-.142h6.048q.413%200%20.687.274t.275.688t-.275.687t-.687.274z%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%22M18.823%2011.729q-.177-.09-.233-.288q-.056-.199.035-.376l.152-.313q.112-.263.167-.53q.056-.266.056-.541q0-.427-.125-.829t-.394-.729q-.39-.506-.63-1.097t-.24-1.226q0-.402.105-.783q.105-.38.309-.74l.152-.27q.11-.176.301-.232t.368.035q.177.09.242.288q.066.198-.044.375l-.177.294q-.13.245-.203.52q-.072.277-.072.552q0%20.427.154.819t.423.719q.41.467.62%201.049T20%209.623q0%20.421-.095.812q-.096.39-.26.769l-.159.327q-.09.177-.288.233q-.198.055-.375-.035m-3.892%200q-.177-.09-.233-.288q-.056-.199.035-.376l.152-.313q.111-.263.167-.53q.056-.266.056-.541q0-.427-.125-.829t-.394-.729q-.391-.506-.63-1.097q-.24-.591-.24-1.226q0-.402.105-.783t.309-.74l.152-.27q.11-.176.3-.232q.192-.056.369.035q.177.09.242.288q.066.198-.044.375l-.177.294q-.13.244-.203.511q-.072.266-.072.541q0%20.427.154.829t.423.729q.41.467.62%201.049t.21%201.197q0%20.421-.094.812q-.096.39-.261.769l-.158.327q-.09.177-.288.233t-.375-.035m-3.892%200q-.177-.09-.233-.288q-.056-.199.035-.376l.157-.313q.112-.263.168-.54q.055-.275.055-.55q0-.428-.128-.82q-.127-.392-.397-.719q-.41-.487-.64-1.078q-.229-.591-.229-1.226q0-.402.102-.792t.312-.75l.157-.27q.11-.176.301-.232q.192-.056.368.034q.177.091.243.289q.065.198-.044.375l-.177.294q-.131.239-.206.508t-.075.544q0%20.427.154.829t.423.729q.41.467.62%201.049t.21%201.197q0%20.421-.095.811t-.26.77l-.152.327q-.09.177-.292.232q-.2.056-.377-.034M7.78%2020q-.483%200-.854-.288q-.371-.287-.513-.764l-2.227-8.632q-.1-.337-.144-.667T4%208.977q0-.604.134-1.173q.133-.57.4-1.098q.149-.316.446-.492t.624-.176q.363%200%20.625.262q.261.262.261.625q0%20.16-.061.314q-.062.153-.185.296q-.532.538-.64%201.287q-.106.75.208%201.451l.423.935q.648%201.46%201.091%202.961t.443%203.079v1.37q.272-.256.622-.399t.74-.142h6.048q.413%200%20.687.274t.275.688t-.275.687t-.687.274z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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