earth leaf icon
earth-leaf-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- earth-leaf-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- License
- MIT
9 other variants in Fluent UI System Icons
Use the earth leaf icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2a14 14 0 0 0-1.474 27.922c.07-.612.221-1.278.452-1.972l-.04-.003A11.92 11.92 0 0 1 7.91 24.84c-.16-1.13-.41-3.17.39-4.24a2 2 0 0 1 1.7-.92a2.62 2.62 0 0 0 2-1.13a3.64 3.64 0 0 0 .16-3.11c-.26-1-.4-1.67.1-2.34a4.5 4.5 0 0 1 1.23-.53l.035-.012c1.266-.428 2.969-1.005 3.405-2.828c.547-2.277-.357-3.923-1.191-5.443l-.059-.107l-.05-.18H16c2.263 0 4.48.646 6.39 1.86a21.7 21.7 0 0 1-3.76 4.4c-1.38 1.25-.37 2.69.3 3.64a4 4 0 0 1 1.073 2.588a11.4 11.4 0 0 1 1.968-.64a6.2 6.2 0 0 0-1.401-3.078a3.8 3.8 0 0 1-.6-1a23.3 23.3 0 0 0 4-4.67a11.95 11.95 0 0 1 4.003 8.592c.71.1 1.39.229 2.027.374V16A14 14 0 0 0 16 2m-2.51 2.27c.16.31.32.6.49.9l.027.05c.75 1.338 1.398 2.499.973 4.05c-.17.68-1 1-2.14 1.4a4.3 4.3 0 0 0-2.14 1.23a4.31 4.31 0 0 0-.43 4c.19.74.3 1.2.1 1.5c-.142.214-.158.214-.347.222c-.076.003-.18.008-.333.028a3.94 3.94 0 0 0-3 1.7a5.3 5.3 0 0 0-.93 2.84A11.85 11.85 0 0 1 4 16a12 12 0 0 1 9.49-11.73m4.887 23.035C19.15 28.114 20.557 29 23 29c4.294 0 5.638-5.53 6.249-8.042c.1-.414.18-.746.251-.958c.152-.454.543-.79.982-1.044c.69-.396.706-1.04-.064-1.242c-3.629-.951-9.03-1.482-12.418 1.905c-1.404 1.404-1.382 3.244-1.093 4.587q.087-.122.178-.245c1.574-2.13 3.879-4.11 6.92-5.168a.75.75 0 0 1 .493 1.416c-2.71.943-4.78 2.713-6.207 4.644c-1.424 1.928-2.17 3.967-2.291 5.422a.75.75 0 0 0 1.497.033c.07-.907.36-1.95.88-3.002"/></svg>
React
import type { SVGProps } from "react";
export function FluentEarthLeaf32Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2a14 14 0 0 0-1.474 27.922c.07-.612.221-1.278.452-1.972l-.04-.003A11.92 11.92 0 0 1 7.91 24.84c-.16-1.13-.41-3.17.39-4.24a2 2 0 0 1 1.7-.92a2.62 2.62 0 0 0 2-1.13a3.64 3.64 0 0 0 .16-3.11c-.26-1-.4-1.67.1-2.34a4.5 4.5 0 0 1 1.23-.53l.035-.012c1.266-.428 2.969-1.005 3.405-2.828c.547-2.277-.357-3.923-1.191-5.443l-.059-.107l-.05-.18H16c2.263 0 4.48.646 6.39 1.86a21.7 21.7 0 0 1-3.76 4.4c-1.38 1.25-.37 2.69.3 3.64a4 4 0 0 1 1.073 2.588a11.4 11.4 0 0 1 1.968-.64a6.2 6.2 0 0 0-1.401-3.078a3.8 3.8 0 0 1-.6-1a23.3 23.3 0 0 0 4-4.67a11.95 11.95 0 0 1 4.003 8.592c.71.1 1.39.229 2.027.374V16A14 14 0 0 0 16 2m-2.51 2.27c.16.31.32.6.49.9l.027.05c.75 1.338 1.398 2.499.973 4.05c-.17.68-1 1-2.14 1.4a4.3 4.3 0 0 0-2.14 1.23a4.31 4.31 0 0 0-.43 4c.19.74.3 1.2.1 1.5c-.142.214-.158.214-.347.222c-.076.003-.18.008-.333.028a3.94 3.94 0 0 0-3 1.7a5.3 5.3 0 0 0-.93 2.84A11.85 11.85 0 0 1 4 16a12 12 0 0 1 9.49-11.73m4.887 23.035C19.15 28.114 20.557 29 23 29c4.294 0 5.638-5.53 6.249-8.042c.1-.414.18-.746.251-.958c.152-.454.543-.79.982-1.044c.69-.396.706-1.04-.064-1.242c-3.629-.951-9.03-1.482-12.418 1.905c-1.404 1.404-1.382 3.244-1.093 4.587q.087-.122.178-.245c1.574-2.13 3.879-4.11 6.92-5.168a.75.75 0 0 1 .493 1.416c-2.71.943-4.78 2.713-6.207 4.644c-1.424 1.928-2.17 3.967-2.291 5.422a.75.75 0 0 0 1.497.033c.07-.907.36-1.95.88-3.002"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2a14 14 0 0 0-1.474 27.922c.07-.612.221-1.278.452-1.972l-.04-.003A11.92 11.92 0 0 1 7.91 24.84c-.16-1.13-.41-3.17.39-4.24a2 2 0 0 1 1.7-.92a2.62 2.62 0 0 0 2-1.13a3.64 3.64 0 0 0 .16-3.11c-.26-1-.4-1.67.1-2.34a4.5 4.5 0 0 1 1.23-.53l.035-.012c1.266-.428 2.969-1.005 3.405-2.828c.547-2.277-.357-3.923-1.191-5.443l-.059-.107l-.05-.18H16c2.263 0 4.48.646 6.39 1.86a21.7 21.7 0 0 1-3.76 4.4c-1.38 1.25-.37 2.69.3 3.64a4 4 0 0 1 1.073 2.588a11.4 11.4 0 0 1 1.968-.64a6.2 6.2 0 0 0-1.401-3.078a3.8 3.8 0 0 1-.6-1a23.3 23.3 0 0 0 4-4.67a11.95 11.95 0 0 1 4.003 8.592c.71.1 1.39.229 2.027.374V16A14 14 0 0 0 16 2m-2.51 2.27c.16.31.32.6.49.9l.027.05c.75 1.338 1.398 2.499.973 4.05c-.17.68-1 1-2.14 1.4a4.3 4.3 0 0 0-2.14 1.23a4.31 4.31 0 0 0-.43 4c.19.74.3 1.2.1 1.5c-.142.214-.158.214-.347.222c-.076.003-.18.008-.333.028a3.94 3.94 0 0 0-3 1.7a5.3 5.3 0 0 0-.93 2.84A11.85 11.85 0 0 1 4 16a12 12 0 0 1 9.49-11.73m4.887 23.035C19.15 28.114 20.557 29 23 29c4.294 0 5.638-5.53 6.249-8.042c.1-.414.18-.746.251-.958c.152-.454.543-.79.982-1.044c.69-.396.706-1.04-.064-1.242c-3.629-.951-9.03-1.482-12.418 1.905c-1.404 1.404-1.382 3.244-1.093 4.587q.087-.122.178-.245c1.574-2.13 3.879-4.11 6.92-5.168a.75.75 0 0 1 .493 1.416c-2.71.943-4.78 2.713-6.207 4.644c-1.424 1.928-2.17 3.967-2.291 5.422a.75.75 0 0 0 1.497.033c.07-.907.36-1.95.88-3.002"/></svg> </template>
CSS
.icon-earth-leaf-32-regular {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202a14%2014%200%200%200-1.474%2027.922c.07-.612.221-1.278.452-1.972l-.04-.003A11.92%2011.92%200%200%201%207.91%2024.84c-.16-1.13-.41-3.17.39-4.24a2%202%200%200%201%201.7-.92a2.62%202.62%200%200%200%202-1.13a3.64%203.64%200%200%200%20.16-3.11c-.26-1-.4-1.67.1-2.34a4.5%204.5%200%200%201%201.23-.53l.035-.012c1.266-.428%202.969-1.005%203.405-2.828c.547-2.277-.357-3.923-1.191-5.443l-.059-.107l-.05-.18H16c2.263%200%204.48.646%206.39%201.86a21.7%2021.7%200%200%201-3.76%204.4c-1.38%201.25-.37%202.69.3%203.64a4%204%200%200%201%201.073%202.588a11.4%2011.4%200%200%201%201.968-.64a6.2%206.2%200%200%200-1.401-3.078a3.8%203.8%200%200%201-.6-1a23.3%2023.3%200%200%200%204-4.67a11.95%2011.95%200%200%201%204.003%208.592c.71.1%201.39.229%202.027.374V16A14%2014%200%200%200%2016%202m-2.51%202.27c.16.31.32.6.49.9l.027.05c.75%201.338%201.398%202.499.973%204.05c-.17.68-1%201-2.14%201.4a4.3%204.3%200%200%200-2.14%201.23a4.31%204.31%200%200%200-.43%204c.19.74.3%201.2.1%201.5c-.142.214-.158.214-.347.222c-.076.003-.18.008-.333.028a3.94%203.94%200%200%200-3%201.7a5.3%205.3%200%200%200-.93%202.84A11.85%2011.85%200%200%201%204%2016a12%2012%200%200%201%209.49-11.73m4.887%2023.035C19.15%2028.114%2020.557%2029%2023%2029c4.294%200%205.638-5.53%206.249-8.042c.1-.414.18-.746.251-.958c.152-.454.543-.79.982-1.044c.69-.396.706-1.04-.064-1.242c-3.629-.951-9.03-1.482-12.418%201.905c-1.404%201.404-1.382%203.244-1.093%204.587q.087-.122.178-.245c1.574-2.13%203.879-4.11%206.92-5.168a.75.75%200%200%201%20.493%201.416c-2.71.943-4.78%202.713-6.207%204.644c-1.424%201.928-2.17%203.967-2.291%205.422a.75.75%200%200%200%201.497.033c.07-.907.36-1.95.88-3.002%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202a14%2014%200%200%200-1.474%2027.922c.07-.612.221-1.278.452-1.972l-.04-.003A11.92%2011.92%200%200%201%207.91%2024.84c-.16-1.13-.41-3.17.39-4.24a2%202%200%200%201%201.7-.92a2.62%202.62%200%200%200%202-1.13a3.64%203.64%200%200%200%20.16-3.11c-.26-1-.4-1.67.1-2.34a4.5%204.5%200%200%201%201.23-.53l.035-.012c1.266-.428%202.969-1.005%203.405-2.828c.547-2.277-.357-3.923-1.191-5.443l-.059-.107l-.05-.18H16c2.263%200%204.48.646%206.39%201.86a21.7%2021.7%200%200%201-3.76%204.4c-1.38%201.25-.37%202.69.3%203.64a4%204%200%200%201%201.073%202.588a11.4%2011.4%200%200%201%201.968-.64a6.2%206.2%200%200%200-1.401-3.078a3.8%203.8%200%200%201-.6-1a23.3%2023.3%200%200%200%204-4.67a11.95%2011.95%200%200%201%204.003%208.592c.71.1%201.39.229%202.027.374V16A14%2014%200%200%200%2016%202m-2.51%202.27c.16.31.32.6.49.9l.027.05c.75%201.338%201.398%202.499.973%204.05c-.17.68-1%201-2.14%201.4a4.3%204.3%200%200%200-2.14%201.23a4.31%204.31%200%200%200-.43%204c.19.74.3%201.2.1%201.5c-.142.214-.158.214-.347.222c-.076.003-.18.008-.333.028a3.94%203.94%200%200%200-3%201.7a5.3%205.3%200%200%200-.93%202.84A11.85%2011.85%200%200%201%204%2016a12%2012%200%200%201%209.49-11.73m4.887%2023.035C19.15%2028.114%2020.557%2029%2023%2029c4.294%200%205.638-5.53%206.249-8.042c.1-.414.18-.746.251-.958c.152-.454.543-.79.982-1.044c.69-.396.706-1.04-.064-1.242c-3.629-.951-9.03-1.482-12.418%201.905c-1.404%201.404-1.382%203.244-1.093%204.587q.087-.122.178-.245c1.574-2.13%203.879-4.11%206.92-5.168a.75.75%200%200%201%20.493%201.416c-2.71.943-4.78%202.713-6.207%204.644c-1.424%201.928-2.17%203.967-2.291%205.422a.75.75%200%200%200%201.497.033c.07-.907.36-1.95.88-3.002%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/earth-leaf-32-regular.svg?color=%231a73e8&size=48