eco icon
eco-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- eco-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
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 22q-.825 0-1.662-.187t-1.713-.538q.3-3.025 1.75-5.65T13.35 11q-2.75 1.4-4.762 3.7t-2.813 5.25q-.1-.075-.187-.162L5.4 19.6q-1.175-1.175-1.787-2.625T3 13.95q0-1.7.675-3.25T5.55 7.95Q7.3 6.2 9.888 5.5t6.987-.5q.65.025 1.2.288t.975.687t.675.988t.3 1.212q.15 4.5-.525 7.025t-2.4 4.25q-1.225 1.225-2.738 1.888T11.25 22"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsEcoRounded(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 22q-.825 0-1.662-.187t-1.713-.538q.3-3.025 1.75-5.65T13.35 11q-2.75 1.4-4.762 3.7t-2.813 5.25q-.1-.075-.187-.162L5.4 19.6q-1.175-1.175-1.787-2.625T3 13.95q0-1.7.675-3.25T5.55 7.95Q7.3 6.2 9.888 5.5t6.987-.5q.65.025 1.2.288t.975.687t.675.988t.3 1.212q.15 4.5-.525 7.025t-2.4 4.25q-1.225 1.225-2.738 1.888T11.25 22"/></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 22q-.825 0-1.662-.187t-1.713-.538q.3-3.025 1.75-5.65T13.35 11q-2.75 1.4-4.762 3.7t-2.813 5.25q-.1-.075-.187-.162L5.4 19.6q-1.175-1.175-1.787-2.625T3 13.95q0-1.7.675-3.25T5.55 7.95Q7.3 6.2 9.888 5.5t6.987-.5q.65.025 1.2.288t.975.687t.675.988t.3 1.212q.15 4.5-.525 7.025t-2.4 4.25q-1.225 1.225-2.738 1.888T11.25 22"/></svg> </template>
CSS
.icon-eco-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%22M11.25%2022q-.825%200-1.662-.187t-1.713-.538q.3-3.025%201.75-5.65T13.35%2011q-2.75%201.4-4.762%203.7t-2.813%205.25q-.1-.075-.187-.162L5.4%2019.6q-1.175-1.175-1.787-2.625T3%2013.95q0-1.7.675-3.25T5.55%207.95Q7.3%206.2%209.888%205.5t6.987-.5q.65.025%201.2.288t.975.687t.675.988t.3%201.212q.15%204.5-.525%207.025t-2.4%204.25q-1.225%201.225-2.738%201.888T11.25%2022%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%2022q-.825%200-1.662-.187t-1.713-.538q.3-3.025%201.75-5.65T13.35%2011q-2.75%201.4-4.762%203.7t-2.813%205.25q-.1-.075-.187-.162L5.4%2019.6q-1.175-1.175-1.787-2.625T3%2013.95q0-1.7.675-3.25T5.55%207.95Q7.3%206.2%209.888%205.5t6.987-.5q.65.025%201.2.288t.975.687t.675.988t.3%201.212q.15%204.5-.525%207.025t-2.4%204.25q-1.225%201.225-2.738%201.888T11.25%2022%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/eco-rounded.svg?color=%231a73e8&size=48