cloud showers heavy icon

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

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

The same icon in other sets

More weather icons from Font Awesome 6 Solid

Use the cloud showers heavy icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M96 320c-53 0-96-43-96-96c0-42.5 27.6-78.6 65.9-91.2c-1.2-6.7-1.9-13.7-1.9-20.8C64 50.1 114.1 0 176 0c43.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 96zm-14.5 33.9c12.2 5.2 17.8 19.3 12.6 31.5l-48 112c-5.2 12.2-19.3 17.8-31.5 12.6s-17.9-19.3-12.7-31.5l48-112c5.2-12.2 19.3-17.8 31.5-12.6zm120 0c12.2 5.2 17.8 19.3 12.6 31.5l-48 112c-5.2 12.2-19.3 17.8-31.5 12.6s-17.8-19.3-12.6-31.5l48-112c5.2-12.2 19.3-17.8 31.5-12.6m244.6 31.5l-48 112c-5.2 12.2-19.3 17.8-31.5 12.6s-17.8-19.3-12.6-31.5l48-112c5.2-12.2 19.3-17.8 31.5-12.6s17.8 19.3 12.6 31.5m-132.6-31.5c12.2 5.2 17.8 19.3 12.6 31.5l-48 112c-5.2 12.2-19.3 17.8-31.5 12.6s-17.8-19.3-12.6-31.5l48-112c5.2-12.2 19.3-17.8 31.5-12.6"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidCloudShowersHeavy(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="M96 320c-53 0-96-43-96-96c0-42.5 27.6-78.6 65.9-91.2c-1.2-6.7-1.9-13.7-1.9-20.8C64 50.1 114.1 0 176 0c43.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 96zm-14.5 33.9c12.2 5.2 17.8 19.3 12.6 31.5l-48 112c-5.2 12.2-19.3 17.8-31.5 12.6s-17.9-19.3-12.7-31.5l48-112c5.2-12.2 19.3-17.8 31.5-12.6zm120 0c12.2 5.2 17.8 19.3 12.6 31.5l-48 112c-5.2 12.2-19.3 17.8-31.5 12.6s-17.8-19.3-12.6-31.5l48-112c5.2-12.2 19.3-17.8 31.5-12.6m244.6 31.5l-48 112c-5.2 12.2-19.3 17.8-31.5 12.6s-17.8-19.3-12.6-31.5l48-112c5.2-12.2 19.3-17.8 31.5-12.6s17.8 19.3 12.6 31.5m-132.6-31.5c12.2 5.2 17.8 19.3 12.6 31.5l-48 112c-5.2 12.2-19.3 17.8-31.5 12.6s-17.8-19.3-12.6-31.5l48-112c5.2-12.2 19.3-17.8 31.5-12.6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M96 320c-53 0-96-43-96-96c0-42.5 27.6-78.6 65.9-91.2c-1.2-6.7-1.9-13.7-1.9-20.8C64 50.1 114.1 0 176 0c43.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 96zm-14.5 33.9c12.2 5.2 17.8 19.3 12.6 31.5l-48 112c-5.2 12.2-19.3 17.8-31.5 12.6s-17.9-19.3-12.7-31.5l48-112c5.2-12.2 19.3-17.8 31.5-12.6zm120 0c12.2 5.2 17.8 19.3 12.6 31.5l-48 112c-5.2 12.2-19.3 17.8-31.5 12.6s-17.8-19.3-12.6-31.5l48-112c5.2-12.2 19.3-17.8 31.5-12.6m244.6 31.5l-48 112c-5.2 12.2-19.3 17.8-31.5 12.6s-17.8-19.3-12.6-31.5l48-112c5.2-12.2 19.3-17.8 31.5-12.6s17.8 19.3 12.6 31.5m-132.6-31.5c12.2 5.2 17.8 19.3 12.6 31.5l-48 112c-5.2 12.2-19.3 17.8-31.5 12.6s-17.8-19.3-12.6-31.5l48-112c5.2-12.2 19.3-17.8 31.5-12.6"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M96%20320c-53%200-96-43-96-96c0-42.5%2027.6-78.6%2065.9-91.2c-1.2-6.7-1.9-13.7-1.9-20.8C64%2050.1%20114.1%200%20176%200c43.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%2096zm-14.5%2033.9c12.2%205.2%2017.8%2019.3%2012.6%2031.5l-48%20112c-5.2%2012.2-19.3%2017.8-31.5%2012.6s-17.9-19.3-12.7-31.5l48-112c5.2-12.2%2019.3-17.8%2031.5-12.6zm120%200c12.2%205.2%2017.8%2019.3%2012.6%2031.5l-48%20112c-5.2%2012.2-19.3%2017.8-31.5%2012.6s-17.8-19.3-12.6-31.5l48-112c5.2-12.2%2019.3-17.8%2031.5-12.6m244.6%2031.5l-48%20112c-5.2%2012.2-19.3%2017.8-31.5%2012.6s-17.8-19.3-12.6-31.5l48-112c5.2-12.2%2019.3-17.8%2031.5-12.6s17.8%2019.3%2012.6%2031.5m-132.6-31.5c12.2%205.2%2017.8%2019.3%2012.6%2031.5l-48%20112c-5.2%2012.2-19.3%2017.8-31.5%2012.6s-17.8-19.3-12.6-31.5l48-112c5.2-12.2%2019.3-17.8%2031.5-12.6%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%22M96%20320c-53%200-96-43-96-96c0-42.5%2027.6-78.6%2065.9-91.2c-1.2-6.7-1.9-13.7-1.9-20.8C64%2050.1%20114.1%200%20176%200c43.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%2096zm-14.5%2033.9c12.2%205.2%2017.8%2019.3%2012.6%2031.5l-48%20112c-5.2%2012.2-19.3%2017.8-31.5%2012.6s-17.9-19.3-12.7-31.5l48-112c5.2-12.2%2019.3-17.8%2031.5-12.6zm120%200c12.2%205.2%2017.8%2019.3%2012.6%2031.5l-48%20112c-5.2%2012.2-19.3%2017.8-31.5%2012.6s-17.8-19.3-12.6-31.5l48-112c5.2-12.2%2019.3-17.8%2031.5-12.6m244.6%2031.5l-48%20112c-5.2%2012.2-19.3%2017.8-31.5%2012.6s-17.8-19.3-12.6-31.5l48-112c5.2-12.2%2019.3-17.8%2031.5-12.6s17.8%2019.3%2012.6%2031.5m-132.6-31.5c12.2%205.2%2017.8%2019.3%2012.6%2031.5l-48%20112c-5.2%2012.2-19.3%2017.8-31.5%2012.6s-17.8-19.3-12.6-31.5l48-112c5.2-12.2%2019.3-17.8%2031.5-12.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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