leaf-outline from Solar by 480 Design · Outline · Nature · CC-BY-4.0 Attribution required.

Name
leaf-outline
Set
Solar
Style
Outline
Category
Nature
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More nature icons from Solar

Use the leaf icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M10.2195 1.64611C10.7841 1.38221 11.3919 1.25 12 1.25C12.6081 1.25 13.2159 1.38221 13.7805 1.64611C15.9556 2.66278 17.6944 4.56688 18.8844 6.75814C20.076 8.95209 20.75 11.4916 20.75 13.8567C20.75 18.7557 16.845 22.75 12 22.75C7.15501 22.75 3.25 18.7557 3.25 13.8567C3.25 11.4916 3.92403 8.95209 5.11556 6.75814C6.30562 4.56688 8.04437 2.66278 10.2195 1.64611ZM11.25 2.85638C11.1157 2.89525 10.9835 2.94478 10.8546 3.005C9.04602 3.85036 7.51624 5.48075 6.4337 7.47402C5.35263 9.46459 4.75 11.7596 4.75 13.8567C4.75 17.6927 7.60821 20.8285 11.25 21.2108V2.85638ZM12.75 2.85638V7.18934L15.378 4.56137C14.6988 3.91209 13.9496 3.38092 13.1454 3.005C13.0165 2.94478 12.8843 2.89525 12.75 2.85638ZM16.3862 5.67443L12.75 9.31066V12.6893L17.7044 7.73496C17.6593 7.64743 17.6132 7.56044 17.5663 7.47402C17.2175 6.83177 16.8223 6.2272 16.3862 5.67443ZM18.3577 9.20294L12.75 14.8107V17.6893L18.9696 11.4697L19.0175 11.5176C18.8669 10.7404 18.6451 9.96116 18.3577 9.20294ZM19.2373 13.3234L12.75 19.8107V21.2108C16.3918 20.8285 19.25 17.6927 19.25 13.8567C19.25 13.6802 19.2457 13.5024 19.2373 13.3234Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function SolarLeafOutline(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" fillRule="evenodd" d="M10.2195 1.64611C10.7841 1.38221 11.3919 1.25 12 1.25C12.6081 1.25 13.2159 1.38221 13.7805 1.64611C15.9556 2.66278 17.6944 4.56688 18.8844 6.75814C20.076 8.95209 20.75 11.4916 20.75 13.8567C20.75 18.7557 16.845 22.75 12 22.75C7.15501 22.75 3.25 18.7557 3.25 13.8567C3.25 11.4916 3.92403 8.95209 5.11556 6.75814C6.30562 4.56688 8.04437 2.66278 10.2195 1.64611ZM11.25 2.85638C11.1157 2.89525 10.9835 2.94478 10.8546 3.005C9.04602 3.85036 7.51624 5.48075 6.4337 7.47402C5.35263 9.46459 4.75 11.7596 4.75 13.8567C4.75 17.6927 7.60821 20.8285 11.25 21.2108V2.85638ZM12.75 2.85638V7.18934L15.378 4.56137C14.6988 3.91209 13.9496 3.38092 13.1454 3.005C13.0165 2.94478 12.8843 2.89525 12.75 2.85638ZM16.3862 5.67443L12.75 9.31066V12.6893L17.7044 7.73496C17.6593 7.64743 17.6132 7.56044 17.5663 7.47402C17.2175 6.83177 16.8223 6.2272 16.3862 5.67443ZM18.3577 9.20294L12.75 14.8107V17.6893L18.9696 11.4697L19.0175 11.5176C18.8669 10.7404 18.6451 9.96116 18.3577 9.20294ZM19.2373 13.3234L12.75 19.8107V21.2108C16.3918 20.8285 19.25 17.6927 19.25 13.8567C19.25 13.6802 19.2457 13.5024 19.2373 13.3234Z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M10.2195 1.64611C10.7841 1.38221 11.3919 1.25 12 1.25C12.6081 1.25 13.2159 1.38221 13.7805 1.64611C15.9556 2.66278 17.6944 4.56688 18.8844 6.75814C20.076 8.95209 20.75 11.4916 20.75 13.8567C20.75 18.7557 16.845 22.75 12 22.75C7.15501 22.75 3.25 18.7557 3.25 13.8567C3.25 11.4916 3.92403 8.95209 5.11556 6.75814C6.30562 4.56688 8.04437 2.66278 10.2195 1.64611ZM11.25 2.85638C11.1157 2.89525 10.9835 2.94478 10.8546 3.005C9.04602 3.85036 7.51624 5.48075 6.4337 7.47402C5.35263 9.46459 4.75 11.7596 4.75 13.8567C4.75 17.6927 7.60821 20.8285 11.25 21.2108V2.85638ZM12.75 2.85638V7.18934L15.378 4.56137C14.6988 3.91209 13.9496 3.38092 13.1454 3.005C13.0165 2.94478 12.8843 2.89525 12.75 2.85638ZM16.3862 5.67443L12.75 9.31066V12.6893L17.7044 7.73496C17.6593 7.64743 17.6132 7.56044 17.5663 7.47402C17.2175 6.83177 16.8223 6.2272 16.3862 5.67443ZM18.3577 9.20294L12.75 14.8107V17.6893L18.9696 11.4697L19.0175 11.5176C18.8669 10.7404 18.6451 9.96116 18.3577 9.20294ZM19.2373 13.3234L12.75 19.8107V21.2108C16.3918 20.8285 19.25 17.6927 19.25 13.8567C19.25 13.6802 19.2457 13.5024 19.2373 13.3234Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-leaf-outline {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M10.2195%201.64611C10.7841%201.38221%2011.3919%201.25%2012%201.25C12.6081%201.25%2013.2159%201.38221%2013.7805%201.64611C15.9556%202.66278%2017.6944%204.56688%2018.8844%206.75814C20.076%208.95209%2020.75%2011.4916%2020.75%2013.8567C20.75%2018.7557%2016.845%2022.75%2012%2022.75C7.15501%2022.75%203.25%2018.7557%203.25%2013.8567C3.25%2011.4916%203.92403%208.95209%205.11556%206.75814C6.30562%204.56688%208.04437%202.66278%2010.2195%201.64611ZM11.25%202.85638C11.1157%202.89525%2010.9835%202.94478%2010.8546%203.005C9.04602%203.85036%207.51624%205.48075%206.4337%207.47402C5.35263%209.46459%204.75%2011.7596%204.75%2013.8567C4.75%2017.6927%207.60821%2020.8285%2011.25%2021.2108V2.85638ZM12.75%202.85638V7.18934L15.378%204.56137C14.6988%203.91209%2013.9496%203.38092%2013.1454%203.005C13.0165%202.94478%2012.8843%202.89525%2012.75%202.85638ZM16.3862%205.67443L12.75%209.31066V12.6893L17.7044%207.73496C17.6593%207.64743%2017.6132%207.56044%2017.5663%207.47402C17.2175%206.83177%2016.8223%206.2272%2016.3862%205.67443ZM18.3577%209.20294L12.75%2014.8107V17.6893L18.9696%2011.4697L19.0175%2011.5176C18.8669%2010.7404%2018.6451%209.96116%2018.3577%209.20294ZM19.2373%2013.3234L12.75%2019.8107V21.2108C16.3918%2020.8285%2019.25%2017.6927%2019.25%2013.8567C19.25%2013.6802%2019.2457%2013.5024%2019.2373%2013.3234Z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M10.2195%201.64611C10.7841%201.38221%2011.3919%201.25%2012%201.25C12.6081%201.25%2013.2159%201.38221%2013.7805%201.64611C15.9556%202.66278%2017.6944%204.56688%2018.8844%206.75814C20.076%208.95209%2020.75%2011.4916%2020.75%2013.8567C20.75%2018.7557%2016.845%2022.75%2012%2022.75C7.15501%2022.75%203.25%2018.7557%203.25%2013.8567C3.25%2011.4916%203.92403%208.95209%205.11556%206.75814C6.30562%204.56688%208.04437%202.66278%2010.2195%201.64611ZM11.25%202.85638C11.1157%202.89525%2010.9835%202.94478%2010.8546%203.005C9.04602%203.85036%207.51624%205.48075%206.4337%207.47402C5.35263%209.46459%204.75%2011.7596%204.75%2013.8567C4.75%2017.6927%207.60821%2020.8285%2011.25%2021.2108V2.85638ZM12.75%202.85638V7.18934L15.378%204.56137C14.6988%203.91209%2013.9496%203.38092%2013.1454%203.005C13.0165%202.94478%2012.8843%202.89525%2012.75%202.85638ZM16.3862%205.67443L12.75%209.31066V12.6893L17.7044%207.73496C17.6593%207.64743%2017.6132%207.56044%2017.5663%207.47402C17.2175%206.83177%2016.8223%206.2272%2016.3862%205.67443ZM18.3577%209.20294L12.75%2014.8107V17.6893L18.9696%2011.4697L19.0175%2011.5176C18.8669%2010.7404%2018.6451%209.96116%2018.3577%209.20294ZM19.2373%2013.3234L12.75%2019.8107V21.2108C16.3918%2020.8285%2019.25%2017.6927%2019.25%2013.8567C19.25%2013.6802%2019.2457%2013.5024%2019.2373%2013.3234Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/leaf-outline.svg?color=%231a73e8&size=48