temp preferences eco icon

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

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

3 other variants in Material Symbols Light

The same icon in other sets

More home icons from Material Symbols Light

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="M12.192 7.77v-1.5q0-.63.435-1.066t1.065-.435h1.5v1.5q0 .63-.435 1.065t-1.065.435zm-4.892 5q-1.038 0-1.765-.728q-.727-.727-.727-1.766V7.77h2.507q1.039 0 1.766.727t.727 1.766v2.507zm8.7 7.98q-.893 0-1.706-.3t-1.461-.825l-1.48 1.479q-.14.14-.344.15t-.363-.15t-.15-.363t.15-.345l1.479-1.479q-.525-.648-.825-1.46T11 15.75q0-2.077 1.458-3.541q1.459-1.465 3.542-1.465h4.987v5.006q0 2.077-1.46 3.539T16 20.75m0-1q1.675 0 2.825-1.175t1.15-2.825v-4H16q-1.65 0-2.825 1.163T12 15.75q0 .69.224 1.318t.615 1.136l2.807-2.808q.16-.16.354-.16t.354.16t.16.354t-.16.354l-2.808 2.807q.508.391 1.131.615q.624.224 1.323.224m.025-4.025"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightTempPreferencesEcoOutline(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="M12.192 7.77v-1.5q0-.63.435-1.066t1.065-.435h1.5v1.5q0 .63-.435 1.065t-1.065.435zm-4.892 5q-1.038 0-1.765-.728q-.727-.727-.727-1.766V7.77h2.507q1.039 0 1.766.727t.727 1.766v2.507zm8.7 7.98q-.893 0-1.706-.3t-1.461-.825l-1.48 1.479q-.14.14-.344.15t-.363-.15t-.15-.363t.15-.345l1.479-1.479q-.525-.648-.825-1.46T11 15.75q0-2.077 1.458-3.541q1.459-1.465 3.542-1.465h4.987v5.006q0 2.077-1.46 3.539T16 20.75m0-1q1.675 0 2.825-1.175t1.15-2.825v-4H16q-1.65 0-2.825 1.163T12 15.75q0 .69.224 1.318t.615 1.136l2.807-2.808q.16-.16.354-.16t.354.16t.16.354t-.16.354l-2.808 2.807q.508.391 1.131.615q.624.224 1.323.224m.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="M12.192 7.77v-1.5q0-.63.435-1.066t1.065-.435h1.5v1.5q0 .63-.435 1.065t-1.065.435zm-4.892 5q-1.038 0-1.765-.728q-.727-.727-.727-1.766V7.77h2.507q1.039 0 1.766.727t.727 1.766v2.507zm8.7 7.98q-.893 0-1.706-.3t-1.461-.825l-1.48 1.479q-.14.14-.344.15t-.363-.15t-.15-.363t.15-.345l1.479-1.479q-.525-.648-.825-1.46T11 15.75q0-2.077 1.458-3.541q1.459-1.465 3.542-1.465h4.987v5.006q0 2.077-1.46 3.539T16 20.75m0-1q1.675 0 2.825-1.175t1.15-2.825v-4H16q-1.65 0-2.825 1.163T12 15.75q0 .69.224 1.318t.615 1.136l2.807-2.808q.16-.16.354-.16t.354.16t.16.354t-.16.354l-2.808 2.807q.508.391 1.131.615q.624.224 1.323.224m.025-4.025"/></svg>
</template>

CSS

.icon-temp-preferences-eco-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%22M12.192%207.77v-1.5q0-.63.435-1.066t1.065-.435h1.5v1.5q0%20.63-.435%201.065t-1.065.435zm-4.892%205q-1.038%200-1.765-.728q-.727-.727-.727-1.766V7.77h2.507q1.039%200%201.766.727t.727%201.766v2.507zm8.7%207.98q-.893%200-1.706-.3t-1.461-.825l-1.48%201.479q-.14.14-.344.15t-.363-.15t-.15-.363t.15-.345l1.479-1.479q-.525-.648-.825-1.46T11%2015.75q0-2.077%201.458-3.541q1.459-1.465%203.542-1.465h4.987v5.006q0%202.077-1.46%203.539T16%2020.75m0-1q1.675%200%202.825-1.175t1.15-2.825v-4H16q-1.65%200-2.825%201.163T12%2015.75q0%20.69.224%201.318t.615%201.136l2.807-2.808q.16-.16.354-.16t.354.16t.16.354t-.16.354l-2.808%202.807q.508.391%201.131.615q.624.224%201.323.224m.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%22M12.192%207.77v-1.5q0-.63.435-1.066t1.065-.435h1.5v1.5q0%20.63-.435%201.065t-1.065.435zm-4.892%205q-1.038%200-1.765-.728q-.727-.727-.727-1.766V7.77h2.507q1.039%200%201.766.727t.727%201.766v2.507zm8.7%207.98q-.893%200-1.706-.3t-1.461-.825l-1.48%201.479q-.14.14-.344.15t-.363-.15t-.15-.363t.15-.345l1.479-1.479q-.525-.648-.825-1.46T11%2015.75q0-2.077%201.458-3.541q1.459-1.465%203.542-1.465h4.987v5.006q0%202.077-1.46%203.539T16%2020.75m0-1q1.675%200%202.825-1.175t1.15-2.825v-4H16q-1.65%200-2.825%201.163T12%2015.75q0%20.69.224%201.318t.615%201.136l2.807-2.808q.16-.16.354-.16t.354.16t.16.354t-.16.354l-2.808%202.807q.508.391%201.131.615q.624.224%201.323.224m.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-light/temp-preferences-eco-outline.svg?color=%231a73e8&size=48