flower lotus icon
flower-lotus-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- flower-lotus-bold
- Set
- Phosphor
- Style
- Bold
- 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="M249.3 119.63a19.5 19.5 0 0 0-12-9.2a76 76 0 0 0-18.38-2.43a92.2 92.2 0 0 0-3-42a20.15 20.15 0 0 0-23.44-13.57A88.4 88.4 0 0 0 166.3 62.8A98 98 0 0 0 140 32a20.07 20.07 0 0 0-24 0a98 98 0 0 0-26.3 30.8a88.4 88.4 0 0 0-26.15-10.38A20.15 20.15 0 0 0 40.11 66a92.2 92.2 0 0 0-3 42a76 76 0 0 0-18.41 2.43a19.5 19.5 0 0 0-12 9.2a20 20 0 0 0-2 15.31c3.55 13.16 14.4 38.16 47.14 57.72C84.16 212 112.76 212 128.08 212s43.76 0 76.07-19.34c32.74-19.56 43.59-44.56 47.14-57.72a20 20 0 0 0-1.99-15.31M64.16 172.05c-22.29-13.32-31.35-29.13-35-39.35a57.5 57.5 0 0 1 14.54-.46a134 134 0 0 0 8.55 17.69a142.5 142.5 0 0 0 19.59 26.32q-3.81-1.875-7.68-4.2M79 147.27c-2.1-3-4.12-6-6-9.29c-15.63-27.28-14.16-49.04-11-61.22a69 69 0 0 1 18.5 8.57a124.2 124.2 0 0 0-4.5 33.84a127.6 127.6 0 0 0 3 28.1m49 38c-9.72-8.07-28-28.28-28-66.13c0-37.42 18-57.7 28-66.08c10 8.38 28 28.66 28 66.08c0 37.86-18.28 58.09-28 66.16Zm49-38a127.6 127.6 0 0 0 3-28.1a124.2 124.2 0 0 0-4.5-33.84a69 69 0 0 1 18.5-8.58c3.13 12.19 4.6 34-11.06 61.23c-1.84 3.25-3.86 6.34-5.94 9.29m14.86 24.78c-2.56 1.53-5.09 2.91-7.58 4.16a142.5 142.5 0 0 0 19.51-26.28a134 134 0 0 0 8.55-17.69a57.5 57.5 0 0 1 14.54.46c-3.69 10.22-12.75 26.03-35.04 39.35Z"/></svg>
React
import type { SVGProps } from "react";
export function PhFlowerLotusBold(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="M249.3 119.63a19.5 19.5 0 0 0-12-9.2a76 76 0 0 0-18.38-2.43a92.2 92.2 0 0 0-3-42a20.15 20.15 0 0 0-23.44-13.57A88.4 88.4 0 0 0 166.3 62.8A98 98 0 0 0 140 32a20.07 20.07 0 0 0-24 0a98 98 0 0 0-26.3 30.8a88.4 88.4 0 0 0-26.15-10.38A20.15 20.15 0 0 0 40.11 66a92.2 92.2 0 0 0-3 42a76 76 0 0 0-18.41 2.43a19.5 19.5 0 0 0-12 9.2a20 20 0 0 0-2 15.31c3.55 13.16 14.4 38.16 47.14 57.72C84.16 212 112.76 212 128.08 212s43.76 0 76.07-19.34c32.74-19.56 43.59-44.56 47.14-57.72a20 20 0 0 0-1.99-15.31M64.16 172.05c-22.29-13.32-31.35-29.13-35-39.35a57.5 57.5 0 0 1 14.54-.46a134 134 0 0 0 8.55 17.69a142.5 142.5 0 0 0 19.59 26.32q-3.81-1.875-7.68-4.2M79 147.27c-2.1-3-4.12-6-6-9.29c-15.63-27.28-14.16-49.04-11-61.22a69 69 0 0 1 18.5 8.57a124.2 124.2 0 0 0-4.5 33.84a127.6 127.6 0 0 0 3 28.1m49 38c-9.72-8.07-28-28.28-28-66.13c0-37.42 18-57.7 28-66.08c10 8.38 28 28.66 28 66.08c0 37.86-18.28 58.09-28 66.16Zm49-38a127.6 127.6 0 0 0 3-28.1a124.2 124.2 0 0 0-4.5-33.84a69 69 0 0 1 18.5-8.58c3.13 12.19 4.6 34-11.06 61.23c-1.84 3.25-3.86 6.34-5.94 9.29m14.86 24.78c-2.56 1.53-5.09 2.91-7.58 4.16a142.5 142.5 0 0 0 19.51-26.28a134 134 0 0 0 8.55-17.69a57.5 57.5 0 0 1 14.54.46c-3.69 10.22-12.75 26.03-35.04 39.35Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M249.3 119.63a19.5 19.5 0 0 0-12-9.2a76 76 0 0 0-18.38-2.43a92.2 92.2 0 0 0-3-42a20.15 20.15 0 0 0-23.44-13.57A88.4 88.4 0 0 0 166.3 62.8A98 98 0 0 0 140 32a20.07 20.07 0 0 0-24 0a98 98 0 0 0-26.3 30.8a88.4 88.4 0 0 0-26.15-10.38A20.15 20.15 0 0 0 40.11 66a92.2 92.2 0 0 0-3 42a76 76 0 0 0-18.41 2.43a19.5 19.5 0 0 0-12 9.2a20 20 0 0 0-2 15.31c3.55 13.16 14.4 38.16 47.14 57.72C84.16 212 112.76 212 128.08 212s43.76 0 76.07-19.34c32.74-19.56 43.59-44.56 47.14-57.72a20 20 0 0 0-1.99-15.31M64.16 172.05c-22.29-13.32-31.35-29.13-35-39.35a57.5 57.5 0 0 1 14.54-.46a134 134 0 0 0 8.55 17.69a142.5 142.5 0 0 0 19.59 26.32q-3.81-1.875-7.68-4.2M79 147.27c-2.1-3-4.12-6-6-9.29c-15.63-27.28-14.16-49.04-11-61.22a69 69 0 0 1 18.5 8.57a124.2 124.2 0 0 0-4.5 33.84a127.6 127.6 0 0 0 3 28.1m49 38c-9.72-8.07-28-28.28-28-66.13c0-37.42 18-57.7 28-66.08c10 8.38 28 28.66 28 66.08c0 37.86-18.28 58.09-28 66.16Zm49-38a127.6 127.6 0 0 0 3-28.1a124.2 124.2 0 0 0-4.5-33.84a69 69 0 0 1 18.5-8.58c3.13 12.19 4.6 34-11.06 61.23c-1.84 3.25-3.86 6.34-5.94 9.29m14.86 24.78c-2.56 1.53-5.09 2.91-7.58 4.16a142.5 142.5 0 0 0 19.51-26.28a134 134 0 0 0 8.55-17.69a57.5 57.5 0 0 1 14.54.46c-3.69 10.22-12.75 26.03-35.04 39.35Z"/></svg> </template>
CSS
.icon-flower-lotus-bold {
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%22M249.3%20119.63a19.5%2019.5%200%200%200-12-9.2a76%2076%200%200%200-18.38-2.43a92.2%2092.2%200%200%200-3-42a20.15%2020.15%200%200%200-23.44-13.57A88.4%2088.4%200%200%200%20166.3%2062.8A98%2098%200%200%200%20140%2032a20.07%2020.07%200%200%200-24%200a98%2098%200%200%200-26.3%2030.8a88.4%2088.4%200%200%200-26.15-10.38A20.15%2020.15%200%200%200%2040.11%2066a92.2%2092.2%200%200%200-3%2042a76%2076%200%200%200-18.41%202.43a19.5%2019.5%200%200%200-12%209.2a20%2020%200%200%200-2%2015.31c3.55%2013.16%2014.4%2038.16%2047.14%2057.72C84.16%20212%20112.76%20212%20128.08%20212s43.76%200%2076.07-19.34c32.74-19.56%2043.59-44.56%2047.14-57.72a20%2020%200%200%200-1.99-15.31M64.16%20172.05c-22.29-13.32-31.35-29.13-35-39.35a57.5%2057.5%200%200%201%2014.54-.46a134%20134%200%200%200%208.55%2017.69a142.5%20142.5%200%200%200%2019.59%2026.32q-3.81-1.875-7.68-4.2M79%20147.27c-2.1-3-4.12-6-6-9.29c-15.63-27.28-14.16-49.04-11-61.22a69%2069%200%200%201%2018.5%208.57a124.2%20124.2%200%200%200-4.5%2033.84a127.6%20127.6%200%200%200%203%2028.1m49%2038c-9.72-8.07-28-28.28-28-66.13c0-37.42%2018-57.7%2028-66.08c10%208.38%2028%2028.66%2028%2066.08c0%2037.86-18.28%2058.09-28%2066.16Zm49-38a127.6%20127.6%200%200%200%203-28.1a124.2%20124.2%200%200%200-4.5-33.84a69%2069%200%200%201%2018.5-8.58c3.13%2012.19%204.6%2034-11.06%2061.23c-1.84%203.25-3.86%206.34-5.94%209.29m14.86%2024.78c-2.56%201.53-5.09%202.91-7.58%204.16a142.5%20142.5%200%200%200%2019.51-26.28a134%20134%200%200%200%208.55-17.69a57.5%2057.5%200%200%201%2014.54.46c-3.69%2010.22-12.75%2026.03-35.04%2039.35Z%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%22M249.3%20119.63a19.5%2019.5%200%200%200-12-9.2a76%2076%200%200%200-18.38-2.43a92.2%2092.2%200%200%200-3-42a20.15%2020.15%200%200%200-23.44-13.57A88.4%2088.4%200%200%200%20166.3%2062.8A98%2098%200%200%200%20140%2032a20.07%2020.07%200%200%200-24%200a98%2098%200%200%200-26.3%2030.8a88.4%2088.4%200%200%200-26.15-10.38A20.15%2020.15%200%200%200%2040.11%2066a92.2%2092.2%200%200%200-3%2042a76%2076%200%200%200-18.41%202.43a19.5%2019.5%200%200%200-12%209.2a20%2020%200%200%200-2%2015.31c3.55%2013.16%2014.4%2038.16%2047.14%2057.72C84.16%20212%20112.76%20212%20128.08%20212s43.76%200%2076.07-19.34c32.74-19.56%2043.59-44.56%2047.14-57.72a20%2020%200%200%200-1.99-15.31M64.16%20172.05c-22.29-13.32-31.35-29.13-35-39.35a57.5%2057.5%200%200%201%2014.54-.46a134%20134%200%200%200%208.55%2017.69a142.5%20142.5%200%200%200%2019.59%2026.32q-3.81-1.875-7.68-4.2M79%20147.27c-2.1-3-4.12-6-6-9.29c-15.63-27.28-14.16-49.04-11-61.22a69%2069%200%200%201%2018.5%208.57a124.2%20124.2%200%200%200-4.5%2033.84a127.6%20127.6%200%200%200%203%2028.1m49%2038c-9.72-8.07-28-28.28-28-66.13c0-37.42%2018-57.7%2028-66.08c10%208.38%2028%2028.66%2028%2066.08c0%2037.86-18.28%2058.09-28%2066.16Zm49-38a127.6%20127.6%200%200%200%203-28.1a124.2%20124.2%200%200%200-4.5-33.84a69%2069%200%200%201%2018.5-8.58c3.13%2012.19%204.6%2034-11.06%2061.23c-1.84%203.25-3.86%206.34-5.94%209.29m14.86%2024.78c-2.56%201.53-5.09%202.91-7.58%204.16a142.5%20142.5%200%200%200%2019.51-26.28a134%20134%200%200%200%208.55-17.69a57.5%2057.5%200%200%201%2014.54.46c-3.69%2010.22-12.75%2026.03-35.04%2039.35Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/flower-lotus-bold.svg?color=%231a73e8&size=48