garlands icon
garlands from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- garlands
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Use the garlands 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="M22 3c-2.156 1.809-5.83 3-10 3C7.833 6 4.159 4.809 2 3m8 3v5l2-1.5l2 1.5V6M3.5 4.5L2 9.499l2.5-1l1.5 2L7.5 6m13-1.498L22 9.5l-2.5-1l-1.5 2L16.5 6m5.5 7c-2.157 1.809-5.83 3-10 3s-7.843-1.191-10-3m8 3v5l2-1.5l2 1.5v-5M3.5 14.5l-1.5 5l2.5-1l1.5 2L7.5 16m13-1.5l1.5 5l-2.5-1l-1.5 2l-1.5-4.5"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsGarlands(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="M22 3c-2.156 1.809-5.83 3-10 3C7.833 6 4.159 4.809 2 3m8 3v5l2-1.5l2 1.5V6M3.5 4.5L2 9.499l2.5-1l1.5 2L7.5 6m13-1.498L22 9.5l-2.5-1l-1.5 2L16.5 6m5.5 7c-2.157 1.809-5.83 3-10 3s-7.843-1.191-10-3m8 3v5l2-1.5l2 1.5v-5M3.5 14.5l-1.5 5l2.5-1l1.5 2L7.5 16m13-1.5l1.5 5l-2.5-1l-1.5 2l-1.5-4.5"/></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="M22 3c-2.156 1.809-5.83 3-10 3C7.833 6 4.159 4.809 2 3m8 3v5l2-1.5l2 1.5V6M3.5 4.5L2 9.499l2.5-1l1.5 2L7.5 6m13-1.498L22 9.5l-2.5-1l-1.5 2L16.5 6m5.5 7c-2.157 1.809-5.83 3-10 3s-7.843-1.191-10-3m8 3v5l2-1.5l2 1.5v-5M3.5 14.5l-1.5 5l2.5-1l1.5 2L7.5 16m13-1.5l1.5 5l-2.5-1l-1.5 2l-1.5-4.5"/></svg> </template>
CSS
.icon-garlands {
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%22M22%203c-2.156%201.809-5.83%203-10%203C7.833%206%204.159%204.809%202%203m8%203v5l2-1.5l2%201.5V6M3.5%204.5L2%209.499l2.5-1l1.5%202L7.5%206m13-1.498L22%209.5l-2.5-1l-1.5%202L16.5%206m5.5%207c-2.157%201.809-5.83%203-10%203s-7.843-1.191-10-3m8%203v5l2-1.5l2%201.5v-5M3.5%2014.5l-1.5%205l2.5-1l1.5%202L7.5%2016m13-1.5l1.5%205l-2.5-1l-1.5%202l-1.5-4.5%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%22M22%203c-2.156%201.809-5.83%203-10%203C7.833%206%204.159%204.809%202%203m8%203v5l2-1.5l2%201.5V6M3.5%204.5L2%209.499l2.5-1l1.5%202L7.5%206m13-1.498L22%209.5l-2.5-1l-1.5%202L16.5%206m5.5%207c-2.157%201.809-5.83%203-10%203s-7.843-1.191-10-3m8%203v5l2-1.5l2%201.5v-5M3.5%2014.5l-1.5%205l2.5-1l1.5%202L7.5%2016m13-1.5l1.5%205l-2.5-1l-1.5%202l-1.5-4.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/garlands.svg?color=%231a73e8&size=48