sun plant wilt icon

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

Name
sun-plant-wilt
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
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 640"><path fill="currentColor" d="M160 64c-5.5 0-10.6 2.8-13.5 7.4l-1.1 2.1l-24.8 55.4l-56.7-21.7c-5.9-2.2-12.5-.8-17 3.7s-5.9 11.1-3.7 17l21.7 56.7l-55.4 24.8C3.7 212 0 217.7 0 224s3.7 12 9.5 14.6l55.4 24.8l-21.7 56.7c-2.2 5.9-.8 12.5 3.7 17s11.1 5.9 17 3.7l56.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.8 21.7c5.9 2.2 12.5.8 17-3.7s5.9-11.1 3.7-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.7l.7-2.2c1.2-5.3-.4-10.9-4.3-14.8s-9.5-5.5-14.8-4.3l-2.2.7l-56.8 21.7l-24.8-55.4C172 67.7 166.3 64 160 64m0 96c35.3 0 64 28.7 64 64s-28.7 64-64 64s-64-28.7-64-64s28.7-64 64-64m32 64c0-17.7-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32s32-14.3 32-32m376 16v53.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 381.9 640 354.6 640 338c0-21.5-9.2-37-24-44.6V240c0-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.6-24 23.1-24 44.6c0 16.8 16 44 37.4 67.2c5.8 6.2 15.5 6.2 21.2 0C400 445.9 416 418.6 416 402c0-21.5-9.2-37-24-44.6V336c0-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-32H504V240c0-17.7 14.3-32 32-32s32 14.3 32 32"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidSunPlantWilt(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="M160 64c-5.5 0-10.6 2.8-13.5 7.4l-1.1 2.1l-24.8 55.4l-56.7-21.7c-5.9-2.2-12.5-.8-17 3.7s-5.9 11.1-3.7 17l21.7 56.7l-55.4 24.8C3.7 212 0 217.7 0 224s3.7 12 9.5 14.6l55.4 24.8l-21.7 56.7c-2.2 5.9-.8 12.5 3.7 17s11.1 5.9 17 3.7l56.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.8 21.7c5.9 2.2 12.5.8 17-3.7s5.9-11.1 3.7-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.7l.7-2.2c1.2-5.3-.4-10.9-4.3-14.8s-9.5-5.5-14.8-4.3l-2.2.7l-56.8 21.7l-24.8-55.4C172 67.7 166.3 64 160 64m0 96c35.3 0 64 28.7 64 64s-28.7 64-64 64s-64-28.7-64-64s28.7-64 64-64m32 64c0-17.7-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32s32-14.3 32-32m376 16v53.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 381.9 640 354.6 640 338c0-21.5-9.2-37-24-44.6V240c0-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.6-24 23.1-24 44.6c0 16.8 16 44 37.4 67.2c5.8 6.2 15.5 6.2 21.2 0C400 445.9 416 418.6 416 402c0-21.5-9.2-37-24-44.6V336c0-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-32H504V240c0-17.7 14.3-32 32-32s32 14.3 32 32"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M160 64c-5.5 0-10.6 2.8-13.5 7.4l-1.1 2.1l-24.8 55.4l-56.7-21.7c-5.9-2.2-12.5-.8-17 3.7s-5.9 11.1-3.7 17l21.7 56.7l-55.4 24.8C3.7 212 0 217.7 0 224s3.7 12 9.5 14.6l55.4 24.8l-21.7 56.7c-2.2 5.9-.8 12.5 3.7 17s11.1 5.9 17 3.7l56.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.8 21.7c5.9 2.2 12.5.8 17-3.7s5.9-11.1 3.7-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.7l.7-2.2c1.2-5.3-.4-10.9-4.3-14.8s-9.5-5.5-14.8-4.3l-2.2.7l-56.8 21.7l-24.8-55.4C172 67.7 166.3 64 160 64m0 96c35.3 0 64 28.7 64 64s-28.7 64-64 64s-64-28.7-64-64s28.7-64 64-64m32 64c0-17.7-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32s32-14.3 32-32m376 16v53.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 381.9 640 354.6 640 338c0-21.5-9.2-37-24-44.6V240c0-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.6-24 23.1-24 44.6c0 16.8 16 44 37.4 67.2c5.8 6.2 15.5 6.2 21.2 0C400 445.9 416 418.6 416 402c0-21.5-9.2-37-24-44.6V336c0-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-32H504V240c0-17.7 14.3-32 32-32s32 14.3 32 32"/></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%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M160%2064c-5.5%200-10.6%202.8-13.5%207.4l-1.1%202.1l-24.8%2055.4l-56.7-21.7c-5.9-2.2-12.5-.8-17%203.7s-5.9%2011.1-3.7%2017l21.7%2056.7l-55.4%2024.8C3.7%20212%200%20217.7%200%20224s3.7%2012%209.5%2014.6l55.4%2024.8l-21.7%2056.7c-2.2%205.9-.8%2012.5%203.7%2017s11.1%205.9%2017%203.7l56.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.8%2021.7c5.9%202.2%2012.5.8%2017-3.7s5.9-11.1%203.7-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.7l.7-2.2c1.2-5.3-.4-10.9-4.3-14.8s-9.5-5.5-14.8-4.3l-2.2.7l-56.8%2021.7l-24.8-55.4C172%2067.7%20166.3%2064%20160%2064m0%2096c35.3%200%2064%2028.7%2064%2064s-28.7%2064-64%2064s-64-28.7-64-64s28.7-64%2064-64m32%2064c0-17.7-14.3-32-32-32s-32%2014.3-32%2032s14.3%2032%2032%2032s32-14.3%2032-32m376%2016v53.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%20381.9%20640%20354.6%20640%20338c0-21.5-9.2-37-24-44.6V240c0-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.6-24%2023.1-24%2044.6c0%2016.8%2016%2044%2037.4%2067.2c5.8%206.2%2015.5%206.2%2021.2%200C400%20445.9%20416%20418.6%20416%20402c0-21.5-9.2-37-24-44.6V336c0-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-32H504V240c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032%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%22M160%2064c-5.5%200-10.6%202.8-13.5%207.4l-1.1%202.1l-24.8%2055.4l-56.7-21.7c-5.9-2.2-12.5-.8-17%203.7s-5.9%2011.1-3.7%2017l21.7%2056.7l-55.4%2024.8C3.7%20212%200%20217.7%200%20224s3.7%2012%209.5%2014.6l55.4%2024.8l-21.7%2056.7c-2.2%205.9-.8%2012.5%203.7%2017s11.1%205.9%2017%203.7l56.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.8%2021.7c5.9%202.2%2012.5.8%2017-3.7s5.9-11.1%203.7-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.7l.7-2.2c1.2-5.3-.4-10.9-4.3-14.8s-9.5-5.5-14.8-4.3l-2.2.7l-56.8%2021.7l-24.8-55.4C172%2067.7%20166.3%2064%20160%2064m0%2096c35.3%200%2064%2028.7%2064%2064s-28.7%2064-64%2064s-64-28.7-64-64s28.7-64%2064-64m32%2064c0-17.7-14.3-32-32-32s-32%2014.3-32%2032s14.3%2032%2032%2032s32-14.3%2032-32m376%2016v53.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%20381.9%20640%20354.6%20640%20338c0-21.5-9.2-37-24-44.6V240c0-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.6-24%2023.1-24%2044.6c0%2016.8%2016%2044%2037.4%2067.2c5.8%206.2%2015.5%206.2%2021.2%200C400%20445.9%20416%20418.6%20416%20402c0-21.5-9.2-37-24-44.6V336c0-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-32H504V240c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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