cloud bolt rain icon

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

Name
cloud-bolt-rain-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 bolt rain 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 35.453h29.086c7.43 0 13.172-5.601 13.172-12.82c0-7.29-6-12.75-13.946-12.68c-3-6.047-8.507-9.515-15-9.515c-8.648 0-15.937 6.796-16.617 15.539c-4.547 1.242-7.477 5.086-7.477 9.68c0 5.812 4.36 9.796 10.782 9.796M23.793 55.47c.211.093.469.023.68-.235l9.914-10.03c.492-.517.328-1.126-.352-1.126h-4.664L31.527 40c.282-.492.07-.867-.445-.867h-4.898c-.657 0-.867.234-1.079.703l-3 6.82c-.234.54.024.89.61.89h3.914l-3 7.267c-.14.28-.07.562.164.656m-16.43-8.18c.68.375 1.524.14 1.922-.539l3.07-5.297c.422-.703.188-1.523-.515-1.945c-.703-.399-1.5-.188-1.945.539l-3.07 5.344c-.4.656-.188 1.476.538 1.898m32.579 0c.703.375 1.546.14 1.945-.539l3.047-5.297c.421-.703.187-1.523-.516-1.945c-.703-.399-1.5-.188-1.922.539l-3.07 5.344c-.399.656-.211 1.476.515 1.898M11.91 53.83c.68.398 1.524.163 1.922-.54l3.047-5.273c.445-.727.21-1.547-.492-1.946c-.703-.422-1.5-.187-1.946.54l-3.07 5.32c-.398.68-.187 1.5.54 1.898m32.578 0a1.403 1.403 0 0 0 1.946-.54l3.046-5.273c.422-.727.188-1.547-.515-1.946c-.703-.422-1.5-.187-1.922.54l-3.094 5.32c-.375.68-.187 1.5.54 1.898"/></svg>

React

import type { SVGProps } from "react";

