temp preferences eco icon

temp-preferences-eco-rounded from Material Symbols by Google · Rounded · Home · Apache-2.0 Free for personal and commercial use.

Name
temp-preferences-eco-rounded
Set
Material Symbols
Style
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

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.75m-2.7-3.3q.275.275.7.275t.7-.275l2-2q.275-.275.275-.7t-.275-.7t-.7-.275t-.7.275l-2 2q-.275.275-.275.7t.275.7"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsTempPreferencesEcoRounded(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.75m-2.7-3.3q.275.275.7.275t.7-.275l2-2q.275-.275.275-.7t-.275-.7t-.7-.275t-.7.275l-2 2q-.275.275-.275.7t.275.7"/></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.75m-2.7-3.3q.275.275.7.275t.7-.275l2-2q.275-.275.275-.7t-.275-.7t-.7-.275t-.7.275l-2 2q-.275.275-.275.7t.275.7"/></svg>
</template>

CSS

.icon-temp-preferences-eco-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.75m-2.7-3.3q.275.275.7.275t.7-.275l2-2q.275-.275.275-.7t-.275-.7t-.7-.275t-.7.275l-2%202q-.275.275-.275.7t.275.7%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.75m-2.7-3.3q.275.275.7.275t.7-.275l2-2q.275-.275.275-.7t-.275-.7t-.7-.275t-.7.275l-2%202q-.275.275-.275.7t.275.7%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-rounded.svg?color=%231a73e8&size=48