mode heat off icon
mode-heat-off-outline from Material Symbols Light by Google · Outline · Household · Apache-2.0 Free for personal and commercial use.
- Name
- mode-heat-off-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- mode-heat-off-outline-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More household icons from Material Symbols Light
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.833 22.26L2.74 5.167l.713-.713L12 13l8.546 8.546zm-1.68-5.943l-.736-.736q.299-.604.44-1.257Q18 13.67 18 13q0-1.25-.462-2.363T16.2 8.65q-.5.325-1.052.488t-1.129.162q-1.555 0-2.697-1.025t-1.297-2.563q-.354.283-.663.59q-.31.308-.606.617l-.733-.732q.644-.677 1.393-1.27q.75-.594 1.584-1.128V5.3q0 1.275.878 2.138q.877.862 2.147.862q.47 0 .915-.161q.445-.162.84-.454l.432-.339q1.311.973 2.05 2.473T19 13q0 .893-.216 1.737q-.217.844-.63 1.58M12 20q-2.931 0-4.966-2.034Q5 15.93 5 13q0-1.36.464-2.67q.465-1.31 1.3-2.56l.732.732q-.738 1.115-1.117 2.237Q6 11.859 6 13q0 1.723.92 3.165q.919 1.44 2.47 2.162q-.198-.298-.294-.62Q9 17.388 9 17.05q0-.588.233-1.125t.653-.938l2.056-2.02l.694.695l-2.061 2.038q-.275.275-.425.625t-.15.725q0 .8.588 1.375T12 19t1.413-.575T14 17.05q0-.407-.162-.738t-.438-.606l.65-.65l2.902 2.902q-.952.96-2.216 1.5Q13.47 20 12 20"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightModeHeatOffOutline(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.833 22.26L2.74 5.167l.713-.713L12 13l8.546 8.546zm-1.68-5.943l-.736-.736q.299-.604.44-1.257Q18 13.67 18 13q0-1.25-.462-2.363T16.2 8.65q-.5.325-1.052.488t-1.129.162q-1.555 0-2.697-1.025t-1.297-2.563q-.354.283-.663.59q-.31.308-.606.617l-.733-.732q.644-.677 1.393-1.27q.75-.594 1.584-1.128V5.3q0 1.275.878 2.138q.877.862 2.147.862q.47 0 .915-.161q.445-.162.84-.454l.432-.339q1.311.973 2.05 2.473T19 13q0 .893-.216 1.737q-.217.844-.63 1.58M12 20q-2.931 0-4.966-2.034Q5 15.93 5 13q0-1.36.464-2.67q.465-1.31 1.3-2.56l.732.732q-.738 1.115-1.117 2.237Q6 11.859 6 13q0 1.723.92 3.165q.919 1.44 2.47 2.162q-.198-.298-.294-.62Q9 17.388 9 17.05q0-.588.233-1.125t.653-.938l2.056-2.02l.694.695l-2.061 2.038q-.275.275-.425.625t-.15.725q0 .8.588 1.375T12 19t1.413-.575T14 17.05q0-.407-.162-.738t-.438-.606l.65-.65l2.902 2.902q-.952.96-2.216 1.5Q13.47 20 12 20"/></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.833 22.26L2.74 5.167l.713-.713L12 13l8.546 8.546zm-1.68-5.943l-.736-.736q.299-.604.44-1.257Q18 13.67 18 13q0-1.25-.462-2.363T16.2 8.65q-.5.325-1.052.488t-1.129.162q-1.555 0-2.697-1.025t-1.297-2.563q-.354.283-.663.59q-.31.308-.606.617l-.733-.732q.644-.677 1.393-1.27q.75-.594 1.584-1.128V5.3q0 1.275.878 2.138q.877.862 2.147.862q.47 0 .915-.161q.445-.162.84-.454l.432-.339q1.311.973 2.05 2.473T19 13q0 .893-.216 1.737q-.217.844-.63 1.58M12 20q-2.931 0-4.966-2.034Q5 15.93 5 13q0-1.36.464-2.67q.465-1.31 1.3-2.56l.732.732q-.738 1.115-1.117 2.237Q6 11.859 6 13q0 1.723.92 3.165q.919 1.44 2.47 2.162q-.198-.298-.294-.62Q9 17.388 9 17.05q0-.588.233-1.125t.653-.938l2.056-2.02l.694.695l-2.061 2.038q-.275.275-.425.625t-.15.725q0 .8.588 1.375T12 19t1.413-.575T14 17.05q0-.407-.162-.738t-.438-.606l.65-.65l2.902 2.902q-.952.96-2.216 1.5Q13.47 20 12 20"/></svg> </template>
CSS
.icon-mode-heat-off-outline {
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.833%2022.26L2.74%205.167l.713-.713L12%2013l8.546%208.546zm-1.68-5.943l-.736-.736q.299-.604.44-1.257Q18%2013.67%2018%2013q0-1.25-.462-2.363T16.2%208.65q-.5.325-1.052.488t-1.129.162q-1.555%200-2.697-1.025t-1.297-2.563q-.354.283-.663.59q-.31.308-.606.617l-.733-.732q.644-.677%201.393-1.27q.75-.594%201.584-1.128V5.3q0%201.275.878%202.138q.877.862%202.147.862q.47%200%20.915-.161q.445-.162.84-.454l.432-.339q1.311.973%202.05%202.473T19%2013q0%20.893-.216%201.737q-.217.844-.63%201.58M12%2020q-2.931%200-4.966-2.034Q5%2015.93%205%2013q0-1.36.464-2.67q.465-1.31%201.3-2.56l.732.732q-.738%201.115-1.117%202.237Q6%2011.859%206%2013q0%201.723.92%203.165q.919%201.44%202.47%202.162q-.198-.298-.294-.62Q9%2017.388%209%2017.05q0-.588.233-1.125t.653-.938l2.056-2.02l.694.695l-2.061%202.038q-.275.275-.425.625t-.15.725q0%20.8.588%201.375T12%2019t1.413-.575T14%2017.05q0-.407-.162-.738t-.438-.606l.65-.65l2.902%202.902q-.952.96-2.216%201.5Q13.47%2020%2012%2020%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.833%2022.26L2.74%205.167l.713-.713L12%2013l8.546%208.546zm-1.68-5.943l-.736-.736q.299-.604.44-1.257Q18%2013.67%2018%2013q0-1.25-.462-2.363T16.2%208.65q-.5.325-1.052.488t-1.129.162q-1.555%200-2.697-1.025t-1.297-2.563q-.354.283-.663.59q-.31.308-.606.617l-.733-.732q.644-.677%201.393-1.27q.75-.594%201.584-1.128V5.3q0%201.275.878%202.138q.877.862%202.147.862q.47%200%20.915-.161q.445-.162.84-.454l.432-.339q1.311.973%202.05%202.473T19%2013q0%20.893-.216%201.737q-.217.844-.63%201.58M12%2020q-2.931%200-4.966-2.034Q5%2015.93%205%2013q0-1.36.464-2.67q.465-1.31%201.3-2.56l.732.732q-.738%201.115-1.117%202.237Q6%2011.859%206%2013q0%201.723.92%203.165q.919%201.44%202.47%202.162q-.198-.298-.294-.62Q9%2017.388%209%2017.05q0-.588.233-1.125t.653-.938l2.056-2.02l.694.695l-2.061%202.038q-.275.275-.425.625t-.15.725q0%20.8.588%201.375T12%2019t1.413-.575T14%2017.05q0-.407-.162-.738t-.438-.606l.65-.65l2.902%202.902q-.952.96-2.216%201.5Q13.47%2020%2012%2020%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-off-outline.svg?color=%231a73e8&size=48