flower-2 from Myna UI Icons by Praveen Juge · Regular · MIT Free for personal and commercial use.

Name
flower-2
Set
Myna UI Icons
Style
Regular
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

The same icon in other sets

Use the flower 2 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="M12 11.25a2 2 0 1 0 0-4a2 2 0 0 0 0 4m0 1v6m0 3.5c3.36 0 4.6-1.334 4.6-4c-3.36 0-4.6 1.334-4.6 4m0 0c-3.36 0-4.6-1.334-4.6-4c3.36 0 4.6 1.334 4.6 4"/><path d="M11.272 6.84S10 5.229 10 4.424c0-1.193.92-2.173 2.001-2.173s2.001.98 2.001 2.173c0 .805-1.273 2.418-1.273 2.418m.232.147s1.425-1.517 2.06-1.92c.942-.596 2.175-.211 2.716.816c.54 1.027.227 2.392-.715 2.989c-.634.402-2.334.498-2.334.498m0 .294s1.7.096 2.335.498c.941.597 1.254 1.961.714 2.989s-1.774 1.412-2.716.816c-.635-.403-2.06-1.92-2.06-1.92m-1.92 0s-1.425 1.517-2.06 1.92c-.942.596-2.175.211-2.716-.816c-.54-1.027-.227-2.392.715-2.989c.635-.402 2.334-.498 2.334-.498m0-.294s-1.7-.096-2.334-.498c-.942-.597-1.255-1.962-.715-2.989s1.774-1.412 2.716-.816c.635.403 2.06 1.92 2.06 1.92"/></g></svg>

React

import type { SVGProps } from "react";

export function MynauiFlower2(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="M12 11.25a2 2 0 1 0 0-4a2 2 0 0 0 0 4m0 1v6m0 3.5c3.36 0 4.6-1.334 4.6-4c-3.36 0-4.6 1.334-4.6 4m0 0c-3.36 0-4.6-1.334-4.6-4c3.36 0 4.6 1.334 4.6 4"/><path d="M11.272 6.84S10 5.229 10 4.424c0-1.193.92-2.173 2.001-2.173s2.001.98 2.001 2.173c0 .805-1.273 2.418-1.273 2.418m.232.147s1.425-1.517 2.06-1.92c.942-.596 2.175-.211 2.716.816c.54 1.027.227 2.392-.715 2.989c-.634.402-2.334.498-2.334.498m0 .294s1.7.096 2.335.498c.941.597 1.254 1.961.714 2.989s-1.774 1.412-2.716.816c-.635-.403-2.06-1.92-2.06-1.92m-1.92 0s-1.425 1.517-2.06 1.92c-.942.596-2.175.211-2.716-.816c-.54-1.027-.227-2.392.715-2.989c.635-.402 2.334-.498 2.334-.498m0-.294s-1.7-.096-2.334-.498c-.942-.597-1.255-1.962-.715-2.989s1.774-1.412 2.716-.816c.635.403 2.06 1.92 2.06 1.92"/></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="M12 11.25a2 2 0 1 0 0-4a2 2 0 0 0 0 4m0 1v6m0 3.5c3.36 0 4.6-1.334 4.6-4c-3.36 0-4.6 1.334-4.6 4m0 0c-3.36 0-4.6-1.334-4.6-4c3.36 0 4.6 1.334 4.6 4"/><path d="M11.272 6.84S10 5.229 10 4.424c0-1.193.92-2.173 2.001-2.173s2.001.98 2.001 2.173c0 .805-1.273 2.418-1.273 2.418m.232.147s1.425-1.517 2.06-1.92c.942-.596 2.175-.211 2.716.816c.54 1.027.227 2.392-.715 2.989c-.634.402-2.334.498-2.334.498m0 .294s1.7.096 2.335.498c.941.597 1.254 1.961.714 2.989s-1.774 1.412-2.716.816c-.635-.403-2.06-1.92-2.06-1.92m-1.92 0s-1.425 1.517-2.06 1.92c-.942.596-2.175.211-2.716-.816c-.54-1.027-.227-2.392.715-2.989c.635-.402 2.334-.498 2.334-.498m0-.294s-1.7-.096-2.334-.498c-.942-.597-1.255-1.962-.715-2.989s1.774-1.412 2.716-.816c.635.403 2.06 1.92 2.06 1.92"/></g></svg>
</template>

CSS

.icon-flower-2 {
  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%22M12%2011.25a2%202%200%201%200%200-4a2%202%200%200%200%200%204m0%201v6m0%203.5c3.36%200%204.6-1.334%204.6-4c-3.36%200-4.6%201.334-4.6%204m0%200c-3.36%200-4.6-1.334-4.6-4c3.36%200%204.6%201.334%204.6%204%22%2F%3E%3Cpath%20d%3D%22M11.272%206.84S10%205.229%2010%204.424c0-1.193.92-2.173%202.001-2.173s2.001.98%202.001%202.173c0%20.805-1.273%202.418-1.273%202.418m.232.147s1.425-1.517%202.06-1.92c.942-.596%202.175-.211%202.716.816c.54%201.027.227%202.392-.715%202.989c-.634.402-2.334.498-2.334.498m0%20.294s1.7.096%202.335.498c.941.597%201.254%201.961.714%202.989s-1.774%201.412-2.716.816c-.635-.403-2.06-1.92-2.06-1.92m-1.92%200s-1.425%201.517-2.06%201.92c-.942.596-2.175.211-2.716-.816c-.54-1.027-.227-2.392.715-2.989c.635-.402%202.334-.498%202.334-.498m0-.294s-1.7-.096-2.334-.498c-.942-.597-1.255-1.962-.715-2.989s1.774-1.412%202.716-.816c.635.403%202.06%201.92%202.06%201.92%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%22M12%2011.25a2%202%200%201%200%200-4a2%202%200%200%200%200%204m0%201v6m0%203.5c3.36%200%204.6-1.334%204.6-4c-3.36%200-4.6%201.334-4.6%204m0%200c-3.36%200-4.6-1.334-4.6-4c3.36%200%204.6%201.334%204.6%204%22%2F%3E%3Cpath%20d%3D%22M11.272%206.84S10%205.229%2010%204.424c0-1.193.92-2.173%202.001-2.173s2.001.98%202.001%202.173c0%20.805-1.273%202.418-1.273%202.418m.232.147s1.425-1.517%202.06-1.92c.942-.596%202.175-.211%202.716.816c.54%201.027.227%202.392-.715%202.989c-.634.402-2.334.498-2.334.498m0%20.294s1.7.096%202.335.498c.941.597%201.254%201.961.714%202.989s-1.774%201.412-2.716.816c-.635-.403-2.06-1.92-2.06-1.92m-1.92%200s-1.425%201.517-2.06%201.92c-.942.596-2.175.211-2.716-.816c-.54-1.027-.227-2.392.715-2.989c.635-.402%202.334-.498%202.334-.498m0-.294s-1.7-.096-2.334-.498c-.942-.597-1.255-1.962-.715-2.989s1.774-1.412%202.716-.816c.635.403%202.06%201.92%202.06%201.92%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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