mode heat cool icon
mode-heat-cool-outline from Material Symbols by Google · Outline · Household · Apache-2.0 Free for personal and commercial use.
- Name
- mode-heat-cool-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- mode-heat-cool-outline-sharp
3 other variants in Material Symbols
The same icon in other sets
More household icons from Material Symbols
Use the mode heat cool icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.925 16.875Q5.2 16.225 4.1 14.713T3 11.25q0-1.975.938-3.512T6 5.15t2.063-1.6L9 3v2.475q0 .625.45 1.063t1.075.437q.35 0 .65-.15t.5-.425L12 6q.95.55 1.625 1.35t1.025 1.8l-1.675 1.675q-.05-.6-.288-1.175T12.05 8.6q-.35.2-.737.288t-.788.087q-1.1 0-1.987-.612T7.25 6.724q-.95.925-1.6 2.063T5 11.25q0 .775.275 1.463t.75 1.212q.05-.5.288-.937T6.9 12.2L9 10.1l2.15 2.1q.05.05.1.125t.1.125l-1.425 1.425q-.05-.075-.088-.125t-.087-.1L9 12.925l-.7.7q-.125.125-.213.288T8 14.275q0 .3.175.538t.45.362zM7.4 22L6 20.6L19.6 7L21 8.4L17.4 12H21v2h-5.6l-.5.5l1.5 1.5H21v2h-2.6l2.1 2.1l-1.4 1.4l-2.1-2.1V22h-2v-4.6l-1.5-1.5l-.5.5V22h-2v-3.6z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsModeHeatCoolOutline(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="M6.925 16.875Q5.2 16.225 4.1 14.713T3 11.25q0-1.975.938-3.512T6 5.15t2.063-1.6L9 3v2.475q0 .625.45 1.063t1.075.437q.35 0 .65-.15t.5-.425L12 6q.95.55 1.625 1.35t1.025 1.8l-1.675 1.675q-.05-.6-.288-1.175T12.05 8.6q-.35.2-.737.288t-.788.087q-1.1 0-1.987-.612T7.25 6.724q-.95.925-1.6 2.063T5 11.25q0 .775.275 1.463t.75 1.212q.05-.5.288-.937T6.9 12.2L9 10.1l2.15 2.1q.05.05.1.125t.1.125l-1.425 1.425q-.05-.075-.088-.125t-.087-.1L9 12.925l-.7.7q-.125.125-.213.288T8 14.275q0 .3.175.538t.45.362zM7.4 22L6 20.6L19.6 7L21 8.4L17.4 12H21v2h-5.6l-.5.5l1.5 1.5H21v2h-2.6l2.1 2.1l-1.4 1.4l-2.1-2.1V22h-2v-4.6l-1.5-1.5l-.5.5V22h-2v-3.6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.925 16.875Q5.2 16.225 4.1 14.713T3 11.25q0-1.975.938-3.512T6 5.15t2.063-1.6L9 3v2.475q0 .625.45 1.063t1.075.437q.35 0 .65-.15t.5-.425L12 6q.95.55 1.625 1.35t1.025 1.8l-1.675 1.675q-.05-.6-.288-1.175T12.05 8.6q-.35.2-.737.288t-.788.087q-1.1 0-1.987-.612T7.25 6.724q-.95.925-1.6 2.063T5 11.25q0 .775.275 1.463t.75 1.212q.05-.5.288-.937T6.9 12.2L9 10.1l2.15 2.1q.05.05.1.125t.1.125l-1.425 1.425q-.05-.075-.088-.125t-.087-.1L9 12.925l-.7.7q-.125.125-.213.288T8 14.275q0 .3.175.538t.45.362zM7.4 22L6 20.6L19.6 7L21 8.4L17.4 12H21v2h-5.6l-.5.5l1.5 1.5H21v2h-2.6l2.1 2.1l-1.4 1.4l-2.1-2.1V22h-2v-4.6l-1.5-1.5l-.5.5V22h-2v-3.6z"/></svg> </template>
CSS
.icon-mode-heat-cool-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%22M6.925%2016.875Q5.2%2016.225%204.1%2014.713T3%2011.25q0-1.975.938-3.512T6%205.15t2.063-1.6L9%203v2.475q0%20.625.45%201.063t1.075.437q.35%200%20.65-.15t.5-.425L12%206q.95.55%201.625%201.35t1.025%201.8l-1.675%201.675q-.05-.6-.288-1.175T12.05%208.6q-.35.2-.737.288t-.788.087q-1.1%200-1.987-.612T7.25%206.724q-.95.925-1.6%202.063T5%2011.25q0%20.775.275%201.463t.75%201.212q.05-.5.288-.937T6.9%2012.2L9%2010.1l2.15%202.1q.05.05.1.125t.1.125l-1.425%201.425q-.05-.075-.088-.125t-.087-.1L9%2012.925l-.7.7q-.125.125-.213.288T8%2014.275q0%20.3.175.538t.45.362zM7.4%2022L6%2020.6L19.6%207L21%208.4L17.4%2012H21v2h-5.6l-.5.5l1.5%201.5H21v2h-2.6l2.1%202.1l-1.4%201.4l-2.1-2.1V22h-2v-4.6l-1.5-1.5l-.5.5V22h-2v-3.6z%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%22M6.925%2016.875Q5.2%2016.225%204.1%2014.713T3%2011.25q0-1.975.938-3.512T6%205.15t2.063-1.6L9%203v2.475q0%20.625.45%201.063t1.075.437q.35%200%20.65-.15t.5-.425L12%206q.95.55%201.625%201.35t1.025%201.8l-1.675%201.675q-.05-.6-.288-1.175T12.05%208.6q-.35.2-.737.288t-.788.087q-1.1%200-1.987-.612T7.25%206.724q-.95.925-1.6%202.063T5%2011.25q0%20.775.275%201.463t.75%201.212q.05-.5.288-.937T6.9%2012.2L9%2010.1l2.15%202.1q.05.05.1.125t.1.125l-1.425%201.425q-.05-.075-.088-.125t-.087-.1L9%2012.925l-.7.7q-.125.125-.213.288T8%2014.275q0%20.3.175.538t.45.362zM7.4%2022L6%2020.6L19.6%207L21%208.4L17.4%2012H21v2h-5.6l-.5.5l1.5%201.5H21v2h-2.6l2.1%202.1l-1.4%201.4l-2.1-2.1V22h-2v-4.6l-1.5-1.5l-.5.5V22h-2v-3.6z%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-cool-outline.svg?color=%231a73e8&size=48