cloud drizzle icon
cloud-drizzle from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- cloud-drizzle
- 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 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.508h29.086c7.687 0 13.406-5.836 13.406-13.078c0-7.453-6.094-12.914-14.04-12.914C37.786 4.726 32.349 1 25.575 1C16.762 1 9.496 7.89 8.723 16.61c-4.243 1.218-7.477 4.921-7.477 9.867c0 5.53 4.031 10.03 11.016 10.03m-.047-3.774c-4.805 0-7.219-2.672-7.219-6.14c0-2.836 1.64-5.367 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.187ZM31.293 47.43l3.047-5.274c.422-.726.187-1.547-.516-1.945c-.703-.422-1.5-.188-1.922.539l-3.093 5.32c-.375.68-.188 1.5.539 1.922a1.43 1.43 0 0 0 1.945-.562m-18.656.023l3.047-5.273c.421-.727.21-1.547-.493-1.946c-.726-.422-1.523-.187-1.945.54l-3.07 5.32c-.399.68-.188 1.5.515 1.898a1.403 1.403 0 0 0 1.946-.539m25.968 6.586l3.047-5.297c.446-.703.211-1.523-.492-1.945c-.703-.399-1.5-.164-1.945.539l-3.07 5.344c-.399.656-.188 1.476.539 1.898c.68.399 1.523.164 1.921-.539m-18.632.023l3.047-5.296c.421-.703.187-1.524-.493-1.946c-.726-.398-1.523-.164-1.945.54l-3.07 5.343c-.399.656-.211 1.477.515 1.899a1.403 1.403 0 0 0 1.946-.54"/></svg>
React
import type { SVGProps } from "react";
export function F7CloudDrizzle(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.508h29.086c7.687 0 13.406-5.836 13.406-13.078c0-7.453-6.094-12.914-14.04-12.914C37.786 4.726 32.349 1 25.575 1C16.762 1 9.496 7.89 8.723 16.61c-4.243 1.218-7.477 4.921-7.477 9.867c0 5.53 4.031 10.03 11.016 10.03m-.047-3.774c-4.805 0-7.219-2.672-7.219-6.14c0-2.836 1.64-5.367 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.187ZM31.293 47.43l3.047-5.274c.422-.726.187-1.547-.516-1.945c-.703-.422-1.5-.188-1.922.539l-3.093 5.32c-.375.68-.188 1.5.539 1.922a1.43 1.43 0 0 0 1.945-.562m-18.656.023l3.047-5.273c.421-.727.21-1.547-.493-1.946c-.726-.422-1.523-.187-1.945.54l-3.07 5.32c-.399.68-.188 1.5.515 1.898a1.403 1.403 0 0 0 1.946-.539m25.968 6.586l3.047-5.297c.446-.703.211-1.523-.492-1.945c-.703-.399-1.5-.164-1.945.539l-3.07 5.344c-.399.656-.188 1.476.539 1.898c.68.399 1.523.164 1.921-.539m-18.632.023l3.047-5.296c.421-.703.187-1.524-.493-1.946c-.726-.398-1.523-.164-1.945.54l-3.07 5.343c-.399.656-.211 1.477.515 1.899a1.403 1.403 0 0 0 1.946-.54"/></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.508h29.086c7.687 0 13.406-5.836 13.406-13.078c0-7.453-6.094-12.914-14.04-12.914C37.786 4.726 32.349 1 25.575 1C16.762 1 9.496 7.89 8.723 16.61c-4.243 1.218-7.477 4.921-7.477 9.867c0 5.53 4.031 10.03 11.016 10.03m-.047-3.774c-4.805 0-7.219-2.672-7.219-6.14c0-2.836 1.64-5.367 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.187ZM31.293 47.43l3.047-5.274c.422-.726.187-1.547-.516-1.945c-.703-.422-1.5-.188-1.922.539l-3.093 5.32c-.375.68-.188 1.5.539 1.922a1.43 1.43 0 0 0 1.945-.562m-18.656.023l3.047-5.273c.421-.727.21-1.547-.493-1.946c-.726-.422-1.523-.187-1.945.54l-3.07 5.32c-.399.68-.188 1.5.515 1.898a1.403 1.403 0 0 0 1.946-.539m25.968 6.586l3.047-5.297c.446-.703.211-1.523-.492-1.945c-.703-.399-1.5-.164-1.945.539l-3.07 5.344c-.399.656-.188 1.476.539 1.898c.68.399 1.523.164 1.921-.539m-18.632.023l3.047-5.296c.421-.703.187-1.524-.493-1.946c-.726-.398-1.523-.164-1.945.54l-3.07 5.343c-.399.656-.211 1.477.515 1.899a1.403 1.403 0 0 0 1.946-.54"/></svg> </template>
CSS
.icon-cloud-drizzle {
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.508h29.086c7.687%200%2013.406-5.836%2013.406-13.078c0-7.453-6.094-12.914-14.04-12.914C37.786%204.726%2032.349%201%2025.575%201C16.762%201%209.496%207.89%208.723%2016.61c-4.243%201.218-7.477%204.921-7.477%209.867c0%205.53%204.031%2010.03%2011.016%2010.03m-.047-3.774c-4.805%200-7.219-2.672-7.219-6.14c0-2.836%201.64-5.367%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.187ZM31.293%2047.43l3.047-5.274c.422-.726.187-1.547-.516-1.945c-.703-.422-1.5-.188-1.922.539l-3.093%205.32c-.375.68-.188%201.5.539%201.922a1.43%201.43%200%200%200%201.945-.562m-18.656.023l3.047-5.273c.421-.727.21-1.547-.493-1.946c-.726-.422-1.523-.187-1.945.54l-3.07%205.32c-.399.68-.188%201.5.515%201.898a1.403%201.403%200%200%200%201.946-.539m25.968%206.586l3.047-5.297c.446-.703.211-1.523-.492-1.945c-.703-.399-1.5-.164-1.945.539l-3.07%205.344c-.399.656-.188%201.476.539%201.898c.68.399%201.523.164%201.921-.539m-18.632.023l3.047-5.296c.421-.703.187-1.524-.493-1.946c-.726-.398-1.523-.164-1.945.54l-3.07%205.343c-.399.656-.211%201.477.515%201.899a1.403%201.403%200%200%200%201.946-.54%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.508h29.086c7.687%200%2013.406-5.836%2013.406-13.078c0-7.453-6.094-12.914-14.04-12.914C37.786%204.726%2032.349%201%2025.575%201C16.762%201%209.496%207.89%208.723%2016.61c-4.243%201.218-7.477%204.921-7.477%209.867c0%205.53%204.031%2010.03%2011.016%2010.03m-.047-3.774c-4.805%200-7.219-2.672-7.219-6.14c0-2.836%201.64-5.367%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.187ZM31.293%2047.43l3.047-5.274c.422-.726.187-1.547-.516-1.945c-.703-.422-1.5-.188-1.922.539l-3.093%205.32c-.375.68-.188%201.5.539%201.922a1.43%201.43%200%200%200%201.945-.562m-18.656.023l3.047-5.273c.421-.727.21-1.547-.493-1.946c-.726-.422-1.523-.187-1.945.54l-3.07%205.32c-.399.68-.188%201.5.515%201.898a1.403%201.403%200%200%200%201.946-.539m25.968%206.586l3.047-5.297c.446-.703.211-1.523-.492-1.945c-.703-.399-1.5-.164-1.945.539l-3.07%205.344c-.399.656-.188%201.476.539%201.898c.68.399%201.523.164%201.921-.539m-18.632.023l3.047-5.296c.421-.703.187-1.524-.493-1.946c-.726-.398-1.523-.164-1.945.54l-3.07%205.343c-.399.656-.211%201.477.515%201.899a1.403%201.403%200%200%200%201.946-.54%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/cloud-drizzle.svg?color=%231a73e8&size=48