laurel wreath icon

laurel-wreath-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
laurel-wreath-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Use the laurel wreath icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M18.089 2.624a1 1 0 0 0-1.099.155q-.148.135-.282.285c-.151.167-.35.407-.542.708c-.373.583-.79 1.5-.638 2.577c.151 1.077.804 1.844 1.324 2.301c.145.129.288.24.418.333c-.316.89-.193 1.761-.025 2.363q.06.21.125.389c-.787.548-1.193 1.344-1.403 1.94a5 5 0 0 0-.185.658c-.865.125-1.548.574-1.995.958c-.328.28-.654.61-.885.979c-.554.887-.615 1.996-.327 2.936c.292.952.99 1.87 2.109 2.243a1 1 0 0 0 .632-1.898c-.312-.104-.573-.347-.736-.692c.46.25 1.023.44 1.67.44c1.088 0 1.938-.54 2.463-.99a5.3 5.3 0 0 0 .869-.955a1 1 0 0 0-.048-1.178q.287-.098.57-.26c.943-.544 1.409-1.437 1.639-2.09c.118-.336.186-.64.224-.862c.03-.179.042-.29.05-.399a1 1 0 0 0-.554-.96l-.047-.023c.192-.221.365-.477.504-.774c.46-.986.329-1.984.143-2.651a4.8 4.8 0 0 0-.498-1.19a1.01 1.01 0 0 0-1.078-.457c.032-.27.034-.558-.008-.857c-.151-1.077-.805-1.843-1.324-2.301a4.8 4.8 0 0 0-1.066-.728m-12.178 0a1 1 0 0 1 1.099.155q.148.135.282.285c.151.167.35.407.542.708c.373.583.79 1.5.638 2.577c-.151 1.077-.804 1.844-1.324 2.301a5 5 0 0 1-.418.333c.316.89.193 1.761.025 2.363q-.06.21-.125.389c.786.548 1.193 1.344 1.403 1.94c.085.243.144.468.185.658c.865.125 1.548.574 1.995.958c.328.28.654.61.885.979c.554.887.615 1.996.327 2.936c-.292.952-.99 1.87-2.109 2.243a1 1 0 0 1-.632-1.898c.312-.104.573-.347.736-.692c-.46.25-1.023.44-1.67.44c-1.088 0-1.937-.54-2.463-.99a5.4 5.4 0 0 1-.625-.635a4 4 0 0 1-.244-.32a1 1 0 0 1 .048-1.178a3.3 3.3 0 0 1-.57-.26c-.943-.544-1.409-1.437-1.639-2.09a5.4 5.4 0 0 1-.224-.862a4 4 0 0 1-.05-.399a1 1 0 0 1 .554-.96l.047-.023a3.3 3.3 0 0 1-.504-.774c-.46-.986-.329-1.984-.143-2.651a4.8 4.8 0 0 1 .498-1.19a1.01 1.01 0 0 1 1.078-.457a3.3 3.3 0 0 1 .008-.857c.151-1.077.804-1.843 1.324-2.301a4.8 4.8 0 0 1 1.066-.728" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteLaurelWreathFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M18.089 2.624a1 1 0 0 0-1.099.155q-.148.135-.282.285c-.151.167-.35.407-.542.708c-.373.583-.79 1.5-.638 2.577c.151 1.077.804 1.844 1.324 2.301c.145.129.288.24.418.333c-.316.89-.193 1.761-.025 2.363q.06.21.125.389c-.787.548-1.193 1.344-1.403 1.94a5 5 0 0 0-.185.658c-.865.125-1.548.574-1.995.958c-.328.28-.654.61-.885.979c-.554.887-.615 1.996-.327 2.936c.292.952.99 1.87 2.109 2.243a1 1 0 0 0 .632-1.898c-.312-.104-.573-.347-.736-.692c.46.25 1.023.44 1.67.44c1.088 0 1.938-.54 2.463-.99a5.3 5.3 0 0 0 .869-.955a1 1 0 0 0-.048-1.178q.287-.098.57-.26c.943-.544 1.409-1.437 1.639-2.09c.118-.336.186-.64.224-.862c.03-.179.042-.29.05-.399a1 1 0 0 0-.554-.96l-.047-.023c.192-.221.365-.477.504-.774c.46-.986.329-1.984.143-2.651a4.8 4.8 0 0 0-.498-1.19a1.01 1.01 0 0 0-1.078-.457c.032-.27.034-.558-.008-.857c-.151-1.077-.805-1.843-1.324-2.301a4.8 4.8 0 0 0-1.066-.728m-12.178 0a1 1 0 0 1 1.099.155q.148.135.282.285c.151.167.35.407.542.708c.373.583.79 1.5.638 2.577c-.151 1.077-.804 1.844-1.324 2.301a5 5 0 0 1-.418.333c.316.89.193 1.761.025 2.363q-.06.21-.125.389c.786.548 1.193 1.344 1.403 1.94c.085.243.144.468.185.658c.865.125 1.548.574 1.995.958c.328.28.654.61.885.979c.554.887.615 1.996.327 2.936c-.292.952-.99 1.87-2.109 2.243a1 1 0 0 1-.632-1.898c.312-.104.573-.347.736-.692c-.46.25-1.023.44-1.67.44c-1.088 0-1.937-.54-2.463-.99a5.4 5.4 0 0 1-.625-.635a4 4 0 0 1-.244-.32a1 1 0 0 1 .048-1.178a3.3 3.3 0 0 1-.57-.26c-.943-.544-1.409-1.437-1.639-2.09a5.4 5.4 0 0 1-.224-.862a4 4 0 0 1-.05-.399a1 1 0 0 1 .554-.96l.047-.023a3.3 3.3 0 0 1-.504-.774c-.46-.986-.329-1.984-.143-2.651a4.8 4.8 0 0 1 .498-1.19a1.01 1.01 0 0 1 1.078-.457a3.3 3.3 0 0 1 .008-.857c.151-1.077.804-1.843 1.324-2.301a4.8 4.8 0 0 1 1.066-.728" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M18.089 2.624a1 1 0 0 0-1.099.155q-.148.135-.282.285c-.151.167-.35.407-.542.708c-.373.583-.79 1.5-.638 2.577c.151 1.077.804 1.844 1.324 2.301c.145.129.288.24.418.333c-.316.89-.193 1.761-.025 2.363q.06.21.125.389c-.787.548-1.193 1.344-1.403 1.94a5 5 0 0 0-.185.658c-.865.125-1.548.574-1.995.958c-.328.28-.654.61-.885.979c-.554.887-.615 1.996-.327 2.936c.292.952.99 1.87 2.109 2.243a1 1 0 0 0 .632-1.898c-.312-.104-.573-.347-.736-.692c.46.25 1.023.44 1.67.44c1.088 0 1.938-.54 2.463-.99a5.3 5.3 0 0 0 .869-.955a1 1 0 0 0-.048-1.178q.287-.098.57-.26c.943-.544 1.409-1.437 1.639-2.09c.118-.336.186-.64.224-.862c.03-.179.042-.29.05-.399a1 1 0 0 0-.554-.96l-.047-.023c.192-.221.365-.477.504-.774c.46-.986.329-1.984.143-2.651a4.8 4.8 0 0 0-.498-1.19a1.01 1.01 0 0 0-1.078-.457c.032-.27.034-.558-.008-.857c-.151-1.077-.805-1.843-1.324-2.301a4.8 4.8 0 0 0-1.066-.728m-12.178 0a1 1 0 0 1 1.099.155q.148.135.282.285c.151.167.35.407.542.708c.373.583.79 1.5.638 2.577c-.151 1.077-.804 1.844-1.324 2.301a5 5 0 0 1-.418.333c.316.89.193 1.761.025 2.363q-.06.21-.125.389c.786.548 1.193 1.344 1.403 1.94c.085.243.144.468.185.658c.865.125 1.548.574 1.995.958c.328.28.654.61.885.979c.554.887.615 1.996.327 2.936c-.292.952-.99 1.87-2.109 2.243a1 1 0 0 1-.632-1.898c.312-.104.573-.347.736-.692c-.46.25-1.023.44-1.67.44c-1.088 0-1.937-.54-2.463-.99a5.4 5.4 0 0 1-.625-.635a4 4 0 0 1-.244-.32a1 1 0 0 1 .048-1.178a3.3 3.3 0 0 1-.57-.26c-.943-.544-1.409-1.437-1.639-2.09a5.4 5.4 0 0 1-.224-.862a4 4 0 0 1-.05-.399a1 1 0 0 1 .554-.96l.047-.023a3.3 3.3 0 0 1-.504-.774c-.46-.986-.329-1.984-.143-2.651a4.8 4.8 0 0 1 .498-1.19a1.01 1.01 0 0 1 1.078-.457a3.3 3.3 0 0 1 .008-.857c.151-1.077.804-1.843 1.324-2.301a4.8 4.8 0 0 1 1.066-.728" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-laurel-wreath-fill {
  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%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18.089%202.624a1%201%200%200%200-1.099.155q-.148.135-.282.285c-.151.167-.35.407-.542.708c-.373.583-.79%201.5-.638%202.577c.151%201.077.804%201.844%201.324%202.301c.145.129.288.24.418.333c-.316.89-.193%201.761-.025%202.363q.06.21.125.389c-.787.548-1.193%201.344-1.403%201.94a5%205%200%200%200-.185.658c-.865.125-1.548.574-1.995.958c-.328.28-.654.61-.885.979c-.554.887-.615%201.996-.327%202.936c.292.952.99%201.87%202.109%202.243a1%201%200%200%200%20.632-1.898c-.312-.104-.573-.347-.736-.692c.46.25%201.023.44%201.67.44c1.088%200%201.938-.54%202.463-.99a5.3%205.3%200%200%200%20.869-.955a1%201%200%200%200-.048-1.178q.287-.098.57-.26c.943-.544%201.409-1.437%201.639-2.09c.118-.336.186-.64.224-.862c.03-.179.042-.29.05-.399a1%201%200%200%200-.554-.96l-.047-.023c.192-.221.365-.477.504-.774c.46-.986.329-1.984.143-2.651a4.8%204.8%200%200%200-.498-1.19a1.01%201.01%200%200%200-1.078-.457c.032-.27.034-.558-.008-.857c-.151-1.077-.805-1.843-1.324-2.301a4.8%204.8%200%200%200-1.066-.728m-12.178%200a1%201%200%200%201%201.099.155q.148.135.282.285c.151.167.35.407.542.708c.373.583.79%201.5.638%202.577c-.151%201.077-.804%201.844-1.324%202.301a5%205%200%200%201-.418.333c.316.89.193%201.761.025%202.363q-.06.21-.125.389c.786.548%201.193%201.344%201.403%201.94c.085.243.144.468.185.658c.865.125%201.548.574%201.995.958c.328.28.654.61.885.979c.554.887.615%201.996.327%202.936c-.292.952-.99%201.87-2.109%202.243a1%201%200%200%201-.632-1.898c.312-.104.573-.347.736-.692c-.46.25-1.023.44-1.67.44c-1.088%200-1.937-.54-2.463-.99a5.4%205.4%200%200%201-.625-.635a4%204%200%200%201-.244-.32a1%201%200%200%201%20.048-1.178a3.3%203.3%200%200%201-.57-.26c-.943-.544-1.409-1.437-1.639-2.09a5.4%205.4%200%200%201-.224-.862a4%204%200%200%201-.05-.399a1%201%200%200%201%20.554-.96l.047-.023a3.3%203.3%200%200%201-.504-.774c-.46-.986-.329-1.984-.143-2.651a4.8%204.8%200%200%201%20.498-1.19a1.01%201.01%200%200%201%201.078-.457a3.3%203.3%200%200%201%20.008-.857c.151-1.077.804-1.843%201.324-2.301a4.8%204.8%200%200%201%201.066-.728%22%20clip-rule%3D%22evenodd%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%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18.089%202.624a1%201%200%200%200-1.099.155q-.148.135-.282.285c-.151.167-.35.407-.542.708c-.373.583-.79%201.5-.638%202.577c.151%201.077.804%201.844%201.324%202.301c.145.129.288.24.418.333c-.316.89-.193%201.761-.025%202.363q.06.21.125.389c-.787.548-1.193%201.344-1.403%201.94a5%205%200%200%200-.185.658c-.865.125-1.548.574-1.995.958c-.328.28-.654.61-.885.979c-.554.887-.615%201.996-.327%202.936c.292.952.99%201.87%202.109%202.243a1%201%200%200%200%20.632-1.898c-.312-.104-.573-.347-.736-.692c.46.25%201.023.44%201.67.44c1.088%200%201.938-.54%202.463-.99a5.3%205.3%200%200%200%20.869-.955a1%201%200%200%200-.048-1.178q.287-.098.57-.26c.943-.544%201.409-1.437%201.639-2.09c.118-.336.186-.64.224-.862c.03-.179.042-.29.05-.399a1%201%200%200%200-.554-.96l-.047-.023c.192-.221.365-.477.504-.774c.46-.986.329-1.984.143-2.651a4.8%204.8%200%200%200-.498-1.19a1.01%201.01%200%200%200-1.078-.457c.032-.27.034-.558-.008-.857c-.151-1.077-.805-1.843-1.324-2.301a4.8%204.8%200%200%200-1.066-.728m-12.178%200a1%201%200%200%201%201.099.155q.148.135.282.285c.151.167.35.407.542.708c.373.583.79%201.5.638%202.577c-.151%201.077-.804%201.844-1.324%202.301a5%205%200%200%201-.418.333c.316.89.193%201.761.025%202.363q-.06.21-.125.389c.786.548%201.193%201.344%201.403%201.94c.085.243.144.468.185.658c.865.125%201.548.574%201.995.958c.328.28.654.61.885.979c.554.887.615%201.996.327%202.936c-.292.952-.99%201.87-2.109%202.243a1%201%200%200%201-.632-1.898c.312-.104.573-.347.736-.692c-.46.25-1.023.44-1.67.44c-1.088%200-1.937-.54-2.463-.99a5.4%205.4%200%200%201-.625-.635a4%204%200%200%201-.244-.32a1%201%200%200%201%20.048-1.178a3.3%203.3%200%200%201-.57-.26c-.943-.544-1.409-1.437-1.639-2.09a5.4%205.4%200%200%201-.224-.862a4%204%200%200%201-.05-.399a1%201%200%200%201%20.554-.96l.047-.023a3.3%203.3%200%200%201-.504-.774c-.46-.986-.329-1.984-.143-2.651a4.8%204.8%200%200%201%20.498-1.19a1.01%201.01%200%200%201%201.078-.457a3.3%203.3%200%200%201%20.008-.857c.151-1.077.804-1.843%201.324-2.301a4.8%204.8%200%200%201%201.066-.728%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/laurel-wreath-fill.svg?color=%231a73e8&size=48