mode heat icon
mode-heat-rounded from Material Symbols Light by Google · Rounded · Household · Apache-2.0 Free for personal and commercial use.
- Name
- mode-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 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-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.384T19 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 MaterialSymbolsLightModeHeatRounded(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-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.384T19 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-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.384T19 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-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%22M5%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.384T19%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-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.384T19%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-rounded.svg?color=%231a73e8&size=48