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

Name
emergency-heat-rounded
Set
Material Symbols Light
Style
Rounded
Category
Household
Viewbox
24×24
License
Apache 2.0

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-2.248 1.252-4.434t3.427-3.868q.415-.336.887-.105t.472.734v.396q0 .985.905 1.78q.905.797 2.082.797q.464 0 .909-.159q.445-.158.841-.45q.2-.154.436-.16q.235-.004.433.158q1.114.99 1.735 2.384T18 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-.357-2.912q-.143-.144-.143-.357V4q0-.213.143-.357T21 3.5t.357.143T21.5 4v3.23q0 .214-.143.358T21 7.73t-.357-.143"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightEmergencyHeatRounded(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-2.248 1.252-4.434t3.427-3.868q.415-.336.887-.105t.472.734v.396q0 .985.905 1.78q.905.797 2.082.797q.464 0 .909-.159q.445-.158.841-.45q.2-.154.436-.16q.235-.004.433.158q1.114.99 1.735 2.384T18 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-.357-2.912q-.143-.144-.143-.357V4q0-.213.143-.357T21 3.5t.357.143T21.5 4v3.23q0 .214-.143.358T21 7.73t-.357-.143"/></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-2.248 1.252-4.434t3.427-3.868q.415-.336.887-.105t.472.734v.396q0 .985.905 1.78q.905.797 2.082.797q.464 0 .909-.159q.445-.158.841-.45q.2-.154.436-.16q.235-.004.433.158q1.114.99 1.735 2.384T18 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-.357-2.912q-.143-.144-.143-.357V4q0-.213.143-.357T21 3.5t.357.143T21.5 4v3.23q0 .214-.143.358T21 7.73t-.357-.143"/></svg>
</template>

CSS

.icon-emergency-heat-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%22M4%2014q0-2.248%201.252-4.434t3.427-3.868q.415-.336.887-.105t.472.734v.396q0%20.985.905%201.78q.905.797%202.082.797q.464%200%20.909-.159q.445-.158.841-.45q.2-.154.436-.16q.235-.004.433.158q1.114.99%201.735%202.384T18%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-.357-2.912q-.143-.144-.143-.357V4q0-.213.143-.357T21%203.5t.357.143T21.5%204v3.23q0%20.214-.143.358T21%207.73t-.357-.143%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-2.248%201.252-4.434t3.427-3.868q.415-.336.887-.105t.472.734v.396q0%20.985.905%201.78q.905.797%202.082.797q.464%200%20.909-.159q.445-.158.841-.45q.2-.154.436-.16q.235-.004.433.158q1.114.99%201.735%202.384T18%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-.357-2.912q-.143-.144-.143-.357V4q0-.213.143-.357T21%203.5t.357.143T21.5%204v3.23q0%20.214-.143.358T21%207.73t-.357-.143%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-rounded.svg?color=%231a73e8&size=48