mode heat icon
mode-heat from Material Symbols Light by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.
- Name
- mode-heat
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- mode-heat-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More household icons from Material Symbols Light
Use the mode heat icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 14q0-1.798.702-3.29q.702-1.493 1.673-2.662t1.99-1.993T11 4.789V6.3q0 1.387.933 2.193t2.092.807q.483 0 .918-.156t.838-.46l.43-.338q1.281.973 2.035 2.451T19 14q0 2.296-1.306 4.07t-3.344 2.478q.54-.465.845-1.11t.305-1.388q0-.673-.26-1.301t-.748-1.116L12 13.196l-2.467 2.437q-.494.494-.764 1.11q-.269.615-.269 1.307q0 .742.305 1.388t.845 1.11q-2.039-.704-3.344-2.478T5 14m7 .592l1.779 1.748q.348.348.535.777q.186.43.186.933q0 1.014-.73 1.732T12 20.5t-1.77-.718t-.73-1.732q0-.479.177-.91t.544-.8z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightModeHeat(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="M5 14q0-1.798.702-3.29q.702-1.493 1.673-2.662t1.99-1.993T11 4.789V6.3q0 1.387.933 2.193t2.092.807q.483 0 .918-.156t.838-.46l.43-.338q1.281.973 2.035 2.451T19 14q0 2.296-1.306 4.07t-3.344 2.478q.54-.465.845-1.11t.305-1.388q0-.673-.26-1.301t-.748-1.116L12 13.196l-2.467 2.437q-.494.494-.764 1.11q-.269.615-.269 1.307q0 .742.305 1.388t.845 1.11q-2.039-.704-3.344-2.478T5 14m7 .592l1.779 1.748q.348.348.535.777q.186.43.186.933q0 1.014-.73 1.732T12 20.5t-1.77-.718t-.73-1.732q0-.479.177-.91t.544-.8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 14q0-1.798.702-3.29q.702-1.493 1.673-2.662t1.99-1.993T11 4.789V6.3q0 1.387.933 2.193t2.092.807q.483 0 .918-.156t.838-.46l.43-.338q1.281.973 2.035 2.451T19 14q0 2.296-1.306 4.07t-3.344 2.478q.54-.465.845-1.11t.305-1.388q0-.673-.26-1.301t-.748-1.116L12 13.196l-2.467 2.437q-.494.494-.764 1.11q-.269.615-.269 1.307q0 .742.305 1.388t.845 1.11q-2.039-.704-3.344-2.478T5 14m7 .592l1.779 1.748q.348.348.535.777q.186.43.186.933q0 1.014-.73 1.732T12 20.5t-1.77-.718t-.73-1.732q0-.479.177-.91t.544-.8z"/></svg> </template>
CSS
.icon-mode-heat {
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%22M5%2014q0-1.798.702-3.29q.702-1.493%201.673-2.662t1.99-1.993T11%204.789V6.3q0%201.387.933%202.193t2.092.807q.483%200%20.918-.156t.838-.46l.43-.338q1.281.973%202.035%202.451T19%2014q0%202.296-1.306%204.07t-3.344%202.478q.54-.465.845-1.11t.305-1.388q0-.673-.26-1.301t-.748-1.116L12%2013.196l-2.467%202.437q-.494.494-.764%201.11q-.269.615-.269%201.307q0%20.742.305%201.388t.845%201.11q-2.039-.704-3.344-2.478T5%2014m7%20.592l1.779%201.748q.348.348.535.777q.186.43.186.933q0%201.014-.73%201.732T12%2020.5t-1.77-.718t-.73-1.732q0-.479.177-.91t.544-.8z%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%22M5%2014q0-1.798.702-3.29q.702-1.493%201.673-2.662t1.99-1.993T11%204.789V6.3q0%201.387.933%202.193t2.092.807q.483%200%20.918-.156t.838-.46l.43-.338q1.281.973%202.035%202.451T19%2014q0%202.296-1.306%204.07t-3.344%202.478q.54-.465.845-1.11t.305-1.388q0-.673-.26-1.301t-.748-1.116L12%2013.196l-2.467%202.437q-.494.494-.764%201.11q-.269.615-.269%201.307q0%20.742.305%201.388t.845%201.11q-2.039-.704-3.344-2.478T5%2014m7%20.592l1.779%201.748q.348.348.535.777q.186.43.186.933q0%201.014-.73%201.732T12%2020.5t-1.77-.718t-.73-1.732q0-.479.177-.91t.544-.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/mode-heat.svg?color=%231a73e8&size=48