pine tree icon
pine-tree from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- pine-tree
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the pine tree icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9 18h-.856c-1.863 0-2.794 0-3.074-.564c-.28-.565.302-1.267 1.467-2.67l1.858-2.237c-1.177 0-1.766 0-2.048-.22a.98.98 0 0 1-.38-.86c.031-.35.438-.76 1.253-1.58l2.295-2.313c-.95 0-1.424 0-1.668-.14a.98.98 0 0 1-.47-1.1c.07-.266.407-.59 1.08-1.236l2.173-2.09c.688-.66 1.032-.99 1.458-.99c.427.001.77.333 1.454.998l2.132 2.07c.68.66 1.02.99 1.088 1.263a.98.98 0 0 1-.464 1.079c-.248.146-.73.146-1.695.146l1.915 2.169c.876.992 1.314 1.488 1.269 1.911a.98.98 0 0 1-.28.586c-.304.307-.979.307-2.329.307l2.017 2.143c1.345 1.43 2.017 2.143 1.746 2.736c-.271.592-1.27.592-3.27.592h-.493M12 14v8"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsPineTree(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M9 18h-.856c-1.863 0-2.794 0-3.074-.564c-.28-.565.302-1.267 1.467-2.67l1.858-2.237c-1.177 0-1.766 0-2.048-.22a.98.98 0 0 1-.38-.86c.031-.35.438-.76 1.253-1.58l2.295-2.313c-.95 0-1.424 0-1.668-.14a.98.98 0 0 1-.47-1.1c.07-.266.407-.59 1.08-1.236l2.173-2.09c.688-.66 1.032-.99 1.458-.99c.427.001.77.333 1.454.998l2.132 2.07c.68.66 1.02.99 1.088 1.263a.98.98 0 0 1-.464 1.079c-.248.146-.73.146-1.695.146l1.915 2.169c.876.992 1.314 1.488 1.269 1.911a.98.98 0 0 1-.28.586c-.304.307-.979.307-2.329.307l2.017 2.143c1.345 1.43 2.017 2.143 1.746 2.736c-.271.592-1.27.592-3.27.592h-.493M12 14v8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9 18h-.856c-1.863 0-2.794 0-3.074-.564c-.28-.565.302-1.267 1.467-2.67l1.858-2.237c-1.177 0-1.766 0-2.048-.22a.98.98 0 0 1-.38-.86c.031-.35.438-.76 1.253-1.58l2.295-2.313c-.95 0-1.424 0-1.668-.14a.98.98 0 0 1-.47-1.1c.07-.266.407-.59 1.08-1.236l2.173-2.09c.688-.66 1.032-.99 1.458-.99c.427.001.77.333 1.454.998l2.132 2.07c.68.66 1.02.99 1.088 1.263a.98.98 0 0 1-.464 1.079c-.248.146-.73.146-1.695.146l1.915 2.169c.876.992 1.314 1.488 1.269 1.911a.98.98 0 0 1-.28.586c-.304.307-.979.307-2.329.307l2.017 2.143c1.345 1.43 2.017 2.143 1.746 2.736c-.271.592-1.27.592-3.27.592h-.493M12 14v8"/></svg> </template>
CSS
.icon-pine-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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M9%2018h-.856c-1.863%200-2.794%200-3.074-.564c-.28-.565.302-1.267%201.467-2.67l1.858-2.237c-1.177%200-1.766%200-2.048-.22a.98.98%200%200%201-.38-.86c.031-.35.438-.76%201.253-1.58l2.295-2.313c-.95%200-1.424%200-1.668-.14a.98.98%200%200%201-.47-1.1c.07-.266.407-.59%201.08-1.236l2.173-2.09c.688-.66%201.032-.99%201.458-.99c.427.001.77.333%201.454.998l2.132%202.07c.68.66%201.02.99%201.088%201.263a.98.98%200%200%201-.464%201.079c-.248.146-.73.146-1.695.146l1.915%202.169c.876.992%201.314%201.488%201.269%201.911a.98.98%200%200%201-.28.586c-.304.307-.979.307-2.329.307l2.017%202.143c1.345%201.43%202.017%202.143%201.746%202.736c-.271.592-1.27.592-3.27.592h-.493M12%2014v8%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M9%2018h-.856c-1.863%200-2.794%200-3.074-.564c-.28-.565.302-1.267%201.467-2.67l1.858-2.237c-1.177%200-1.766%200-2.048-.22a.98.98%200%200%201-.38-.86c.031-.35.438-.76%201.253-1.58l2.295-2.313c-.95%200-1.424%200-1.668-.14a.98.98%200%200%201-.47-1.1c.07-.266.407-.59%201.08-1.236l2.173-2.09c.688-.66%201.032-.99%201.458-.99c.427.001.77.333%201.454.998l2.132%202.07c.68.66%201.02.99%201.088%201.263a.98.98%200%200%201-.464%201.079c-.248.146-.73.146-1.695.146l1.915%202.169c.876.992%201.314%201.488%201.269%201.911a.98.98%200%200%201-.28.586c-.304.307-.979.307-2.329.307l2.017%202.143c1.345%201.43%202.017%202.143%201.746%202.736c-.271.592-1.27.592-3.27.592h-.493M12%2014v8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/pine-tree.svg?color=%231a73e8&size=48