weather drizzle icon
weather-drizzle-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- weather-drizzle-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
weather-blowing-snow-20-filledweather-cloudy-20-filledweather-duststorm-20-filledweather-fog-20-filledweather-hail-day-20-filledweather-hail-night-20-filledweather-haze-20-filledweather-humidity-12-filledweather-moon-12-filledweather-moon-off-16-filledweather-partly-cloudy-day-16-filledweather-partly-cloudy-night-20-filledweather-rain-20-filledweather-rain-showers-day-20-filledweather-rain-showers-night-20-filledweather-rain-snow-20-filledweather-snow-20-filledweather-snow-shower-day-20-filledweather-snow-shower-night-20-filledweather-snowflake-20-filledweather-squalls-20-filledweather-sunny-16-filledweather-sunny-high-20-filledweather-sunny-low-20-filled
Use the weather drizzle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M23.999 6c6.337 0 9.932 4.195 10.455 9.26h.16c4.078 0 7.384 3.298 7.384 7.365s-3.306 7.365-7.384 7.365l-1.723.001l-.004.009h-.586l-1.971 3.38a1.25 1.25 0 1 1-2.16-1.26l1.243-2.13l-4.259.001l-.003.009h-.85l-1.971 3.38a1.25 1.25 0 1 1-2.16-1.26l1.243-2.13l-3.995.001l-.003.009h-1.113l-1.972 3.38a1.25 1.25 0 1 1-2.16-1.26l1.243-2.13h-.029C9.306 29.99 6 26.693 6 22.625s3.306-7.365 7.384-7.365h.16C14.07 10.161 17.662 6 24 6m-6.37 28.67a1.25 1.25 0 0 1 .45 1.71l-1.75 3a1.25 1.25 0 1 1-2.159-1.26l1.75-3a1.25 1.25 0 0 1 1.71-.45m8.45 1.71a1.25 1.25 0 1 0-2.159-1.26l-1.75 3a1.25 1.25 0 1 0 2.16 1.26z"/></svg>
React
import type { SVGProps } from "react";
export function FluentWeatherDrizzle48Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M23.999 6c6.337 0 9.932 4.195 10.455 9.26h.16c4.078 0 7.384 3.298 7.384 7.365s-3.306 7.365-7.384 7.365l-1.723.001l-.004.009h-.586l-1.971 3.38a1.25 1.25 0 1 1-2.16-1.26l1.243-2.13l-4.259.001l-.003.009h-.85l-1.971 3.38a1.25 1.25 0 1 1-2.16-1.26l1.243-2.13l-3.995.001l-.003.009h-1.113l-1.972 3.38a1.25 1.25 0 1 1-2.16-1.26l1.243-2.13h-.029C9.306 29.99 6 26.693 6 22.625s3.306-7.365 7.384-7.365h.16C14.07 10.161 17.662 6 24 6m-6.37 28.67a1.25 1.25 0 0 1 .45 1.71l-1.75 3a1.25 1.25 0 1 1-2.159-1.26l1.75-3a1.25 1.25 0 0 1 1.71-.45m8.45 1.71a1.25 1.25 0 1 0-2.159-1.26l-1.75 3a1.25 1.25 0 1 0 2.16 1.26z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M23.999 6c6.337 0 9.932 4.195 10.455 9.26h.16c4.078 0 7.384 3.298 7.384 7.365s-3.306 7.365-7.384 7.365l-1.723.001l-.004.009h-.586l-1.971 3.38a1.25 1.25 0 1 1-2.16-1.26l1.243-2.13l-4.259.001l-.003.009h-.85l-1.971 3.38a1.25 1.25 0 1 1-2.16-1.26l1.243-2.13l-3.995.001l-.003.009h-1.113l-1.972 3.38a1.25 1.25 0 1 1-2.16-1.26l1.243-2.13h-.029C9.306 29.99 6 26.693 6 22.625s3.306-7.365 7.384-7.365h.16C14.07 10.161 17.662 6 24 6m-6.37 28.67a1.25 1.25 0 0 1 .45 1.71l-1.75 3a1.25 1.25 0 1 1-2.159-1.26l1.75-3a1.25 1.25 0 0 1 1.71-.45m8.45 1.71a1.25 1.25 0 1 0-2.159-1.26l-1.75 3a1.25 1.25 0 1 0 2.16 1.26z"/></svg> </template>
CSS
.icon-weather-drizzle-48-filled {
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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.999%206c6.337%200%209.932%204.195%2010.455%209.26h.16c4.078%200%207.384%203.298%207.384%207.365s-3.306%207.365-7.384%207.365l-1.723.001l-.004.009h-.586l-1.971%203.38a1.25%201.25%200%201%201-2.16-1.26l1.243-2.13l-4.259.001l-.003.009h-.85l-1.971%203.38a1.25%201.25%200%201%201-2.16-1.26l1.243-2.13l-3.995.001l-.003.009h-1.113l-1.972%203.38a1.25%201.25%200%201%201-2.16-1.26l1.243-2.13h-.029C9.306%2029.99%206%2026.693%206%2022.625s3.306-7.365%207.384-7.365h.16C14.07%2010.161%2017.662%206%2024%206m-6.37%2028.67a1.25%201.25%200%200%201%20.45%201.71l-1.75%203a1.25%201.25%200%201%201-2.159-1.26l1.75-3a1.25%201.25%200%200%201%201.71-.45m8.45%201.71a1.25%201.25%200%201%200-2.159-1.26l-1.75%203a1.25%201.25%200%201%200%202.16%201.26z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.999%206c6.337%200%209.932%204.195%2010.455%209.26h.16c4.078%200%207.384%203.298%207.384%207.365s-3.306%207.365-7.384%207.365l-1.723.001l-.004.009h-.586l-1.971%203.38a1.25%201.25%200%201%201-2.16-1.26l1.243-2.13l-4.259.001l-.003.009h-.85l-1.971%203.38a1.25%201.25%200%201%201-2.16-1.26l1.243-2.13l-3.995.001l-.003.009h-1.113l-1.972%203.38a1.25%201.25%200%201%201-2.16-1.26l1.243-2.13h-.029C9.306%2029.99%206%2026.693%206%2022.625s3.306-7.365%207.384-7.365h.16C14.07%2010.161%2017.662%206%2024%206m-6.37%2028.67a1.25%201.25%200%200%201%20.45%201.71l-1.75%203a1.25%201.25%200%201%201-2.159-1.26l1.75-3a1.25%201.25%200%200%201%201.71-.45m8.45%201.71a1.25%201.25%200%201%200-2.159-1.26l-1.75%203a1.25%201.25%200%201%200%202.16%201.26z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/weather-drizzle-48-filled.svg?color=%231a73e8&size=48