sun plant wilt icon
sun-plant-wilt from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- sun-plant-wilt
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 640×512
- License
- CC BY 4.0
The same icon in other sets
Use the sun plant wilt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M160 0c-6.3 0-12 3.7-14.6 9.5l-24.8 55.4l-56.7-21.7c-5.9-2.3-12.6-.8-17 3.6s-5.9 11.1-3.6 17L65 120.5L9.5 145.4C3.7 148 0 153.7 0 160s3.7 12 9.5 14.6l55.4 24.8l-21.7 56.7c-2.3 5.9-.8 12.6 3.6 17s11.1 5.9 17 3.6l56.7-21.7l24.8 55.4c2.6 5.8 8.3 9.5 14.6 9.5s12-3.7 14.6-9.5l24.8-55.4l56.7 21.7c5.9 2.3 12.6.8 17-3.6s5.9-11.1 3.6-17l-21.7-56.7l55.4-24.8c5.8-2.6 9.5-8.3 9.5-14.6s-3.7-12-9.5-14.6l-55.4-24.8l21.7-56.7c2.3-5.9.8-12.6-3.6-17s-11.1-5.9-17-3.6l-56.6 21.6l-24.8-55.4C172 3.7 166.3 0 160 0m0 96a64 64 0 1 1 0 128a64 64 0 1 1 0-128m32 64a32 32 0 1 0-64 0a32 32 0 1 0 64 0m312 16c0-17.7 14.3-32 32-32s32 14.3 32 32v53.4c-14.8 7.7-24 23.1-24 44.6c0 16.8 16 44 37.4 67.2c5.8 6.2 15.5 6.2 21.2 0C624 318 640 290.7 640 274c0-21.5-9.2-37-24-44.6V176c0-44.2-35.8-80-80-80s-80 35.8-80 80v22.7c-9.8-4.3-20.6-6.7-32-6.7c-44.2 0-80 35.8-80 80v21.4c-14.8 7.7-24 23.1-24 44.6c0 16.8 16 44 37.4 67.2c5.8 6.2 15.5 6.2 21.2 0C400 382 416 354.7 416 338c0-21.5-9.2-37-24-44.6V272c0-17.7 14.3-32 32-32s32 14.3 32 32v176H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h576c17.7 0 32-14.3 32-32s-14.3-32-32-32H504z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidSunPlantWilt(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M160 0c-6.3 0-12 3.7-14.6 9.5l-24.8 55.4l-56.7-21.7c-5.9-2.3-12.6-.8-17 3.6s-5.9 11.1-3.6 17L65 120.5L9.5 145.4C3.7 148 0 153.7 0 160s3.7 12 9.5 14.6l55.4 24.8l-21.7 56.7c-2.3 5.9-.8 12.6 3.6 17s11.1 5.9 17 3.6l56.7-21.7l24.8 55.4c2.6 5.8 8.3 9.5 14.6 9.5s12-3.7 14.6-9.5l24.8-55.4l56.7 21.7c5.9 2.3 12.6.8 17-3.6s5.9-11.1 3.6-17l-21.7-56.7l55.4-24.8c5.8-2.6 9.5-8.3 9.5-14.6s-3.7-12-9.5-14.6l-55.4-24.8l21.7-56.7c2.3-5.9.8-12.6-3.6-17s-11.1-5.9-17-3.6l-56.6 21.6l-24.8-55.4C172 3.7 166.3 0 160 0m0 96a64 64 0 1 1 0 128a64 64 0 1 1 0-128m32 64a32 32 0 1 0-64 0a32 32 0 1 0 64 0m312 16c0-17.7 14.3-32 32-32s32 14.3 32 32v53.4c-14.8 7.7-24 23.1-24 44.6c0 16.8 16 44 37.4 67.2c5.8 6.2 15.5 6.2 21.2 0C624 318 640 290.7 640 274c0-21.5-9.2-37-24-44.6V176c0-44.2-35.8-80-80-80s-80 35.8-80 80v22.7c-9.8-4.3-20.6-6.7-32-6.7c-44.2 0-80 35.8-80 80v21.4c-14.8 7.7-24 23.1-24 44.6c0 16.8 16 44 37.4 67.2c5.8 6.2 15.5 6.2 21.2 0C400 382 416 354.7 416 338c0-21.5-9.2-37-24-44.6V272c0-17.7 14.3-32 32-32s32 14.3 32 32v176H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h576c17.7 0 32-14.3 32-32s-14.3-32-32-32H504z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M160 0c-6.3 0-12 3.7-14.6 9.5l-24.8 55.4l-56.7-21.7c-5.9-2.3-12.6-.8-17 3.6s-5.9 11.1-3.6 17L65 120.5L9.5 145.4C3.7 148 0 153.7 0 160s3.7 12 9.5 14.6l55.4 24.8l-21.7 56.7c-2.3 5.9-.8 12.6 3.6 17s11.1 5.9 17 3.6l56.7-21.7l24.8 55.4c2.6 5.8 8.3 9.5 14.6 9.5s12-3.7 14.6-9.5l24.8-55.4l56.7 21.7c5.9 2.3 12.6.8 17-3.6s5.9-11.1 3.6-17l-21.7-56.7l55.4-24.8c5.8-2.6 9.5-8.3 9.5-14.6s-3.7-12-9.5-14.6l-55.4-24.8l21.7-56.7c2.3-5.9.8-12.6-3.6-17s-11.1-5.9-17-3.6l-56.6 21.6l-24.8-55.4C172 3.7 166.3 0 160 0m0 96a64 64 0 1 1 0 128a64 64 0 1 1 0-128m32 64a32 32 0 1 0-64 0a32 32 0 1 0 64 0m312 16c0-17.7 14.3-32 32-32s32 14.3 32 32v53.4c-14.8 7.7-24 23.1-24 44.6c0 16.8 16 44 37.4 67.2c5.8 6.2 15.5 6.2 21.2 0C624 318 640 290.7 640 274c0-21.5-9.2-37-24-44.6V176c0-44.2-35.8-80-80-80s-80 35.8-80 80v22.7c-9.8-4.3-20.6-6.7-32-6.7c-44.2 0-80 35.8-80 80v21.4c-14.8 7.7-24 23.1-24 44.6c0 16.8 16 44 37.4 67.2c5.8 6.2 15.5 6.2 21.2 0C400 382 416 354.7 416 338c0-21.5-9.2-37-24-44.6V272c0-17.7 14.3-32 32-32s32 14.3 32 32v176H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h576c17.7 0 32-14.3 32-32s-14.3-32-32-32H504z"/></svg> </template>
CSS
.icon-sun-plant-wilt {
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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M160%200c-6.3%200-12%203.7-14.6%209.5l-24.8%2055.4l-56.7-21.7c-5.9-2.3-12.6-.8-17%203.6s-5.9%2011.1-3.6%2017L65%20120.5L9.5%20145.4C3.7%20148%200%20153.7%200%20160s3.7%2012%209.5%2014.6l55.4%2024.8l-21.7%2056.7c-2.3%205.9-.8%2012.6%203.6%2017s11.1%205.9%2017%203.6l56.7-21.7l24.8%2055.4c2.6%205.8%208.3%209.5%2014.6%209.5s12-3.7%2014.6-9.5l24.8-55.4l56.7%2021.7c5.9%202.3%2012.6.8%2017-3.6s5.9-11.1%203.6-17l-21.7-56.7l55.4-24.8c5.8-2.6%209.5-8.3%209.5-14.6s-3.7-12-9.5-14.6l-55.4-24.8l21.7-56.7c2.3-5.9.8-12.6-3.6-17s-11.1-5.9-17-3.6l-56.6%2021.6l-24.8-55.4C172%203.7%20166.3%200%20160%200m0%2096a64%2064%200%201%201%200%20128a64%2064%200%201%201%200-128m32%2064a32%2032%200%201%200-64%200a32%2032%200%201%200%2064%200m312%2016c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v53.4c-14.8%207.7-24%2023.1-24%2044.6c0%2016.8%2016%2044%2037.4%2067.2c5.8%206.2%2015.5%206.2%2021.2%200C624%20318%20640%20290.7%20640%20274c0-21.5-9.2-37-24-44.6V176c0-44.2-35.8-80-80-80s-80%2035.8-80%2080v22.7c-9.8-4.3-20.6-6.7-32-6.7c-44.2%200-80%2035.8-80%2080v21.4c-14.8%207.7-24%2023.1-24%2044.6c0%2016.8%2016%2044%2037.4%2067.2c5.8%206.2%2015.5%206.2%2021.2%200C400%20382%20416%20354.7%20416%20338c0-21.5-9.2-37-24-44.6V272c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v176H32c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h576c17.7%200%2032-14.3%2032-32s-14.3-32-32-32H504z%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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M160%200c-6.3%200-12%203.7-14.6%209.5l-24.8%2055.4l-56.7-21.7c-5.9-2.3-12.6-.8-17%203.6s-5.9%2011.1-3.6%2017L65%20120.5L9.5%20145.4C3.7%20148%200%20153.7%200%20160s3.7%2012%209.5%2014.6l55.4%2024.8l-21.7%2056.7c-2.3%205.9-.8%2012.6%203.6%2017s11.1%205.9%2017%203.6l56.7-21.7l24.8%2055.4c2.6%205.8%208.3%209.5%2014.6%209.5s12-3.7%2014.6-9.5l24.8-55.4l56.7%2021.7c5.9%202.3%2012.6.8%2017-3.6s5.9-11.1%203.6-17l-21.7-56.7l55.4-24.8c5.8-2.6%209.5-8.3%209.5-14.6s-3.7-12-9.5-14.6l-55.4-24.8l21.7-56.7c2.3-5.9.8-12.6-3.6-17s-11.1-5.9-17-3.6l-56.6%2021.6l-24.8-55.4C172%203.7%20166.3%200%20160%200m0%2096a64%2064%200%201%201%200%20128a64%2064%200%201%201%200-128m32%2064a32%2032%200%201%200-64%200a32%2032%200%201%200%2064%200m312%2016c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v53.4c-14.8%207.7-24%2023.1-24%2044.6c0%2016.8%2016%2044%2037.4%2067.2c5.8%206.2%2015.5%206.2%2021.2%200C624%20318%20640%20290.7%20640%20274c0-21.5-9.2-37-24-44.6V176c0-44.2-35.8-80-80-80s-80%2035.8-80%2080v22.7c-9.8-4.3-20.6-6.7-32-6.7c-44.2%200-80%2035.8-80%2080v21.4c-14.8%207.7-24%2023.1-24%2044.6c0%2016.8%2016%2044%2037.4%2067.2c5.8%206.2%2015.5%206.2%2021.2%200C400%20382%20416%20354.7%20416%20338c0-21.5-9.2-37-24-44.6V272c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v176H32c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h576c17.7%200%2032-14.3%2032-32s-14.3-32-32-32H504z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/sun-plant-wilt.svg?color=%231a73e8&size=48