plant wilt icon
plant-wilt from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- plant-wilt
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 512×512
- License
- CC BY 4.0
The same icon in other sets
Use the plant wilt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M288 120c0-30.9 25.1-56 56-56s56 25.1 56 56v13c-29.3 10-48 34.5-48 70.1c0 27.9 25.3 74.8 66 111.6c3.8 3.5 8.9 5.3 14 5.3s10.2-1.8 14-5.3c40.7-36.8 66-83.7 66-111.6c0-35.6-18.7-60.2-48-70.1v-13C464 53.7 410.3 0 344 0S224 53.7 224 120v21.8c-16.7-8.8-35.8-13.8-56-13.8c-66.3 0-120 53.7-120 120v13c-29.3 10-48 34.5-48 70.1c0 27.9 25.3 74.8 66 111.6c3.8 3.5 8.9 5.3 14 5.3s10.2-1.8 14-5.3c40.7-36.8 66-83.7 66-111.6c0-35.6-18.7-60.2-48-70.1v-13c0-30.9 25.1-56 56-56s56 25.1 56 56v232c0 17.7 14.3 32 32 32s32-14.3 32-32z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidPlantWilt(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M288 120c0-30.9 25.1-56 56-56s56 25.1 56 56v13c-29.3 10-48 34.5-48 70.1c0 27.9 25.3 74.8 66 111.6c3.8 3.5 8.9 5.3 14 5.3s10.2-1.8 14-5.3c40.7-36.8 66-83.7 66-111.6c0-35.6-18.7-60.2-48-70.1v-13C464 53.7 410.3 0 344 0S224 53.7 224 120v21.8c-16.7-8.8-35.8-13.8-56-13.8c-66.3 0-120 53.7-120 120v13c-29.3 10-48 34.5-48 70.1c0 27.9 25.3 74.8 66 111.6c3.8 3.5 8.9 5.3 14 5.3s10.2-1.8 14-5.3c40.7-36.8 66-83.7 66-111.6c0-35.6-18.7-60.2-48-70.1v-13c0-30.9 25.1-56 56-56s56 25.1 56 56v232c0 17.7 14.3 32 32 32s32-14.3 32-32z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M288 120c0-30.9 25.1-56 56-56s56 25.1 56 56v13c-29.3 10-48 34.5-48 70.1c0 27.9 25.3 74.8 66 111.6c3.8 3.5 8.9 5.3 14 5.3s10.2-1.8 14-5.3c40.7-36.8 66-83.7 66-111.6c0-35.6-18.7-60.2-48-70.1v-13C464 53.7 410.3 0 344 0S224 53.7 224 120v21.8c-16.7-8.8-35.8-13.8-56-13.8c-66.3 0-120 53.7-120 120v13c-29.3 10-48 34.5-48 70.1c0 27.9 25.3 74.8 66 111.6c3.8 3.5 8.9 5.3 14 5.3s10.2-1.8 14-5.3c40.7-36.8 66-83.7 66-111.6c0-35.6-18.7-60.2-48-70.1v-13c0-30.9 25.1-56 56-56s56 25.1 56 56v232c0 17.7 14.3 32 32 32s32-14.3 32-32z"/></svg> </template>
CSS
.icon-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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M288%20120c0-30.9%2025.1-56%2056-56s56%2025.1%2056%2056v13c-29.3%2010-48%2034.5-48%2070.1c0%2027.9%2025.3%2074.8%2066%20111.6c3.8%203.5%208.9%205.3%2014%205.3s10.2-1.8%2014-5.3c40.7-36.8%2066-83.7%2066-111.6c0-35.6-18.7-60.2-48-70.1v-13C464%2053.7%20410.3%200%20344%200S224%2053.7%20224%20120v21.8c-16.7-8.8-35.8-13.8-56-13.8c-66.3%200-120%2053.7-120%20120v13c-29.3%2010-48%2034.5-48%2070.1c0%2027.9%2025.3%2074.8%2066%20111.6c3.8%203.5%208.9%205.3%2014%205.3s10.2-1.8%2014-5.3c40.7-36.8%2066-83.7%2066-111.6c0-35.6-18.7-60.2-48-70.1v-13c0-30.9%2025.1-56%2056-56s56%2025.1%2056%2056v232c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M288%20120c0-30.9%2025.1-56%2056-56s56%2025.1%2056%2056v13c-29.3%2010-48%2034.5-48%2070.1c0%2027.9%2025.3%2074.8%2066%20111.6c3.8%203.5%208.9%205.3%2014%205.3s10.2-1.8%2014-5.3c40.7-36.8%2066-83.7%2066-111.6c0-35.6-18.7-60.2-48-70.1v-13C464%2053.7%20410.3%200%20344%200S224%2053.7%20224%20120v21.8c-16.7-8.8-35.8-13.8-56-13.8c-66.3%200-120%2053.7-120%20120v13c-29.3%2010-48%2034.5-48%2070.1c0%2027.9%2025.3%2074.8%2066%20111.6c3.8%203.5%208.9%205.3%2014%205.3s10.2-1.8%2014-5.3c40.7-36.8%2066-83.7%2066-111.6c0-35.6-18.7-60.2-48-70.1v-13c0-30.9%2025.1-56%2056-56s56%2025.1%2056%2056v232c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/plant-wilt.svg?color=%231a73e8&size=48