tree two icon
tree-two from IconPark by ByteDance · Color · Energy · Apache-2.0 Free for personal and commercial use.
- Name
- tree-two
- Set
- IconPark
- Style
- Color
- Category
- Energy
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More energy icons from IconPark
Use the tree two icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-width="4"><path stroke-linejoin="round" d="M11 24C11 24 8.00001 26 8 30C7.99998 36 18 38 18 38"/><path stroke-linejoin="round" d="M37 24C37 24 40 26 40 30C40 36 30 38 30 38"/><path stroke-linejoin="round" d="M24 15.999L24 43.999"/><path d="M19.126 13.5C18.4174 12.5149 18 11.3062 18 10C18 6.68629 20.6863 4 24 4C27.3137 4 30 6.68629 30 10C30 11.3062 29.5826 12.5149 28.874 13.5"/><path stroke-linejoin="round" d="M13 13C13 13 9 15.5 9 19C9 22.5 12 25 12 25"/><path stroke-linejoin="round" d="M35 13C35 13 39 15.5 39 19C39 22.5 36 25 36 25"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkTreeTwo(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinecap="round" strokeWidth="4"><path strokeLinejoin="round" d="M11 24C11 24 8.00001 26 8 30C7.99998 36 18 38 18 38"/><path strokeLinejoin="round" d="M37 24C37 24 40 26 40 30C40 36 30 38 30 38"/><path strokeLinejoin="round" d="M24 15.999L24 43.999"/><path d="M19.126 13.5C18.4174 12.5149 18 11.3062 18 10C18 6.68629 20.6863 4 24 4C27.3137 4 30 6.68629 30 10C30 11.3062 29.5826 12.5149 28.874 13.5"/><path strokeLinejoin="round" d="M13 13C13 13 9 15.5 9 19C9 22.5 12 25 12 25"/><path strokeLinejoin="round" d="M35 13C35 13 39 15.5 39 19C39 22.5 36 25 36 25"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-width="4"><path stroke-linejoin="round" d="M11 24C11 24 8.00001 26 8 30C7.99998 36 18 38 18 38"/><path stroke-linejoin="round" d="M37 24C37 24 40 26 40 30C40 36 30 38 30 38"/><path stroke-linejoin="round" d="M24 15.999L24 43.999"/><path d="M19.126 13.5C18.4174 12.5149 18 11.3062 18 10C18 6.68629 20.6863 4 24 4C27.3137 4 30 6.68629 30 10C30 11.3062 29.5826 12.5149 28.874 13.5"/><path stroke-linejoin="round" d="M13 13C13 13 9 15.5 9 19C9 22.5 12 25 12 25"/><path stroke-linejoin="round" d="M35 13C35 13 39 15.5 39 19C39 22.5 36 25 36 25"/></g></svg> </template>
CSS
.icon-tree-two {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M11%2024C11%2024%208.00001%2026%208%2030C7.99998%2036%2018%2038%2018%2038%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M37%2024C37%2024%2040%2026%2040%2030C40%2036%2030%2038%2030%2038%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M24%2015.999L24%2043.999%22%2F%3E%3Cpath%20d%3D%22M19.126%2013.5C18.4174%2012.5149%2018%2011.3062%2018%2010C18%206.68629%2020.6863%204%2024%204C27.3137%204%2030%206.68629%2030%2010C30%2011.3062%2029.5826%2012.5149%2028.874%2013.5%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M13%2013C13%2013%209%2015.5%209%2019C9%2022.5%2012%2025%2012%2025%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M35%2013C35%2013%2039%2015.5%2039%2019C39%2022.5%2036%2025%2036%2025%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M11%2024C11%2024%208.00001%2026%208%2030C7.99998%2036%2018%2038%2018%2038%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M37%2024C37%2024%2040%2026%2040%2030C40%2036%2030%2038%2030%2038%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M24%2015.999L24%2043.999%22%2F%3E%3Cpath%20d%3D%22M19.126%2013.5C18.4174%2012.5149%2018%2011.3062%2018%2010C18%206.68629%2020.6863%204%2024%204C27.3137%204%2030%206.68629%2030%2010C30%2011.3062%2029.5826%2012.5149%2028.874%2013.5%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M13%2013C13%2013%209%2015.5%209%2019C9%2022.5%2012%2025%2012%2025%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M35%2013C35%2013%2039%2015.5%2039%2019C39%2022.5%2036%2025%2036%2025%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/tree-two.svg?color=%231a73e8&size=48