pine decoration emoji

pine-decoration from OpenMoji by OpenMoji · Default · Activities · CC-BY-SA-4.0 Attribution required.

Name
pine-decoration
Set
OpenMoji
Style
Default
Category
Activities
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More activities icons from OpenMoji

Use the pine decoration emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="m22.707 46.707l9.192 9.193m-2.828-7.072v4.243M26.243 46v4.243m-1.415 2.828h4.243M22 50.243h4.243m23.05-3.536L40.1 55.9m2.829-7.072v4.243M45.757 46v4.243m1.415 2.828h-4.243M50 50.243h-4.243M36 43v13m-3-7l3 3m-3-7l3 3m3 1l-3 3m3-7l-3 3m-1-26v11"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M37 28v11"/><path d="M36.5 8c1.38 0 2.5 1.79 2.5 4s-1.12 4-2.5 4s-2.5-1.79-2.5-4s1.12-4 2.5-4m0-2C33.977 6 32 8.636 32 12s1.977 6 4.5 6s4.5-2.636 4.5-6s-1.977-6-4.5-6m4 18c1.38 0 2.5 1.79 2.5 4s-1.12 4-2.5 4s-2.5-1.79-2.5-4s1.12-4 2.5-4m0-2c-2.523 0-4.5 2.636-4.5 6s1.977 6 4.5 6s4.5-2.636 4.5-6s-1.977-6-4.5-6"/><path d="M31.5 18c1.38 0 2.5 1.79 2.5 4s-1.12 4-2.5 4s-2.5-1.79-2.5-4s1.12-4 2.5-4m0-2c-2.523 0-4.5 2.636-4.5 6s1.977 6 4.5 6s4.5-2.636 4.5-6s-1.977-6-4.5-6"/><path d="M36.5 8c1.38 0 2.5 1.79 2.5 4v12.818A1.98 1.98 0 0 1 40.5 24c1.38 0 2.5 1.79 2.5 4v27H29V22c0-2.21 1.12-4 2.5-4s2.5 1.79 2.5 4l.08-10c0-2.21 1.039-4 2.42-4m0-2c-2.52 0-4.42 2.58-4.42 6l-.032 4.042A3.6 3.6 0 0 0 31.5 16c-2.523 0-4.5 2.636-4.5 6v33a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V28c0-3.139-1.72-5.643-4-5.965V12c0-3.364-1.977-6-4.5-6"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M32 56v11m8-11v11m6-7.5H26m0 4h20"/><path fill="#f4aa41" d="M26 56h20v11H26z"/><path fill="none" stroke="#a57939" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M32 56v11m8-11v11m6-7.5H26m0 4h20"/><path fill="#b1cc33" d="M29 22h5v33h-5z"/><path fill="#5c9e31" d="M34 12h5v43h-5z"/><path fill="#b1cc33" d="M38 28h5v27h-5z"/><ellipse cx="36.5" cy="12" fill="#f4aa41" rx="2.5" ry="4"/><ellipse cx="40.5" cy="28" fill="#f4aa41" rx="2.5" ry="4"/><ellipse cx="31.5" cy="22" fill="#f4aa41" rx="2.5" ry="4"/><path fill="none" stroke="#186648" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="m22.707 46.707l9.192 9.193m-2.828-7.072v4.243M26.243 46v4.243m-1.415 2.828h4.243M22 50.243h4.243m23.05-3.536L40.1 55.9m2.829-7.072v4.243M45.757 46v4.243m1.415 2.828h-4.243M50 50.243h-4.243M36 43v13m-3-7l3 3m-3-7l3 3m3 1l-3 3m3-7l-3 3"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M26 56h20v11H26z"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiPineDecoration(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="none" stroke="#000" strokeLinecap="round" strokeMiterlimit="10" strokeWidth="2" d="m22.707 46.707l9.192 9.193m-2.828-7.072v4.243M26.243 46v4.243m-1.415 2.828h4.243M22 50.243h4.243m23.05-3.536L40.1 55.9m2.829-7.072v4.243M45.757 46v4.243m1.415 2.828h-4.243M50 50.243h-4.243M36 43v13m-3-7l3 3m-3-7l3 3m3 1l-3 3m3-7l-3 3m-1-26v11"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M37 28v11"/><path d="M36.5 8c1.38 0 2.5 1.79 2.5 4s-1.12 4-2.5 4s-2.5-1.79-2.5-4s1.12-4 2.5-4m0-2C33.977 6 32 8.636 32 12s1.977 6 4.5 6s4.5-2.636 4.5-6s-1.977-6-4.5-6m4 18c1.38 0 2.5 1.79 2.5 4s-1.12 4-2.5 4s-2.5-1.79-2.5-4s1.12-4 2.5-4m0-2c-2.523 0-4.5 2.636-4.5 6s1.977 6 4.5 6s4.5-2.636 4.5-6s-1.977-6-4.5-6"/><path d="M31.5 18c1.38 0 2.5 1.79 2.5 4s-1.12 4-2.5 4s-2.5-1.79-2.5-4s1.12-4 2.5-4m0-2c-2.523 0-4.5 2.636-4.5 6s1.977 6 4.5 6s4.5-2.636 4.5-6s-1.977-6-4.5-6"/><path d="M36.5 8c1.38 0 2.5 1.79 2.5 4v12.818A1.98 1.98 0 0 1 40.5 24c1.38 0 2.5 1.79 2.5 4v27H29V22c0-2.21 1.12-4 2.5-4s2.5 1.79 2.5 4l.08-10c0-2.21 1.039-4 2.42-4m0-2c-2.52 0-4.42 2.58-4.42 6l-.032 4.042A3.6 3.6 0 0 0 31.5 16c-2.523 0-4.5 2.636-4.5 6v33a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V28c0-3.139-1.72-5.643-4-5.965V12c0-3.364-1.977-6-4.5-6"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M32 56v11m8-11v11m6-7.5H26m0 4h20"/><path fill="#f4aa41" d="M26 56h20v11H26z"/><path fill="none" stroke="#a57939" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M32 56v11m8-11v11m6-7.5H26m0 4h20"/><path fill="#b1cc33" d="M29 22h5v33h-5z"/><path fill="#5c9e31" d="M34 12h5v43h-5z"/><path fill="#b1cc33" d="M38 28h5v27h-5z"/><ellipse cx="36.5" cy="12" fill="#f4aa41" rx="2.5" ry="4"/><ellipse cx="40.5" cy="28" fill="#f4aa41" rx="2.5" ry="4"/><ellipse cx="31.5" cy="22" fill="#f4aa41" rx="2.5" ry="4"/><path fill="none" stroke="#186648" strokeLinecap="round" strokeMiterlimit="10" strokeWidth="2" d="m22.707 46.707l9.192 9.193m-2.828-7.072v4.243M26.243 46v4.243m-1.415 2.828h4.243M22 50.243h4.243m23.05-3.536L40.1 55.9m2.829-7.072v4.243M45.757 46v4.243m1.415 2.828h-4.243M50 50.243h-4.243M36 43v13m-3-7l3 3m-3-7l3 3m3 1l-3 3m3-7l-3 3"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M26 56h20v11H26z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="m22.707 46.707l9.192 9.193m-2.828-7.072v4.243M26.243 46v4.243m-1.415 2.828h4.243M22 50.243h4.243m23.05-3.536L40.1 55.9m2.829-7.072v4.243M45.757 46v4.243m1.415 2.828h-4.243M50 50.243h-4.243M36 43v13m-3-7l3 3m-3-7l3 3m3 1l-3 3m3-7l-3 3m-1-26v11"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M37 28v11"/><path d="M36.5 8c1.38 0 2.5 1.79 2.5 4s-1.12 4-2.5 4s-2.5-1.79-2.5-4s1.12-4 2.5-4m0-2C33.977 6 32 8.636 32 12s1.977 6 4.5 6s4.5-2.636 4.5-6s-1.977-6-4.5-6m4 18c1.38 0 2.5 1.79 2.5 4s-1.12 4-2.5 4s-2.5-1.79-2.5-4s1.12-4 2.5-4m0-2c-2.523 0-4.5 2.636-4.5 6s1.977 6 4.5 6s4.5-2.636 4.5-6s-1.977-6-4.5-6"/><path d="M31.5 18c1.38 0 2.5 1.79 2.5 4s-1.12 4-2.5 4s-2.5-1.79-2.5-4s1.12-4 2.5-4m0-2c-2.523 0-4.5 2.636-4.5 6s1.977 6 4.5 6s4.5-2.636 4.5-6s-1.977-6-4.5-6"/><path d="M36.5 8c1.38 0 2.5 1.79 2.5 4v12.818A1.98 1.98 0 0 1 40.5 24c1.38 0 2.5 1.79 2.5 4v27H29V22c0-2.21 1.12-4 2.5-4s2.5 1.79 2.5 4l.08-10c0-2.21 1.039-4 2.42-4m0-2c-2.52 0-4.42 2.58-4.42 6l-.032 4.042A3.6 3.6 0 0 0 31.5 16c-2.523 0-4.5 2.636-4.5 6v33a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V28c0-3.139-1.72-5.643-4-5.965V12c0-3.364-1.977-6-4.5-6"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M32 56v11m8-11v11m6-7.5H26m0 4h20"/><path fill="#f4aa41" d="M26 56h20v11H26z"/><path fill="none" stroke="#a57939" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M32 56v11m8-11v11m6-7.5H26m0 4h20"/><path fill="#b1cc33" d="M29 22h5v33h-5z"/><path fill="#5c9e31" d="M34 12h5v43h-5z"/><path fill="#b1cc33" d="M38 28h5v27h-5z"/><ellipse cx="36.5" cy="12" fill="#f4aa41" rx="2.5" ry="4"/><ellipse cx="40.5" cy="28" fill="#f4aa41" rx="2.5" ry="4"/><ellipse cx="31.5" cy="22" fill="#f4aa41" rx="2.5" ry="4"/><path fill="none" stroke="#186648" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="m22.707 46.707l9.192 9.193m-2.828-7.072v4.243M26.243 46v4.243m-1.415 2.828h4.243M22 50.243h4.243m23.05-3.536L40.1 55.9m2.829-7.072v4.243M45.757 46v4.243m1.415 2.828h-4.243M50 50.243h-4.243M36 43v13m-3-7l3 3m-3-7l3 3m3 1l-3 3m3-7l-3 3"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M26 56h20v11H26z"/></svg>
</template>

