nest eco leaf icon

nest-eco-leaf-rounded from Material Symbols by Google · Rounded · Home · Apache-2.0 Free for personal and commercial use.

Name
nest-eco-leaf-rounded
Set
Material Symbols
Style
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

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="M4.3 19.7q-.275-.275-.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 20q-1.4 0-2.637-.437T7.1 18.325L5.7 19.7q-.275.275-.7.275t-.7-.275m4.05-4.05q.275.325.7.312t.725-.312l3.925-3.925q.3-.3.3-.713t-.3-.712q-.275-.275-.7-.275t-.7.275l-3.95 3.95q-.275.275-.275.688t.275.712"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsNestEcoLeafRounded(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="M4.3 19.7q-.275-.275-.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 20q-1.4 0-2.637-.437T7.1 18.325L5.7 19.7q-.275.275-.7.275t-.7-.275m4.05-4.05q.275.325.7.312t.725-.312l3.925-3.925q.3-.3.3-.713t-.3-.712q-.275-.275-.7-.275t-.7.275l-3.95 3.95q-.275.275-.275.688t.275.712"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.3 19.7q-.275-.275-.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 20q-1.4 0-2.637-.437T7.1 18.325L5.7 19.7q-.275.275-.7.275t-.7-.275m4.05-4.05q.275.325.7.312t.725-.312l3.925-3.925q.3-.3.3-.713t-.3-.712q-.275-.275-.7-.275t-.7.275l-3.95 3.95q-.275.275-.275.688t.275.712"/></svg>
</template>

CSS

.icon-nest-eco-leaf-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%22M4.3%2019.7q-.275-.275-.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%2020q-1.4%200-2.637-.437T7.1%2018.325L5.7%2019.7q-.275.275-.7.275t-.7-.275m4.05-4.05q.275.325.7.312t.725-.312l3.925-3.925q.3-.3.3-.713t-.3-.712q-.275-.275-.7-.275t-.7.275l-3.95%203.95q-.275.275-.275.688t.275.712%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%22M4.3%2019.7q-.275-.275-.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%2020q-1.4%200-2.637-.437T7.1%2018.325L5.7%2019.7q-.275.275-.7.275t-.7-.275m4.05-4.05q.275.325.7.312t.725-.312l3.925-3.925q.3-.3.3-.713t-.3-.712q-.275-.275-.7-.275t-.7.275l-3.95%203.95q-.275.275-.275.688t.275.712%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-rounded.svg?color=%231a73e8&size=48