wreath-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.

Name
wreath-line
Set
MingCute Icon
Style
Line
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

Use the wreath 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="2" d="M10.5 19c0 1.5-1.5 2-1.5 2m4.5-2c0 1.5 1.5 2 1.5 2M6.5 5.5l3 3m5 5l3 3m-3-8l3-3m-11 11l3-3m5.255 4.152l1.06-.085a3 3 0 0 0 2.752-2.751l.008-.093a3 3 0 0 1 .707-1.707l.06-.07a3 3 0 0 0 0-3.892l-.06-.07a3 3 0 0 1-.707-1.707l-.008-.092a3 3 0 0 0-2.751-2.752l-.093-.008a3 3 0 0 1-1.707-.707l-.07-.06a3 3 0 0 0-3.892 0l-.07.06a3 3 0 0 1-1.707.707l-.092.008a3 3 0 0 0-2.752 2.752l-.008.092a3 3 0 0 1-.707 1.707l-.06.07a3 3 0 0 0 0 3.892l.06.07a3 3 0 0 1 .707 1.707l.008.092a3 3 0 0 0 2.752 2.752l.092.008a3 3 0 0 1 1.707.707l.07.06a3 3 0 0 0 3.892 0zm-4.421-9.573c.287-.023.56-.136.779-.323a1.37 1.37 0 0 1 1.774 0c.22.187.492.3.78.323c.669.053 1.2.585 1.254 1.255c.023.287.136.56.323.779a1.37 1.37 0 0 1 0 1.774c-.187.22-.3.492-.323.78a1.37 1.37 0 0 1-1.255 1.254c-.287.023-.56.136-.779.323a1.37 1.37 0 0 1-1.774 0c-.22-.187-.492-.3-.78-.323a1.37 1.37 0 0 1-1.254-1.255a1.37 1.37 0 0 0-.323-.779a1.37 1.37 0 0 1 0-1.774c.187-.22.3-.492.323-.78a1.37 1.37 0 0 1 1.255-1.254"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteWreathLine(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="2" d="M10.5 19c0 1.5-1.5 2-1.5 2m4.5-2c0 1.5 1.5 2 1.5 2M6.5 5.5l3 3m5 5l3 3m-3-8l3-3m-11 11l3-3m5.255 4.152l1.06-.085a3 3 0 0 0 2.752-2.751l.008-.093a3 3 0 0 1 .707-1.707l.06-.07a3 3 0 0 0 0-3.892l-.06-.07a3 3 0 0 1-.707-1.707l-.008-.092a3 3 0 0 0-2.751-2.752l-.093-.008a3 3 0 0 1-1.707-.707l-.07-.06a3 3 0 0 0-3.892 0l-.07.06a3 3 0 0 1-1.707.707l-.092.008a3 3 0 0 0-2.752 2.752l-.008.092a3 3 0 0 1-.707 1.707l-.06.07a3 3 0 0 0 0 3.892l.06.07a3 3 0 0 1 .707 1.707l.008.092a3 3 0 0 0 2.752 2.752l.092.008a3 3 0 0 1 1.707.707l.07.06a3 3 0 0 0 3.892 0zm-4.421-9.573c.287-.023.56-.136.779-.323a1.37 1.37 0 0 1 1.774 0c.22.187.492.3.78.323c.669.053 1.2.585 1.254 1.255c.023.287.136.56.323.779a1.37 1.37 0 0 1 0 1.774c-.187.22-.3.492-.323.78a1.37 1.37 0 0 1-1.255 1.254c-.287.023-.56.136-.779.323a1.37 1.37 0 0 1-1.774 0c-.22-.187-.492-.3-.78-.323a1.37 1.37 0 0 1-1.254-1.255a1.37 1.37 0 0 0-.323-.779a1.37 1.37 0 0 1 0-1.774c.187-.22.3-.492.323-.78a1.37 1.37 0 0 1 1.255-1.254"/></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="2" d="M10.5 19c0 1.5-1.5 2-1.5 2m4.5-2c0 1.5 1.5 2 1.5 2M6.5 5.5l3 3m5 5l3 3m-3-8l3-3m-11 11l3-3m5.255 4.152l1.06-.085a3 3 0 0 0 2.752-2.751l.008-.093a3 3 0 0 1 .707-1.707l.06-.07a3 3 0 0 0 0-3.892l-.06-.07a3 3 0 0 1-.707-1.707l-.008-.092a3 3 0 0 0-2.751-2.752l-.093-.008a3 3 0 0 1-1.707-.707l-.07-.06a3 3 0 0 0-3.892 0l-.07.06a3 3 0 0 1-1.707.707l-.092.008a3 3 0 0 0-2.752 2.752l-.008.092a3 3 0 0 1-.707 1.707l-.06.07a3 3 0 0 0 0 3.892l.06.07a3 3 0 0 1 .707 1.707l.008.092a3 3 0 0 0 2.752 2.752l.092.008a3 3 0 0 1 1.707.707l.07.06a3 3 0 0 0 3.892 0zm-4.421-9.573c.287-.023.56-.136.779-.323a1.37 1.37 0 0 1 1.774 0c.22.187.492.3.78.323c.669.053 1.2.585 1.254 1.255c.023.287.136.56.323.779a1.37 1.37 0 0 1 0 1.774c-.187.22-.3.492-.323.78a1.37 1.37 0 0 1-1.255 1.254c-.287.023-.56.136-.779.323a1.37 1.37 0 0 1-1.774 0c-.22-.187-.492-.3-.78-.323a1.37 1.37 0 0 1-1.254-1.255a1.37 1.37 0 0 0-.323-.779a1.37 1.37 0 0 1 0-1.774c.187-.22.3-.492.323-.78a1.37 1.37 0 0 1 1.255-1.254"/></svg>
</template>

CSS

.icon-wreath-line {
  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%222%22%20d%3D%22M10.5%2019c0%201.5-1.5%202-1.5%202m4.5-2c0%201.5%201.5%202%201.5%202M6.5%205.5l3%203m5%205l3%203m-3-8l3-3m-11%2011l3-3m5.255%204.152l1.06-.085a3%203%200%200%200%202.752-2.751l.008-.093a3%203%200%200%201%20.707-1.707l.06-.07a3%203%200%200%200%200-3.892l-.06-.07a3%203%200%200%201-.707-1.707l-.008-.092a3%203%200%200%200-2.751-2.752l-.093-.008a3%203%200%200%201-1.707-.707l-.07-.06a3%203%200%200%200-3.892%200l-.07.06a3%203%200%200%201-1.707.707l-.092.008a3%203%200%200%200-2.752%202.752l-.008.092a3%203%200%200%201-.707%201.707l-.06.07a3%203%200%200%200%200%203.892l.06.07a3%203%200%200%201%20.707%201.707l.008.092a3%203%200%200%200%202.752%202.752l.092.008a3%203%200%200%201%201.707.707l.07.06a3%203%200%200%200%203.892%200zm-4.421-9.573c.287-.023.56-.136.779-.323a1.37%201.37%200%200%201%201.774%200c.22.187.492.3.78.323c.669.053%201.2.585%201.254%201.255c.023.287.136.56.323.779a1.37%201.37%200%200%201%200%201.774c-.187.22-.3.492-.323.78a1.37%201.37%200%200%201-1.255%201.254c-.287.023-.56.136-.779.323a1.37%201.37%200%200%201-1.774%200c-.22-.187-.492-.3-.78-.323a1.37%201.37%200%200%201-1.254-1.255a1.37%201.37%200%200%200-.323-.779a1.37%201.37%200%200%201%200-1.774c.187-.22.3-.492.323-.78a1.37%201.37%200%200%201%201.255-1.254%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%222%22%20d%3D%22M10.5%2019c0%201.5-1.5%202-1.5%202m4.5-2c0%201.5%201.5%202%201.5%202M6.5%205.5l3%203m5%205l3%203m-3-8l3-3m-11%2011l3-3m5.255%204.152l1.06-.085a3%203%200%200%200%202.752-2.751l.008-.093a3%203%200%200%201%20.707-1.707l.06-.07a3%203%200%200%200%200-3.892l-.06-.07a3%203%200%200%201-.707-1.707l-.008-.092a3%203%200%200%200-2.751-2.752l-.093-.008a3%203%200%200%201-1.707-.707l-.07-.06a3%203%200%200%200-3.892%200l-.07.06a3%203%200%200%201-1.707.707l-.092.008a3%203%200%200%200-2.752%202.752l-.008.092a3%203%200%200%201-.707%201.707l-.06.07a3%203%200%200%200%200%203.892l.06.07a3%203%200%200%201%20.707%201.707l.008.092a3%203%200%200%200%202.752%202.752l.092.008a3%203%200%200%201%201.707.707l.07.06a3%203%200%200%200%203.892%200zm-4.421-9.573c.287-.023.56-.136.779-.323a1.37%201.37%200%200%201%201.774%200c.22.187.492.3.78.323c.669.053%201.2.585%201.254%201.255c.023.287.136.56.323.779a1.37%201.37%200%200%201%200%201.774c-.187.22-.3.492-.323.78a1.37%201.37%200%200%201-1.255%201.254c-.287.023-.56.136-.779.323a1.37%201.37%200%200%201-1.774%200c-.22-.187-.492-.3-.78-.323a1.37%201.37%200%200%201-1.254-1.255a1.37%201.37%200%200%200-.323-.779a1.37%201.37%200%200%201%200-1.774c.187-.22.3-.492.323-.78a1.37%201.37%200%200%201%201.255-1.254%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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