flower icon
flower from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- flower
- Set
- Phosphor
- Style
- Regular
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the flower icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M210.35 129.36c-.81-.47-1.7-.92-2.62-1.36c.92-.44 1.81-.89 2.62-1.36a40 40 0 1 0-40-69.28c-.81.47-1.65 1-2.48 1.59c.08-1 .13-2 .13-3a40 40 0 0 0-80 0c0 .94 0 1.94.13 3c-.83-.57-1.67-1.12-2.48-1.59a40 40 0 1 0-40 69.28c.81.47 1.7.92 2.62 1.36c-.92.44-1.81.89-2.62 1.36a40 40 0 1 0 40 69.28c.81-.47 1.65-1 2.48-1.59c-.08 1-.13 2-.13 2.95a40 40 0 0 0 80 0c0-.94-.05-1.94-.13-2.95c.83.57 1.67 1.12 2.48 1.59a39.8 39.8 0 0 0 19.94 5.36a40.4 40.4 0 0 0 10.42-1.38a40 40 0 0 0 9.64-73.28ZM104 128a24 24 0 1 1 24 24a24 24 0 0 1-24-24m74.35-56.79a24 24 0 1 1 24 41.57c-6.27 3.63-18.61 6.13-35.16 7.19a40 40 0 0 0-12.66-21.87c9.2-13.82 17.55-23.26 23.82-26.89M128 32a24 24 0 0 1 24 24c0 7.24-4 19.19-11.36 34.06a39.8 39.8 0 0 0-25.28 0C108 75.19 104 63.24 104 56a24 24 0 0 1 24-24M44.86 80a24 24 0 0 1 32.79-8.79c6.27 3.63 14.62 13.07 23.82 26.89A40 40 0 0 0 88.81 120c-16.55-1.06-28.89-3.56-35.16-7.18A24 24 0 0 1 44.86 80m32.79 104.79a24 24 0 1 1-24-41.57c6.27-3.63 18.61-6.13 35.16-7.19a40 40 0 0 0 12.66 21.87c-9.2 13.82-17.55 23.26-23.82 26.89M128 224a24 24 0 0 1-24-24c0-7.24 4-19.19 11.36-34.06a39.8 39.8 0 0 0 25.28 0C148 180.81 152 192.76 152 200a24 24 0 0 1-24 24m83.14-48a24 24 0 0 1-32.79 8.79c-6.27-3.63-14.62-13.07-23.82-26.89a40 40 0 0 0 12.66-21.9c16.55 1.06 28.89 3.56 35.16 7.18a24 24 0 0 1 8.79 32.82"/></svg>
React
import type { SVGProps } from "react";
export function PhFlower(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M210.35 129.36c-.81-.47-1.7-.92-2.62-1.36c.92-.44 1.81-.89 2.62-1.36a40 40 0 1 0-40-69.28c-.81.47-1.65 1-2.48 1.59c.08-1 .13-2 .13-3a40 40 0 0 0-80 0c0 .94 0 1.94.13 3c-.83-.57-1.67-1.12-2.48-1.59a40 40 0 1 0-40 69.28c.81.47 1.7.92 2.62 1.36c-.92.44-1.81.89-2.62 1.36a40 40 0 1 0 40 69.28c.81-.47 1.65-1 2.48-1.59c-.08 1-.13 2-.13 2.95a40 40 0 0 0 80 0c0-.94-.05-1.94-.13-2.95c.83.57 1.67 1.12 2.48 1.59a39.8 39.8 0 0 0 19.94 5.36a40.4 40.4 0 0 0 10.42-1.38a40 40 0 0 0 9.64-73.28ZM104 128a24 24 0 1 1 24 24a24 24 0 0 1-24-24m74.35-56.79a24 24 0 1 1 24 41.57c-6.27 3.63-18.61 6.13-35.16 7.19a40 40 0 0 0-12.66-21.87c9.2-13.82 17.55-23.26 23.82-26.89M128 32a24 24 0 0 1 24 24c0 7.24-4 19.19-11.36 34.06a39.8 39.8 0 0 0-25.28 0C108 75.19 104 63.24 104 56a24 24 0 0 1 24-24M44.86 80a24 24 0 0 1 32.79-8.79c6.27 3.63 14.62 13.07 23.82 26.89A40 40 0 0 0 88.81 120c-16.55-1.06-28.89-3.56-35.16-7.18A24 24 0 0 1 44.86 80m32.79 104.79a24 24 0 1 1-24-41.57c6.27-3.63 18.61-6.13 35.16-7.19a40 40 0 0 0 12.66 21.87c-9.2 13.82-17.55 23.26-23.82 26.89M128 224a24 24 0 0 1-24-24c0-7.24 4-19.19 11.36-34.06a39.8 39.8 0 0 0 25.28 0C148 180.81 152 192.76 152 200a24 24 0 0 1-24 24m83.14-48a24 24 0 0 1-32.79 8.79c-6.27-3.63-14.62-13.07-23.82-26.89a40 40 0 0 0 12.66-21.9c16.55 1.06 28.89 3.56 35.16 7.18a24 24 0 0 1 8.79 32.82"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M210.35 129.36c-.81-.47-1.7-.92-2.62-1.36c.92-.44 1.81-.89 2.62-1.36a40 40 0 1 0-40-69.28c-.81.47-1.65 1-2.48 1.59c.08-1 .13-2 .13-3a40 40 0 0 0-80 0c0 .94 0 1.94.13 3c-.83-.57-1.67-1.12-2.48-1.59a40 40 0 1 0-40 69.28c.81.47 1.7.92 2.62 1.36c-.92.44-1.81.89-2.62 1.36a40 40 0 1 0 40 69.28c.81-.47 1.65-1 2.48-1.59c-.08 1-.13 2-.13 2.95a40 40 0 0 0 80 0c0-.94-.05-1.94-.13-2.95c.83.57 1.67 1.12 2.48 1.59a39.8 39.8 0 0 0 19.94 5.36a40.4 40.4 0 0 0 10.42-1.38a40 40 0 0 0 9.64-73.28ZM104 128a24 24 0 1 1 24 24a24 24 0 0 1-24-24m74.35-56.79a24 24 0 1 1 24 41.57c-6.27 3.63-18.61 6.13-35.16 7.19a40 40 0 0 0-12.66-21.87c9.2-13.82 17.55-23.26 23.82-26.89M128 32a24 24 0 0 1 24 24c0 7.24-4 19.19-11.36 34.06a39.8 39.8 0 0 0-25.28 0C108 75.19 104 63.24 104 56a24 24 0 0 1 24-24M44.86 80a24 24 0 0 1 32.79-8.79c6.27 3.63 14.62 13.07 23.82 26.89A40 40 0 0 0 88.81 120c-16.55-1.06-28.89-3.56-35.16-7.18A24 24 0 0 1 44.86 80m32.79 104.79a24 24 0 1 1-24-41.57c6.27-3.63 18.61-6.13 35.16-7.19a40 40 0 0 0 12.66 21.87c-9.2 13.82-17.55 23.26-23.82 26.89M128 224a24 24 0 0 1-24-24c0-7.24 4-19.19 11.36-34.06a39.8 39.8 0 0 0 25.28 0C148 180.81 152 192.76 152 200a24 24 0 0 1-24 24m83.14-48a24 24 0 0 1-32.79 8.79c-6.27-3.63-14.62-13.07-23.82-26.89a40 40 0 0 0 12.66-21.9c16.55 1.06 28.89 3.56 35.16 7.18a24 24 0 0 1 8.79 32.82"/></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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M210.35%20129.36c-.81-.47-1.7-.92-2.62-1.36c.92-.44%201.81-.89%202.62-1.36a40%2040%200%201%200-40-69.28c-.81.47-1.65%201-2.48%201.59c.08-1%20.13-2%20.13-3a40%2040%200%200%200-80%200c0%20.94%200%201.94.13%203c-.83-.57-1.67-1.12-2.48-1.59a40%2040%200%201%200-40%2069.28c.81.47%201.7.92%202.62%201.36c-.92.44-1.81.89-2.62%201.36a40%2040%200%201%200%2040%2069.28c.81-.47%201.65-1%202.48-1.59c-.08%201-.13%202-.13%202.95a40%2040%200%200%200%2080%200c0-.94-.05-1.94-.13-2.95c.83.57%201.67%201.12%202.48%201.59a39.8%2039.8%200%200%200%2019.94%205.36a40.4%2040.4%200%200%200%2010.42-1.38a40%2040%200%200%200%209.64-73.28ZM104%20128a24%2024%200%201%201%2024%2024a24%2024%200%200%201-24-24m74.35-56.79a24%2024%200%201%201%2024%2041.57c-6.27%203.63-18.61%206.13-35.16%207.19a40%2040%200%200%200-12.66-21.87c9.2-13.82%2017.55-23.26%2023.82-26.89M128%2032a24%2024%200%200%201%2024%2024c0%207.24-4%2019.19-11.36%2034.06a39.8%2039.8%200%200%200-25.28%200C108%2075.19%20104%2063.24%20104%2056a24%2024%200%200%201%2024-24M44.86%2080a24%2024%200%200%201%2032.79-8.79c6.27%203.63%2014.62%2013.07%2023.82%2026.89A40%2040%200%200%200%2088.81%20120c-16.55-1.06-28.89-3.56-35.16-7.18A24%2024%200%200%201%2044.86%2080m32.79%20104.79a24%2024%200%201%201-24-41.57c6.27-3.63%2018.61-6.13%2035.16-7.19a40%2040%200%200%200%2012.66%2021.87c-9.2%2013.82-17.55%2023.26-23.82%2026.89M128%20224a24%2024%200%200%201-24-24c0-7.24%204-19.19%2011.36-34.06a39.8%2039.8%200%200%200%2025.28%200C148%20180.81%20152%20192.76%20152%20200a24%2024%200%200%201-24%2024m83.14-48a24%2024%200%200%201-32.79%208.79c-6.27-3.63-14.62-13.07-23.82-26.89a40%2040%200%200%200%2012.66-21.9c16.55%201.06%2028.89%203.56%2035.16%207.18a24%2024%200%200%201%208.79%2032.82%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M210.35%20129.36c-.81-.47-1.7-.92-2.62-1.36c.92-.44%201.81-.89%202.62-1.36a40%2040%200%201%200-40-69.28c-.81.47-1.65%201-2.48%201.59c.08-1%20.13-2%20.13-3a40%2040%200%200%200-80%200c0%20.94%200%201.94.13%203c-.83-.57-1.67-1.12-2.48-1.59a40%2040%200%201%200-40%2069.28c.81.47%201.7.92%202.62%201.36c-.92.44-1.81.89-2.62%201.36a40%2040%200%201%200%2040%2069.28c.81-.47%201.65-1%202.48-1.59c-.08%201-.13%202-.13%202.95a40%2040%200%200%200%2080%200c0-.94-.05-1.94-.13-2.95c.83.57%201.67%201.12%202.48%201.59a39.8%2039.8%200%200%200%2019.94%205.36a40.4%2040.4%200%200%200%2010.42-1.38a40%2040%200%200%200%209.64-73.28ZM104%20128a24%2024%200%201%201%2024%2024a24%2024%200%200%201-24-24m74.35-56.79a24%2024%200%201%201%2024%2041.57c-6.27%203.63-18.61%206.13-35.16%207.19a40%2040%200%200%200-12.66-21.87c9.2-13.82%2017.55-23.26%2023.82-26.89M128%2032a24%2024%200%200%201%2024%2024c0%207.24-4%2019.19-11.36%2034.06a39.8%2039.8%200%200%200-25.28%200C108%2075.19%20104%2063.24%20104%2056a24%2024%200%200%201%2024-24M44.86%2080a24%2024%200%200%201%2032.79-8.79c6.27%203.63%2014.62%2013.07%2023.82%2026.89A40%2040%200%200%200%2088.81%20120c-16.55-1.06-28.89-3.56-35.16-7.18A24%2024%200%200%201%2044.86%2080m32.79%20104.79a24%2024%200%201%201-24-41.57c6.27-3.63%2018.61-6.13%2035.16-7.19a40%2040%200%200%200%2012.66%2021.87c-9.2%2013.82-17.55%2023.26-23.82%2026.89M128%20224a24%2024%200%200%201-24-24c0-7.24%204-19.19%2011.36-34.06a39.8%2039.8%200%200%200%2025.28%200C148%20180.81%20152%20192.76%20152%20200a24%2024%200%200%201-24%2024m83.14-48a24%2024%200%200%201-32.79%208.79c-6.27-3.63-14.62-13.07-23.82-26.89a40%2040%200%200%200%2012.66-21.9c16.55%201.06%2028.89%203.56%2035.16%207.18a24%2024%200%200%201%208.79%2032.82%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/flower.svg?color=%231a73e8&size=48