mode heat off icon

mode-heat-off-outline-rounded from Material Symbols by Google · Outline Rounded · Household · Apache-2.0 Free for personal and commercial use.

Name
mode-heat-off-outline-rounded
Set
Material Symbols
Style
Outline 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 off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.075 21.9l-17-16.975q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3m-5.05-12.6q-1.55 0-2.687-1.025T10.025 5.75h-.012h.012q-.325.275-.763.25t-.712-.325t-.275-.712t.325-.688q.45-.4.825-.663t.9-.612q.55-.35 1.113-.025T12 3.95V5.3q0 .85.588 1.425t1.437.575q.45 0 .838-.2t.687-.55q.2-.25.488-.3t.562.125Q18.175 7.5 19.088 9.25T20 13q0 .375-.038.725t-.087.7q-.075.4-.437.612t-.763.088q-.2-.05-.35-.175t-.25-.3t-.137-.375t-.013-.4q.05-.225.063-.438T18 13q0-1.25-.462-2.363T16.2 8.65q-.5.325-1.05.488t-1.125.162M12 21q-3.35 0-5.675-2.325T4 13q0-1.725.637-3.363T6.475 6.5L7.9 7.925q-.95 1.25-1.425 2.525T6 13q0 1.3.525 2.463t1.5 2.037Q8 17.375 8 17.275v-.225q0-.8.3-1.5t.875-1.275l2.575-2.5l1.425 1.425l-2.6 2.5q-.275.275-.425.625t-.15.725q0 .8.588 1.375T12 19t1.413-.575T14 17.05q0-.4-.162-.725t-.438-.6l1.15-1.15l3.575 3.575Q17 19.475 15.438 20.238T12 21"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsModeHeatOffOutlineRounded(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="m19.075 21.9l-17-16.975q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3m-5.05-12.6q-1.55 0-2.687-1.025T10.025 5.75h-.012h.012q-.325.275-.763.25t-.712-.325t-.275-.712t.325-.688q.45-.4.825-.663t.9-.612q.55-.35 1.113-.025T12 3.95V5.3q0 .85.588 1.425t1.437.575q.45 0 .838-.2t.687-.55q.2-.25.488-.3t.562.125Q18.175 7.5 19.088 9.25T20 13q0 .375-.038.725t-.087.7q-.075.4-.437.612t-.763.088q-.2-.05-.35-.175t-.25-.3t-.137-.375t-.013-.4q.05-.225.063-.438T18 13q0-1.25-.462-2.363T16.2 8.65q-.5.325-1.05.488t-1.125.162M12 21q-3.35 0-5.675-2.325T4 13q0-1.725.637-3.363T6.475 6.5L7.9 7.925q-.95 1.25-1.425 2.525T6 13q0 1.3.525 2.463t1.5 2.037Q8 17.375 8 17.275v-.225q0-.8.3-1.5t.875-1.275l2.575-2.5l1.425 1.425l-2.6 2.5q-.275.275-.425.625t-.15.725q0 .8.588 1.375T12 19t1.413-.575T14 17.05q0-.4-.162-.725t-.438-.6l1.15-1.15l3.575 3.575Q17 19.475 15.438 20.238T12 21"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.075 21.9l-17-16.975q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3m-5.05-12.6q-1.55 0-2.687-1.025T10.025 5.75h-.012h.012q-.325.275-.763.25t-.712-.325t-.275-.712t.325-.688q.45-.4.825-.663t.9-.612q.55-.35 1.113-.025T12 3.95V5.3q0 .85.588 1.425t1.437.575q.45 0 .838-.2t.687-.55q.2-.25.488-.3t.562.125Q18.175 7.5 19.088 9.25T20 13q0 .375-.038.725t-.087.7q-.075.4-.437.612t-.763.088q-.2-.05-.35-.175t-.25-.3t-.137-.375t-.013-.4q.05-.225.063-.438T18 13q0-1.25-.462-2.363T16.2 8.65q-.5.325-1.05.488t-1.125.162M12 21q-3.35 0-5.675-2.325T4 13q0-1.725.637-3.363T6.475 6.5L7.9 7.925q-.95 1.25-1.425 2.525T6 13q0 1.3.525 2.463t1.5 2.037Q8 17.375 8 17.275v-.225q0-.8.3-1.5t.875-1.275l2.575-2.5l1.425 1.425l-2.6 2.5q-.275.275-.425.625t-.15.725q0 .8.588 1.375T12 19t1.413-.575T14 17.05q0-.4-.162-.725t-.438-.6l1.15-1.15l3.575 3.575Q17 19.475 15.438 20.238T12 21"/></svg>
</template>

