nest eco leaf icon
nest-eco-leaf-outline-rounded from Material Symbols by Google · Outline Rounded · Home · Apache-2.0 Free for personal and commercial use.
- Name
- nest-eco-leaf-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 nest eco leaf icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 20q-1.4 0-2.637-.437T7.1 18.325L5.7 19.7q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l1.375-1.375q-.8-1.025-1.237-2.275T4 12q0-3.35 2.325-5.675T12 4h6q.825 0 1.413.587T20 6v6q0 3.35-2.325 5.675T12 20m0-2q2.5 0 4.25-1.75T18 12V6h-6Q9.5 6 7.75 7.75T6 12q0 .975.3 1.863t.825 1.612L12.3 10.3q.275-.275.7-.275t.7.275q.3.3.3.713t-.3.712L8.525 16.9q.725.525 1.613.813T12 18m0-6"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsNestEcoLeafOutlineRounded(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 20q-1.4 0-2.637-.437T7.1 18.325L5.7 19.7q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l1.375-1.375q-.8-1.025-1.237-2.275T4 12q0-3.35 2.325-5.675T12 4h6q.825 0 1.413.587T20 6v6q0 3.35-2.325 5.675T12 20m0-2q2.5 0 4.25-1.75T18 12V6h-6Q9.5 6 7.75 7.75T6 12q0 .975.3 1.863t.825 1.612L12.3 10.3q.275-.275.7-.275t.7.275q.3.3.3.713t-.3.712L8.525 16.9q.725.525 1.613.813T12 18m0-6"/></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 20q-1.4 0-2.637-.437T7.1 18.325L5.7 19.7q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l1.375-1.375q-.8-1.025-1.237-2.275T4 12q0-3.35 2.325-5.675T12 4h6q.825 0 1.413.587T20 6v6q0 3.35-2.325 5.675T12 20m0-2q2.5 0 4.25-1.75T18 12V6h-6Q9.5 6 7.75 7.75T6 12q0 .975.3 1.863t.825 1.612L12.3 10.3q.275-.275.7-.275t.7.275q.3.3.3.713t-.3.712L8.525 16.9q.725.525 1.613.813T12 18m0-6"/></svg> </template>
CSS
.icon-nest-eco-leaf-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%22M12%2020q-1.4%200-2.637-.437T7.1%2018.325L5.7%2019.7q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l1.375-1.375q-.8-1.025-1.237-2.275T4%2012q0-3.35%202.325-5.675T12%204h6q.825%200%201.413.587T20%206v6q0%203.35-2.325%205.675T12%2020m0-2q2.5%200%204.25-1.75T18%2012V6h-6Q9.5%206%207.75%207.75T6%2012q0%20.975.3%201.863t.825%201.612L12.3%2010.3q.275-.275.7-.275t.7.275q.3.3.3.713t-.3.712L8.525%2016.9q.725.525%201.613.813T12%2018m0-6%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%2020q-1.4%200-2.637-.437T7.1%2018.325L5.7%2019.7q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l1.375-1.375q-.8-1.025-1.237-2.275T4%2012q0-3.35%202.325-5.675T12%204h6q.825%200%201.413.587T20%206v6q0%203.35-2.325%205.675T12%2020m0-2q2.5%200%204.25-1.75T18%2012V6h-6Q9.5%206%207.75%207.75T6%2012q0%20.975.3%201.863t.825%201.612L12.3%2010.3q.275-.275.7-.275t.7.275q.3.3.3.713t-.3.712L8.525%2016.9q.725.525%201.613.813T12%2018m0-6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/nest-eco-leaf-outline-rounded.svg?color=%231a73e8&size=48