cloud heavyrain icon

cloud-heavyrain-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.

Name
cloud-heavyrain-fill
Set
Framework7 Icons
Style
Fill
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

Related icons in Framework7 Icons

Use the cloud heavyrain icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M12.262 36.098h29.086c7.43 0 13.172-5.625 13.172-12.82c0-7.29-6-12.75-13.946-12.68c-3-6.047-8.507-9.54-15-9.54c-8.648 0-15.937 6.82-16.617 15.563c-4.547 1.242-7.477 5.063-7.477 9.68c0 5.812 4.36 9.797 10.782 9.797m-4.196 17.93l6.868-11.93c.445-.75.21-1.547-.492-1.97c-.704-.398-1.5-.187-1.946.54l-6.89 11.977c-.375.68-.188 1.5.515 1.921a1.44 1.44 0 0 0 1.945-.539m9.329 0l6.89-11.93c.422-.75.188-1.547-.492-1.97c-.726-.398-1.523-.187-1.945.54l-6.914 11.977c-.375.68-.188 1.5.539 1.921c.703.375 1.547.141 1.922-.539m9.328 0l6.89-11.93c.422-.75.188-1.547-.492-1.97c-.726-.398-1.523-.187-1.945.54l-6.914 11.977c-.375.68-.188 1.5.539 1.921c.68.375 1.547.141 1.922-.539m9.281.023l6.914-12c.422-.703.211-1.547-.492-1.922c-.68-.352-1.5-.188-1.922.516l-6.867 11.953c-.422.726-.235 1.547.468 1.968a1.41 1.41 0 0 0 1.899-.515"/></svg>

React

import type { SVGProps } from "react";

export function F7CloudHeavyrainFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M12.262 36.098h29.086c7.43 0 13.172-5.625 13.172-12.82c0-7.29-6-12.75-13.946-12.68c-3-6.047-8.507-9.54-15-9.54c-8.648 0-15.937 6.82-16.617 15.563c-4.547 1.242-7.477 5.063-7.477 9.68c0 5.812 4.36 9.797 10.782 9.797m-4.196 17.93l6.868-11.93c.445-.75.21-1.547-.492-1.97c-.704-.398-1.5-.187-1.946.54l-6.89 11.977c-.375.68-.188 1.5.515 1.921a1.44 1.44 0 0 0 1.945-.539m9.329 0l6.89-11.93c.422-.75.188-1.547-.492-1.97c-.726-.398-1.523-.187-1.945.54l-6.914 11.977c-.375.68-.188 1.5.539 1.921c.703.375 1.547.141 1.922-.539m9.328 0l6.89-11.93c.422-.75.188-1.547-.492-1.97c-.726-.398-1.523-.187-1.945.54l-6.914 11.977c-.375.68-.188 1.5.539 1.921c.68.375 1.547.141 1.922-.539m9.281.023l6.914-12c.422-.703.211-1.547-.492-1.922c-.68-.352-1.5-.188-1.922.516l-6.867 11.953c-.422.726-.235 1.547.468 1.968a1.41 1.41 0 0 0 1.899-.515"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M12.262 36.098h29.086c7.43 0 13.172-5.625 13.172-12.82c0-7.29-6-12.75-13.946-12.68c-3-6.047-8.507-9.54-15-9.54c-8.648 0-15.937 6.82-16.617 15.563c-4.547 1.242-7.477 5.063-7.477 9.68c0 5.812 4.36 9.797 10.782 9.797m-4.196 17.93l6.868-11.93c.445-.75.21-1.547-.492-1.97c-.704-.398-1.5-.187-1.946.54l-6.89 11.977c-.375.68-.188 1.5.515 1.921a1.44 1.44 0 0 0 1.945-.539m9.329 0l6.89-11.93c.422-.75.188-1.547-.492-1.97c-.726-.398-1.523-.187-1.945.54l-6.914 11.977c-.375.68-.188 1.5.539 1.921c.703.375 1.547.141 1.922-.539m9.328 0l6.89-11.93c.422-.75.188-1.547-.492-1.97c-.726-.398-1.523-.187-1.945.54l-6.914 11.977c-.375.68-.188 1.5.539 1.921c.68.375 1.547.141 1.922-.539m9.281.023l6.914-12c.422-.703.211-1.547-.492-1.922c-.68-.352-1.5-.188-1.922.516l-6.867 11.953c-.422.726-.235 1.547.468 1.968a1.41 1.41 0 0 0 1.899-.515"/></svg>
</template>

CSS

.icon-cloud-heavyrain-fill {
  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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.262%2036.098h29.086c7.43%200%2013.172-5.625%2013.172-12.82c0-7.29-6-12.75-13.946-12.68c-3-6.047-8.507-9.54-15-9.54c-8.648%200-15.937%206.82-16.617%2015.563c-4.547%201.242-7.477%205.063-7.477%209.68c0%205.812%204.36%209.797%2010.782%209.797m-4.196%2017.93l6.868-11.93c.445-.75.21-1.547-.492-1.97c-.704-.398-1.5-.187-1.946.54l-6.89%2011.977c-.375.68-.188%201.5.515%201.921a1.44%201.44%200%200%200%201.945-.539m9.329%200l6.89-11.93c.422-.75.188-1.547-.492-1.97c-.726-.398-1.523-.187-1.945.54l-6.914%2011.977c-.375.68-.188%201.5.539%201.921c.703.375%201.547.141%201.922-.539m9.328%200l6.89-11.93c.422-.75.188-1.547-.492-1.97c-.726-.398-1.523-.187-1.945.54l-6.914%2011.977c-.375.68-.188%201.5.539%201.921c.68.375%201.547.141%201.922-.539m9.281.023l6.914-12c.422-.703.211-1.547-.492-1.922c-.68-.352-1.5-.188-1.922.516l-6.867%2011.953c-.422.726-.235%201.547.468%201.968a1.41%201.41%200%200%200%201.899-.515%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.262%2036.098h29.086c7.43%200%2013.172-5.625%2013.172-12.82c0-7.29-6-12.75-13.946-12.68c-3-6.047-8.507-9.54-15-9.54c-8.648%200-15.937%206.82-16.617%2015.563c-4.547%201.242-7.477%205.063-7.477%209.68c0%205.812%204.36%209.797%2010.782%209.797m-4.196%2017.93l6.868-11.93c.445-.75.21-1.547-.492-1.97c-.704-.398-1.5-.187-1.946.54l-6.89%2011.977c-.375.68-.188%201.5.515%201.921a1.44%201.44%200%200%200%201.945-.539m9.329%200l6.89-11.93c.422-.75.188-1.547-.492-1.97c-.726-.398-1.523-.187-1.945.54l-6.914%2011.977c-.375.68-.188%201.5.539%201.921c.703.375%201.547.141%201.922-.539m9.328%200l6.89-11.93c.422-.75.188-1.547-.492-1.97c-.726-.398-1.523-.187-1.945.54l-6.914%2011.977c-.375.68-.188%201.5.539%201.921c.68.375%201.547.141%201.922-.539m9.281.023l6.914-12c.422-.703.211-1.547-.492-1.922c-.68-.352-1.5-.188-1.922.516l-6.867%2011.953c-.422.726-.235%201.547.468%201.968a1.41%201.41%200%200%200%201.899-.515%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/cloud-heavyrain-fill.svg?color=%231a73e8&size=48