flower 01 icon

flower-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
flower-01
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the flower 01 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-width="1.5"><path stroke-linejoin="round" d="M12 15v7m6.675-3.076C17.762 20.974 15.312 22 12 22c0-2.794 1.955-4.426 5.053-4.896c.918-.14 1.377-.21 1.74.265c.362.475.202.835-.118 1.555m-13.35 0C6.238 20.974 8.688 22 12 22c0-2.794-1.955-4.426-5.053-4.896c-.918-.14-1.377-.21-1.74.265c-.362.475-.202.835.118 1.555"/><path stroke-linejoin="round" d="M13.998 4.001c0 .32-.075.832-.209 1.399c.424-.4.83-.72 1.107-.88a2 2 0 0 1 2 3.464c-.277.16-.757.35-1.313.517c.557.167 1.038.358 1.315.518a2 2 0 1 1-2 3.464c-.278-.16-.685-.482-1.109-.881c.134.566.209 1.079.209 1.399a2 2 0 0 1-4 0c0-.32.075-.83.208-1.395c-.423.398-.828.718-1.104.877a2 2 0 1 1-2-3.464c.277-.16.758-.35 1.315-.518c-.556-.167-1.037-.358-1.314-.518a2 2 0 1 1 2-3.464c.277.16.68.48 1.103.876c-.133-.564-.208-1.075-.208-1.394a2 2 0 1 1 4 0" clip-rule="evenodd"/><path d="M12.125 8.5H12m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsFlower01(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" strokeWidth="1.5"><path strokeLinejoin="round" d="M12 15v7m6.675-3.076C17.762 20.974 15.312 22 12 22c0-2.794 1.955-4.426 5.053-4.896c.918-.14 1.377-.21 1.74.265c.362.475.202.835-.118 1.555m-13.35 0C6.238 20.974 8.688 22 12 22c0-2.794-1.955-4.426-5.053-4.896c-.918-.14-1.377-.21-1.74.265c-.362.475-.202.835.118 1.555"/><path strokeLinejoin="round" d="M13.998 4.001c0 .32-.075.832-.209 1.399c.424-.4.83-.72 1.107-.88a2 2 0 0 1 2 3.464c-.277.16-.757.35-1.313.517c.557.167 1.038.358 1.315.518a2 2 0 1 1-2 3.464c-.278-.16-.685-.482-1.109-.881c.134.566.209 1.079.209 1.399a2 2 0 0 1-4 0c0-.32.075-.83.208-1.395c-.423.398-.828.718-1.104.877a2 2 0 1 1-2-3.464c.277-.16.758-.35 1.315-.518c-.556-.167-1.037-.358-1.314-.518a2 2 0 1 1 2-3.464c.277.16.68.48 1.103.876c-.133-.564-.208-1.075-.208-1.394a2 2 0 1 1 4 0" clipRule="evenodd"/><path d="M12.125 8.5H12m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0Z"/></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-width="1.5"><path stroke-linejoin="round" d="M12 15v7m6.675-3.076C17.762 20.974 15.312 22 12 22c0-2.794 1.955-4.426 5.053-4.896c.918-.14 1.377-.21 1.74.265c.362.475.202.835-.118 1.555m-13.35 0C6.238 20.974 8.688 22 12 22c0-2.794-1.955-4.426-5.053-4.896c-.918-.14-1.377-.21-1.74.265c-.362.475-.202.835.118 1.555"/><path stroke-linejoin="round" d="M13.998 4.001c0 .32-.075.832-.209 1.399c.424-.4.83-.72 1.107-.88a2 2 0 0 1 2 3.464c-.277.16-.757.35-1.313.517c.557.167 1.038.358 1.315.518a2 2 0 1 1-2 3.464c-.278-.16-.685-.482-1.109-.881c.134.566.209 1.079.209 1.399a2 2 0 0 1-4 0c0-.32.075-.83.208-1.395c-.423.398-.828.718-1.104.877a2 2 0 1 1-2-3.464c.277-.16.758-.35 1.315-.518c-.556-.167-1.037-.358-1.314-.518a2 2 0 1 1 2-3.464c.277.16.68.48 1.103.876c-.133-.564-.208-1.075-.208-1.394a2 2 0 1 1 4 0" clip-rule="evenodd"/><path d="M12.125 8.5H12m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0Z"/></g></svg>
</template>

CSS

.icon-flower-01 {
  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-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2015v7m6.675-3.076C17.762%2020.974%2015.312%2022%2012%2022c0-2.794%201.955-4.426%205.053-4.896c.918-.14%201.377-.21%201.74.265c.362.475.202.835-.118%201.555m-13.35%200C6.238%2020.974%208.688%2022%2012%2022c0-2.794-1.955-4.426-5.053-4.896c-.918-.14-1.377-.21-1.74.265c-.362.475-.202.835.118%201.555%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M13.998%204.001c0%20.32-.075.832-.209%201.399c.424-.4.83-.72%201.107-.88a2%202%200%200%201%202%203.464c-.277.16-.757.35-1.313.517c.557.167%201.038.358%201.315.518a2%202%200%201%201-2%203.464c-.278-.16-.685-.482-1.109-.881c.134.566.209%201.079.209%201.399a2%202%200%200%201-4%200c0-.32.075-.83.208-1.395c-.423.398-.828.718-1.104.877a2%202%200%201%201-2-3.464c.277-.16.758-.35%201.315-.518c-.556-.167-1.037-.358-1.314-.518a2%202%200%201%201%202-3.464c.277.16.68.48%201.103.876c-.133-.564-.208-1.075-.208-1.394a2%202%200%201%201%204%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M12.125%208.5H12m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200Z%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-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2015v7m6.675-3.076C17.762%2020.974%2015.312%2022%2012%2022c0-2.794%201.955-4.426%205.053-4.896c.918-.14%201.377-.21%201.74.265c.362.475.202.835-.118%201.555m-13.35%200C6.238%2020.974%208.688%2022%2012%2022c0-2.794-1.955-4.426-5.053-4.896c-.918-.14-1.377-.21-1.74.265c-.362.475-.202.835.118%201.555%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M13.998%204.001c0%20.32-.075.832-.209%201.399c.424-.4.83-.72%201.107-.88a2%202%200%200%201%202%203.464c-.277.16-.757.35-1.313.517c.557.167%201.038.358%201.315.518a2%202%200%201%201-2%203.464c-.278-.16-.685-.482-1.109-.881c.134.566.209%201.079.209%201.399a2%202%200%200%201-4%200c0-.32.075-.83.208-1.395c-.423.398-.828.718-1.104.877a2%202%200%201%201-2-3.464c.277-.16.758-.35%201.315-.518c-.556-.167-1.037-.358-1.314-.518a2%202%200%201%201%202-3.464c.277.16.68.48%201.103.876c-.133-.564-.208-1.075-.208-1.394a2%202%200%201%201%204%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M12.125%208.5H12m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Flower 01 stroke icon — Huge Icons · IconsDB