flower icon
flower from Unicons by Iconscout · Line · Multimedia · Apache-2.0 Free for personal and commercial use.
- Name
- flower
- Set
- Unicons
- Style
- Line
- Category
- Multimedia
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More multimedia icons from Unicons
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="M19.68 6.88a4.4 4.4 0 0 0-3.31-.32a4.37 4.37 0 0 0-8.73 0a4.48 4.48 0 0 0-3.31.29a4.37 4.37 0 0 0 .61 8a4.4 4.4 0 0 0-.8 2.5a5 5 0 0 0 .07.75a4.34 4.34 0 0 0 4.29 3.63a5 5 0 0 0 .64 0A4.42 4.42 0 0 0 12 20a4.42 4.42 0 0 0 2.86 1.69a5 5 0 0 0 .64 0a4.36 4.36 0 0 0 3.56-6.87a4.36 4.36 0 0 0 .62-8Zm-9.34-1.94a2.4 2.4 0 0 1 3.32 0a2.43 2.43 0 0 1 .52 2.66l-.26.59l-.66.58A4 4 0 0 0 12 8.55a4 4 0 0 0-1.61.34L9.83 7.6a2.39 2.39 0 0 1 .51-2.66m-6.1 6.84A2.37 2.37 0 0 1 7.94 9l.49.43l.35.8A3.92 3.92 0 0 0 8 12.55A3 3 0 0 0 8 13h-.55l-.84.08a2.37 2.37 0 0 1-2.37-1.3m6.6 6.08a2.38 2.38 0 0 1-4.66-.08a3 3 0 0 1 0-.42a2.33 2.33 0 0 1 1.17-2l.51-.36l.91-.1a4 4 0 0 0 2.38 1.57ZM12 14.55a2 2 0 1 1 2-2a2 2 0 0 1-2 2m5.82 3.22a2.36 2.36 0 0 1-2.68 1.94a2.39 2.39 0 0 1-2-1.85l-.14-.6l.21-.92a4 4 0 0 0 2.2-1.76l.5.3H16l.66.39a2.38 2.38 0 0 1 1.16 2.5m1.94-6a2.39 2.39 0 0 1-2.13 1.33h-.24l-.64-.1l-.75-.41a4 4 0 0 0-1-2.64l.43-.37l.63-.58a2.37 2.37 0 0 1 3.7 2.82Z"/></svg>
React
import type { SVGProps } from "react";
export function UilFlower(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="M19.68 6.88a4.4 4.4 0 0 0-3.31-.32a4.37 4.37 0 0 0-8.73 0a4.48 4.48 0 0 0-3.31.29a4.37 4.37 0 0 0 .61 8a4.4 4.4 0 0 0-.8 2.5a5 5 0 0 0 .07.75a4.34 4.34 0 0 0 4.29 3.63a5 5 0 0 0 .64 0A4.42 4.42 0 0 0 12 20a4.42 4.42 0 0 0 2.86 1.69a5 5 0 0 0 .64 0a4.36 4.36 0 0 0 3.56-6.87a4.36 4.36 0 0 0 .62-8Zm-9.34-1.94a2.4 2.4 0 0 1 3.32 0a2.43 2.43 0 0 1 .52 2.66l-.26.59l-.66.58A4 4 0 0 0 12 8.55a4 4 0 0 0-1.61.34L9.83 7.6a2.39 2.39 0 0 1 .51-2.66m-6.1 6.84A2.37 2.37 0 0 1 7.94 9l.49.43l.35.8A3.92 3.92 0 0 0 8 12.55A3 3 0 0 0 8 13h-.55l-.84.08a2.37 2.37 0 0 1-2.37-1.3m6.6 6.08a2.38 2.38 0 0 1-4.66-.08a3 3 0 0 1 0-.42a2.33 2.33 0 0 1 1.17-2l.51-.36l.91-.1a4 4 0 0 0 2.38 1.57ZM12 14.55a2 2 0 1 1 2-2a2 2 0 0 1-2 2m5.82 3.22a2.36 2.36 0 0 1-2.68 1.94a2.39 2.39 0 0 1-2-1.85l-.14-.6l.21-.92a4 4 0 0 0 2.2-1.76l.5.3H16l.66.39a2.38 2.38 0 0 1 1.16 2.5m1.94-6a2.39 2.39 0 0 1-2.13 1.33h-.24l-.64-.1l-.75-.41a4 4 0 0 0-1-2.64l.43-.37l.63-.58a2.37 2.37 0 0 1 3.7 2.82Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.68 6.88a4.4 4.4 0 0 0-3.31-.32a4.37 4.37 0 0 0-8.73 0a4.48 4.48 0 0 0-3.31.29a4.37 4.37 0 0 0 .61 8a4.4 4.4 0 0 0-.8 2.5a5 5 0 0 0 .07.75a4.34 4.34 0 0 0 4.29 3.63a5 5 0 0 0 .64 0A4.42 4.42 0 0 0 12 20a4.42 4.42 0 0 0 2.86 1.69a5 5 0 0 0 .64 0a4.36 4.36 0 0 0 3.56-6.87a4.36 4.36 0 0 0 .62-8Zm-9.34-1.94a2.4 2.4 0 0 1 3.32 0a2.43 2.43 0 0 1 .52 2.66l-.26.59l-.66.58A4 4 0 0 0 12 8.55a4 4 0 0 0-1.61.34L9.83 7.6a2.39 2.39 0 0 1 .51-2.66m-6.1 6.84A2.37 2.37 0 0 1 7.94 9l.49.43l.35.8A3.92 3.92 0 0 0 8 12.55A3 3 0 0 0 8 13h-.55l-.84.08a2.37 2.37 0 0 1-2.37-1.3m6.6 6.08a2.38 2.38 0 0 1-4.66-.08a3 3 0 0 1 0-.42a2.33 2.33 0 0 1 1.17-2l.51-.36l.91-.1a4 4 0 0 0 2.38 1.57ZM12 14.55a2 2 0 1 1 2-2a2 2 0 0 1-2 2m5.82 3.22a2.36 2.36 0 0 1-2.68 1.94a2.39 2.39 0 0 1-2-1.85l-.14-.6l.21-.92a4 4 0 0 0 2.2-1.76l.5.3H16l.66.39a2.38 2.38 0 0 1 1.16 2.5m1.94-6a2.39 2.39 0 0 1-2.13 1.33h-.24l-.64-.1l-.75-.41a4 4 0 0 0-1-2.64l.43-.37l.63-.58a2.37 2.37 0 0 1 3.7 2.82Z"/></svg> </template>
CSS
.icon-flower {
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%22M19.68%206.88a4.4%204.4%200%200%200-3.31-.32a4.37%204.37%200%200%200-8.73%200a4.48%204.48%200%200%200-3.31.29a4.37%204.37%200%200%200%20.61%208a4.4%204.4%200%200%200-.8%202.5a5%205%200%200%200%20.07.75a4.34%204.34%200%200%200%204.29%203.63a5%205%200%200%200%20.64%200A4.42%204.42%200%200%200%2012%2020a4.42%204.42%200%200%200%202.86%201.69a5%205%200%200%200%20.64%200a4.36%204.36%200%200%200%203.56-6.87a4.36%204.36%200%200%200%20.62-8Zm-9.34-1.94a2.4%202.4%200%200%201%203.32%200a2.43%202.43%200%200%201%20.52%202.66l-.26.59l-.66.58A4%204%200%200%200%2012%208.55a4%204%200%200%200-1.61.34L9.83%207.6a2.39%202.39%200%200%201%20.51-2.66m-6.1%206.84A2.37%202.37%200%200%201%207.94%209l.49.43l.35.8A3.92%203.92%200%200%200%208%2012.55A3%203%200%200%200%208%2013h-.55l-.84.08a2.37%202.37%200%200%201-2.37-1.3m6.6%206.08a2.38%202.38%200%200%201-4.66-.08a3%203%200%200%201%200-.42a2.33%202.33%200%200%201%201.17-2l.51-.36l.91-.1a4%204%200%200%200%202.38%201.57ZM12%2014.55a2%202%200%201%201%202-2a2%202%200%200%201-2%202m5.82%203.22a2.36%202.36%200%200%201-2.68%201.94a2.39%202.39%200%200%201-2-1.85l-.14-.6l.21-.92a4%204%200%200%200%202.2-1.76l.5.3H16l.66.39a2.38%202.38%200%200%201%201.16%202.5m1.94-6a2.39%202.39%200%200%201-2.13%201.33h-.24l-.64-.1l-.75-.41a4%204%200%200%200-1-2.64l.43-.37l.63-.58a2.37%202.37%200%200%201%203.7%202.82Z%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%22M19.68%206.88a4.4%204.4%200%200%200-3.31-.32a4.37%204.37%200%200%200-8.73%200a4.48%204.48%200%200%200-3.31.29a4.37%204.37%200%200%200%20.61%208a4.4%204.4%200%200%200-.8%202.5a5%205%200%200%200%20.07.75a4.34%204.34%200%200%200%204.29%203.63a5%205%200%200%200%20.64%200A4.42%204.42%200%200%200%2012%2020a4.42%204.42%200%200%200%202.86%201.69a5%205%200%200%200%20.64%200a4.36%204.36%200%200%200%203.56-6.87a4.36%204.36%200%200%200%20.62-8Zm-9.34-1.94a2.4%202.4%200%200%201%203.32%200a2.43%202.43%200%200%201%20.52%202.66l-.26.59l-.66.58A4%204%200%200%200%2012%208.55a4%204%200%200%200-1.61.34L9.83%207.6a2.39%202.39%200%200%201%20.51-2.66m-6.1%206.84A2.37%202.37%200%200%201%207.94%209l.49.43l.35.8A3.92%203.92%200%200%200%208%2012.55A3%203%200%200%200%208%2013h-.55l-.84.08a2.37%202.37%200%200%201-2.37-1.3m6.6%206.08a2.38%202.38%200%200%201-4.66-.08a3%203%200%200%201%200-.42a2.33%202.33%200%200%201%201.17-2l.51-.36l.91-.1a4%204%200%200%200%202.38%201.57ZM12%2014.55a2%202%200%201%201%202-2a2%202%200%200%201-2%202m5.82%203.22a2.36%202.36%200%200%201-2.68%201.94a2.39%202.39%200%200%201-2-1.85l-.14-.6l.21-.92a4%204%200%200%200%202.2-1.76l.5.3H16l.66.39a2.38%202.38%200%200%201%201.16%202.5m1.94-6a2.39%202.39%200%200%201-2.13%201.33h-.24l-.64-.1l-.75-.41a4%204%200%200%200-1-2.64l.43-.37l.63-.58a2.37%202.37%200%200%201%203.7%202.82Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/flower.svg?color=%231a73e8&size=48