cloud showers heavy icon

cloud-showers-heavy from Font Awesome Solid by Dave Gandy · Solid · Weather · CC-BY-4.0 Attribution required.

Name
cloud-showers-heavy
Set
Font Awesome Solid
Style
Solid
Category
Weather
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More weather icons from Font Awesome Solid

Use the cloud showers heavy icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M160 384c-53 0-96-43-96-96c0-42.5 27.6-78.6 65.9-91.2c-1.3-6.7-1.9-13.7-1.9-20.8c0-61.9 50.1-112 112-112c43.1 0 80.5 24.3 99.2 60c14.7-17.1 36.5-28 60.8-28c44.2 0 80 35.8 80 80c0 5.5-.6 10.8-1.6 16h1.6c53 0 96 43 96 96s-43 96-96 96zm6.8 79.6l-32 96c-4.2 12.6-17.8 19.4-30.4 15.2S85 557 89.2 544.4l32-96c4.2-12.6 17.8-19.4 30.4-15.2s19.4 17.8 15.2 30.4m120 0l-32 96c-4.2 12.6-17.8 19.4-30.4 15.2S205 557 209.2 544.4l32-96c4.2-12.6 17.8-19.4 30.4-15.2s19.4 17.8 15.2 30.4m112 0l-32 96c-4.2 12.6-17.8 19.4-30.4 15.2S317 557 321.2 544.4l32-96c4.2-12.6 17.8-19.4 30.4-15.2s19.4 17.8 15.2 30.4m120 0l-32 96c-4.2 12.6-17.8 19.4-30.4 15.2S437 557 441.2 544.4l32-96c4.2-12.6 17.8-19.4 30.4-15.2s19.4 17.8 15.2 30.4"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidCloudShowersHeavy(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 384c-53 0-96-43-96-96c0-42.5 27.6-78.6 65.9-91.2c-1.3-6.7-1.9-13.7-1.9-20.8c0-61.9 50.1-112 112-112c43.1 0 80.5 24.3 99.2 60c14.7-17.1 36.5-28 60.8-28c44.2 0 80 35.8 80 80c0 5.5-.6 10.8-1.6 16h1.6c53 0 96 43 96 96s-43 96-96 96zm6.8 79.6l-32 96c-4.2 12.6-17.8 19.4-30.4 15.2S85 557 89.2 544.4l32-96c4.2-12.6 17.8-19.4 30.4-15.2s19.4 17.8 15.2 30.4m120 0l-32 96c-4.2 12.6-17.8 19.4-30.4 15.2S205 557 209.2 544.4l32-96c4.2-12.6 17.8-19.4 30.4-15.2s19.4 17.8 15.2 30.4m112 0l-32 96c-4.2 12.6-17.8 19.4-30.4 15.2S317 557 321.2 544.4l32-96c4.2-12.6 17.8-19.4 30.4-15.2s19.4 17.8 15.2 30.4m120 0l-32 96c-4.2 12.6-17.8 19.4-30.4 15.2S437 557 441.2 544.4l32-96c4.2-12.6 17.8-19.4 30.4-15.2s19.4 17.8 15.2 30.4"/></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 384c-53 0-96-43-96-96c0-42.5 27.6-78.6 65.9-91.2c-1.3-6.7-1.9-13.7-1.9-20.8c0-61.9 50.1-112 112-112c43.1 0 80.5 24.3 99.2 60c14.7-17.1 36.5-28 60.8-28c44.2 0 80 35.8 80 80c0 5.5-.6 10.8-1.6 16h1.6c53 0 96 43 96 96s-43 96-96 96zm6.8 79.6l-32 96c-4.2 12.6-17.8 19.4-30.4 15.2S85 557 89.2 544.4l32-96c4.2-12.6 17.8-19.4 30.4-15.2s19.4 17.8 15.2 30.4m120 0l-32 96c-4.2 12.6-17.8 19.4-30.4 15.2S205 557 209.2 544.4l32-96c4.2-12.6 17.8-19.4 30.4-15.2s19.4 17.8 15.2 30.4m112 0l-32 96c-4.2 12.6-17.8 19.4-30.4 15.2S317 557 321.2 544.4l32-96c4.2-12.6 17.8-19.4 30.4-15.2s19.4 17.8 15.2 30.4m120 0l-32 96c-4.2 12.6-17.8 19.4-30.4 15.2S437 557 441.2 544.4l32-96c4.2-12.6 17.8-19.4 30.4-15.2s19.4 17.8 15.2 30.4"/></svg>
</template>

CSS

.icon-cloud-showers-heavy {
  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%20384c-53%200-96-43-96-96c0-42.5%2027.6-78.6%2065.9-91.2c-1.3-6.7-1.9-13.7-1.9-20.8c0-61.9%2050.1-112%20112-112c43.1%200%2080.5%2024.3%2099.2%2060c14.7-17.1%2036.5-28%2060.8-28c44.2%200%2080%2035.8%2080%2080c0%205.5-.6%2010.8-1.6%2016h1.6c53%200%2096%2043%2096%2096s-43%2096-96%2096zm6.8%2079.6l-32%2096c-4.2%2012.6-17.8%2019.4-30.4%2015.2S85%20557%2089.2%20544.4l32-96c4.2-12.6%2017.8-19.4%2030.4-15.2s19.4%2017.8%2015.2%2030.4m120%200l-32%2096c-4.2%2012.6-17.8%2019.4-30.4%2015.2S205%20557%20209.2%20544.4l32-96c4.2-12.6%2017.8-19.4%2030.4-15.2s19.4%2017.8%2015.2%2030.4m112%200l-32%2096c-4.2%2012.6-17.8%2019.4-30.4%2015.2S317%20557%20321.2%20544.4l32-96c4.2-12.6%2017.8-19.4%2030.4-15.2s19.4%2017.8%2015.2%2030.4m120%200l-32%2096c-4.2%2012.6-17.8%2019.4-30.4%2015.2S437%20557%20441.2%20544.4l32-96c4.2-12.6%2017.8-19.4%2030.4-15.2s19.4%2017.8%2015.2%2030.4%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%20384c-53%200-96-43-96-96c0-42.5%2027.6-78.6%2065.9-91.2c-1.3-6.7-1.9-13.7-1.9-20.8c0-61.9%2050.1-112%20112-112c43.1%200%2080.5%2024.3%2099.2%2060c14.7-17.1%2036.5-28%2060.8-28c44.2%200%2080%2035.8%2080%2080c0%205.5-.6%2010.8-1.6%2016h1.6c53%200%2096%2043%2096%2096s-43%2096-96%2096zm6.8%2079.6l-32%2096c-4.2%2012.6-17.8%2019.4-30.4%2015.2S85%20557%2089.2%20544.4l32-96c4.2-12.6%2017.8-19.4%2030.4-15.2s19.4%2017.8%2015.2%2030.4m120%200l-32%2096c-4.2%2012.6-17.8%2019.4-30.4%2015.2S205%20557%20209.2%20544.4l32-96c4.2-12.6%2017.8-19.4%2030.4-15.2s19.4%2017.8%2015.2%2030.4m112%200l-32%2096c-4.2%2012.6-17.8%2019.4-30.4%2015.2S317%20557%20321.2%20544.4l32-96c4.2-12.6%2017.8-19.4%2030.4-15.2s19.4%2017.8%2015.2%2030.4m120%200l-32%2096c-4.2%2012.6-17.8%2019.4-30.4%2015.2S437%20557%20441.2%20544.4l32-96c4.2-12.6%2017.8-19.4%2030.4-15.2s19.4%2017.8%2015.2%2030.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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