sapling from IconPark TwoTone by ByteDance · Two tone · Energy · Apache-2.0 Free for personal and commercial use.

Name
sapling
Set
IconPark TwoTone
Style
Two tone
Category
Energy
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More energy icons from IconPark TwoTone

Use the sapling icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGI8Q5fshJ"><g fill="none"><path fill="#555" d="M27 8c-4.686 4.686-3.965 13.035-3.965 13.035S31.314 21.686 36 17s4.006-12.965 4.006-12.965S31.686 3.314 27 8"/><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M23.035 21.035L31 13.07m-7.965 7.965S22.314 12.686 27 8s13.006-3.965 13.006-3.965S40.686 12.314 36 17s-12.965 4.035-12.965 4.035"/><path fill="#555" d="M20 21c3.85 3.843 2.971 10.971 2.971 10.971s-7.122.872-10.97-2.971c-3.85-3.843-2.969-10.971-2.969-10.971S16.151 17.157 20 21"/><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M22.971 31.971L16.001 25m6.97 6.971s.878-7.128-2.97-10.971c-3.85-3.843-10.969-2.971-10.969-2.971S8.151 25.157 12 29s10.971 2.971 10.971 2.971M23 4v40"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGI8Q5fshJ)"/></svg>

React

import type { SVGProps } from "react";

export function IconParkTwotoneSapling(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGI8Q5fshJ"><g fill="none"><path fill="#555" d="M27 8c-4.686 4.686-3.965 13.035-3.965 13.035S31.314 21.686 36 17s4.006-12.965 4.006-12.965S31.686 3.314 27 8"/><path stroke="#fff" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M23.035 21.035L31 13.07m-7.965 7.965S22.314 12.686 27 8s13.006-3.965 13.006-3.965S40.686 12.314 36 17s-12.965 4.035-12.965 4.035"/><path fill="#555" d="M20 21c3.85 3.843 2.971 10.971 2.971 10.971s-7.122.872-10.97-2.971c-3.85-3.843-2.969-10.971-2.969-10.971S16.151 17.157 20 21"/><path stroke="#fff" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M22.971 31.971L16.001 25m6.97 6.971s.878-7.128-2.97-10.971c-3.85-3.843-10.969-2.971-10.969-2.971S8.151 25.157 12 29s10.971 2.971 10.971 2.971M23 4v40"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGI8Q5fshJ)"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGI8Q5fshJ"><g fill="none"><path fill="#555" d="M27 8c-4.686 4.686-3.965 13.035-3.965 13.035S31.314 21.686 36 17s4.006-12.965 4.006-12.965S31.686 3.314 27 8"/><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M23.035 21.035L31 13.07m-7.965 7.965S22.314 12.686 27 8s13.006-3.965 13.006-3.965S40.686 12.314 36 17s-12.965 4.035-12.965 4.035"/><path fill="#555" d="M20 21c3.85 3.843 2.971 10.971 2.971 10.971s-7.122.872-10.97-2.971c-3.85-3.843-2.969-10.971-2.969-10.971S16.151 17.157 20 21"/><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M22.971 31.971L16.001 25m6.97 6.971s.878-7.128-2.97-10.971c-3.85-3.843-10.969-2.971-10.969-2.971S8.151 25.157 12 29s10.971 2.971 10.971 2.971M23 4v40"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGI8Q5fshJ)"/></svg>
</template>

CSS

.icon-sapling {
  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%2048%2048%22%3E%3Cdefs%3E%3Cmask%20id%3D%22SVGI8Q5fshJ%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23555%22%20d%3D%22M27%208c-4.686%204.686-3.965%2013.035-3.965%2013.035S31.314%2021.686%2036%2017s4.006-12.965%204.006-12.965S31.686%203.314%2027%208%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M23.035%2021.035L31%2013.07m-7.965%207.965S22.314%2012.686%2027%208s13.006-3.965%2013.006-3.965S40.686%2012.314%2036%2017s-12.965%204.035-12.965%204.035%22%2F%3E%3Cpath%20fill%3D%22%23555%22%20d%3D%22M20%2021c3.85%203.843%202.971%2010.971%202.971%2010.971s-7.122.872-10.97-2.971c-3.85-3.843-2.969-10.971-2.969-10.971S16.151%2017.157%2020%2021%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M22.971%2031.971L16.001%2025m6.97%206.971s.878-7.128-2.97-10.971c-3.85-3.843-10.969-2.971-10.969-2.971S8.151%2025.157%2012%2029s10.971%202.971%2010.971%202.971M23%204v40%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%20mask%3D%22url(%23SVGI8Q5fshJ)%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%2048%2048%22%3E%3Cdefs%3E%3Cmask%20id%3D%22SVGI8Q5fshJ%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23555%22%20d%3D%22M27%208c-4.686%204.686-3.965%2013.035-3.965%2013.035S31.314%2021.686%2036%2017s4.006-12.965%204.006-12.965S31.686%203.314%2027%208%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M23.035%2021.035L31%2013.07m-7.965%207.965S22.314%2012.686%2027%208s13.006-3.965%2013.006-3.965S40.686%2012.314%2036%2017s-12.965%204.035-12.965%204.035%22%2F%3E%3Cpath%20fill%3D%22%23555%22%20d%3D%22M20%2021c3.85%203.843%202.971%2010.971%202.971%2010.971s-7.122.872-10.97-2.971c-3.85-3.843-2.969-10.971-2.969-10.971S16.151%2017.157%2020%2021%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M22.971%2031.971L16.001%2025m6.97%206.971s.878-7.128-2.97-10.971c-3.85-3.843-10.969-2.971-10.969-2.971S8.151%2025.157%2012%2029s10.971%202.971%2010.971%202.971M23%204v40%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%20mask%3D%22url(%23SVGI8Q5fshJ)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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