temp preferences eco icon
temp-preferences-eco-outline-rounded from Material Symbols by Google · Outline Rounded · Home · Apache-2.0 Free for personal and commercial use.
- Name
- temp-preferences-eco-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Home
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More home icons from Material Symbols
activity-zoneairwaveaqaq-indoorarming-countdownarrows-more-downarrows-more-upassistant-on-hubbattery-horiz-000battery-horiz-050battery-horiz-075battery-profilechromecast-2cleaning-bucketclimate-mini-splitcool-to-drydetection-and-zonedetection-and-zone-offdetectordetector-alarmdetector-batterydetector-codetector-offlinedetector-status
Use the temp preferences eco icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 6.75q-.2 0-.35-.15T11 6.25v-2q0-1.05.725-1.775T13.5 1.75h2q.2 0 .35.15t.15.35v2q0 1.05-.725 1.775T13.5 6.75zm-6 6q-1.45 0-2.475-1.025T2 9.25v-2.5q0-.425.288-.712T3 5.75h2.5q1.45 0 2.475 1.025T9 9.25v2.5q0 .425-.288.713T8 12.75zm10.5 9q-.975 0-1.862-.3t-1.613-.825l-.825.825q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l.825-.825q-.525-.725-.825-1.612T10 15.75q0-2.5 1.75-4.262T16 9.725h4.025q.825 0 1.413.588t.587 1.412v4.025q0 2.5-1.762 4.25T16 21.75m0-2q1.675 0 2.825-1.175t1.15-2.825v-4H16q-1.65 0-2.825 1.163T12 15.75q0 .575.138 1.088t.412.962l2.75-2.75q.275-.275.7-.275t.7.275t.275.7t-.275.7l-2.75 2.75q.45.275.963.413T16 19.75m.025-4.025"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsTempPreferencesEcoOutlineRounded(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.5 6.75q-.2 0-.35-.15T11 6.25v-2q0-1.05.725-1.775T13.5 1.75h2q.2 0 .35.15t.15.35v2q0 1.05-.725 1.775T13.5 6.75zm-6 6q-1.45 0-2.475-1.025T2 9.25v-2.5q0-.425.288-.712T3 5.75h2.5q1.45 0 2.475 1.025T9 9.25v2.5q0 .425-.288.713T8 12.75zm10.5 9q-.975 0-1.862-.3t-1.613-.825l-.825.825q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l.825-.825q-.525-.725-.825-1.612T10 15.75q0-2.5 1.75-4.262T16 9.725h4.025q.825 0 1.413.588t.587 1.412v4.025q0 2.5-1.762 4.25T16 21.75m0-2q1.675 0 2.825-1.175t1.15-2.825v-4H16q-1.65 0-2.825 1.163T12 15.75q0 .575.138 1.088t.412.962l2.75-2.75q.275-.275.7-.275t.7.275t.275.7t-.275.7l-2.75 2.75q.45.275.963.413T16 19.75m.025-4.025"/></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.5 6.75q-.2 0-.35-.15T11 6.25v-2q0-1.05.725-1.775T13.5 1.75h2q.2 0 .35.15t.15.35v2q0 1.05-.725 1.775T13.5 6.75zm-6 6q-1.45 0-2.475-1.025T2 9.25v-2.5q0-.425.288-.712T3 5.75h2.5q1.45 0 2.475 1.025T9 9.25v2.5q0 .425-.288.713T8 12.75zm10.5 9q-.975 0-1.862-.3t-1.613-.825l-.825.825q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l.825-.825q-.525-.725-.825-1.612T10 15.75q0-2.5 1.75-4.262T16 9.725h4.025q.825 0 1.413.588t.587 1.412v4.025q0 2.5-1.762 4.25T16 21.75m0-2q1.675 0 2.825-1.175t1.15-2.825v-4H16q-1.65 0-2.825 1.163T12 15.75q0 .575.138 1.088t.412.962l2.75-2.75q.275-.275.7-.275t.7.275t.275.7t-.275.7l-2.75 2.75q.45.275.963.413T16 19.75m.025-4.025"/></svg> </template>
CSS
.icon-temp-preferences-eco-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%22M11.5%206.75q-.2%200-.35-.15T11%206.25v-2q0-1.05.725-1.775T13.5%201.75h2q.2%200%20.35.15t.15.35v2q0%201.05-.725%201.775T13.5%206.75zm-6%206q-1.45%200-2.475-1.025T2%209.25v-2.5q0-.425.288-.712T3%205.75h2.5q1.45%200%202.475%201.025T9%209.25v2.5q0%20.425-.288.713T8%2012.75zm10.5%209q-.975%200-1.862-.3t-1.613-.825l-.825.825q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l.825-.825q-.525-.725-.825-1.612T10%2015.75q0-2.5%201.75-4.262T16%209.725h4.025q.825%200%201.413.588t.587%201.412v4.025q0%202.5-1.762%204.25T16%2021.75m0-2q1.675%200%202.825-1.175t1.15-2.825v-4H16q-1.65%200-2.825%201.163T12%2015.75q0%20.575.138%201.088t.412.962l2.75-2.75q.275-.275.7-.275t.7.275t.275.7t-.275.7l-2.75%202.75q.45.275.963.413T16%2019.75m.025-4.025%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.5%206.75q-.2%200-.35-.15T11%206.25v-2q0-1.05.725-1.775T13.5%201.75h2q.2%200%20.35.15t.15.35v2q0%201.05-.725%201.775T13.5%206.75zm-6%206q-1.45%200-2.475-1.025T2%209.25v-2.5q0-.425.288-.712T3%205.75h2.5q1.45%200%202.475%201.025T9%209.25v2.5q0%20.425-.288.713T8%2012.75zm10.5%209q-.975%200-1.862-.3t-1.613-.825l-.825.825q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l.825-.825q-.525-.725-.825-1.612T10%2015.75q0-2.5%201.75-4.262T16%209.725h4.025q.825%200%201.413.588t.587%201.412v4.025q0%202.5-1.762%204.25T16%2021.75m0-2q1.675%200%202.825-1.175t1.15-2.825v-4H16q-1.65%200-2.825%201.163T12%2015.75q0%20.575.138%201.088t.412.962l2.75-2.75q.275-.275.7-.275t.7.275t.275.7t-.275.7l-2.75%202.75q.45.275.963.413T16%2019.75m.025-4.025%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/temp-preferences-eco-outline-rounded.svg?color=%231a73e8&size=48