export function F7CloudBoltRainFill(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 35.453h29.086c7.43 0 13.172-5.601 13.172-12.82c0-7.29-6-12.75-13.946-12.68c-3-6.047-8.507-9.515-15-9.515c-8.648 0-15.937 6.796-16.617 15.539c-4.547 1.242-7.477 5.086-7.477 9.68c0 5.812 4.36 9.796 10.782 9.796M23.793 55.47c.211.093.469.023.68-.235l9.914-10.03c.492-.517.328-1.126-.352-1.126h-4.664L31.527 40c.282-.492.07-.867-.445-.867h-4.898c-.657 0-.867.234-1.079.703l-3 6.82c-.234.54.024.89.61.89h3.914l-3 7.267c-.14.28-.07.562.164.656m-16.43-8.18c.68.375 1.524.14 1.922-.539l3.07-5.297c.422-.703.188-1.523-.515-1.945c-.703-.399-1.5-.188-1.945.539l-3.07 5.344c-.4.656-.188 1.476.538 1.898m32.579 0c.703.375 1.546.14 1.945-.539l3.047-5.297c.421-.703.187-1.523-.516-1.945c-.703-.399-1.5-.188-1.922.539l-3.07 5.344c-.399.656-.211 1.476.515 1.898M11.91 53.83c.68.398 1.524.163 1.922-.54l3.047-5.273c.445-.727.21-1.547-.492-1.946c-.703-.422-1.5-.187-1.946.54l-3.07 5.32c-.398.68-.187 1.5.54 1.898m32.578 0a1.403 1.403 0 0 0 1.946-.54l3.046-5.273c.422-.727.188-1.547-.515-1.946c-.703-.422-1.5-.187-1.922.54l-3.094 5.32c-.375.68-.187 1.5.54 1.898"/></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 35.453h29.086c7.43 0 13.172-5.601 13.172-12.82c0-7.29-6-12.75-13.946-12.68c-3-6.047-8.507-9.515-15-9.515c-8.648 0-15.937 6.796-16.617 15.539c-4.547 1.242-7.477 5.086-7.477 9.68c0 5.812 4.36 9.796 10.782 9.796M23.793 55.47c.211.093.469.023.68-.235l9.914-10.03c.492-.517.328-1.126-.352-1.126h-4.664L31.527 40c.282-.492.07-.867-.445-.867h-4.898c-.657 0-.867.234-1.079.703l-3 6.82c-.234.54.024.89.61.89h3.914l-3 7.267c-.14.28-.07.562.164.656m-16.43-8.18c.68.375 1.524.14 1.922-.539l3.07-5.297c.422-.703.188-1.523-.515-1.945c-.703-.399-1.5-.188-1.945.539l-3.07 5.344c-.4.656-.188 1.476.538 1.898m32.579 0c.703.375 1.546.14 1.945-.539l3.047-5.297c.421-.703.187-1.523-.516-1.945c-.703-.399-1.5-.188-1.922.539l-3.07 5.344c-.399.656-.211 1.476.515 1.898M11.91 53.83c.68.398 1.524.163 1.922-.54l3.047-5.273c.445-.727.21-1.547-.492-1.946c-.703-.422-1.5-.187-1.946.54l-3.07 5.32c-.398.68-.187 1.5.54 1.898m32.578 0a1.403 1.403 0 0 0 1.946-.54l3.046-5.273c.422-.727.188-1.547-.515-1.946c-.703-.422-1.5-.187-1.922.54l-3.094 5.32c-.375.68-.187 1.5.54 1.898"/></svg>
</template>

CSS

.icon-cloud-bolt-rain-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%2035.453h29.086c7.43%200%2013.172-5.601%2013.172-12.82c0-7.29-6-12.75-13.946-12.68c-3-6.047-8.507-9.515-15-9.515c-8.648%200-15.937%206.796-16.617%2015.539c-4.547%201.242-7.477%205.086-7.477%209.68c0%205.812%204.36%209.796%2010.782%209.796M23.793%2055.47c.211.093.469.023.68-.235l9.914-10.03c.492-.517.328-1.126-.352-1.126h-4.664L31.527%2040c.282-.492.07-.867-.445-.867h-4.898c-.657%200-.867.234-1.079.703l-3%206.82c-.234.54.024.89.61.89h3.914l-3%207.267c-.14.28-.07.562.164.656m-16.43-8.18c.68.375%201.524.14%201.922-.539l3.07-5.297c.422-.703.188-1.523-.515-1.945c-.703-.399-1.5-.188-1.945.539l-3.07%205.344c-.4.656-.188%201.476.538%201.898m32.579%200c.703.375%201.546.14%201.945-.539l3.047-5.297c.421-.703.187-1.523-.516-1.945c-.703-.399-1.5-.188-1.922.539l-3.07%205.344c-.399.656-.211%201.476.515%201.898M11.91%2053.83c.68.398%201.524.163%201.922-.54l3.047-5.273c.445-.727.21-1.547-.492-1.946c-.703-.422-1.5-.187-1.946.54l-3.07%205.32c-.398.68-.187%201.5.54%201.898m32.578%200a1.403%201.403%200%200%200%201.946-.54l3.046-5.273c.422-.727.188-1.547-.515-1.946c-.703-.422-1.5-.187-1.922.54l-3.094%205.32c-.375.68-.187%201.5.54%201.898%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%2035.453h29.086c7.43%200%2013.172-5.601%2013.172-12.82c0-7.29-6-12.75-13.946-12.68c-3-6.047-8.507-9.515-15-9.515c-8.648%200-15.937%206.796-16.617%2015.539c-4.547%201.242-7.477%205.086-7.477%209.68c0%205.812%204.36%209.796%2010.782%209.796M23.793%2055.47c.211.093.469.023.68-.235l9.914-10.03c.492-.517.328-1.126-.352-1.126h-4.664L31.527%2040c.282-.492.07-.867-.445-.867h-4.898c-.657%200-.867.234-1.079.703l-3%206.82c-.234.54.024.89.61.89h3.914l-3%207.267c-.14.28-.07.562.164.656m-16.43-8.18c.68.375%201.524.14%201.922-.539l3.07-5.297c.422-.703.188-1.523-.515-1.945c-.703-.399-1.5-.188-1.945.539l-3.07%205.344c-.4.656-.188%201.476.538%201.898m32.579%200c.703.375%201.546.14%201.945-.539l3.047-5.297c.421-.703.187-1.523-.516-1.945c-.703-.399-1.5-.188-1.922.539l-3.07%205.344c-.399.656-.211%201.476.515%201.898M11.91%2053.83c.68.398%201.524.163%201.922-.54l3.047-5.273c.445-.727.21-1.547-.492-1.946c-.703-.422-1.5-.187-1.946.54l-3.07%205.32c-.398.68-.187%201.5.54%201.898m32.578%200a1.403%201.403%200%200%200%201.946-.54l3.046-5.273c.422-.727.188-1.547-.515-1.946c-.703-.422-1.5-.187-1.922.54l-3.094%205.32c-.375.68-.187%201.5.54%201.898%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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