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

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

1 other variant in MingCute Icon

The same icon in other sets

Related icons in MingCute Icon

Use the flower 2 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-width="2" d="M6.81 9.004c-.996-1.874-.703-3.993.69-4.798c1.401-.809 3.396.01 4.518 1.83c1.27-1.767 3.18-2.582 4.482-1.83s1.551 2.813.656 4.797C19.293 9.064 21 10.383 21 12c0 1.609-1.689 2.922-3.81 2.996c.996 1.874.703 3.993-.69 4.798c-1.4.809-3.396-.01-4.518-1.83c-1.27 1.767-3.18 2.582-4.482 1.83s-1.551-2.813-.656-4.797C4.707 14.937 3 13.618 3 12.001c0-1.61 1.689-2.923 3.81-2.997Z" clip-rule="evenodd"/><path fill="none" stroke="currentColor" stroke-width="2" d="M15 12a3 3 0 1 1-6 0a3 3 0 0 1 6 0Z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteFlower2Line(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" strokeWidth="2" d="M6.81 9.004c-.996-1.874-.703-3.993.69-4.798c1.401-.809 3.396.01 4.518 1.83c1.27-1.767 3.18-2.582 4.482-1.83s1.551 2.813.656 4.797C19.293 9.064 21 10.383 21 12c0 1.609-1.689 2.922-3.81 2.996c.996 1.874.703 3.993-.69 4.798c-1.4.809-3.396-.01-4.518-1.83c-1.27 1.767-3.18 2.582-4.482 1.83s-1.551-2.813-.656-4.797C4.707 14.937 3 13.618 3 12.001c0-1.61 1.689-2.923 3.81-2.997Z" clipRule="evenodd"/><path fill="none" stroke="currentColor" strokeWidth="2" d="M15 12a3 3 0 1 1-6 0a3 3 0 0 1 6 0Z"/></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-width="2" d="M6.81 9.004c-.996-1.874-.703-3.993.69-4.798c1.401-.809 3.396.01 4.518 1.83c1.27-1.767 3.18-2.582 4.482-1.83s1.551 2.813.656 4.797C19.293 9.064 21 10.383 21 12c0 1.609-1.689 2.922-3.81 2.996c.996 1.874.703 3.993-.69 4.798c-1.4.809-3.396-.01-4.518-1.83c-1.27 1.767-3.18 2.582-4.482 1.83s-1.551-2.813-.656-4.797C4.707 14.937 3 13.618 3 12.001c0-1.61 1.689-2.923 3.81-2.997Z" clip-rule="evenodd"/><path fill="none" stroke="currentColor" stroke-width="2" d="M15 12a3 3 0 1 1-6 0a3 3 0 0 1 6 0Z"/></svg>
</template>

CSS

.icon-flower-2-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-width%3D%222%22%20d%3D%22M6.81%209.004c-.996-1.874-.703-3.993.69-4.798c1.401-.809%203.396.01%204.518%201.83c1.27-1.767%203.18-2.582%204.482-1.83s1.551%202.813.656%204.797C19.293%209.064%2021%2010.383%2021%2012c0%201.609-1.689%202.922-3.81%202.996c.996%201.874.703%203.993-.69%204.798c-1.4.809-3.396-.01-4.518-1.83c-1.27%201.767-3.18%202.582-4.482%201.83s-1.551-2.813-.656-4.797C4.707%2014.937%203%2013.618%203%2012.001c0-1.61%201.689-2.923%203.81-2.997Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M15%2012a3%203%200%201%201-6%200a3%203%200%200%201%206%200Z%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-width%3D%222%22%20d%3D%22M6.81%209.004c-.996-1.874-.703-3.993.69-4.798c1.401-.809%203.396.01%204.518%201.83c1.27-1.767%203.18-2.582%204.482-1.83s1.551%202.813.656%204.797C19.293%209.064%2021%2010.383%2021%2012c0%201.609-1.689%202.922-3.81%202.996c.996%201.874.703%203.993-.69%204.798c-1.4.809-3.396-.01-4.518-1.83c-1.27%201.767-3.18%202.582-4.482%201.83s-1.551-2.813-.656-4.797C4.707%2014.937%203%2013.618%203%2012.001c0-1.61%201.689-2.923%203.81-2.997Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M15%2012a3%203%200%201%201-6%200a3%203%200%200%201%206%200Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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