thermostat carbon icon
thermostat-carbon from Material Symbols by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.
- Name
- thermostat-carbon
- Set
- Material Symbols
- Style
- Regular
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- thermostat-carbon-rounded
3 other variants in Material Symbols
The same icon in other sets
More household icons from Material Symbols
Use the thermostat carbon icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.238 21.875q-.363-.15-.663-.425L2.55 13.425q-.275-.3-.425-.663T1.975 12t.15-.775t.425-.65l8.025-8.025q.3-.3.663-.438T12 1.975t.775.138t.65.437l8.025 8.025q.3.275.438.65t.137.775t-.137.763t-.438.662l-8.025 8.025q-.275.275-.65.425t-.775.15t-.763-.15"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsThermostatCarbon(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="M11.238 21.875q-.363-.15-.663-.425L2.55 13.425q-.275-.3-.425-.663T1.975 12t.15-.775t.425-.65l8.025-8.025q.3-.3.663-.438T12 1.975t.775.138t.65.437l8.025 8.025q.3.275.438.65t.137.775t-.137.763t-.438.662l-8.025 8.025q-.275.275-.65.425t-.775.15t-.763-.15"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.238 21.875q-.363-.15-.663-.425L2.55 13.425q-.275-.3-.425-.663T1.975 12t.15-.775t.425-.65l8.025-8.025q.3-.3.663-.438T12 1.975t.775.138t.65.437l8.025 8.025q.3.275.438.65t.137.775t-.137.763t-.438.662l-8.025 8.025q-.275.275-.65.425t-.775.15t-.763-.15"/></svg> </template>
CSS
.icon-thermostat-carbon {
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%22M11.238%2021.875q-.363-.15-.663-.425L2.55%2013.425q-.275-.3-.425-.663T1.975%2012t.15-.775t.425-.65l8.025-8.025q.3-.3.663-.438T12%201.975t.775.138t.65.437l8.025%208.025q.3.275.438.65t.137.775t-.137.763t-.438.662l-8.025%208.025q-.275.275-.65.425t-.775.15t-.763-.15%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%22M11.238%2021.875q-.363-.15-.663-.425L2.55%2013.425q-.275-.3-.425-.663T1.975%2012t.15-.775t.425-.65l8.025-8.025q.3-.3.663-.438T12%201.975t.775.138t.65.437l8.025%208.025q.3.275.438.65t.137.775t-.137.763t-.438.662l-8.025%208.025q-.275.275-.65.425t-.775.15t-.763-.15%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/thermostat-carbon.svg?color=%231a73e8&size=48