tree 07 icon
tree-07 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- tree-07
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the tree 07 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M12 22v-4M8.592 7.434C9.564 7.791 10.737 8 12 8s2.436-.209 3.408-.566c.636-.234.772-1 .347-1.518L12.89 2.417a1.155 1.155 0 0 0-1.778 0L8.245 5.916c-.425.518-.29 1.284.347 1.518"/><path d="m14.79 7.623l2.45 2.822c.434.498.315 1.261-.289 1.545C15.601 12.623 14.05 13 12 13s-3.602-.377-4.951-1.01c-.604-.284-.723-1.047-.29-1.545L9.21 7.623"/><path d="m7.644 12.342l-2.381 2.673c-.418.469-.334 1.192.224 1.489c1.751.932 4.026 1.495 6.513 1.495s4.762-.563 6.513-1.495c.558-.297.642-1.02.224-1.489l-2.381-2.673M10 22h4"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsTree07(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M12 22v-4M8.592 7.434C9.564 7.791 10.737 8 12 8s2.436-.209 3.408-.566c.636-.234.772-1 .347-1.518L12.89 2.417a1.155 1.155 0 0 0-1.778 0L8.245 5.916c-.425.518-.29 1.284.347 1.518"/><path d="m14.79 7.623l2.45 2.822c.434.498.315 1.261-.289 1.545C15.601 12.623 14.05 13 12 13s-3.602-.377-4.951-1.01c-.604-.284-.723-1.047-.29-1.545L9.21 7.623"/><path d="m7.644 12.342l-2.381 2.673c-.418.469-.334 1.192.224 1.489c1.751.932 4.026 1.495 6.513 1.495s4.762-.563 6.513-1.495c.558-.297.642-1.02.224-1.489l-2.381-2.673M10 22h4"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M12 22v-4M8.592 7.434C9.564 7.791 10.737 8 12 8s2.436-.209 3.408-.566c.636-.234.772-1 .347-1.518L12.89 2.417a1.155 1.155 0 0 0-1.778 0L8.245 5.916c-.425.518-.29 1.284.347 1.518"/><path d="m14.79 7.623l2.45 2.822c.434.498.315 1.261-.289 1.545C15.601 12.623 14.05 13 12 13s-3.602-.377-4.951-1.01c-.604-.284-.723-1.047-.29-1.545L9.21 7.623"/><path d="m7.644 12.342l-2.381 2.673c-.418.469-.334 1.192.224 1.489c1.751.932 4.026 1.495 6.513 1.495s4.762-.563 6.513-1.495c.558-.297.642-1.02.224-1.489l-2.381-2.673M10 22h4"/></g></svg> </template>
CSS
.icon-tree-07 {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%2022v-4M8.592%207.434C9.564%207.791%2010.737%208%2012%208s2.436-.209%203.408-.566c.636-.234.772-1%20.347-1.518L12.89%202.417a1.155%201.155%200%200%200-1.778%200L8.245%205.916c-.425.518-.29%201.284.347%201.518%22%2F%3E%3Cpath%20d%3D%22m14.79%207.623l2.45%202.822c.434.498.315%201.261-.289%201.545C15.601%2012.623%2014.05%2013%2012%2013s-3.602-.377-4.951-1.01c-.604-.284-.723-1.047-.29-1.545L9.21%207.623%22%2F%3E%3Cpath%20d%3D%22m7.644%2012.342l-2.381%202.673c-.418.469-.334%201.192.224%201.489c1.751.932%204.026%201.495%206.513%201.495s4.762-.563%206.513-1.495c.558-.297.642-1.02.224-1.489l-2.381-2.673M10%2022h4%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%2022v-4M8.592%207.434C9.564%207.791%2010.737%208%2012%208s2.436-.209%203.408-.566c.636-.234.772-1%20.347-1.518L12.89%202.417a1.155%201.155%200%200%200-1.778%200L8.245%205.916c-.425.518-.29%201.284.347%201.518%22%2F%3E%3Cpath%20d%3D%22m14.79%207.623l2.45%202.822c.434.498.315%201.261-.289%201.545C15.601%2012.623%2014.05%2013%2012%2013s-3.602-.377-4.951-1.01c-.604-.284-.723-1.047-.29-1.545L9.21%207.623%22%2F%3E%3Cpath%20d%3D%22m7.644%2012.342l-2.381%202.673c-.418.469-.334%201.192.224%201.489c1.751.932%204.026%201.495%206.513%201.495s4.762-.563%206.513-1.495c.558-.297.642-1.02.224-1.489l-2.381-2.673M10%2022h4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/tree-07.svg?color=%231a73e8&size=48