mode heat icon
mode-heat-rounded from Material Symbols by Google · Rounded · Household · Apache-2.0 Free for personal and commercial use.
- Name
- mode-heat-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More household icons from Material Symbols
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="M4 14q0-2.825 1.675-5.425t4.6-4.55q.55-.375 1.138-.038T12 5v1.3q0 .85.588 1.425t1.437.575q.425 0 .813-.188t.687-.537q.2-.25.513-.312t.587.137Q18.2 8.525 19.1 10.275T20 14q0 2.2-1.075 4.013T16.1 20.874q.425-.6.663-1.312T17 18.05q0-1-.375-1.888t-1.075-1.587L12 11.1l-3.525 3.475q-.725.725-1.1 1.6T7 18.05q0 .8.238 1.513t.662 1.312q-1.75-1.05-2.825-2.863T4 14m8-.1l2.125 2.075q.425.425.65.95T15 18.05q0 1.225-.875 2.088T12 21t-2.125-.862T9 18.05q0-.575.225-1.112t.65-.963z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsModeHeatRounded(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.825 1.675-5.425t4.6-4.55q.55-.375 1.138-.038T12 5v1.3q0 .85.588 1.425t1.437.575q.425 0 .813-.188t.687-.537q.2-.25.513-.312t.587.137Q18.2 8.525 19.1 10.275T20 14q0 2.2-1.075 4.013T16.1 20.874q.425-.6.663-1.312T17 18.05q0-1-.375-1.888t-1.075-1.587L12 11.1l-3.525 3.475q-.725.725-1.1 1.6T7 18.05q0 .8.238 1.513t.662 1.312q-1.75-1.05-2.825-2.863T4 14m8-.1l2.125 2.075q.425.425.65.95T15 18.05q0 1.225-.875 2.088T12 21t-2.125-.862T9 18.05q0-.575.225-1.112t.65-.963z"/></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.825 1.675-5.425t4.6-4.55q.55-.375 1.138-.038T12 5v1.3q0 .85.588 1.425t1.437.575q.425 0 .813-.188t.687-.537q.2-.25.513-.312t.587.137Q18.2 8.525 19.1 10.275T20 14q0 2.2-1.075 4.013T16.1 20.874q.425-.6.663-1.312T17 18.05q0-1-.375-1.888t-1.075-1.587L12 11.1l-3.525 3.475q-.725.725-1.1 1.6T7 18.05q0 .8.238 1.513t.662 1.312q-1.75-1.05-2.825-2.863T4 14m8-.1l2.125 2.075q.425.425.65.95T15 18.05q0 1.225-.875 2.088T12 21t-2.125-.862T9 18.05q0-.575.225-1.112t.65-.963z"/></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%22M4%2014q0-2.825%201.675-5.425t4.6-4.55q.55-.375%201.138-.038T12%205v1.3q0%20.85.588%201.425t1.437.575q.425%200%20.813-.188t.687-.537q.2-.25.513-.312t.587.137Q18.2%208.525%2019.1%2010.275T20%2014q0%202.2-1.075%204.013T16.1%2020.874q.425-.6.663-1.312T17%2018.05q0-1-.375-1.888t-1.075-1.587L12%2011.1l-3.525%203.475q-.725.725-1.1%201.6T7%2018.05q0%20.8.238%201.513t.662%201.312q-1.75-1.05-2.825-2.863T4%2014m8-.1l2.125%202.075q.425.425.65.95T15%2018.05q0%201.225-.875%202.088T12%2021t-2.125-.862T9%2018.05q0-.575.225-1.112t.65-.963z%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.825%201.675-5.425t4.6-4.55q.55-.375%201.138-.038T12%205v1.3q0%20.85.588%201.425t1.437.575q.425%200%20.813-.188t.687-.537q.2-.25.513-.312t.587.137Q18.2%208.525%2019.1%2010.275T20%2014q0%202.2-1.075%204.013T16.1%2020.874q.425-.6.663-1.312T17%2018.05q0-1-.375-1.888t-1.075-1.587L12%2011.1l-3.525%203.475q-.725.725-1.1%201.6T7%2018.05q0%20.8.238%201.513t.662%201.312q-1.75-1.05-2.825-2.863T4%2014m8-.1l2.125%202.075q.425.425.65.95T15%2018.05q0%201.225-.875%202.088T12%2021t-2.125-.862T9%2018.05q0-.575.225-1.112t.65-.963z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/mode-heat-rounded.svg?color=%231a73e8&size=48