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

Name
flower-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

The same icon in other sets

Related icons in Myna UI Icons

Use the flower icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 10.75a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5m3.496-4.89c-.004.075-.016.152-.027.23q.15-.119.306-.211l.157-.085c1.639-.835 3.684-.203 4.598 1.38l.084.156c.799 1.563.306 3.548-1.187 4.518l-.152.093q-.16.088-.337.159q.178.069.337.159l.152.093c1.493.97 1.986 2.956 1.187 4.518l-.084.155c-.914 1.584-2.96 2.216-4.598 1.381l-.158-.086a3 3 0 0 1-.305-.212q.029.19.031.372l-.005.178C15.4 20.495 13.83 21.95 12 21.95s-3.399-1.455-3.495-3.292L8.5 18.48q.001-.182.03-.372q-.091.075-.186.14l-.118.072c-1.612.93-3.679.377-4.664-1.145l-.092-.15c-.944-1.634-.407-3.806 1.256-4.766l.122-.067q.102-.05.214-.092a3 3 0 0 1-.214-.093l-.122-.066c-1.663-.96-2.2-3.131-1.256-4.766l.092-.15c.985-1.522 3.053-2.076 4.664-1.146l.118.073q.095.065.186.138a3 3 0 0 1-.03-.37c0-1.92 1.612-3.47 3.5-3.47l.176.005c1.81.093 3.324 1.605 3.324 3.466z"/></svg>

React

import type { SVGProps } from "react";

export function MynauiFlowerSolid(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" d="M12 10.75a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5m3.496-4.89c-.004.075-.016.152-.027.23q.15-.119.306-.211l.157-.085c1.639-.835 3.684-.203 4.598 1.38l.084.156c.799 1.563.306 3.548-1.187 4.518l-.152.093q-.16.088-.337.159q.178.069.337.159l.152.093c1.493.97 1.986 2.956 1.187 4.518l-.084.155c-.914 1.584-2.96 2.216-4.598 1.381l-.158-.086a3 3 0 0 1-.305-.212q.029.19.031.372l-.005.178C15.4 20.495 13.83 21.95 12 21.95s-3.399-1.455-3.495-3.292L8.5 18.48q.001-.182.03-.372q-.091.075-.186.14l-.118.072c-1.612.93-3.679.377-4.664-1.145l-.092-.15c-.944-1.634-.407-3.806 1.256-4.766l.122-.067q.102-.05.214-.092a3 3 0 0 1-.214-.093l-.122-.066c-1.663-.96-2.2-3.131-1.256-4.766l.092-.15c.985-1.522 3.053-2.076 4.664-1.146l.118.073q.095.065.186.138a3 3 0 0 1-.03-.37c0-1.92 1.612-3.47 3.5-3.47l.176.005c1.81.093 3.324 1.605 3.324 3.466z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 10.75a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5m3.496-4.89c-.004.075-.016.152-.027.23q.15-.119.306-.211l.157-.085c1.639-.835 3.684-.203 4.598 1.38l.084.156c.799 1.563.306 3.548-1.187 4.518l-.152.093q-.16.088-.337.159q.178.069.337.159l.152.093c1.493.97 1.986 2.956 1.187 4.518l-.084.155c-.914 1.584-2.96 2.216-4.598 1.381l-.158-.086a3 3 0 0 1-.305-.212q.029.19.031.372l-.005.178C15.4 20.495 13.83 21.95 12 21.95s-3.399-1.455-3.495-3.292L8.5 18.48q.001-.182.03-.372q-.091.075-.186.14l-.118.072c-1.612.93-3.679.377-4.664-1.145l-.092-.15c-.944-1.634-.407-3.806 1.256-4.766l.122-.067q.102-.05.214-.092a3 3 0 0 1-.214-.093l-.122-.066c-1.663-.96-2.2-3.131-1.256-4.766l.092-.15c.985-1.522 3.053-2.076 4.664-1.146l.118.073q.095.065.186.138a3 3 0 0 1-.03-.37c0-1.92 1.612-3.47 3.5-3.47l.176.005c1.81.093 3.324 1.605 3.324 3.466z"/></svg>
</template>

CSS

.icon-flower-solid {
  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%20d%3D%22M12%2010.75a1.25%201.25%200%201%200%200%202.5a1.25%201.25%200%200%200%200-2.5m3.496-4.89c-.004.075-.016.152-.027.23q.15-.119.306-.211l.157-.085c1.639-.835%203.684-.203%204.598%201.38l.084.156c.799%201.563.306%203.548-1.187%204.518l-.152.093q-.16.088-.337.159q.178.069.337.159l.152.093c1.493.97%201.986%202.956%201.187%204.518l-.084.155c-.914%201.584-2.96%202.216-4.598%201.381l-.158-.086a3%203%200%200%201-.305-.212q.029.19.031.372l-.005.178C15.4%2020.495%2013.83%2021.95%2012%2021.95s-3.399-1.455-3.495-3.292L8.5%2018.48q.001-.182.03-.372q-.091.075-.186.14l-.118.072c-1.612.93-3.679.377-4.664-1.145l-.092-.15c-.944-1.634-.407-3.806%201.256-4.766l.122-.067q.102-.05.214-.092a3%203%200%200%201-.214-.093l-.122-.066c-1.663-.96-2.2-3.131-1.256-4.766l.092-.15c.985-1.522%203.053-2.076%204.664-1.146l.118.073q.095.065.186.138a3%203%200%200%201-.03-.37c0-1.92%201.612-3.47%203.5-3.47l.176.005c1.81.093%203.324%201.605%203.324%203.466z%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%20d%3D%22M12%2010.75a1.25%201.25%200%201%200%200%202.5a1.25%201.25%200%200%200%200-2.5m3.496-4.89c-.004.075-.016.152-.027.23q.15-.119.306-.211l.157-.085c1.639-.835%203.684-.203%204.598%201.38l.084.156c.799%201.563.306%203.548-1.187%204.518l-.152.093q-.16.088-.337.159q.178.069.337.159l.152.093c1.493.97%201.986%202.956%201.187%204.518l-.084.155c-.914%201.584-2.96%202.216-4.598%201.381l-.158-.086a3%203%200%200%201-.305-.212q.029.19.031.372l-.005.178C15.4%2020.495%2013.83%2021.95%2012%2021.95s-3.399-1.455-3.495-3.292L8.5%2018.48q.001-.182.03-.372q-.091.075-.186.14l-.118.072c-1.612.93-3.679.377-4.664-1.145l-.092-.15c-.944-1.634-.407-3.806%201.256-4.766l.122-.067q.102-.05.214-.092a3%203%200%200%201-.214-.093l-.122-.066c-1.663-.96-2.2-3.131-1.256-4.766l.092-.15c.985-1.522%203.053-2.076%204.664-1.146l.118.073q.095.065.186.138a3%203%200%200%201-.03-.37c0-1.92%201.612-3.47%203.5-3.47l.176.005c1.81.093%203.324%201.605%203.324%203.466z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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