flower lotus icon
flower-lotus-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- flower-lotus-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 lotus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M242.37 123.65a11.54 11.54 0 0 0-7.08-5.46a71.5 71.5 0 0 0-26.29-1.67c5.48-21.46 2.38-38.36-.75-48a12.16 12.16 0 0 0-14.16-8.19a82.85 82.85 0 0 0-31 14.17a91.06 91.06 0 0 0-27.9-36a11.91 11.91 0 0 0-14.44 0a91.06 91.06 0 0 0-27.9 36a82.9 82.9 0 0 0-31-14.17a12.16 12.16 0 0 0-14.16 8.19c-3.13 9.68-6.23 26.58-.75 48a71.5 71.5 0 0 0-26.26 1.67a11.54 11.54 0 0 0-7.08 5.46a12 12 0 0 0-1.2 9.22c3.24 12 13.2 34.81 43.52 52.92S113.45 204 128 204s41.61 0 72.07-18.21s40.28-40.93 43.52-52.92a12 12 0 0 0-1.22-9.22M195.8 68.11a4.2 4.2 0 0 1 4.87 2.89c4 12.5 8 38.35-10.77 71c-10.45 18.19-25.11 32.2-38.11 41.44C162 170 172 149.24 172 119.19a113.4 113.4 0 0 0-5.88-37a75.3 75.3 0 0 1 29.68-14.08M55.33 71a4.19 4.19 0 0 1 4.87-2.84a75.3 75.3 0 0 1 29.68 14.03a113.4 113.4 0 0 0-5.88 37c0 30.05 10 50.82 20.21 64.23c-13-9.24-27.66-23.25-38.11-41.44C47.32 109.3 51.29 83.45 55.33 71m4.72 108c-27.9-16.67-37-37.32-39.9-48.15a4 4 0 0 1 .41-3.13a3.6 3.6 0 0 1 2.21-1.73a64.6 64.6 0 0 1 26.73-1a123.5 123.5 0 0 0 9.66 21c13.28 23.1 32.66 39.67 48.27 49.11a116.3 116.3 0 0 1-47.38-16.17Zm68 16.34a75.8 75.8 0 0 1-17.08-16.4C98.37 162.58 92 142.5 92 119.19c0-44.25 23.49-66.75 33.59-74.36a4 4 0 0 1 4.82 0c10.1 7.61 33.59 30.11 33.59 74.36c0 23.31-6.37 43.39-18.92 59.68a75.8 75.8 0 0 1-17.08 16.4Zm107.85-64.49c-2.92 10.83-12 31.48-39.9 48.15a116.3 116.3 0 0 1-47.38 16.15c15.61-9.44 35-26 48.27-49.11a123.5 123.5 0 0 0 9.66-21a64.45 64.45 0 0 1 26.73 1a3.6 3.6 0 0 1 2.21 1.73a4 4 0 0 1 .36 3.01Z"/></svg>
React
import type { SVGProps } from "react";
export function PhFlowerLotusThin(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="M242.37 123.65a11.54 11.54 0 0 0-7.08-5.46a71.5 71.5 0 0 0-26.29-1.67c5.48-21.46 2.38-38.36-.75-48a12.16 12.16 0 0 0-14.16-8.19a82.85 82.85 0 0 0-31 14.17a91.06 91.06 0 0 0-27.9-36a11.91 11.91 0 0 0-14.44 0a91.06 91.06 0 0 0-27.9 36a82.9 82.9 0 0 0-31-14.17a12.16 12.16 0 0 0-14.16 8.19c-3.13 9.68-6.23 26.58-.75 48a71.5 71.5 0 0 0-26.26 1.67a11.54 11.54 0 0 0-7.08 5.46a12 12 0 0 0-1.2 9.22c3.24 12 13.2 34.81 43.52 52.92S113.45 204 128 204s41.61 0 72.07-18.21s40.28-40.93 43.52-52.92a12 12 0 0 0-1.22-9.22M195.8 68.11a4.2 4.2 0 0 1 4.87 2.89c4 12.5 8 38.35-10.77 71c-10.45 18.19-25.11 32.2-38.11 41.44C162 170 172 149.24 172 119.19a113.4 113.4 0 0 0-5.88-37a75.3 75.3 0 0 1 29.68-14.08M55.33 71a4.19 4.19 0 0 1 4.87-2.84a75.3 75.3 0 0 1 29.68 14.03a113.4 113.4 0 0 0-5.88 37c0 30.05 10 50.82 20.21 64.23c-13-9.24-27.66-23.25-38.11-41.44C47.32 109.3 51.29 83.45 55.33 71m4.72 108c-27.9-16.67-37-37.32-39.9-48.15a4 4 0 0 1 .41-3.13a3.6 3.6 0 0 1 2.21-1.73a64.6 64.6 0 0 1 26.73-1a123.5 123.5 0 0 0 9.66 21c13.28 23.1 32.66 39.67 48.27 49.11a116.3 116.3 0 0 1-47.38-16.17Zm68 16.34a75.8 75.8 0 0 1-17.08-16.4C98.37 162.58 92 142.5 92 119.19c0-44.25 23.49-66.75 33.59-74.36a4 4 0 0 1 4.82 0c10.1 7.61 33.59 30.11 33.59 74.36c0 23.31-6.37 43.39-18.92 59.68a75.8 75.8 0 0 1-17.08 16.4Zm107.85-64.49c-2.92 10.83-12 31.48-39.9 48.15a116.3 116.3 0 0 1-47.38 16.15c15.61-9.44 35-26 48.27-49.11a123.5 123.5 0 0 0 9.66-21a64.45 64.45 0 0 1 26.73 1a3.6 3.6 0 0 1 2.21 1.73a4 4 0 0 1 .36 3.01Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M242.37 123.65a11.54 11.54 0 0 0-7.08-5.46a71.5 71.5 0 0 0-26.29-1.67c5.48-21.46 2.38-38.36-.75-48a12.16 12.16 0 0 0-14.16-8.19a82.85 82.85 0 0 0-31 14.17a91.06 91.06 0 0 0-27.9-36a11.91 11.91 0 0 0-14.44 0a91.06 91.06 0 0 0-27.9 36a82.9 82.9 0 0 0-31-14.17a12.16 12.16 0 0 0-14.16 8.19c-3.13 9.68-6.23 26.58-.75 48a71.5 71.5 0 0 0-26.26 1.67a11.54 11.54 0 0 0-7.08 5.46a12 12 0 0 0-1.2 9.22c3.24 12 13.2 34.81 43.52 52.92S113.45 204 128 204s41.61 0 72.07-18.21s40.28-40.93 43.52-52.92a12 12 0 0 0-1.22-9.22M195.8 68.11a4.2 4.2 0 0 1 4.87 2.89c4 12.5 8 38.35-10.77 71c-10.45 18.19-25.11 32.2-38.11 41.44C162 170 172 149.24 172 119.19a113.4 113.4 0 0 0-5.88-37a75.3 75.3 0 0 1 29.68-14.08M55.33 71a4.19 4.19 0 0 1 4.87-2.84a75.3 75.3 0 0 1 29.68 14.03a113.4 113.4 0 0 0-5.88 37c0 30.05 10 50.82 20.21 64.23c-13-9.24-27.66-23.25-38.11-41.44C47.32 109.3 51.29 83.45 55.33 71m4.72 108c-27.9-16.67-37-37.32-39.9-48.15a4 4 0 0 1 .41-3.13a3.6 3.6 0 0 1 2.21-1.73a64.6 64.6 0 0 1 26.73-1a123.5 123.5 0 0 0 9.66 21c13.28 23.1 32.66 39.67 48.27 49.11a116.3 116.3 0 0 1-47.38-16.17Zm68 16.34a75.8 75.8 0 0 1-17.08-16.4C98.37 162.58 92 142.5 92 119.19c0-44.25 23.49-66.75 33.59-74.36a4 4 0 0 1 4.82 0c10.1 7.61 33.59 30.11 33.59 74.36c0 23.31-6.37 43.39-18.92 59.68a75.8 75.8 0 0 1-17.08 16.4Zm107.85-64.49c-2.92 10.83-12 31.48-39.9 48.15a116.3 116.3 0 0 1-47.38 16.15c15.61-9.44 35-26 48.27-49.11a123.5 123.5 0 0 0 9.66-21a64.45 64.45 0 0 1 26.73 1a3.6 3.6 0 0 1 2.21 1.73a4 4 0 0 1 .36 3.01Z"/></svg> </template>
CSS
.icon-flower-lotus-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%22M242.37%20123.65a11.54%2011.54%200%200%200-7.08-5.46a71.5%2071.5%200%200%200-26.29-1.67c5.48-21.46%202.38-38.36-.75-48a12.16%2012.16%200%200%200-14.16-8.19a82.85%2082.85%200%200%200-31%2014.17a91.06%2091.06%200%200%200-27.9-36a11.91%2011.91%200%200%200-14.44%200a91.06%2091.06%200%200%200-27.9%2036a82.9%2082.9%200%200%200-31-14.17a12.16%2012.16%200%200%200-14.16%208.19c-3.13%209.68-6.23%2026.58-.75%2048a71.5%2071.5%200%200%200-26.26%201.67a11.54%2011.54%200%200%200-7.08%205.46a12%2012%200%200%200-1.2%209.22c3.24%2012%2013.2%2034.81%2043.52%2052.92S113.45%20204%20128%20204s41.61%200%2072.07-18.21s40.28-40.93%2043.52-52.92a12%2012%200%200%200-1.22-9.22M195.8%2068.11a4.2%204.2%200%200%201%204.87%202.89c4%2012.5%208%2038.35-10.77%2071c-10.45%2018.19-25.11%2032.2-38.11%2041.44C162%20170%20172%20149.24%20172%20119.19a113.4%20113.4%200%200%200-5.88-37a75.3%2075.3%200%200%201%2029.68-14.08M55.33%2071a4.19%204.19%200%200%201%204.87-2.84a75.3%2075.3%200%200%201%2029.68%2014.03a113.4%20113.4%200%200%200-5.88%2037c0%2030.05%2010%2050.82%2020.21%2064.23c-13-9.24-27.66-23.25-38.11-41.44C47.32%20109.3%2051.29%2083.45%2055.33%2071m4.72%20108c-27.9-16.67-37-37.32-39.9-48.15a4%204%200%200%201%20.41-3.13a3.6%203.6%200%200%201%202.21-1.73a64.6%2064.6%200%200%201%2026.73-1a123.5%20123.5%200%200%200%209.66%2021c13.28%2023.1%2032.66%2039.67%2048.27%2049.11a116.3%20116.3%200%200%201-47.38-16.17Zm68%2016.34a75.8%2075.8%200%200%201-17.08-16.4C98.37%20162.58%2092%20142.5%2092%20119.19c0-44.25%2023.49-66.75%2033.59-74.36a4%204%200%200%201%204.82%200c10.1%207.61%2033.59%2030.11%2033.59%2074.36c0%2023.31-6.37%2043.39-18.92%2059.68a75.8%2075.8%200%200%201-17.08%2016.4Zm107.85-64.49c-2.92%2010.83-12%2031.48-39.9%2048.15a116.3%20116.3%200%200%201-47.38%2016.15c15.61-9.44%2035-26%2048.27-49.11a123.5%20123.5%200%200%200%209.66-21a64.45%2064.45%200%200%201%2026.73%201a3.6%203.6%200%200%201%202.21%201.73a4%204%200%200%201%20.36%203.01Z%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%22M242.37%20123.65a11.54%2011.54%200%200%200-7.08-5.46a71.5%2071.5%200%200%200-26.29-1.67c5.48-21.46%202.38-38.36-.75-48a12.16%2012.16%200%200%200-14.16-8.19a82.85%2082.85%200%200%200-31%2014.17a91.06%2091.06%200%200%200-27.9-36a11.91%2011.91%200%200%200-14.44%200a91.06%2091.06%200%200%200-27.9%2036a82.9%2082.9%200%200%200-31-14.17a12.16%2012.16%200%200%200-14.16%208.19c-3.13%209.68-6.23%2026.58-.75%2048a71.5%2071.5%200%200%200-26.26%201.67a11.54%2011.54%200%200%200-7.08%205.46a12%2012%200%200%200-1.2%209.22c3.24%2012%2013.2%2034.81%2043.52%2052.92S113.45%20204%20128%20204s41.61%200%2072.07-18.21s40.28-40.93%2043.52-52.92a12%2012%200%200%200-1.22-9.22M195.8%2068.11a4.2%204.2%200%200%201%204.87%202.89c4%2012.5%208%2038.35-10.77%2071c-10.45%2018.19-25.11%2032.2-38.11%2041.44C162%20170%20172%20149.24%20172%20119.19a113.4%20113.4%200%200%200-5.88-37a75.3%2075.3%200%200%201%2029.68-14.08M55.33%2071a4.19%204.19%200%200%201%204.87-2.84a75.3%2075.3%200%200%201%2029.68%2014.03a113.4%20113.4%200%200%200-5.88%2037c0%2030.05%2010%2050.82%2020.21%2064.23c-13-9.24-27.66-23.25-38.11-41.44C47.32%20109.3%2051.29%2083.45%2055.33%2071m4.72%20108c-27.9-16.67-37-37.32-39.9-48.15a4%204%200%200%201%20.41-3.13a3.6%203.6%200%200%201%202.21-1.73a64.6%2064.6%200%200%201%2026.73-1a123.5%20123.5%200%200%200%209.66%2021c13.28%2023.1%2032.66%2039.67%2048.27%2049.11a116.3%20116.3%200%200%201-47.38-16.17Zm68%2016.34a75.8%2075.8%200%200%201-17.08-16.4C98.37%20162.58%2092%20142.5%2092%20119.19c0-44.25%2023.49-66.75%2033.59-74.36a4%204%200%200%201%204.82%200c10.1%207.61%2033.59%2030.11%2033.59%2074.36c0%2023.31-6.37%2043.39-18.92%2059.68a75.8%2075.8%200%200%201-17.08%2016.4Zm107.85-64.49c-2.92%2010.83-12%2031.48-39.9%2048.15a116.3%20116.3%200%200%201-47.38%2016.15c15.61-9.44%2035-26%2048.27-49.11a123.5%20123.5%200%200%200%209.66-21a64.45%2064.45%200%200%201%2026.73%201a3.6%203.6%200%200%201%202.21%201.73a4%204%200%200%201%20.36%203.01Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/flower-lotus-thin.svg?color=%231a73e8&size=48