emergency heat icon

emergency-heat from Material Symbols by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.

Name
emergency-heat
Set
Material Symbols
Style
Regular
Category
Household
Viewbox
24×24
License
Apache 2.0
Aliases
emergency-heat-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="M3 14q0-2.625 1.25-4.675T7 5.875t2.75-2.138L11 3v3.3q0 .925.625 1.462t1.4.538q.425 0 .813-.175t.712-.575L15 7q1.8 1.05 2.9 2.912T19 14q0 2.2-1.075 4.013T15.1 20.874q.425-.6.663-1.312T16 18.05q0-1-.375-1.888t-1.075-1.587L11 11.1l-3.525 3.475q-.725.725-1.1 1.6T6 18.05q0 .8.238 1.513t.662 1.312q-1.75-1.05-2.825-2.863T3 14m8-.1l2.125 2.075q.425.425.65.95T14 18.05q0 1.225-.875 2.088T11 21t-2.125-.862T8 18.05q0-.575.225-1.112t.65-.963zM21 11q-.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 MaterialSymbolsEmergencyHeat(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="M3 14q0-2.625 1.25-4.675T7 5.875t2.75-2.138L11 3v3.3q0 .925.625 1.462t1.4.538q.425 0 .813-.175t.712-.575L15 7q1.8 1.05 2.9 2.912T19 14q0 2.2-1.075 4.013T15.1 20.874q.425-.6.663-1.312T16 18.05q0-1-.375-1.888t-1.075-1.587L11 11.1l-3.525 3.475q-.725.725-1.1 1.6T6 18.05q0 .8.238 1.513t.662 1.312q-1.75-1.05-2.825-2.863T3 14m8-.1l2.125 2.075q.425.425.65.95T14 18.05q0 1.225-.875 2.088T11 21t-2.125-.862T8 18.05q0-.575.225-1.112t.65-.963zM21 11q-.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="M3 14q0-2.625 1.25-4.675T7 5.875t2.75-2.138L11 3v3.3q0 .925.625 1.462t1.4.538q.425 0 .813-.175t.712-.575L15 7q1.8 1.05 2.9 2.912T19 14q0 2.2-1.075 4.013T15.1 20.874q.425-.6.663-1.312T16 18.05q0-1-.375-1.888t-1.075-1.587L11 11.1l-3.525 3.475q-.725.725-1.1 1.6T6 18.05q0 .8.238 1.513t.662 1.312q-1.75-1.05-2.825-2.863T3 14m8-.1l2.125 2.075q.425.425.65.95T14 18.05q0 1.225-.875 2.088T11 21t-2.125-.862T8 18.05q0-.575.225-1.112t.65-.963zM21 11q-.425 0-.712-.288T20 10t.288-.712T21 9t.713.288T22 10t-.288.713T21 11m-1-3V3h2v5z"/></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%22M3%2014q0-2.625%201.25-4.675T7%205.875t2.75-2.138L11%203v3.3q0%20.925.625%201.462t1.4.538q.425%200%20.813-.175t.712-.575L15%207q1.8%201.05%202.9%202.912T19%2014q0%202.2-1.075%204.013T15.1%2020.874q.425-.6.663-1.312T16%2018.05q0-1-.375-1.888t-1.075-1.587L11%2011.1l-3.525%203.475q-.725.725-1.1%201.6T6%2018.05q0%20.8.238%201.513t.662%201.312q-1.75-1.05-2.825-2.863T3%2014m8-.1l2.125%202.075q.425.425.65.95T14%2018.05q0%201.225-.875%202.088T11%2021t-2.125-.862T8%2018.05q0-.575.225-1.112t.65-.963zM21%2011q-.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%22M3%2014q0-2.625%201.25-4.675T7%205.875t2.75-2.138L11%203v3.3q0%20.925.625%201.462t1.4.538q.425%200%20.813-.175t.712-.575L15%207q1.8%201.05%202.9%202.912T19%2014q0%202.2-1.075%204.013T15.1%2020.874q.425-.6.663-1.312T16%2018.05q0-1-.375-1.888t-1.075-1.587L11%2011.1l-3.525%203.475q-.725.725-1.1%201.6T6%2018.05q0%20.8.238%201.513t.662%201.312q-1.75-1.05-2.825-2.863T3%2014m8-.1l2.125%202.075q.425.425.65.95T14%2018.05q0%201.225-.875%202.088T11%2021t-2.125-.862T8%2018.05q0-.575.225-1.112t.65-.963zM21%2011q-.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.svg?color=%231a73e8&size=48