temp preferences eco icon

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

Name
temp-preferences-eco
Set
Material Symbols
Style
Regular
Category
Home
Viewbox
24×24
License
Apache 2.0
Aliases
temp-preferences-eco-sharp

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="M16 21.75q-.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.75h5.975v6q.05 2.5-1.713 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.7m-7.8-5.7q-1.45 0-2.475-1.025T2 9.25v-3.5h3.5q1.45 0 2.475 1.025T9 9.25v3.5zm5.5-6v-2.5q0-1.05.725-1.775T13.5 1.75H16v2.5q0 1.05-.725 1.775T13.5 6.75z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsTempPreferencesEco(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="M16 21.75q-.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.75h5.975v6q.05 2.5-1.713 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.7m-7.8-5.7q-1.45 0-2.475-1.025T2 9.25v-3.5h3.5q1.45 0 2.475 1.025T9 9.25v3.5zm5.5-6v-2.5q0-1.05.725-1.775T13.5 1.75H16v2.5q0 1.05-.725 1.775T13.5 6.75z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 21.75q-.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.75h5.975v6q.05 2.5-1.713 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.7m-7.8-5.7q-1.45 0-2.475-1.025T2 9.25v-3.5h3.5q1.45 0 2.475 1.025T9 9.25v3.5zm5.5-6v-2.5q0-1.05.725-1.775T13.5 1.75H16v2.5q0 1.05-.725 1.775T13.5 6.75z"/></svg>
</template>

CSS

.icon-temp-preferences-eco {
  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%22M16%2021.75q-.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.75h5.975v6q.05%202.5-1.713%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.7m-7.8-5.7q-1.45%200-2.475-1.025T2%209.25v-3.5h3.5q1.45%200%202.475%201.025T9%209.25v3.5zm5.5-6v-2.5q0-1.05.725-1.775T13.5%201.75H16v2.5q0%201.05-.725%201.775T13.5%206.75z%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%22M16%2021.75q-.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.75h5.975v6q.05%202.5-1.713%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.7m-7.8-5.7q-1.45%200-2.475-1.025T2%209.25v-3.5h3.5q1.45%200%202.475%201.025T9%209.25v3.5zm5.5-6v-2.5q0-1.05.725-1.775T13.5%201.75H16v2.5q0%201.05-.725%201.775T13.5%206.75z%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.svg?color=%231a73e8&size=48