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

Name
cloud-rain
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

The same icon in other sets

Related icons in Framework7 Icons

Use the cloud 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 36.473h29.086c7.687 0 13.406-5.836 13.406-13.078c0-7.454-6.094-12.914-14.04-12.914C37.786 4.69 32.349.964 25.575.964c-8.812 0-16.078 6.89-16.851 15.61c-4.243 1.218-7.477 4.921-7.477 9.866c0 5.532 4.031 10.032 11.016 10.032m-.047-3.774c-4.805 0-7.219-2.672-7.219-6.14c0-2.836 1.64-5.368 5.625-6.422c1.29-.328 1.758-.938 1.875-2.274c.54-7.64 6.281-13.148 13.078-13.148c5.274 0 9.422 2.883 11.953 8.086c.54 1.125 1.242 1.523 2.625 1.523c6.938 0 10.852 4.196 10.852 9.188c0 5.11-4.078 9.187-9.422 9.187Zm19.078 14.719l3.047-5.273c.422-.727.187-1.547-.516-1.946c-.703-.422-1.5-.187-1.922.54l-3.093 5.32c-.375.68-.188 1.5.539 1.922a1.43 1.43 0 0 0 1.945-.563m5.437 6.703l6.915-12c.421-.703.21-1.5-.47-1.922c-.655-.398-1.5-.187-1.945.516l-6.867 11.953c-.398.727-.21 1.547.492 1.969c.68.375 1.477.164 1.875-.516m-24.093-6.68l3.047-5.273c.421-.727.21-1.547-.493-1.945c-.726-.422-1.523-.188-1.945.539l-3.07 5.32c-.399.68-.188 1.5.515 1.898a1.403 1.403 0 0 0 1.946-.539m5.437 6.703l6.938-12c.398-.703.187-1.5-.47-1.921a1.4 1.4 0 0 0-1.944.515L15.708 52.69c-.398.727-.187 1.547.516 1.97c.68.374 1.476.163 1.851-.517"/></svg>

React

import type { SVGProps } from "react";

