plant-wilt from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.

Name
plant-wilt
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
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 640 640"><path fill="currentColor" d="M408 32c66.3 0 120 53.7 120 120v6.2c29.3 12.2 48 41.3 48 76.9c0 27.9-25.3 74.8-66 111.7c-3.8 3.5-8.8 5.3-14 5.3s-10.2-1.8-14-5.3c-40.7-36.8-66-83.7-66-111.7c0-35.6 18.7-64.7 48-76.9V152c0-30.9-25.1-56-56-56s-56 25.1-56 56v424c0 17.7-14.3 32-32 32s-32-14.3-32-32V280c0-30.9-25.1-56-56-56s-56 25.1-56 56v38.2c29.3 12.2 48 41.3 48 76.9c0 27.9-25.3 74.8-66 111.7c-3.8 3.5-8.8 5.3-14 5.3s-10.2-1.8-14-5.3C89.3 469.9 64 423 64 395.1c0-35.7 18.7-64.7 48-76.9V280c0-66.3 53.7-120 120-120c20.2 0 39.3 5 56 13.8V152c0-66.3 53.7-120 120-120"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidPlantWilt(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M408 32c66.3 0 120 53.7 120 120v6.2c29.3 12.2 48 41.3 48 76.9c0 27.9-25.3 74.8-66 111.7c-3.8 3.5-8.8 5.3-14 5.3s-10.2-1.8-14-5.3c-40.7-36.8-66-83.7-66-111.7c0-35.6 18.7-64.7 48-76.9V152c0-30.9-25.1-56-56-56s-56 25.1-56 56v424c0 17.7-14.3 32-32 32s-32-14.3-32-32V280c0-30.9-25.1-56-56-56s-56 25.1-56 56v38.2c29.3 12.2 48 41.3 48 76.9c0 27.9-25.3 74.8-66 111.7c-3.8 3.5-8.8 5.3-14 5.3s-10.2-1.8-14-5.3C89.3 469.9 64 423 64 395.1c0-35.7 18.7-64.7 48-76.9V280c0-66.3 53.7-120 120-120c20.2 0 39.3 5 56 13.8V152c0-66.3 53.7-120 120-120"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M408 32c66.3 0 120 53.7 120 120v6.2c29.3 12.2 48 41.3 48 76.9c0 27.9-25.3 74.8-66 111.7c-3.8 3.5-8.8 5.3-14 5.3s-10.2-1.8-14-5.3c-40.7-36.8-66-83.7-66-111.7c0-35.6 18.7-64.7 48-76.9V152c0-30.9-25.1-56-56-56s-56 25.1-56 56v424c0 17.7-14.3 32-32 32s-32-14.3-32-32V280c0-30.9-25.1-56-56-56s-56 25.1-56 56v38.2c29.3 12.2 48 41.3 48 76.9c0 27.9-25.3 74.8-66 111.7c-3.8 3.5-8.8 5.3-14 5.3s-10.2-1.8-14-5.3C89.3 469.9 64 423 64 395.1c0-35.7 18.7-64.7 48-76.9V280c0-66.3 53.7-120 120-120c20.2 0 39.3 5 56 13.8V152c0-66.3 53.7-120 120-120"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M408%2032c66.3%200%20120%2053.7%20120%20120v6.2c29.3%2012.2%2048%2041.3%2048%2076.9c0%2027.9-25.3%2074.8-66%20111.7c-3.8%203.5-8.8%205.3-14%205.3s-10.2-1.8-14-5.3c-40.7-36.8-66-83.7-66-111.7c0-35.6%2018.7-64.7%2048-76.9V152c0-30.9-25.1-56-56-56s-56%2025.1-56%2056v424c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32V280c0-30.9-25.1-56-56-56s-56%2025.1-56%2056v38.2c29.3%2012.2%2048%2041.3%2048%2076.9c0%2027.9-25.3%2074.8-66%20111.7c-3.8%203.5-8.8%205.3-14%205.3s-10.2-1.8-14-5.3C89.3%20469.9%2064%20423%2064%20395.1c0-35.7%2018.7-64.7%2048-76.9V280c0-66.3%2053.7-120%20120-120c20.2%200%2039.3%205%2056%2013.8V152c0-66.3%2053.7-120%20120-120%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%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M408%2032c66.3%200%20120%2053.7%20120%20120v6.2c29.3%2012.2%2048%2041.3%2048%2076.9c0%2027.9-25.3%2074.8-66%20111.7c-3.8%203.5-8.8%205.3-14%205.3s-10.2-1.8-14-5.3c-40.7-36.8-66-83.7-66-111.7c0-35.6%2018.7-64.7%2048-76.9V152c0-30.9-25.1-56-56-56s-56%2025.1-56%2056v424c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32V280c0-30.9-25.1-56-56-56s-56%2025.1-56%2056v38.2c29.3%2012.2%2048%2041.3%2048%2076.9c0%2027.9-25.3%2074.8-66%20111.7c-3.8%203.5-8.8%205.3-14%205.3s-10.2-1.8-14-5.3C89.3%20469.9%2064%20423%2064%20395.1c0-35.7%2018.7-64.7%2048-76.9V280c0-66.3%2053.7-120%20120-120c20.2%200%2039.3%205%2056%2013.8V152c0-66.3%2053.7-120%20120-120%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/plant-wilt.svg?color=%231a73e8&size=48