CSS

.icon-pine-decoration {
  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%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22m22.707%2046.707l9.192%209.193m-2.828-7.072v4.243M26.243%2046v4.243m-1.415%202.828h4.243M22%2050.243h4.243m23.05-3.536L40.1%2055.9m2.829-7.072v4.243M45.757%2046v4.243m1.415%202.828h-4.243M50%2050.243h-4.243M36%2043v13m-3-7l3%203m-3-7l3%203m3%201l-3%203m3-7l-3%203m-1-26v11%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M37%2028v11%22%2F%3E%3Cpath%20d%3D%22M36.5%208c1.38%200%202.5%201.79%202.5%204s-1.12%204-2.5%204s-2.5-1.79-2.5-4s1.12-4%202.5-4m0-2C33.977%206%2032%208.636%2032%2012s1.977%206%204.5%206s4.5-2.636%204.5-6s-1.977-6-4.5-6m4%2018c1.38%200%202.5%201.79%202.5%204s-1.12%204-2.5%204s-2.5-1.79-2.5-4s1.12-4%202.5-4m0-2c-2.523%200-4.5%202.636-4.5%206s1.977%206%204.5%206s4.5-2.636%204.5-6s-1.977-6-4.5-6%22%2F%3E%3Cpath%20d%3D%22M31.5%2018c1.38%200%202.5%201.79%202.5%204s-1.12%204-2.5%204s-2.5-1.79-2.5-4s1.12-4%202.5-4m0-2c-2.523%200-4.5%202.636-4.5%206s1.977%206%204.5%206s4.5-2.636%204.5-6s-1.977-6-4.5-6%22%2F%3E%3Cpath%20d%3D%22M36.5%208c1.38%200%202.5%201.79%202.5%204v12.818A1.98%201.98%200%200%201%2040.5%2024c1.38%200%202.5%201.79%202.5%204v27H29V22c0-2.21%201.12-4%202.5-4s2.5%201.79%202.5%204l.08-10c0-2.21%201.039-4%202.42-4m0-2c-2.52%200-4.42%202.58-4.42%206l-.032%204.042A3.6%203.6%200%200%200%2031.5%2016c-2.523%200-4.5%202.636-4.5%206v33a2%202%200%200%200%202%202h14a2%202%200%200%200%202-2V28c0-3.139-1.72-5.643-4-5.965V12c0-3.364-1.977-6-4.5-6%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M32%2056v11m8-11v11m6-7.5H26m0%204h20%22%2F%3E%3Cpath%20fill%3D%22%23f4aa41%22%20d%3D%22M26%2056h20v11H26z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23a57939%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M32%2056v11m8-11v11m6-7.5H26m0%204h20%22%2F%3E%3Cpath%20fill%3D%22%23b1cc33%22%20d%3D%22M29%2022h5v33h-5z%22%2F%3E%3Cpath%20fill%3D%22%235c9e31%22%20d%3D%22M34%2012h5v43h-5z%22%2F%3E%3Cpath%20fill%3D%22%23b1cc33%22%20d%3D%22M38%2028h5v27h-5z%22%2F%3E%3Cellipse%20cx%3D%2236.5%22%20cy%3D%2212%22%20fill%3D%22%23f4aa41%22%20rx%3D%222.5%22%20ry%3D%224%22%2F%3E%3Cellipse%20cx%3D%2240.5%22%20cy%3D%2228%22%20fill%3D%22%23f4aa41%22%20rx%3D%222.5%22%20ry%3D%224%22%2F%3E%3Cellipse%20cx%3D%2231.5%22%20cy%3D%2222%22%20fill%3D%22%23f4aa41%22%20rx%3D%222.5%22%20ry%3D%224%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23186648%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22m22.707%2046.707l9.192%209.193m-2.828-7.072v4.243M26.243%2046v4.243m-1.415%202.828h4.243M22%2050.243h4.243m23.05-3.536L40.1%2055.9m2.829-7.072v4.243M45.757%2046v4.243m1.415%202.828h-4.243M50%2050.243h-4.243M36%2043v13m-3-7l3%203m-3-7l3%203m3%201l-3%203m3-7l-3%203%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M26%2056h20v11H26z%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%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22m22.707%2046.707l9.192%209.193m-2.828-7.072v4.243M26.243%2046v4.243m-1.415%202.828h4.243M22%2050.243h4.243m23.05-3.536L40.1%2055.9m2.829-7.072v4.243M45.757%2046v4.243m1.415%202.828h-4.243M50%2050.243h-4.243M36%2043v13m-3-7l3%203m-3-7l3%203m3%201l-3%203m3-7l-3%203m-1-26v11%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M37%2028v11%22%2F%3E%3Cpath%20d%3D%22M36.5%208c1.38%200%202.5%201.79%202.5%204s-1.12%204-2.5%204s-2.5-1.79-2.5-4s1.12-4%202.5-4m0-2C33.977%206%2032%208.636%2032%2012s1.977%206%204.5%206s4.5-2.636%204.5-6s-1.977-6-4.5-6m4%2018c1.38%200%202.5%201.79%202.5%204s-1.12%204-2.5%204s-2.5-1.79-2.5-4s1.12-4%202.5-4m0-2c-2.523%200-4.5%202.636-4.5%206s1.977%206%204.5%206s4.5-2.636%204.5-6s-1.977-6-4.5-6%22%2F%3E%3Cpath%20d%3D%22M31.5%2018c1.38%200%202.5%201.79%202.5%204s-1.12%204-2.5%204s-2.5-1.79-2.5-4s1.12-4%202.5-4m0-2c-2.523%200-4.5%202.636-4.5%206s1.977%206%204.5%206s4.5-2.636%204.5-6s-1.977-6-4.5-6%22%2F%3E%3Cpath%20d%3D%22M36.5%208c1.38%200%202.5%201.79%202.5%204v12.818A1.98%201.98%200%200%201%2040.5%2024c1.38%200%202.5%201.79%202.5%204v27H29V22c0-2.21%201.12-4%202.5-4s2.5%201.79%202.5%204l.08-10c0-2.21%201.039-4%202.42-4m0-2c-2.52%200-4.42%202.58-4.42%206l-.032%204.042A3.6%203.6%200%200%200%2031.5%2016c-2.523%200-4.5%202.636-4.5%206v33a2%202%200%200%200%202%202h14a2%202%200%200%200%202-2V28c0-3.139-1.72-5.643-4-5.965V12c0-3.364-1.977-6-4.5-6%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M32%2056v11m8-11v11m6-7.5H26m0%204h20%22%2F%3E%3Cpath%20fill%3D%22%23f4aa41%22%20d%3D%22M26%2056h20v11H26z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23a57939%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M32%2056v11m8-11v11m6-7.5H26m0%204h20%22%2F%3E%3Cpath%20fill%3D%22%23b1cc33%22%20d%3D%22M29%2022h5v33h-5z%22%2F%3E%3Cpath%20fill%3D%22%235c9e31%22%20d%3D%22M34%2012h5v43h-5z%22%2F%3E%3Cpath%20fill%3D%22%23b1cc33%22%20d%3D%22M38%2028h5v27h-5z%22%2F%3E%3Cellipse%20cx%3D%2236.5%22%20cy%3D%2212%22%20fill%3D%22%23f4aa41%22%20rx%3D%222.5%22%20ry%3D%224%22%2F%3E%3Cellipse%20cx%3D%2240.5%22%20cy%3D%2228%22%20fill%3D%22%23f4aa41%22%20rx%3D%222.5%22%20ry%3D%224%22%2F%3E%3Cellipse%20cx%3D%2231.5%22%20cy%3D%2222%22%20fill%3D%22%23f4aa41%22%20rx%3D%222.5%22%20ry%3D%224%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23186648%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22m22.707%2046.707l9.192%209.193m-2.828-7.072v4.243M26.243%2046v4.243m-1.415%202.828h4.243M22%2050.243h4.243m23.05-3.536L40.1%2055.9m2.829-7.072v4.243M45.757%2046v4.243m1.415%202.828h-4.243M50%2050.243h-4.243M36%2043v13m-3-7l3%203m-3-7l3%203m3%201l-3%203m3-7l-3%203%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M26%2056h20v11H26z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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