eco-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
eco-rounded
Set
Material Symbols Light
Style
Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0

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.433Q7.8 7.085 10.07 6.481T16.49 6q.535.025.989.23q.454.204.802.553q.348.348.55.795t.233.982q.13 4.038-.487 6.342t-2.17 3.856q-1.051 1.09-2.39 1.666T11.25 21"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightEcoRounded(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.433Q7.8 7.085 10.07 6.481T16.49 6q.535.025.989.23q.454.204.802.553q.348.348.55.795t.233.982q.13 4.038-.487 6.342t-2.17 3.856q-1.051 1.09-2.39 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.433Q7.8 7.085 10.07 6.481T16.49 6q.535.025.989.23q.454.204.802.553q.348.348.55.795t.233.982q.13 4.038-.487 6.342t-2.17 3.856q-1.051 1.09-2.39 1.666T11.25 21"/></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%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.433Q7.8%207.085%2010.07%206.481T16.49%206q.535.025.989.23q.454.204.802.553q.348.348.55.795t.233.982q.13%204.038-.487%206.342t-2.17%203.856q-1.051%201.09-2.39%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.433Q7.8%207.085%2010.07%206.481T16.49%206q.535.025.989.23q.454.204.802.553q.348.348.55.795t.233.982q.13%204.038-.487%206.342t-2.17%203.856q-1.051%201.09-2.39%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-rounded.svg?color=%231a73e8&size=48