export function F7CloudRain(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.473h29.086c7.687 0 13.406-5.836 13.406-13.078c0-7.454-6.094-12.914-14.04-12.914C37.786 4.69 32.349.964 25.575.964c-8.812 0-16.078 6.89-16.851 15.61c-4.243 1.218-7.477 4.921-7.477 9.866c0 5.532 4.031 10.032 11.016 10.032m-.047-3.774c-4.805 0-7.219-2.672-7.219-6.14c0-2.836 1.64-5.368 5.625-6.422c1.29-.328 1.758-.938 1.875-2.274c.54-7.64 6.281-13.148 13.078-13.148c5.274 0 9.422 2.883 11.953 8.086c.54 1.125 1.242 1.523 2.625 1.523c6.938 0 10.852 4.196 10.852 9.188c0 5.11-4.078 9.187-9.422 9.187Zm19.078 14.719l3.047-5.273c.422-.727.187-1.547-.516-1.946c-.703-.422-1.5-.187-1.922.54l-3.093 5.32c-.375.68-.188 1.5.539 1.922a1.43 1.43 0 0 0 1.945-.563m5.437 6.703l6.915-12c.421-.703.21-1.5-.47-1.922c-.655-.398-1.5-.187-1.945.516l-6.867 11.953c-.398.727-.21 1.547.492 1.969c.68.375 1.477.164 1.875-.516m-24.093-6.68l3.047-5.273c.421-.727.21-1.547-.493-1.945c-.726-.422-1.523-.188-1.945.539l-3.07 5.32c-.399.68-.188 1.5.515 1.898a1.403 1.403 0 0 0 1.946-.539m5.437 6.703l6.938-12c.398-.703.187-1.5-.47-1.921a1.4 1.4 0 0 0-1.944.515L15.708 52.69c-.398.727-.187 1.547.516 1.97c.68.374 1.476.163 1.851-.517"/></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.473h29.086c7.687 0 13.406-5.836 13.406-13.078c0-7.454-6.094-12.914-14.04-12.914C37.786 4.69 32.349.964 25.575.964c-8.812 0-16.078 6.89-16.851 15.61c-4.243 1.218-7.477 4.921-7.477 9.866c0 5.532 4.031 10.032 11.016 10.032m-.047-3.774c-4.805 0-7.219-2.672-7.219-6.14c0-2.836 1.64-5.368 5.625-6.422c1.29-.328 1.758-.938 1.875-2.274c.54-7.64 6.281-13.148 13.078-13.148c5.274 0 9.422 2.883 11.953 8.086c.54 1.125 1.242 1.523 2.625 1.523c6.938 0 10.852 4.196 10.852 9.188c0 5.11-4.078 9.187-9.422 9.187Zm19.078 14.719l3.047-5.273c.422-.727.187-1.547-.516-1.946c-.703-.422-1.5-.187-1.922.54l-3.093 5.32c-.375.68-.188 1.5.539 1.922a1.43 1.43 0 0 0 1.945-.563m5.437 6.703l6.915-12c.421-.703.21-1.5-.47-1.922c-.655-.398-1.5-.187-1.945.516l-6.867 11.953c-.398.727-.21 1.547.492 1.969c.68.375 1.477.164 1.875-.516m-24.093-6.68l3.047-5.273c.421-.727.21-1.547-.493-1.945c-.726-.422-1.523-.188-1.945.539l-3.07 5.32c-.399.68-.188 1.5.515 1.898a1.403 1.403 0 0 0 1.946-.539m5.437 6.703l6.938-12c.398-.703.187-1.5-.47-1.921a1.4 1.4 0 0 0-1.944.515L15.708 52.69c-.398.727-.187 1.547.516 1.97c.68.374 1.476.163 1.851-.517"/></svg>
</template>

CSS

.icon-cloud-rain {
  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.473h29.086c7.687%200%2013.406-5.836%2013.406-13.078c0-7.454-6.094-12.914-14.04-12.914C37.786%204.69%2032.349.964%2025.575.964c-8.812%200-16.078%206.89-16.851%2015.61c-4.243%201.218-7.477%204.921-7.477%209.866c0%205.532%204.031%2010.032%2011.016%2010.032m-.047-3.774c-4.805%200-7.219-2.672-7.219-6.14c0-2.836%201.64-5.368%205.625-6.422c1.29-.328%201.758-.938%201.875-2.274c.54-7.64%206.281-13.148%2013.078-13.148c5.274%200%209.422%202.883%2011.953%208.086c.54%201.125%201.242%201.523%202.625%201.523c6.938%200%2010.852%204.196%2010.852%209.188c0%205.11-4.078%209.187-9.422%209.187Zm19.078%2014.719l3.047-5.273c.422-.727.187-1.547-.516-1.946c-.703-.422-1.5-.187-1.922.54l-3.093%205.32c-.375.68-.188%201.5.539%201.922a1.43%201.43%200%200%200%201.945-.563m5.437%206.703l6.915-12c.421-.703.21-1.5-.47-1.922c-.655-.398-1.5-.187-1.945.516l-6.867%2011.953c-.398.727-.21%201.547.492%201.969c.68.375%201.477.164%201.875-.516m-24.093-6.68l3.047-5.273c.421-.727.21-1.547-.493-1.945c-.726-.422-1.523-.188-1.945.539l-3.07%205.32c-.399.68-.188%201.5.515%201.898a1.403%201.403%200%200%200%201.946-.539m5.437%206.703l6.938-12c.398-.703.187-1.5-.47-1.921a1.4%201.4%200%200%200-1.944.515L15.708%2052.69c-.398.727-.187%201.547.516%201.97c.68.374%201.476.163%201.851-.517%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.473h29.086c7.687%200%2013.406-5.836%2013.406-13.078c0-7.454-6.094-12.914-14.04-12.914C37.786%204.69%2032.349.964%2025.575.964c-8.812%200-16.078%206.89-16.851%2015.61c-4.243%201.218-7.477%204.921-7.477%209.866c0%205.532%204.031%2010.032%2011.016%2010.032m-.047-3.774c-4.805%200-7.219-2.672-7.219-6.14c0-2.836%201.64-5.368%205.625-6.422c1.29-.328%201.758-.938%201.875-2.274c.54-7.64%206.281-13.148%2013.078-13.148c5.274%200%209.422%202.883%2011.953%208.086c.54%201.125%201.242%201.523%202.625%201.523c6.938%200%2010.852%204.196%2010.852%209.188c0%205.11-4.078%209.187-9.422%209.187Zm19.078%2014.719l3.047-5.273c.422-.727.187-1.547-.516-1.946c-.703-.422-1.5-.187-1.922.54l-3.093%205.32c-.375.68-.188%201.5.539%201.922a1.43%201.43%200%200%200%201.945-.563m5.437%206.703l6.915-12c.421-.703.21-1.5-.47-1.922c-.655-.398-1.5-.187-1.945.516l-6.867%2011.953c-.398.727-.21%201.547.492%201.969c.68.375%201.477.164%201.875-.516m-24.093-6.68l3.047-5.273c.421-.727.21-1.547-.493-1.945c-.726-.422-1.523-.188-1.945.539l-3.07%205.32c-.399.68-.188%201.5.515%201.898a1.403%201.403%200%200%200%201.946-.539m5.437%206.703l6.938-12c.398-.703.187-1.5-.47-1.921a1.4%201.4%200%200%200-1.944.515L15.708%2052.69c-.398.727-.187%201.547.516%201.97c.68.374%201.476.163%201.851-.517%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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