flower icon
flower-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- flower-thin
- Set
- Phosphor
- Style
- Thin
- 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="M208.35 132.82a51 51 0 0 0-12.59-4.82a51 51 0 0 0 12.59-4.82a36 36 0 0 0-36-62.36a51.5 51.5 0 0 0-10.47 8.5A51.3 51.3 0 0 0 164 56a36 36 0 0 0-72 0a51.3 51.3 0 0 0 2.12 13.32a51.5 51.5 0 0 0-10.47-8.5a36 36 0 1 0-36 62.36A51 51 0 0 0 60.24 128a51 51 0 0 0-12.59 4.82a36 36 0 1 0 36 62.36a51.5 51.5 0 0 0 10.47-8.5A51.3 51.3 0 0 0 92 200a36 36 0 0 0 72 0a51.3 51.3 0 0 0-2.12-13.32a51.5 51.5 0 0 0 10.47 8.5a35.85 35.85 0 0 0 18 4.84a36.2 36.2 0 0 0 9.37-1.25a36 36 0 0 0 8.68-66Zm-32-65.07a28 28 0 0 1 28 48.5c-6.95 4-19.82 6.66-37.44 7.74l-3.16-.17a36 36 0 0 0-14.26-24.68c.49-1 1-1.9 1.44-2.84c9.74-14.71 18.47-24.53 25.42-28.55M128 156a28 28 0 1 1 28-28a28 28 0 0 1-28 28m0-128a28 28 0 0 1 28 28c0 8-4.14 20.5-12 36.3c-.58.87-1.15 1.75-1.73 2.65a35.94 35.94 0 0 0-28.52 0c-.58-.9-1.15-1.78-1.73-2.65C104.14 76.5 100 64 100 56a28 28 0 0 1 28-28m-76.35 88.25a28 28 0 1 1 28-48.5c6.95 4 15.68 13.84 25.42 28.55c.47.94 1 1.88 1.44 2.84a36 36 0 0 0-14.26 24.68l-3.16.17c-17.62-1.08-30.49-3.73-37.44-7.74m28 72a28 28 0 1 1-28-48.5c7-4 19.82-6.66 37.44-7.74l3.16.17a36 36 0 0 0 14.26 24.68c-.49 1-1 1.9-1.44 2.84c-9.74 14.71-18.47 24.53-25.42 28.55M128 228a28 28 0 0 1-28-28c0-8 4.14-20.5 12-36.3c.58-.87 1.15-1.75 1.73-2.65a35.94 35.94 0 0 0 28.52 0c.58.9 1.15 1.78 1.73 2.65c7.87 15.8 12 28.27 12 36.3A28 28 0 0 1 128 228m86.6-50a28 28 0 0 1-38.25 10.25c-6.95-4-15.68-13.84-25.42-28.55c-.47-.94-1-1.88-1.44-2.84a36 36 0 0 0 14.26-24.68l3.16-.17c17.62 1.08 30.49 3.73 37.44 7.74A28 28 0 0 1 214.6 178"/></svg>
React
import type { SVGProps } from "react";
export function PhFlowerThin(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="M208.35 132.82a51 51 0 0 0-12.59-4.82a51 51 0 0 0 12.59-4.82a36 36 0 0 0-36-62.36a51.5 51.5 0 0 0-10.47 8.5A51.3 51.3 0 0 0 164 56a36 36 0 0 0-72 0a51.3 51.3 0 0 0 2.12 13.32a51.5 51.5 0 0 0-10.47-8.5a36 36 0 1 0-36 62.36A51 51 0 0 0 60.24 128a51 51 0 0 0-12.59 4.82a36 36 0 1 0 36 62.36a51.5 51.5 0 0 0 10.47-8.5A51.3 51.3 0 0 0 92 200a36 36 0 0 0 72 0a51.3 51.3 0 0 0-2.12-13.32a51.5 51.5 0 0 0 10.47 8.5a35.85 35.85 0 0 0 18 4.84a36.2 36.2 0 0 0 9.37-1.25a36 36 0 0 0 8.68-66Zm-32-65.07a28 28 0 0 1 28 48.5c-6.95 4-19.82 6.66-37.44 7.74l-3.16-.17a36 36 0 0 0-14.26-24.68c.49-1 1-1.9 1.44-2.84c9.74-14.71 18.47-24.53 25.42-28.55M128 156a28 28 0 1 1 28-28a28 28 0 0 1-28 28m0-128a28 28 0 0 1 28 28c0 8-4.14 20.5-12 36.3c-.58.87-1.15 1.75-1.73 2.65a35.94 35.94 0 0 0-28.52 0c-.58-.9-1.15-1.78-1.73-2.65C104.14 76.5 100 64 100 56a28 28 0 0 1 28-28m-76.35 88.25a28 28 0 1 1 28-48.5c6.95 4 15.68 13.84 25.42 28.55c.47.94 1 1.88 1.44 2.84a36 36 0 0 0-14.26 24.68l-3.16.17c-17.62-1.08-30.49-3.73-37.44-7.74m28 72a28 28 0 1 1-28-48.5c7-4 19.82-6.66 37.44-7.74l3.16.17a36 36 0 0 0 14.26 24.68c-.49 1-1 1.9-1.44 2.84c-9.74 14.71-18.47 24.53-25.42 28.55M128 228a28 28 0 0 1-28-28c0-8 4.14-20.5 12-36.3c.58-.87 1.15-1.75 1.73-2.65a35.94 35.94 0 0 0 28.52 0c.58.9 1.15 1.78 1.73 2.65c7.87 15.8 12 28.27 12 36.3A28 28 0 0 1 128 228m86.6-50a28 28 0 0 1-38.25 10.25c-6.95-4-15.68-13.84-25.42-28.55c-.47-.94-1-1.88-1.44-2.84a36 36 0 0 0 14.26-24.68l3.16-.17c17.62 1.08 30.49 3.73 37.44 7.74A28 28 0 0 1 214.6 178"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M208.35 132.82a51 51 0 0 0-12.59-4.82a51 51 0 0 0 12.59-4.82a36 36 0 0 0-36-62.36a51.5 51.5 0 0 0-10.47 8.5A51.3 51.3 0 0 0 164 56a36 36 0 0 0-72 0a51.3 51.3 0 0 0 2.12 13.32a51.5 51.5 0 0 0-10.47-8.5a36 36 0 1 0-36 62.36A51 51 0 0 0 60.24 128a51 51 0 0 0-12.59 4.82a36 36 0 1 0 36 62.36a51.5 51.5 0 0 0 10.47-8.5A51.3 51.3 0 0 0 92 200a36 36 0 0 0 72 0a51.3 51.3 0 0 0-2.12-13.32a51.5 51.5 0 0 0 10.47 8.5a35.85 35.85 0 0 0 18 4.84a36.2 36.2 0 0 0 9.37-1.25a36 36 0 0 0 8.68-66Zm-32-65.07a28 28 0 0 1 28 48.5c-6.95 4-19.82 6.66-37.44 7.74l-3.16-.17a36 36 0 0 0-14.26-24.68c.49-1 1-1.9 1.44-2.84c9.74-14.71 18.47-24.53 25.42-28.55M128 156a28 28 0 1 1 28-28a28 28 0 0 1-28 28m0-128a28 28 0 0 1 28 28c0 8-4.14 20.5-12 36.3c-.58.87-1.15 1.75-1.73 2.65a35.94 35.94 0 0 0-28.52 0c-.58-.9-1.15-1.78-1.73-2.65C104.14 76.5 100 64 100 56a28 28 0 0 1 28-28m-76.35 88.25a28 28 0 1 1 28-48.5c6.95 4 15.68 13.84 25.42 28.55c.47.94 1 1.88 1.44 2.84a36 36 0 0 0-14.26 24.68l-3.16.17c-17.62-1.08-30.49-3.73-37.44-7.74m28 72a28 28 0 1 1-28-48.5c7-4 19.82-6.66 37.44-7.74l3.16.17a36 36 0 0 0 14.26 24.68c-.49 1-1 1.9-1.44 2.84c-9.74 14.71-18.47 24.53-25.42 28.55M128 228a28 28 0 0 1-28-28c0-8 4.14-20.5 12-36.3c.58-.87 1.15-1.75 1.73-2.65a35.94 35.94 0 0 0 28.52 0c.58.9 1.15 1.78 1.73 2.65c7.87 15.8 12 28.27 12 36.3A28 28 0 0 1 128 228m86.6-50a28 28 0 0 1-38.25 10.25c-6.95-4-15.68-13.84-25.42-28.55c-.47-.94-1-1.88-1.44-2.84a36 36 0 0 0 14.26-24.68l3.16-.17c17.62 1.08 30.49 3.73 37.44 7.74A28 28 0 0 1 214.6 178"/></svg> </template>
CSS
.icon-flower-thin {
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%22M208.35%20132.82a51%2051%200%200%200-12.59-4.82a51%2051%200%200%200%2012.59-4.82a36%2036%200%200%200-36-62.36a51.5%2051.5%200%200%200-10.47%208.5A51.3%2051.3%200%200%200%20164%2056a36%2036%200%200%200-72%200a51.3%2051.3%200%200%200%202.12%2013.32a51.5%2051.5%200%200%200-10.47-8.5a36%2036%200%201%200-36%2062.36A51%2051%200%200%200%2060.24%20128a51%2051%200%200%200-12.59%204.82a36%2036%200%201%200%2036%2062.36a51.5%2051.5%200%200%200%2010.47-8.5A51.3%2051.3%200%200%200%2092%20200a36%2036%200%200%200%2072%200a51.3%2051.3%200%200%200-2.12-13.32a51.5%2051.5%200%200%200%2010.47%208.5a35.85%2035.85%200%200%200%2018%204.84a36.2%2036.2%200%200%200%209.37-1.25a36%2036%200%200%200%208.68-66Zm-32-65.07a28%2028%200%200%201%2028%2048.5c-6.95%204-19.82%206.66-37.44%207.74l-3.16-.17a36%2036%200%200%200-14.26-24.68c.49-1%201-1.9%201.44-2.84c9.74-14.71%2018.47-24.53%2025.42-28.55M128%20156a28%2028%200%201%201%2028-28a28%2028%200%200%201-28%2028m0-128a28%2028%200%200%201%2028%2028c0%208-4.14%2020.5-12%2036.3c-.58.87-1.15%201.75-1.73%202.65a35.94%2035.94%200%200%200-28.52%200c-.58-.9-1.15-1.78-1.73-2.65C104.14%2076.5%20100%2064%20100%2056a28%2028%200%200%201%2028-28m-76.35%2088.25a28%2028%200%201%201%2028-48.5c6.95%204%2015.68%2013.84%2025.42%2028.55c.47.94%201%201.88%201.44%202.84a36%2036%200%200%200-14.26%2024.68l-3.16.17c-17.62-1.08-30.49-3.73-37.44-7.74m28%2072a28%2028%200%201%201-28-48.5c7-4%2019.82-6.66%2037.44-7.74l3.16.17a36%2036%200%200%200%2014.26%2024.68c-.49%201-1%201.9-1.44%202.84c-9.74%2014.71-18.47%2024.53-25.42%2028.55M128%20228a28%2028%200%200%201-28-28c0-8%204.14-20.5%2012-36.3c.58-.87%201.15-1.75%201.73-2.65a35.94%2035.94%200%200%200%2028.52%200c.58.9%201.15%201.78%201.73%202.65c7.87%2015.8%2012%2028.27%2012%2036.3A28%2028%200%200%201%20128%20228m86.6-50a28%2028%200%200%201-38.25%2010.25c-6.95-4-15.68-13.84-25.42-28.55c-.47-.94-1-1.88-1.44-2.84a36%2036%200%200%200%2014.26-24.68l3.16-.17c17.62%201.08%2030.49%203.73%2037.44%207.74A28%2028%200%200%201%20214.6%20178%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%22M208.35%20132.82a51%2051%200%200%200-12.59-4.82a51%2051%200%200%200%2012.59-4.82a36%2036%200%200%200-36-62.36a51.5%2051.5%200%200%200-10.47%208.5A51.3%2051.3%200%200%200%20164%2056a36%2036%200%200%200-72%200a51.3%2051.3%200%200%200%202.12%2013.32a51.5%2051.5%200%200%200-10.47-8.5a36%2036%200%201%200-36%2062.36A51%2051%200%200%200%2060.24%20128a51%2051%200%200%200-12.59%204.82a36%2036%200%201%200%2036%2062.36a51.5%2051.5%200%200%200%2010.47-8.5A51.3%2051.3%200%200%200%2092%20200a36%2036%200%200%200%2072%200a51.3%2051.3%200%200%200-2.12-13.32a51.5%2051.5%200%200%200%2010.47%208.5a35.85%2035.85%200%200%200%2018%204.84a36.2%2036.2%200%200%200%209.37-1.25a36%2036%200%200%200%208.68-66Zm-32-65.07a28%2028%200%200%201%2028%2048.5c-6.95%204-19.82%206.66-37.44%207.74l-3.16-.17a36%2036%200%200%200-14.26-24.68c.49-1%201-1.9%201.44-2.84c9.74-14.71%2018.47-24.53%2025.42-28.55M128%20156a28%2028%200%201%201%2028-28a28%2028%200%200%201-28%2028m0-128a28%2028%200%200%201%2028%2028c0%208-4.14%2020.5-12%2036.3c-.58.87-1.15%201.75-1.73%202.65a35.94%2035.94%200%200%200-28.52%200c-.58-.9-1.15-1.78-1.73-2.65C104.14%2076.5%20100%2064%20100%2056a28%2028%200%200%201%2028-28m-76.35%2088.25a28%2028%200%201%201%2028-48.5c6.95%204%2015.68%2013.84%2025.42%2028.55c.47.94%201%201.88%201.44%202.84a36%2036%200%200%200-14.26%2024.68l-3.16.17c-17.62-1.08-30.49-3.73-37.44-7.74m28%2072a28%2028%200%201%201-28-48.5c7-4%2019.82-6.66%2037.44-7.74l3.16.17a36%2036%200%200%200%2014.26%2024.68c-.49%201-1%201.9-1.44%202.84c-9.74%2014.71-18.47%2024.53-25.42%2028.55M128%20228a28%2028%200%200%201-28-28c0-8%204.14-20.5%2012-36.3c.58-.87%201.15-1.75%201.73-2.65a35.94%2035.94%200%200%200%2028.52%200c.58.9%201.15%201.78%201.73%202.65c7.87%2015.8%2012%2028.27%2012%2036.3A28%2028%200%200%201%20128%20228m86.6-50a28%2028%200%200%201-38.25%2010.25c-6.95-4-15.68-13.84-25.42-28.55c-.47-.94-1-1.88-1.44-2.84a36%2036%200%200%200%2014.26-24.68l3.16-.17c17.62%201.08%2030.49%203.73%2037.44%207.74A28%2028%200%200%201%20214.6%20178%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/flower-thin.svg?color=%231a73e8&size=48