eco icon
eco-outline from Material Symbols Light by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- eco-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- eco-outline-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
Use the eco icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.092 18.898q-.99-1-1.541-2.287T4 13.95q0-1.383.533-2.757t1.71-2.55q.951-.953 2.412-1.51q1.46-.558 3.175-.815t3.554-.283t3.543.088q.123 1.65.096 3.48q-.027 1.832-.297 3.552t-.825 3.192t-1.493 2.41q-1.152 1.172-2.486 1.708q-1.333.535-2.677.535q-1.408 0-2.785-.551t-2.368-1.551m1.685.071q.783.522 1.699.776q.916.255 1.774.255q1.163 0 2.3-.453q1.139-.453 2.144-1.497q.447-.45.905-1.263t.794-2.124t.509-3.175t.086-4.438q-1.225-.05-2.781-.018t-3.11.266q-1.555.235-2.92.716q-1.366.48-2.183 1.298q-1.106 1.105-1.55 2.292T5 13.816q0 1.359.543 2.539t1.315 1.841q.627-1.769 1.938-3.395q1.312-1.626 3.67-3.032q-1.724 1.498-2.898 3.188t-1.791 4.012m0 0"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightEcoOutline(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="M6.092 18.898q-.99-1-1.541-2.287T4 13.95q0-1.383.533-2.757t1.71-2.55q.951-.953 2.412-1.51q1.46-.558 3.175-.815t3.554-.283t3.543.088q.123 1.65.096 3.48q-.027 1.832-.297 3.552t-.825 3.192t-1.493 2.41q-1.152 1.172-2.486 1.708q-1.333.535-2.677.535q-1.408 0-2.785-.551t-2.368-1.551m1.685.071q.783.522 1.699.776q.916.255 1.774.255q1.163 0 2.3-.453q1.139-.453 2.144-1.497q.447-.45.905-1.263t.794-2.124t.509-3.175t.086-4.438q-1.225-.05-2.781-.018t-3.11.266q-1.555.235-2.92.716q-1.366.48-2.183 1.298q-1.106 1.105-1.55 2.292T5 13.816q0 1.359.543 2.539t1.315 1.841q.627-1.769 1.938-3.395q1.312-1.626 3.67-3.032q-1.724 1.498-2.898 3.188t-1.791 4.012m0 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.092 18.898q-.99-1-1.541-2.287T4 13.95q0-1.383.533-2.757t1.71-2.55q.951-.953 2.412-1.51q1.46-.558 3.175-.815t3.554-.283t3.543.088q.123 1.65.096 3.48q-.027 1.832-.297 3.552t-.825 3.192t-1.493 2.41q-1.152 1.172-2.486 1.708q-1.333.535-2.677.535q-1.408 0-2.785-.551t-2.368-1.551m1.685.071q.783.522 1.699.776q.916.255 1.774.255q1.163 0 2.3-.453q1.139-.453 2.144-1.497q.447-.45.905-1.263t.794-2.124t.509-3.175t.086-4.438q-1.225-.05-2.781-.018t-3.11.266q-1.555.235-2.92.716q-1.366.48-2.183 1.298q-1.106 1.105-1.55 2.292T5 13.816q0 1.359.543 2.539t1.315 1.841q.627-1.769 1.938-3.395q1.312-1.626 3.67-3.032q-1.724 1.498-2.898 3.188t-1.791 4.012m0 0"/></svg> </template>
CSS
.icon-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%22M6.092%2018.898q-.99-1-1.541-2.287T4%2013.95q0-1.383.533-2.757t1.71-2.55q.951-.953%202.412-1.51q1.46-.558%203.175-.815t3.554-.283t3.543.088q.123%201.65.096%203.48q-.027%201.832-.297%203.552t-.825%203.192t-1.493%202.41q-1.152%201.172-2.486%201.708q-1.333.535-2.677.535q-1.408%200-2.785-.551t-2.368-1.551m1.685.071q.783.522%201.699.776q.916.255%201.774.255q1.163%200%202.3-.453q1.139-.453%202.144-1.497q.447-.45.905-1.263t.794-2.124t.509-3.175t.086-4.438q-1.225-.05-2.781-.018t-3.11.266q-1.555.235-2.92.716q-1.366.48-2.183%201.298q-1.106%201.105-1.55%202.292T5%2013.816q0%201.359.543%202.539t1.315%201.841q.627-1.769%201.938-3.395q1.312-1.626%203.67-3.032q-1.724%201.498-2.898%203.188t-1.791%204.012m0%200%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%22M6.092%2018.898q-.99-1-1.541-2.287T4%2013.95q0-1.383.533-2.757t1.71-2.55q.951-.953%202.412-1.51q1.46-.558%203.175-.815t3.554-.283t3.543.088q.123%201.65.096%203.48q-.027%201.832-.297%203.552t-.825%203.192t-1.493%202.41q-1.152%201.172-2.486%201.708q-1.333.535-2.677.535q-1.408%200-2.785-.551t-2.368-1.551m1.685.071q.783.522%201.699.776q.916.255%201.774.255q1.163%200%202.3-.453q1.139-.453%202.144-1.497q.447-.45.905-1.263t.794-2.124t.509-3.175t.086-4.438q-1.225-.05-2.781-.018t-3.11.266q-1.555.235-2.92.716q-1.366.48-2.183%201.298q-1.106%201.105-1.55%202.292T5%2013.816q0%201.359.543%202.539t1.315%201.841q.627-1.769%201.938-3.395q1.312-1.626%203.67-3.032q-1.724%201.498-2.898%203.188t-1.791%204.012m0%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/eco-outline.svg?color=%231a73e8&size=48