CSS

.icon-mode-heat-off-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%22m19.075%2021.9l-17-16.975q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17%2017q.3.3.3.7t-.3.7t-.712.3t-.713-.3m-5.05-12.6q-1.55%200-2.687-1.025T10.025%205.75h-.012h.012q-.325.275-.763.25t-.712-.325t-.275-.712t.325-.688q.45-.4.825-.663t.9-.612q.55-.35%201.113-.025T12%203.95V5.3q0%20.85.588%201.425t1.437.575q.45%200%20.838-.2t.687-.55q.2-.25.488-.3t.562.125Q18.175%207.5%2019.088%209.25T20%2013q0%20.375-.038.725t-.087.7q-.075.4-.437.612t-.763.088q-.2-.05-.35-.175t-.25-.3t-.137-.375t-.013-.4q.05-.225.063-.438T18%2013q0-1.25-.462-2.363T16.2%208.65q-.5.325-1.05.488t-1.125.162M12%2021q-3.35%200-5.675-2.325T4%2013q0-1.725.637-3.363T6.475%206.5L7.9%207.925q-.95%201.25-1.425%202.525T6%2013q0%201.3.525%202.463t1.5%202.037Q8%2017.375%208%2017.275v-.225q0-.8.3-1.5t.875-1.275l2.575-2.5l1.425%201.425l-2.6%202.5q-.275.275-.425.625t-.15.725q0%20.8.588%201.375T12%2019t1.413-.575T14%2017.05q0-.4-.162-.725t-.438-.6l1.15-1.15l3.575%203.575Q17%2019.475%2015.438%2020.238T12%2021%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%22m19.075%2021.9l-17-16.975q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17%2017q.3.3.3.7t-.3.7t-.712.3t-.713-.3m-5.05-12.6q-1.55%200-2.687-1.025T10.025%205.75h-.012h.012q-.325.275-.763.25t-.712-.325t-.275-.712t.325-.688q.45-.4.825-.663t.9-.612q.55-.35%201.113-.025T12%203.95V5.3q0%20.85.588%201.425t1.437.575q.45%200%20.838-.2t.687-.55q.2-.25.488-.3t.562.125Q18.175%207.5%2019.088%209.25T20%2013q0%20.375-.038.725t-.087.7q-.075.4-.437.612t-.763.088q-.2-.05-.35-.175t-.25-.3t-.137-.375t-.013-.4q.05-.225.063-.438T18%2013q0-1.25-.462-2.363T16.2%208.65q-.5.325-1.05.488t-1.125.162M12%2021q-3.35%200-5.675-2.325T4%2013q0-1.725.637-3.363T6.475%206.5L7.9%207.925q-.95%201.25-1.425%202.525T6%2013q0%201.3.525%202.463t1.5%202.037Q8%2017.375%208%2017.275v-.225q0-.8.3-1.5t.875-1.275l2.575-2.5l1.425%201.425l-2.6%202.5q-.275.275-.425.625t-.15.725q0%20.8.588%201.375T12%2019t1.413-.575T14%2017.05q0-.4-.162-.725t-.438-.6l1.15-1.15l3.575%203.575Q17%2019.475%2015.438%2020.238T12%2021%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-off-outline-rounded.svg?color=%231a73e8&size=48