eco icon
eco from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- eco
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- eco-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="M11.25 21q-.96 0-1.893-.255t-1.809-.759q.53-2.409 1.789-4.505t3.129-3.712q-2.174 1.266-3.773 3.181t-2.168 4.346q-.12-.094-.216-.181q-.097-.088-.217-.207q-1.001-1.04-1.547-2.318Q4 15.314 4 13.95q0-1.508.589-2.875t1.653-2.433q1.775-1.775 4.539-2.31t8.146-.209q.373 5.244-.188 8.055q-.562 2.81-2.331 4.58q-1.052 1.09-2.392 1.666T11.25 21"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightEco(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.25 21q-.96 0-1.893-.255t-1.809-.759q.53-2.409 1.789-4.505t3.129-3.712q-2.174 1.266-3.773 3.181t-2.168 4.346q-.12-.094-.216-.181q-.097-.088-.217-.207q-1.001-1.04-1.547-2.318Q4 15.314 4 13.95q0-1.508.589-2.875t1.653-2.433q1.775-1.775 4.539-2.31t8.146-.209q.373 5.244-.188 8.055q-.562 2.81-2.331 4.58q-1.052 1.09-2.392 1.666T11.25 21"/></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.25 21q-.96 0-1.893-.255t-1.809-.759q.53-2.409 1.789-4.505t3.129-3.712q-2.174 1.266-3.773 3.181t-2.168 4.346q-.12-.094-.216-.181q-.097-.088-.217-.207q-1.001-1.04-1.547-2.318Q4 15.314 4 13.95q0-1.508.589-2.875t1.653-2.433q1.775-1.775 4.539-2.31t8.146-.209q.373 5.244-.188 8.055q-.562 2.81-2.331 4.58q-1.052 1.09-2.392 1.666T11.25 21"/></svg> </template>
CSS
.icon-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%22M11.25%2021q-.96%200-1.893-.255t-1.809-.759q.53-2.409%201.789-4.505t3.129-3.712q-2.174%201.266-3.773%203.181t-2.168%204.346q-.12-.094-.216-.181q-.097-.088-.217-.207q-1.001-1.04-1.547-2.318Q4%2015.314%204%2013.95q0-1.508.589-2.875t1.653-2.433q1.775-1.775%204.539-2.31t8.146-.209q.373%205.244-.188%208.055q-.562%202.81-2.331%204.58q-1.052%201.09-2.392%201.666T11.25%2021%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.25%2021q-.96%200-1.893-.255t-1.809-.759q.53-2.409%201.789-4.505t3.129-3.712q-2.174%201.266-3.773%203.181t-2.168%204.346q-.12-.094-.216-.181q-.097-.088-.217-.207q-1.001-1.04-1.547-2.318Q4%2015.314%204%2013.95q0-1.508.589-2.875t1.653-2.433q1.775-1.775%204.539-2.31t8.146-.209q.373%205.244-.188%208.055q-.562%202.81-2.331%204.58q-1.052%201.09-2.392%201.666T11.25%2021%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.svg?color=%231a73e8&size=48