weather rain snow icon

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

Name
weather-rain-snow-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 rain snow icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 4c2.465 0 3.863 1.574 4.066 3.474h.062c1.586 0 2.872 1.237 2.872 2.763S15.714 13 14.128 13h-1.502a.5.5 0 1 1-.948 0l-4.237-.001l-1.496 2.746a.5.5 0 0 1-.914-.395l.036-.083l1.235-2.268l-.43.001C4.286 13 3 11.763 3 10.237s1.286-2.763 2.872-2.763h.062C6.139 5.561 7.535 4 10 4m1.5 11a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m-2.198-.94a.49.49 0 0 1 .235.587l-.036.082l-.562 1.014a.504.504 0 0 1-.678.197a.49.49 0 0 1-.236-.587l.036-.082l.562-1.014a.504.504 0 0 1 .679-.197M13.5 14a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1M10 5C8.35 5 6.913 6.27 6.913 8.025c0 .278-.254.496-.545.496h-.55C4.814 8.521 4 9.3 4 10.261C4 11.22 4.814 12 5.818 12h8.364C15.186 12 16 11.221 16 10.26c0-.96-.814-1.739-1.818-1.739h-.55c-.29 0-.545-.218-.545-.496C13.087 6.248 11.65 5 10 5"/></svg>

React

import type { SVGProps } from "react";

export function FluentWeatherRainSnow20Regular(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 4c2.465 0 3.863 1.574 4.066 3.474h.062c1.586 0 2.872 1.237 2.872 2.763S15.714 13 14.128 13h-1.502a.5.5 0 1 1-.948 0l-4.237-.001l-1.496 2.746a.5.5 0 0 1-.914-.395l.036-.083l1.235-2.268l-.43.001C4.286 13 3 11.763 3 10.237s1.286-2.763 2.872-2.763h.062C6.139 5.561 7.535 4 10 4m1.5 11a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m-2.198-.94a.49.49 0 0 1 .235.587l-.036.082l-.562 1.014a.504.504 0 0 1-.678.197a.49.49 0 0 1-.236-.587l.036-.082l.562-1.014a.504.504 0 0 1 .679-.197M13.5 14a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1M10 5C8.35 5 6.913 6.27 6.913 8.025c0 .278-.254.496-.545.496h-.55C4.814 8.521 4 9.3 4 10.261C4 11.22 4.814 12 5.818 12h8.364C15.186 12 16 11.221 16 10.26c0-.96-.814-1.739-1.818-1.739h-.55c-.29 0-.545-.218-.545-.496C13.087 6.248 11.65 5 10 5"/></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 4c2.465 0 3.863 1.574 4.066 3.474h.062c1.586 0 2.872 1.237 2.872 2.763S15.714 13 14.128 13h-1.502a.5.5 0 1 1-.948 0l-4.237-.001l-1.496 2.746a.5.5 0 0 1-.914-.395l.036-.083l1.235-2.268l-.43.001C4.286 13 3 11.763 3 10.237s1.286-2.763 2.872-2.763h.062C6.139 5.561 7.535 4 10 4m1.5 11a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m-2.198-.94a.49.49 0 0 1 .235.587l-.036.082l-.562 1.014a.504.504 0 0 1-.678.197a.49.49 0 0 1-.236-.587l.036-.082l.562-1.014a.504.504 0 0 1 .679-.197M13.5 14a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1M10 5C8.35 5 6.913 6.27 6.913 8.025c0 .278-.254.496-.545.496h-.55C4.814 8.521 4 9.3 4 10.261C4 11.22 4.814 12 5.818 12h8.364C15.186 12 16 11.221 16 10.26c0-.96-.814-1.739-1.818-1.739h-.55c-.29 0-.545-.218-.545-.496C13.087 6.248 11.65 5 10 5"/></svg>
</template>

CSS

.icon-weather-rain-snow-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%204c2.465%200%203.863%201.574%204.066%203.474h.062c1.586%200%202.872%201.237%202.872%202.763S15.714%2013%2014.128%2013h-1.502a.5.5%200%201%201-.948%200l-4.237-.001l-1.496%202.746a.5.5%200%200%201-.914-.395l.036-.083l1.235-2.268l-.43.001C4.286%2013%203%2011.763%203%2010.237s1.286-2.763%202.872-2.763h.062C6.139%205.561%207.535%204%2010%204m1.5%2011a.5.5%200%201%201%200%201a.5.5%200%200%201%200-1m-2.198-.94a.49.49%200%200%201%20.235.587l-.036.082l-.562%201.014a.504.504%200%200%201-.678.197a.49.49%200%200%201-.236-.587l.036-.082l.562-1.014a.504.504%200%200%201%20.679-.197M13.5%2014a.5.5%200%201%201%200%201a.5.5%200%200%201%200-1M10%205C8.35%205%206.913%206.27%206.913%208.025c0%20.278-.254.496-.545.496h-.55C4.814%208.521%204%209.3%204%2010.261C4%2011.22%204.814%2012%205.818%2012h8.364C15.186%2012%2016%2011.221%2016%2010.26c0-.96-.814-1.739-1.818-1.739h-.55c-.29%200-.545-.218-.545-.496C13.087%206.248%2011.65%205%2010%205%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%204c2.465%200%203.863%201.574%204.066%203.474h.062c1.586%200%202.872%201.237%202.872%202.763S15.714%2013%2014.128%2013h-1.502a.5.5%200%201%201-.948%200l-4.237-.001l-1.496%202.746a.5.5%200%200%201-.914-.395l.036-.083l1.235-2.268l-.43.001C4.286%2013%203%2011.763%203%2010.237s1.286-2.763%202.872-2.763h.062C6.139%205.561%207.535%204%2010%204m1.5%2011a.5.5%200%201%201%200%201a.5.5%200%200%201%200-1m-2.198-.94a.49.49%200%200%201%20.235.587l-.036.082l-.562%201.014a.504.504%200%200%201-.678.197a.49.49%200%200%201-.236-.587l.036-.082l.562-1.014a.504.504%200%200%201%20.679-.197M13.5%2014a.5.5%200%201%201%200%201a.5.5%200%200%201%200-1M10%205C8.35%205%206.913%206.27%206.913%208.025c0%20.278-.254.496-.545.496h-.55C4.814%208.521%204%209.3%204%2010.261C4%2011.22%204.814%2012%205.818%2012h8.364C15.186%2012%2016%2011.221%2016%2010.26c0-.96-.814-1.739-1.818-1.739h-.55c-.29%200-.545-.218-.545-.496C13.087%206.248%2011.65%205%2010%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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