cloud drizzle icon

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

Name
cloud-drizzle-fill
Set
Framework7 Icons
Style
Fill
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 drizzle 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.121h29.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.539-15-9.539c-8.648 0-15.937 6.82-16.617 15.563c-4.547 1.242-7.477 5.062-7.477 9.68c0 5.812 4.36 9.796 10.782 9.796m19.265 11.227l3.047-5.274c.422-.726.188-1.547-.515-1.945c-.703-.422-1.5-.188-1.922.539l-3.094 5.32c-.375.68-.187 1.5.54 1.922a1.43 1.43 0 0 0 1.944-.562m-18.656.023l3.047-5.273c.422-.727.211-1.547-.492-1.946c-.727-.422-1.524-.187-1.946.54l-3.07 5.32c-.398.68-.187 1.5.516 1.898a1.403 1.403 0 0 0 1.945-.539m25.969 6.586l3.047-5.297c.445-.703.21-1.523-.492-1.945c-.704-.399-1.5-.164-1.946.539l-3.07 5.344c-.398.656-.187 1.476.54 1.898c.679.398 1.523.164 1.92-.539m-18.633.023l3.047-5.296c.422-.703.188-1.524-.492-1.946c-.727-.398-1.524-.164-1.945.54l-3.07 5.343c-.4.656-.212 1.477.515 1.898a1.403 1.403 0 0 0 1.945-.538"/></svg>

React

import type { SVGProps } from "react";

export function F7CloudDrizzleFill(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.121h29.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.539-15-9.539c-8.648 0-15.937 6.82-16.617 15.563c-4.547 1.242-7.477 5.062-7.477 9.68c0 5.812 4.36 9.796 10.782 9.796m19.265 11.227l3.047-5.274c.422-.726.188-1.547-.515-1.945c-.703-.422-1.5-.188-1.922.539l-3.094 5.32c-.375.68-.187 1.5.54 1.922a1.43 1.43 0 0 0 1.944-.562m-18.656.023l3.047-5.273c.422-.727.211-1.547-.492-1.946c-.727-.422-1.524-.187-1.946.54l-3.07 5.32c-.398.68-.187 1.5.516 1.898a1.403 1.403 0 0 0 1.945-.539m25.969 6.586l3.047-5.297c.445-.703.21-1.523-.492-1.945c-.704-.399-1.5-.164-1.946.539l-3.07 5.344c-.398.656-.187 1.476.54 1.898c.679.398 1.523.164 1.92-.539m-18.633.023l3.047-5.296c.422-.703.188-1.524-.492-1.946c-.727-.398-1.524-.164-1.945.54l-3.07 5.343c-.4.656-.212 1.477.515 1.898a1.403 1.403 0 0 0 1.945-.538"/></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.121h29.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.539-15-9.539c-8.648 0-15.937 6.82-16.617 15.563c-4.547 1.242-7.477 5.062-7.477 9.68c0 5.812 4.36 9.796 10.782 9.796m19.265 11.227l3.047-5.274c.422-.726.188-1.547-.515-1.945c-.703-.422-1.5-.188-1.922.539l-3.094 5.32c-.375.68-.187 1.5.54 1.922a1.43 1.43 0 0 0 1.944-.562m-18.656.023l3.047-5.273c.422-.727.211-1.547-.492-1.946c-.727-.422-1.524-.187-1.946.54l-3.07 5.32c-.398.68-.187 1.5.516 1.898a1.403 1.403 0 0 0 1.945-.539m25.969 6.586l3.047-5.297c.445-.703.21-1.523-.492-1.945c-.704-.399-1.5-.164-1.946.539l-3.07 5.344c-.398.656-.187 1.476.54 1.898c.679.398 1.523.164 1.92-.539m-18.633.023l3.047-5.296c.422-.703.188-1.524-.492-1.946c-.727-.398-1.524-.164-1.945.54l-3.07 5.343c-.4.656-.212 1.477.515 1.898a1.403 1.403 0 0 0 1.945-.538"/></svg>
</template>

CSS

.icon-cloud-drizzle-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.121h29.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.539-15-9.539c-8.648%200-15.937%206.82-16.617%2015.563c-4.547%201.242-7.477%205.062-7.477%209.68c0%205.812%204.36%209.796%2010.782%209.796m19.265%2011.227l3.047-5.274c.422-.726.188-1.547-.515-1.945c-.703-.422-1.5-.188-1.922.539l-3.094%205.32c-.375.68-.187%201.5.54%201.922a1.43%201.43%200%200%200%201.944-.562m-18.656.023l3.047-5.273c.422-.727.211-1.547-.492-1.946c-.727-.422-1.524-.187-1.946.54l-3.07%205.32c-.398.68-.187%201.5.516%201.898a1.403%201.403%200%200%200%201.945-.539m25.969%206.586l3.047-5.297c.445-.703.21-1.523-.492-1.945c-.704-.399-1.5-.164-1.946.539l-3.07%205.344c-.398.656-.187%201.476.54%201.898c.679.398%201.523.164%201.92-.539m-18.633.023l3.047-5.296c.422-.703.188-1.524-.492-1.946c-.727-.398-1.524-.164-1.945.54l-3.07%205.343c-.4.656-.212%201.477.515%201.898a1.403%201.403%200%200%200%201.945-.538%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.121h29.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.539-15-9.539c-8.648%200-15.937%206.82-16.617%2015.563c-4.547%201.242-7.477%205.062-7.477%209.68c0%205.812%204.36%209.796%2010.782%209.796m19.265%2011.227l3.047-5.274c.422-.726.188-1.547-.515-1.945c-.703-.422-1.5-.188-1.922.539l-3.094%205.32c-.375.68-.187%201.5.54%201.922a1.43%201.43%200%200%200%201.944-.562m-18.656.023l3.047-5.273c.422-.727.211-1.547-.492-1.946c-.727-.422-1.524-.187-1.946.54l-3.07%205.32c-.398.68-.187%201.5.516%201.898a1.403%201.403%200%200%200%201.945-.539m25.969%206.586l3.047-5.297c.445-.703.21-1.523-.492-1.945c-.704-.399-1.5-.164-1.946.539l-3.07%205.344c-.398.656-.187%201.476.54%201.898c.679.398%201.523.164%201.92-.539m-18.633.023l3.047-5.296c.422-.703.188-1.524-.492-1.946c-.727-.398-1.524-.164-1.945.54l-3.07%205.343c-.4.656-.212%201.477.515%201.898a1.403%201.403%200%200%200%201.945-.538%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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