emergency heat icon
emergency-heat-outline from Material Symbols by Google · Outline · Household · Apache-2.0 Free for personal and commercial use.
- Name
- emergency-heat-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- emergency-heat-outline-sharp
3 other variants in Material Symbols
The same icon in other sets
More household icons from Material Symbols
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="M5 14q0 1.3.525 2.463t1.5 2.037Q7 18.375 7 18.275v-.225q0-.8.3-1.5t.875-1.275L11 12.5l2.825 2.775q.575.575.875 1.275t.3 1.5v.225q0 .1-.025.225q.975-.875 1.5-2.037T17 14q0-1.25-.462-2.363T15.2 9.65q-.5.325-1.05.488t-1.125.162q-1.55 0-2.687-1.025T9.025 6.75Q8.05 7.575 7.3 8.463t-1.262 1.8t-.775 1.862T5 14m6 1.3l-1.425 1.4q-.275.275-.425.625T9 18.05q0 .8.587 1.375T11 20t1.412-.575T13 18.05q0-.4-.15-.737t-.425-.613zM11 3v3.3q0 .85.588 1.425t1.437.575q.45 0 .838-.187t.687-.563L15 7q1.85 1.05 2.925 2.925T19 14q0 3.35-2.325 5.675T11 22t-5.675-2.325T3 14q0-3.225 2.162-6.125T11 3m10 8q-.425 0-.712-.288T20 10t.288-.712T21 9t.713.288T22 10t-.288.713T21 11m-1-3V3h2v5z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsEmergencyHeatOutline(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.3.525 2.463t1.5 2.037Q7 18.375 7 18.275v-.225q0-.8.3-1.5t.875-1.275L11 12.5l2.825 2.775q.575.575.875 1.275t.3 1.5v.225q0 .1-.025.225q.975-.875 1.5-2.037T17 14q0-1.25-.462-2.363T15.2 9.65q-.5.325-1.05.488t-1.125.162q-1.55 0-2.687-1.025T9.025 6.75Q8.05 7.575 7.3 8.463t-1.262 1.8t-.775 1.862T5 14m6 1.3l-1.425 1.4q-.275.275-.425.625T9 18.05q0 .8.587 1.375T11 20t1.412-.575T13 18.05q0-.4-.15-.737t-.425-.613zM11 3v3.3q0 .85.588 1.425t1.437.575q.45 0 .838-.187t.687-.563L15 7q1.85 1.05 2.925 2.925T19 14q0 3.35-2.325 5.675T11 22t-5.675-2.325T3 14q0-3.225 2.162-6.125T11 3m10 8q-.425 0-.712-.288T20 10t.288-.712T21 9t.713.288T22 10t-.288.713T21 11m-1-3V3h2v5z"/></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.3.525 2.463t1.5 2.037Q7 18.375 7 18.275v-.225q0-.8.3-1.5t.875-1.275L11 12.5l2.825 2.775q.575.575.875 1.275t.3 1.5v.225q0 .1-.025.225q.975-.875 1.5-2.037T17 14q0-1.25-.462-2.363T15.2 9.65q-.5.325-1.05.488t-1.125.162q-1.55 0-2.687-1.025T9.025 6.75Q8.05 7.575 7.3 8.463t-1.262 1.8t-.775 1.862T5 14m6 1.3l-1.425 1.4q-.275.275-.425.625T9 18.05q0 .8.587 1.375T11 20t1.412-.575T13 18.05q0-.4-.15-.737t-.425-.613zM11 3v3.3q0 .85.588 1.425t1.437.575q.45 0 .838-.187t.687-.563L15 7q1.85 1.05 2.925 2.925T19 14q0 3.35-2.325 5.675T11 22t-5.675-2.325T3 14q0-3.225 2.162-6.125T11 3m10 8q-.425 0-.712-.288T20 10t.288-.712T21 9t.713.288T22 10t-.288.713T21 11m-1-3V3h2v5z"/></svg> </template>
CSS
.icon-emergency-heat-outline {
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%201.3.525%202.463t1.5%202.037Q7%2018.375%207%2018.275v-.225q0-.8.3-1.5t.875-1.275L11%2012.5l2.825%202.775q.575.575.875%201.275t.3%201.5v.225q0%20.1-.025.225q.975-.875%201.5-2.037T17%2014q0-1.25-.462-2.363T15.2%209.65q-.5.325-1.05.488t-1.125.162q-1.55%200-2.687-1.025T9.025%206.75Q8.05%207.575%207.3%208.463t-1.262%201.8t-.775%201.862T5%2014m6%201.3l-1.425%201.4q-.275.275-.425.625T9%2018.05q0%20.8.587%201.375T11%2020t1.412-.575T13%2018.05q0-.4-.15-.737t-.425-.613zM11%203v3.3q0%20.85.588%201.425t1.437.575q.45%200%20.838-.187t.687-.563L15%207q1.85%201.05%202.925%202.925T19%2014q0%203.35-2.325%205.675T11%2022t-5.675-2.325T3%2014q0-3.225%202.162-6.125T11%203m10%208q-.425%200-.712-.288T20%2010t.288-.712T21%209t.713.288T22%2010t-.288.713T21%2011m-1-3V3h2v5z%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%201.3.525%202.463t1.5%202.037Q7%2018.375%207%2018.275v-.225q0-.8.3-1.5t.875-1.275L11%2012.5l2.825%202.775q.575.575.875%201.275t.3%201.5v.225q0%20.1-.025.225q.975-.875%201.5-2.037T17%2014q0-1.25-.462-2.363T15.2%209.65q-.5.325-1.05.488t-1.125.162q-1.55%200-2.687-1.025T9.025%206.75Q8.05%207.575%207.3%208.463t-1.262%201.8t-.775%201.862T5%2014m6%201.3l-1.425%201.4q-.275.275-.425.625T9%2018.05q0%20.8.587%201.375T11%2020t1.412-.575T13%2018.05q0-.4-.15-.737t-.425-.613zM11%203v3.3q0%20.85.588%201.425t1.437.575q.45%200%20.838-.187t.687-.563L15%207q1.85%201.05%202.925%202.925T19%2014q0%203.35-2.325%205.675T11%2022t-5.675-2.325T3%2014q0-3.225%202.162-6.125T11%203m10%208q-.425%200-.712-.288T20%2010t.288-.712T21%209t.713.288T22%2010t-.288.713T21%2011m-1-3V3h2v5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/emergency-heat-outline.svg?color=%231a73e8&size=48