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

Name
weather-drizzle-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the weather drizzle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 3c2.465 0 3.863 1.574 4.066 3.474h.062C15.714 6.474 17 7.711 17 9.237S15.714 12 14.128 12l-.703-.001V12h-.03l-.957 1.741a.5.5 0 0 1-.876-.482l.693-1.26h-1.818V12h-.041l-.958 1.741a.5.5 0 0 1-.876-.482l.693-1.26H7.432V12h-.036l-.958 1.741a.5.5 0 0 1-.876-.482l.693-1.26l-.383.001C4.286 12 3 10.763 3 9.237c0-1.47 1.192-2.671 2.697-2.758l.237-.005C6.139 4.561 7.535 3 10 3m-2.89 8h7.071C15.187 11 16 10.221 16 9.26c0-.96-.814-1.739-1.818-1.739h-.55c-.29 0-.545-.218-.545-.496C13.087 5.248 11.65 4 10 4S6.913 5.27 6.913 7.025c0 .278-.254.496-.545.496h-.55C4.814 7.521 4 8.3 4 9.261C4 10.22 4.814 11 5.818 11zm.638 3.316a.5.5 0 0 1 .186.682l-1 1.75a.5.5 0 0 1-.868-.496l1-1.75a.5.5 0 0 1 .682-.186m3.186.682a.5.5 0 0 0-.868-.496l-1 1.75a.5.5 0 0 0 .868.496z"/></svg>

React

import type { SVGProps } from "react";

export function FluentWeatherDrizzle20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 3c2.465 0 3.863 1.574 4.066 3.474h.062C15.714 6.474 17 7.711 17 9.237S15.714 12 14.128 12l-.703-.001V12h-.03l-.957 1.741a.5.5 0 0 1-.876-.482l.693-1.26h-1.818V12h-.041l-.958 1.741a.5.5 0 0 1-.876-.482l.693-1.26H7.432V12h-.036l-.958 1.741a.5.5 0 0 1-.876-.482l.693-1.26l-.383.001C4.286 12 3 10.763 3 9.237c0-1.47 1.192-2.671 2.697-2.758l.237-.005C6.139 4.561 7.535 3 10 3m-2.89 8h7.071C15.187 11 16 10.221 16 9.26c0-.96-.814-1.739-1.818-1.739h-.55c-.29 0-.545-.218-.545-.496C13.087 5.248 11.65 4 10 4S6.913 5.27 6.913 7.025c0 .278-.254.496-.545.496h-.55C4.814 7.521 4 8.3 4 9.261C4 10.22 4.814 11 5.818 11zm.638 3.316a.5.5 0 0 1 .186.682l-1 1.75a.5.5 0 0 1-.868-.496l1-1.75a.5.5 0 0 1 .682-.186m3.186.682a.5.5 0 0 0-.868-.496l-1 1.75a.5.5 0 0 0 .868.496z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 3c2.465 0 3.863 1.574 4.066 3.474h.062C15.714 6.474 17 7.711 17 9.237S15.714 12 14.128 12l-.703-.001V12h-.03l-.957 1.741a.5.5 0 0 1-.876-.482l.693-1.26h-1.818V12h-.041l-.958 1.741a.5.5 0 0 1-.876-.482l.693-1.26H7.432V12h-.036l-.958 1.741a.5.5 0 0 1-.876-.482l.693-1.26l-.383.001C4.286 12 3 10.763 3 9.237c0-1.47 1.192-2.671 2.697-2.758l.237-.005C6.139 4.561 7.535 3 10 3m-2.89 8h7.071C15.187 11 16 10.221 16 9.26c0-.96-.814-1.739-1.818-1.739h-.55c-.29 0-.545-.218-.545-.496C13.087 5.248 11.65 4 10 4S6.913 5.27 6.913 7.025c0 .278-.254.496-.545.496h-.55C4.814 7.521 4 8.3 4 9.261C4 10.22 4.814 11 5.818 11zm.638 3.316a.5.5 0 0 1 .186.682l-1 1.75a.5.5 0 0 1-.868-.496l1-1.75a.5.5 0 0 1 .682-.186m3.186.682a.5.5 0 0 0-.868-.496l-1 1.75a.5.5 0 0 0 .868.496z"/></svg>
</template>

CSS

.icon-weather-drizzle-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%203c2.465%200%203.863%201.574%204.066%203.474h.062C15.714%206.474%2017%207.711%2017%209.237S15.714%2012%2014.128%2012l-.703-.001V12h-.03l-.957%201.741a.5.5%200%200%201-.876-.482l.693-1.26h-1.818V12h-.041l-.958%201.741a.5.5%200%200%201-.876-.482l.693-1.26H7.432V12h-.036l-.958%201.741a.5.5%200%200%201-.876-.482l.693-1.26l-.383.001C4.286%2012%203%2010.763%203%209.237c0-1.47%201.192-2.671%202.697-2.758l.237-.005C6.139%204.561%207.535%203%2010%203m-2.89%208h7.071C15.187%2011%2016%2010.221%2016%209.26c0-.96-.814-1.739-1.818-1.739h-.55c-.29%200-.545-.218-.545-.496C13.087%205.248%2011.65%204%2010%204S6.913%205.27%206.913%207.025c0%20.278-.254.496-.545.496h-.55C4.814%207.521%204%208.3%204%209.261C4%2010.22%204.814%2011%205.818%2011zm.638%203.316a.5.5%200%200%201%20.186.682l-1%201.75a.5.5%200%200%201-.868-.496l1-1.75a.5.5%200%200%201%20.682-.186m3.186.682a.5.5%200%200%200-.868-.496l-1%201.75a.5.5%200%200%200%20.868.496z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%203c2.465%200%203.863%201.574%204.066%203.474h.062C15.714%206.474%2017%207.711%2017%209.237S15.714%2012%2014.128%2012l-.703-.001V12h-.03l-.957%201.741a.5.5%200%200%201-.876-.482l.693-1.26h-1.818V12h-.041l-.958%201.741a.5.5%200%200%201-.876-.482l.693-1.26H7.432V12h-.036l-.958%201.741a.5.5%200%200%201-.876-.482l.693-1.26l-.383.001C4.286%2012%203%2010.763%203%209.237c0-1.47%201.192-2.671%202.697-2.758l.237-.005C6.139%204.561%207.535%203%2010%203m-2.89%208h7.071C15.187%2011%2016%2010.221%2016%209.26c0-.96-.814-1.739-1.818-1.739h-.55c-.29%200-.545-.218-.545-.496C13.087%205.248%2011.65%204%2010%204S6.913%205.27%206.913%207.025c0%20.278-.254.496-.545.496h-.55C4.814%207.521%204%208.3%204%209.261C4%2010.22%204.814%2011%205.818%2011zm.638%203.316a.5.5%200%200%201%20.186.682l-1%201.75a.5.5%200%200%201-.868-.496l1-1.75a.5.5%200%200%201%20.682-.186m3.186.682a.5.5%200%200%200-.868-.496l-1%201.75a.5.5%200%200%200%20.868.496z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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