flower rose single icon
flower-rose-single from Lucide Lab by Lucide Contributors · Outline · ISC Free for personal and commercial use.
- Name
- flower-rose-single
- Set
- Lucide Lab
- Style
- Outline
- Viewbox
- 24×24
- License
- ISC
Related icons in Lucide Lab
Use the flower rose single 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="2"><path d="M18 9.52a4.04 4.04 0 1 1 2-3.47"/><circle cx="17" cy="7.8" r="2"/><path d="m14 2.5l-2 1.3a6 6 0 1 0 6 10.4l2-1.2a4 4 0 0 0-4-6.95"/><path d="M9.77 12C4 15 2 22 2 22"/><path d="M13 20s-5 3-9.2-2c0 0 5.2-3 9.2 2"/></g></svg>
React
import type { SVGProps } from "react";
export function LucideLabFlowerRoseSingle(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="2"><path d="M18 9.52a4.04 4.04 0 1 1 2-3.47"/><circle cx="17" cy="7.8" r="2"/><path d="m14 2.5l-2 1.3a6 6 0 1 0 6 10.4l2-1.2a4 4 0 0 0-4-6.95"/><path d="M9.77 12C4 15 2 22 2 22"/><path d="M13 20s-5 3-9.2-2c0 0 5.2-3 9.2 2"/></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="2"><path d="M18 9.52a4.04 4.04 0 1 1 2-3.47"/><circle cx="17" cy="7.8" r="2"/><path d="m14 2.5l-2 1.3a6 6 0 1 0 6 10.4l2-1.2a4 4 0 0 0-4-6.95"/><path d="M9.77 12C4 15 2 22 2 22"/><path d="M13 20s-5 3-9.2-2c0 0 5.2-3 9.2 2"/></g></svg> </template>
CSS
.icon-flower-rose-single {
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%222%22%3E%3Cpath%20d%3D%22M18%209.52a4.04%204.04%200%201%201%202-3.47%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%227.8%22%20r%3D%222%22%2F%3E%3Cpath%20d%3D%22m14%202.5l-2%201.3a6%206%200%201%200%206%2010.4l2-1.2a4%204%200%200%200-4-6.95%22%2F%3E%3Cpath%20d%3D%22M9.77%2012C4%2015%202%2022%202%2022%22%2F%3E%3Cpath%20d%3D%22M13%2020s-5%203-9.2-2c0%200%205.2-3%209.2%202%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%222%22%3E%3Cpath%20d%3D%22M18%209.52a4.04%204.04%200%201%201%202-3.47%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%227.8%22%20r%3D%222%22%2F%3E%3Cpath%20d%3D%22m14%202.5l-2%201.3a6%206%200%201%200%206%2010.4l2-1.2a4%204%200%200%200-4-6.95%22%2F%3E%3Cpath%20d%3D%22M9.77%2012C4%2015%202%2022%202%2022%22%2F%3E%3Cpath%20d%3D%22M13%2020s-5%203-9.2-2c0%200%205.2-3%209.2%202%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/lucide-lab/flower-rose-single.svg?color=%231a73e8&size=48