weather-cloudy-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
weather-cloudy-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the weather cloudy icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.002 7.009c3.168 0 4.966 2.097 5.227 4.63h.08a3.687 3.687 0 0 1 3.692 3.683a3.687 3.687 0 0 1-3.692 3.682H7.694a3.687 3.687 0 0 1-3.692-3.682a3.687 3.687 0 0 1 3.692-3.683h.08c.263-2.55 2.06-4.63 5.228-4.63m0 1.497c-2.072 0-3.877 1.634-3.877 3.89c0 .357-.319.638-.684.638h-.69c-1.262 0-2.284 1-2.284 2.236c0 1.235 1.022 2.236 2.283 2.236h10.503c1.261 0 2.283-1 2.283-2.236c0-1.235-1.022-2.236-2.283-2.236h-.69c-.366 0-.685-.28-.685-.638c0-2.285-1.805-3.89-3.876-3.89M10 4c1.617 0 3.05.815 3.9 2.062a8 8 0 0 0-.898-.053q-.593 0-1.139.085a3.22 3.22 0 0 0-5.032 2.062l-.073.414a1 1 0 0 1-.985.827h-.49a1.782 1.782 0 0 0-1.264 3.04c-.315.4-.565.855-.735 1.347a3.282 3.282 0 0 1 1.812-5.881l.257-.006A4.72 4.72 0 0 1 10 4"/></svg>

React

import type { SVGProps } from "react";

export function FluentWeatherCloudy24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.002 7.009c3.168 0 4.966 2.097 5.227 4.63h.08a3.687 3.687 0 0 1 3.692 3.683a3.687 3.687 0 0 1-3.692 3.682H7.694a3.687 3.687 0 0 1-3.692-3.682a3.687 3.687 0 0 1 3.692-3.683h.08c.263-2.55 2.06-4.63 5.228-4.63m0 1.497c-2.072 0-3.877 1.634-3.877 3.89c0 .357-.319.638-.684.638h-.69c-1.262 0-2.284 1-2.284 2.236c0 1.235 1.022 2.236 2.283 2.236h10.503c1.261 0 2.283-1 2.283-2.236c0-1.235-1.022-2.236-2.283-2.236h-.69c-.366 0-.685-.28-.685-.638c0-2.285-1.805-3.89-3.876-3.89M10 4c1.617 0 3.05.815 3.9 2.062a8 8 0 0 0-.898-.053q-.593 0-1.139.085a3.22 3.22 0 0 0-5.032 2.062l-.073.414a1 1 0 0 1-.985.827h-.49a1.782 1.782 0 0 0-1.264 3.04c-.315.4-.565.855-.735 1.347a3.282 3.282 0 0 1 1.812-5.881l.257-.006A4.72 4.72 0 0 1 10 4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.002 7.009c3.168 0 4.966 2.097 5.227 4.63h.08a3.687 3.687 0 0 1 3.692 3.683a3.687 3.687 0 0 1-3.692 3.682H7.694a3.687 3.687 0 0 1-3.692-3.682a3.687 3.687 0 0 1 3.692-3.683h.08c.263-2.55 2.06-4.63 5.228-4.63m0 1.497c-2.072 0-3.877 1.634-3.877 3.89c0 .357-.319.638-.684.638h-.69c-1.262 0-2.284 1-2.284 2.236c0 1.235 1.022 2.236 2.283 2.236h10.503c1.261 0 2.283-1 2.283-2.236c0-1.235-1.022-2.236-2.283-2.236h-.69c-.366 0-.685-.28-.685-.638c0-2.285-1.805-3.89-3.876-3.89M10 4c1.617 0 3.05.815 3.9 2.062a8 8 0 0 0-.898-.053q-.593 0-1.139.085a3.22 3.22 0 0 0-5.032 2.062l-.073.414a1 1 0 0 1-.985.827h-.49a1.782 1.782 0 0 0-1.264 3.04c-.315.4-.565.855-.735 1.347a3.282 3.282 0 0 1 1.812-5.881l.257-.006A4.72 4.72 0 0 1 10 4"/></svg>
</template>

CSS

.icon-weather-cloudy-24-regular {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.002%207.009c3.168%200%204.966%202.097%205.227%204.63h.08a3.687%203.687%200%200%201%203.692%203.683a3.687%203.687%200%200%201-3.692%203.682H7.694a3.687%203.687%200%200%201-3.692-3.682a3.687%203.687%200%200%201%203.692-3.683h.08c.263-2.55%202.06-4.63%205.228-4.63m0%201.497c-2.072%200-3.877%201.634-3.877%203.89c0%20.357-.319.638-.684.638h-.69c-1.262%200-2.284%201-2.284%202.236c0%201.235%201.022%202.236%202.283%202.236h10.503c1.261%200%202.283-1%202.283-2.236c0-1.235-1.022-2.236-2.283-2.236h-.69c-.366%200-.685-.28-.685-.638c0-2.285-1.805-3.89-3.876-3.89M10%204c1.617%200%203.05.815%203.9%202.062a8%208%200%200%200-.898-.053q-.593%200-1.139.085a3.22%203.22%200%200%200-5.032%202.062l-.073.414a1%201%200%200%201-.985.827h-.49a1.782%201.782%200%200%200-1.264%203.04c-.315.4-.565.855-.735%201.347a3.282%203.282%200%200%201%201.812-5.881l.257-.006A4.72%204.72%200%200%201%2010%204%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.002%207.009c3.168%200%204.966%202.097%205.227%204.63h.08a3.687%203.687%200%200%201%203.692%203.683a3.687%203.687%200%200%201-3.692%203.682H7.694a3.687%203.687%200%200%201-3.692-3.682a3.687%203.687%200%200%201%203.692-3.683h.08c.263-2.55%202.06-4.63%205.228-4.63m0%201.497c-2.072%200-3.877%201.634-3.877%203.89c0%20.357-.319.638-.684.638h-.69c-1.262%200-2.284%201-2.284%202.236c0%201.235%201.022%202.236%202.283%202.236h10.503c1.261%200%202.283-1%202.283-2.236c0-1.235-1.022-2.236-2.283-2.236h-.69c-.366%200-.685-.28-.685-.638c0-2.285-1.805-3.89-3.876-3.89M10%204c1.617%200%203.05.815%203.9%202.062a8%208%200%200%200-.898-.053q-.593%200-1.139.085a3.22%203.22%200%200%200-5.032%202.062l-.073.414a1%201%200%200%201-.985.827h-.49a1.782%201.782%200%200%200-1.264%203.04c-.315.4-.565.855-.735%201.347a3.282%203.282%200%200%201%201.812-5.881l.257-.006A4.72%204.72%200%200%201%2010%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/weather-cloudy-24-regular.svg?color=%231a73e8&size=48