emergency heat icon
emergency-heat from Material Symbols Light by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.
- Name
- emergency-heat
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- emergency-heat-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More household icons from Material Symbols Light
Use the emergency heat icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 14q0-1.798.702-3.29q.702-1.493 1.673-2.662t1.99-1.993T10 4.789V6.3q0 1.387.933 2.193t2.092.807q.483 0 .918-.156t.838-.46l.43-.338q1.281.973 2.035 2.451T18 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.116L11 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.478T4 14m7 .592l1.779 1.748q.348.348.535.777q.186.43.186.933q0 1.014-.73 1.732T11 20.5t-1.77-.718t-.73-1.732q0-.479.177-.91t.544-.8zM21 10.5q-.213 0-.357-.143T20.5 10t.143-.357T21 9.5t.357.143t.143.357t-.143.357T21 10.5m-.5-2.77V3.5h1v4.23z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightEmergencyHeat(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="M4 14q0-1.798.702-3.29q.702-1.493 1.673-2.662t1.99-1.993T10 4.789V6.3q0 1.387.933 2.193t2.092.807q.483 0 .918-.156t.838-.46l.43-.338q1.281.973 2.035 2.451T18 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.116L11 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.478T4 14m7 .592l1.779 1.748q.348.348.535.777q.186.43.186.933q0 1.014-.73 1.732T11 20.5t-1.77-.718t-.73-1.732q0-.479.177-.91t.544-.8zM21 10.5q-.213 0-.357-.143T20.5 10t.143-.357T21 9.5t.357.143t.143.357t-.143.357T21 10.5m-.5-2.77V3.5h1v4.23z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 14q0-1.798.702-3.29q.702-1.493 1.673-2.662t1.99-1.993T10 4.789V6.3q0 1.387.933 2.193t2.092.807q.483 0 .918-.156t.838-.46l.43-.338q1.281.973 2.035 2.451T18 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.116L11 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.478T4 14m7 .592l1.779 1.748q.348.348.535.777q.186.43.186.933q0 1.014-.73 1.732T11 20.5t-1.77-.718t-.73-1.732q0-.479.177-.91t.544-.8zM21 10.5q-.213 0-.357-.143T20.5 10t.143-.357T21 9.5t.357.143t.143.357t-.143.357T21 10.5m-.5-2.77V3.5h1v4.23z"/></svg> </template>
CSS
.icon-emergency-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%22M4%2014q0-1.798.702-3.29q.702-1.493%201.673-2.662t1.99-1.993T10%204.789V6.3q0%201.387.933%202.193t2.092.807q.483%200%20.918-.156t.838-.46l.43-.338q1.281.973%202.035%202.451T18%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.116L11%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.478T4%2014m7%20.592l1.779%201.748q.348.348.535.777q.186.43.186.933q0%201.014-.73%201.732T11%2020.5t-1.77-.718t-.73-1.732q0-.479.177-.91t.544-.8zM21%2010.5q-.213%200-.357-.143T20.5%2010t.143-.357T21%209.5t.357.143t.143.357t-.143.357T21%2010.5m-.5-2.77V3.5h1v4.23z%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%22M4%2014q0-1.798.702-3.29q.702-1.493%201.673-2.662t1.99-1.993T10%204.789V6.3q0%201.387.933%202.193t2.092.807q.483%200%20.918-.156t.838-.46l.43-.338q1.281.973%202.035%202.451T18%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.116L11%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.478T4%2014m7%20.592l1.779%201.748q.348.348.535.777q.186.43.186.933q0%201.014-.73%201.732T11%2020.5t-1.77-.718t-.73-1.732q0-.479.177-.91t.544-.8zM21%2010.5q-.213%200-.357-.143T20.5%2010t.143-.357T21%209.5t.357.143t.143.357t-.143.357T21%2010.5m-.5-2.77V3.5h1v4.23z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/emergency-heat.svg?color=%231a73e8&size=48