tent tree icon
tent-tree from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- tent-tree
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the tent tree 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"><circle cx="5" cy="5" r="2"/><path d="m3.12 18.905l4.153-6.467A.83.83 0 0 1 8 12c.303 0 .581.168.727.438l4.154 6.467c.876 1.364 1.314 2.046 1.036 2.57c-.278.525-1.078.525-2.678.525H4.76c-1.6 0-2.4 0-2.678-.524c-.278-.525.16-1.207 1.036-2.571M8 12v10"/><path d="M9.983 22h9.234c1.611 0 2.417 0 2.698-.523s-.157-1.204-1.035-2.567l-3.867-6c-.287-.445-.43-.668-.651-.789S15.877 12 15.35 12H8m13-7c-.667-.333-2.2-1.4-3-3c-.8 1.6-2.333 2.667-3 3m6 4c-.667-.333-2.2-1.4-3-3c-.8 1.6-2.333 2.667-3 3m3-7v12"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsTentTree(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"><circle cx="5" cy="5" r="2"/><path d="m3.12 18.905l4.153-6.467A.83.83 0 0 1 8 12c.303 0 .581.168.727.438l4.154 6.467c.876 1.364 1.314 2.046 1.036 2.57c-.278.525-1.078.525-2.678.525H4.76c-1.6 0-2.4 0-2.678-.524c-.278-.525.16-1.207 1.036-2.571M8 12v10"/><path d="M9.983 22h9.234c1.611 0 2.417 0 2.698-.523s-.157-1.204-1.035-2.567l-3.867-6c-.287-.445-.43-.668-.651-.789S15.877 12 15.35 12H8m13-7c-.667-.333-2.2-1.4-3-3c-.8 1.6-2.333 2.667-3 3m6 4c-.667-.333-2.2-1.4-3-3c-.8 1.6-2.333 2.667-3 3m3-7v12"/></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"><circle cx="5" cy="5" r="2"/><path d="m3.12 18.905l4.153-6.467A.83.83 0 0 1 8 12c.303 0 .581.168.727.438l4.154 6.467c.876 1.364 1.314 2.046 1.036 2.57c-.278.525-1.078.525-2.678.525H4.76c-1.6 0-2.4 0-2.678-.524c-.278-.525.16-1.207 1.036-2.571M8 12v10"/><path d="M9.983 22h9.234c1.611 0 2.417 0 2.698-.523s-.157-1.204-1.035-2.567l-3.867-6c-.287-.445-.43-.668-.651-.789S15.877 12 15.35 12H8m13-7c-.667-.333-2.2-1.4-3-3c-.8 1.6-2.333 2.667-3 3m6 4c-.667-.333-2.2-1.4-3-3c-.8 1.6-2.333 2.667-3 3m3-7v12"/></g></svg> </template>
CSS
.icon-tent-tree {
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%3Ccircle%20cx%3D%225%22%20cy%3D%225%22%20r%3D%222%22%2F%3E%3Cpath%20d%3D%22m3.12%2018.905l4.153-6.467A.83.83%200%200%201%208%2012c.303%200%20.581.168.727.438l4.154%206.467c.876%201.364%201.314%202.046%201.036%202.57c-.278.525-1.078.525-2.678.525H4.76c-1.6%200-2.4%200-2.678-.524c-.278-.525.16-1.207%201.036-2.571M8%2012v10%22%2F%3E%3Cpath%20d%3D%22M9.983%2022h9.234c1.611%200%202.417%200%202.698-.523s-.157-1.204-1.035-2.567l-3.867-6c-.287-.445-.43-.668-.651-.789S15.877%2012%2015.35%2012H8m13-7c-.667-.333-2.2-1.4-3-3c-.8%201.6-2.333%202.667-3%203m6%204c-.667-.333-2.2-1.4-3-3c-.8%201.6-2.333%202.667-3%203m3-7v12%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%3Ccircle%20cx%3D%225%22%20cy%3D%225%22%20r%3D%222%22%2F%3E%3Cpath%20d%3D%22m3.12%2018.905l4.153-6.467A.83.83%200%200%201%208%2012c.303%200%20.581.168.727.438l4.154%206.467c.876%201.364%201.314%202.046%201.036%202.57c-.278.525-1.078.525-2.678.525H4.76c-1.6%200-2.4%200-2.678-.524c-.278-.525.16-1.207%201.036-2.571M8%2012v10%22%2F%3E%3Cpath%20d%3D%22M9.983%2022h9.234c1.611%200%202.417%200%202.698-.523s-.157-1.204-1.035-2.567l-3.867-6c-.287-.445-.43-.668-.651-.789S15.877%2012%2015.35%2012H8m13-7c-.667-.333-2.2-1.4-3-3c-.8%201.6-2.333%202.667-3%203m6%204c-.667-.333-2.2-1.4-3-3c-.8%201.6-2.333%202.667-3%203m3-7v12%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/tent-tree.svg?color=%231a73e8&size=48