laurel wreath first 02 icon

laurel-wreath-first-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
laurel-wreath-first-02
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the laurel wreath first 02 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="M18.52 6.23C18.812 7.896 17.5 9 17.5 9s-1.603-.563-1.895-2.23C15.313 5.104 16.625 4 16.625 4s1.603.563 1.895 2.23m2.407 7.359c-1.345 1.129-2.99.5-2.99.5s-.3-1.758 1.044-2.887s2.99-.5 2.99-.5s.3 1.758-1.044 2.887m-4.193 6.237c-1.5-.575-1.734-2.19-1.734-2.19s1.267-1.038 2.767-.462c1.5.575 1.733 2.19 1.733 2.19s-1.267 1.038-2.767.462"/><path d="M15 17.637c1.405-1.201 3-3.58 3-5.91c0-.964-.154-1.885-.436-2.727M5.48 6.23C5.188 7.896 6.5 9 6.5 9s1.603-.563 1.895-2.23C8.687 5.104 7.375 4 7.375 4s-1.603.563-1.895 2.23m-2.407 7.359c1.345 1.129 2.99.5 2.99.5s.3-1.758-1.044-2.887s-2.99-.5-2.99-.5s-.3 1.758 1.044 2.887m4.194 6.237c1.5-.575 1.733-2.19 1.733-2.19s-1.267-1.038-2.767-.462c-1.5.575-1.733 2.19-1.733 2.19s1.267 1.038 2.767.462"/><path d="M9 17.637c-1.405-1.201-3-3.58-3-5.91c0-.964.154-1.885.436-2.727M11 10l1-.5v5m1 0h-2"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsLaurelWreathFirst02(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="M18.52 6.23C18.812 7.896 17.5 9 17.5 9s-1.603-.563-1.895-2.23C15.313 5.104 16.625 4 16.625 4s1.603.563 1.895 2.23m2.407 7.359c-1.345 1.129-2.99.5-2.99.5s-.3-1.758 1.044-2.887s2.99-.5 2.99-.5s.3 1.758-1.044 2.887m-4.193 6.237c-1.5-.575-1.734-2.19-1.734-2.19s1.267-1.038 2.767-.462c1.5.575 1.733 2.19 1.733 2.19s-1.267 1.038-2.767.462"/><path d="M15 17.637c1.405-1.201 3-3.58 3-5.91c0-.964-.154-1.885-.436-2.727M5.48 6.23C5.188 7.896 6.5 9 6.5 9s1.603-.563 1.895-2.23C8.687 5.104 7.375 4 7.375 4s-1.603.563-1.895 2.23m-2.407 7.359c1.345 1.129 2.99.5 2.99.5s.3-1.758-1.044-2.887s-2.99-.5-2.99-.5s-.3 1.758 1.044 2.887m4.194 6.237c1.5-.575 1.733-2.19 1.733-2.19s-1.267-1.038-2.767-.462c-1.5.575-1.733 2.19-1.733 2.19s1.267 1.038 2.767.462"/><path d="M9 17.637c-1.405-1.201-3-3.58-3-5.91c0-.964.154-1.885.436-2.727M11 10l1-.5v5m1 0h-2"/></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="M18.52 6.23C18.812 7.896 17.5 9 17.5 9s-1.603-.563-1.895-2.23C15.313 5.104 16.625 4 16.625 4s1.603.563 1.895 2.23m2.407 7.359c-1.345 1.129-2.99.5-2.99.5s-.3-1.758 1.044-2.887s2.99-.5 2.99-.5s.3 1.758-1.044 2.887m-4.193 6.237c-1.5-.575-1.734-2.19-1.734-2.19s1.267-1.038 2.767-.462c1.5.575 1.733 2.19 1.733 2.19s-1.267 1.038-2.767.462"/><path d="M15 17.637c1.405-1.201 3-3.58 3-5.91c0-.964-.154-1.885-.436-2.727M5.48 6.23C5.188 7.896 6.5 9 6.5 9s1.603-.563 1.895-2.23C8.687 5.104 7.375 4 7.375 4s-1.603.563-1.895 2.23m-2.407 7.359c1.345 1.129 2.99.5 2.99.5s.3-1.758-1.044-2.887s-2.99-.5-2.99-.5s-.3 1.758 1.044 2.887m4.194 6.237c1.5-.575 1.733-2.19 1.733-2.19s-1.267-1.038-2.767-.462c-1.5.575-1.733 2.19-1.733 2.19s1.267 1.038 2.767.462"/><path d="M9 17.637c-1.405-1.201-3-3.58-3-5.91c0-.964.154-1.885.436-2.727M11 10l1-.5v5m1 0h-2"/></g></svg>
</template>

CSS

.icon-laurel-wreath-first-02 {
  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%22M18.52%206.23C18.812%207.896%2017.5%209%2017.5%209s-1.603-.563-1.895-2.23C15.313%205.104%2016.625%204%2016.625%204s1.603.563%201.895%202.23m2.407%207.359c-1.345%201.129-2.99.5-2.99.5s-.3-1.758%201.044-2.887s2.99-.5%202.99-.5s.3%201.758-1.044%202.887m-4.193%206.237c-1.5-.575-1.734-2.19-1.734-2.19s1.267-1.038%202.767-.462c1.5.575%201.733%202.19%201.733%202.19s-1.267%201.038-2.767.462%22%2F%3E%3Cpath%20d%3D%22M15%2017.637c1.405-1.201%203-3.58%203-5.91c0-.964-.154-1.885-.436-2.727M5.48%206.23C5.188%207.896%206.5%209%206.5%209s1.603-.563%201.895-2.23C8.687%205.104%207.375%204%207.375%204s-1.603.563-1.895%202.23m-2.407%207.359c1.345%201.129%202.99.5%202.99.5s.3-1.758-1.044-2.887s-2.99-.5-2.99-.5s-.3%201.758%201.044%202.887m4.194%206.237c1.5-.575%201.733-2.19%201.733-2.19s-1.267-1.038-2.767-.462c-1.5.575-1.733%202.19-1.733%202.19s1.267%201.038%202.767.462%22%2F%3E%3Cpath%20d%3D%22M9%2017.637c-1.405-1.201-3-3.58-3-5.91c0-.964.154-1.885.436-2.727M11%2010l1-.5v5m1%200h-2%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%22M18.52%206.23C18.812%207.896%2017.5%209%2017.5%209s-1.603-.563-1.895-2.23C15.313%205.104%2016.625%204%2016.625%204s1.603.563%201.895%202.23m2.407%207.359c-1.345%201.129-2.99.5-2.99.5s-.3-1.758%201.044-2.887s2.99-.5%202.99-.5s.3%201.758-1.044%202.887m-4.193%206.237c-1.5-.575-1.734-2.19-1.734-2.19s1.267-1.038%202.767-.462c1.5.575%201.733%202.19%201.733%202.19s-1.267%201.038-2.767.462%22%2F%3E%3Cpath%20d%3D%22M15%2017.637c1.405-1.201%203-3.58%203-5.91c0-.964-.154-1.885-.436-2.727M5.48%206.23C5.188%207.896%206.5%209%206.5%209s1.603-.563%201.895-2.23C8.687%205.104%207.375%204%207.375%204s-1.603.563-1.895%202.23m-2.407%207.359c1.345%201.129%202.99.5%202.99.5s.3-1.758-1.044-2.887s-2.99-.5-2.99-.5s-.3%201.758%201.044%202.887m4.194%206.237c1.5-.575%201.733-2.19%201.733-2.19s-1.267-1.038-2.767-.462c-1.5.575-1.733%202.19-1.733%202.19s1.267%201.038%202.767.462%22%2F%3E%3Cpath%20d%3D%22M9%2017.637c-1.405-1.201-3-3.58-3-5.91c0-.964.154-1.885.436-2.727M11%2010l1-.5v5m1%200h-2%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/laurel-wreath-first-02.svg?color=%231a73e8&size=48