mode heat icon
mode-heat-outline-rounded from Material Symbols Light by Google · Outline Rounded · Household · Apache-2.0 Free for personal and commercial use.
- Name
- mode-heat-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline 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="M7.037 18.964Q5 16.927 5 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.927-2.036 4.964T12 21t-4.963-2.036M6 14q0 1.723.92 3.165q.919 1.44 2.47 2.162q-.198-.298-.294-.62Q9 18.388 9 18.05q0-.588.233-1.115q.232-.527.653-.948L12 13.904l2.133 2.083q.42.42.644.948q.223.527.223 1.115q0 .337-.096.658q-.096.32-.294.619q1.552-.721 2.47-2.162Q18 15.723 18 14q0-1.25-.462-2.363T16.2 9.65q-.5.325-1.05.488t-1.125.162q-1.57 0-2.707-1.025t-1.293-2.564q-1.95 1.631-2.988 3.523Q6 12.125 6 14m6 1.3l-1.425 1.4q-.275.275-.425.625t-.15.725q0 .8.587 1.375T12 20t1.412-.575T14 18.05q0-.4-.15-.737t-.425-.613z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightModeHeatOutlineRounded(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="M7.037 18.964Q5 16.927 5 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.927-2.036 4.964T12 21t-4.963-2.036M6 14q0 1.723.92 3.165q.919 1.44 2.47 2.162q-.198-.298-.294-.62Q9 18.388 9 18.05q0-.588.233-1.115q.232-.527.653-.948L12 13.904l2.133 2.083q.42.42.644.948q.223.527.223 1.115q0 .337-.096.658q-.096.32-.294.619q1.552-.721 2.47-2.162Q18 15.723 18 14q0-1.25-.462-2.363T16.2 9.65q-.5.325-1.05.488t-1.125.162q-1.57 0-2.707-1.025t-1.293-2.564q-1.95 1.631-2.988 3.523Q6 12.125 6 14m6 1.3l-1.425 1.4q-.275.275-.425.625t-.15.725q0 .8.587 1.375T12 20t1.412-.575T14 18.05q0-.4-.15-.737t-.425-.613z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.037 18.964Q5 16.927 5 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.927-2.036 4.964T12 21t-4.963-2.036M6 14q0 1.723.92 3.165q.919 1.44 2.47 2.162q-.198-.298-.294-.62Q9 18.388 9 18.05q0-.588.233-1.115q.232-.527.653-.948L12 13.904l2.133 2.083q.42.42.644.948q.223.527.223 1.115q0 .337-.096.658q-.096.32-.294.619q1.552-.721 2.47-2.162Q18 15.723 18 14q0-1.25-.462-2.363T16.2 9.65q-.5.325-1.05.488t-1.125.162q-1.57 0-2.707-1.025t-1.293-2.564q-1.95 1.631-2.988 3.523Q6 12.125 6 14m6 1.3l-1.425 1.4q-.275.275-.425.625t-.15.725q0 .8.587 1.375T12 20t1.412-.575T14 18.05q0-.4-.15-.737t-.425-.613z"/></svg> </template>
CSS
.icon-mode-heat-outline-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%22M7.037%2018.964Q5%2016.927%205%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.927-2.036%204.964T12%2021t-4.963-2.036M6%2014q0%201.723.92%203.165q.919%201.44%202.47%202.162q-.198-.298-.294-.62Q9%2018.388%209%2018.05q0-.588.233-1.115q.232-.527.653-.948L12%2013.904l2.133%202.083q.42.42.644.948q.223.527.223%201.115q0%20.337-.096.658q-.096.32-.294.619q1.552-.721%202.47-2.162Q18%2015.723%2018%2014q0-1.25-.462-2.363T16.2%209.65q-.5.325-1.05.488t-1.125.162q-1.57%200-2.707-1.025t-1.293-2.564q-1.95%201.631-2.988%203.523Q6%2012.125%206%2014m6%201.3l-1.425%201.4q-.275.275-.425.625t-.15.725q0%20.8.587%201.375T12%2020t1.412-.575T14%2018.05q0-.4-.15-.737t-.425-.613z%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%22M7.037%2018.964Q5%2016.927%205%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.927-2.036%204.964T12%2021t-4.963-2.036M6%2014q0%201.723.92%203.165q.919%201.44%202.47%202.162q-.198-.298-.294-.62Q9%2018.388%209%2018.05q0-.588.233-1.115q.232-.527.653-.948L12%2013.904l2.133%202.083q.42.42.644.948q.223.527.223%201.115q0%20.337-.096.658q-.096.32-.294.619q1.552-.721%202.47-2.162Q18%2015.723%2018%2014q0-1.25-.462-2.363T16.2%209.65q-.5.325-1.05.488t-1.125.162q-1.57%200-2.707-1.025t-1.293-2.564q-1.95%201.631-2.988%203.523Q6%2012.125%206%2014m6%201.3l-1.425%201.4q-.275.275-.425.625t-.15.725q0%20.8.587%201.375T12%2020t1.412-.575T14%2018.05q0-.4-.15-.737t-.425-.613z%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-outline-rounded.svg?color=%231a73e8&size=48