weather hail night icon

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

Name
weather-hail-night-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 hail night icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M11 16.667A.667.667 0 1 1 11 18a.667.667 0 0 1 0-1.333M8.667 16a.667.667 0 1 1 0 1.333a.667.667 0 0 1 0-1.333m4.666 0a.667.667 0 1 1 0 1.333a.667.667 0 0 1 0-1.333M11 6c2.465 0 3.863 1.574 4.066 3.474h.062c1.586 0 2.872 1.237 2.872 2.763S16.714 15 15.128 15H6.872C5.286 15 4 13.763 4 12.237c0-1.47 1.192-2.671 2.697-2.758l.237-.005C7.139 7.561 8.535 6 11 6m0 1c-1.65 0-3.087 1.27-3.087 3.025c0 .278-.254.496-.545.496h-.55C5.814 10.521 5 11.3 5 12.261C5 13.22 5.814 14 6.818 14h8.364C16.186 14 17 13.221 17 12.26c0-.96-.814-1.739-1.818-1.739h-.55c-.29 0-.545-.218-.545-.496C14.087 8.248 12.65 7 11 7M5.843 2a4.24 4.24 0 0 1 1.895.565a4.24 4.24 0 0 1 1.979 2.573a5 5 0 0 0-1.073.363A3.05 3.05 0 0 0 7 3.375a6 6 0 0 0-.535-.249c.086 1.228-.036 2.483-.626 3.445c-.58.853-1.328 1.423-2.558 1.898q.21.185.45.339q.466.297.92.46a3.7 3.7 0 0 0-.878.811a4.24 4.24 0 0 1-1.662-1.418a.63.63 0 0 1 .306-.948c1.376-.492 2.117-1.046 2.54-1.856c.463-.883.549-1.82.242-3.08a.628.628 0 0 1 .644-.776"/></svg>

React

import type { SVGProps } from "react";

export function FluentWeatherHailNight20Regular(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="M11 16.667A.667.667 0 1 1 11 18a.667.667 0 0 1 0-1.333M8.667 16a.667.667 0 1 1 0 1.333a.667.667 0 0 1 0-1.333m4.666 0a.667.667 0 1 1 0 1.333a.667.667 0 0 1 0-1.333M11 6c2.465 0 3.863 1.574 4.066 3.474h.062c1.586 0 2.872 1.237 2.872 2.763S16.714 15 15.128 15H6.872C5.286 15 4 13.763 4 12.237c0-1.47 1.192-2.671 2.697-2.758l.237-.005C7.139 7.561 8.535 6 11 6m0 1c-1.65 0-3.087 1.27-3.087 3.025c0 .278-.254.496-.545.496h-.55C5.814 10.521 5 11.3 5 12.261C5 13.22 5.814 14 6.818 14h8.364C16.186 14 17 13.221 17 12.26c0-.96-.814-1.739-1.818-1.739h-.55c-.29 0-.545-.218-.545-.496C14.087 8.248 12.65 7 11 7M5.843 2a4.24 4.24 0 0 1 1.895.565a4.24 4.24 0 0 1 1.979 2.573a5 5 0 0 0-1.073.363A3.05 3.05 0 0 0 7 3.375a6 6 0 0 0-.535-.249c.086 1.228-.036 2.483-.626 3.445c-.58.853-1.328 1.423-2.558 1.898q.21.185.45.339q.466.297.92.46a3.7 3.7 0 0 0-.878.811a4.24 4.24 0 0 1-1.662-1.418a.63.63 0 0 1 .306-.948c1.376-.492 2.117-1.046 2.54-1.856c.463-.883.549-1.82.242-3.08a.628.628 0 0 1 .644-.776"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M11 16.667A.667.667 0 1 1 11 18a.667.667 0 0 1 0-1.333M8.667 16a.667.667 0 1 1 0 1.333a.667.667 0 0 1 0-1.333m4.666 0a.667.667 0 1 1 0 1.333a.667.667 0 0 1 0-1.333M11 6c2.465 0 3.863 1.574 4.066 3.474h.062c1.586 0 2.872 1.237 2.872 2.763S16.714 15 15.128 15H6.872C5.286 15 4 13.763 4 12.237c0-1.47 1.192-2.671 2.697-2.758l.237-.005C7.139 7.561 8.535 6 11 6m0 1c-1.65 0-3.087 1.27-3.087 3.025c0 .278-.254.496-.545.496h-.55C5.814 10.521 5 11.3 5 12.261C5 13.22 5.814 14 6.818 14h8.364C16.186 14 17 13.221 17 12.26c0-.96-.814-1.739-1.818-1.739h-.55c-.29 0-.545-.218-.545-.496C14.087 8.248 12.65 7 11 7M5.843 2a4.24 4.24 0 0 1 1.895.565a4.24 4.24 0 0 1 1.979 2.573a5 5 0 0 0-1.073.363A3.05 3.05 0 0 0 7 3.375a6 6 0 0 0-.535-.249c.086 1.228-.036 2.483-.626 3.445c-.58.853-1.328 1.423-2.558 1.898q.21.185.45.339q.466.297.92.46a3.7 3.7 0 0 0-.878.811a4.24 4.24 0 0 1-1.662-1.418a.63.63 0 0 1 .306-.948c1.376-.492 2.117-1.046 2.54-1.856c.463-.883.549-1.82.242-3.08a.628.628 0 0 1 .644-.776"/></svg>
</template>

CSS

.icon-weather-hail-night-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%22M11%2016.667A.667.667%200%201%201%2011%2018a.667.667%200%200%201%200-1.333M8.667%2016a.667.667%200%201%201%200%201.333a.667.667%200%200%201%200-1.333m4.666%200a.667.667%200%201%201%200%201.333a.667.667%200%200%201%200-1.333M11%206c2.465%200%203.863%201.574%204.066%203.474h.062c1.586%200%202.872%201.237%202.872%202.763S16.714%2015%2015.128%2015H6.872C5.286%2015%204%2013.763%204%2012.237c0-1.47%201.192-2.671%202.697-2.758l.237-.005C7.139%207.561%208.535%206%2011%206m0%201c-1.65%200-3.087%201.27-3.087%203.025c0%20.278-.254.496-.545.496h-.55C5.814%2010.521%205%2011.3%205%2012.261C5%2013.22%205.814%2014%206.818%2014h8.364C16.186%2014%2017%2013.221%2017%2012.26c0-.96-.814-1.739-1.818-1.739h-.55c-.29%200-.545-.218-.545-.496C14.087%208.248%2012.65%207%2011%207M5.843%202a4.24%204.24%200%200%201%201.895.565a4.24%204.24%200%200%201%201.979%202.573a5%205%200%200%200-1.073.363A3.05%203.05%200%200%200%207%203.375a6%206%200%200%200-.535-.249c.086%201.228-.036%202.483-.626%203.445c-.58.853-1.328%201.423-2.558%201.898q.21.185.45.339q.466.297.92.46a3.7%203.7%200%200%200-.878.811a4.24%204.24%200%200%201-1.662-1.418a.63.63%200%200%201%20.306-.948c1.376-.492%202.117-1.046%202.54-1.856c.463-.883.549-1.82.242-3.08a.628.628%200%200%201%20.644-.776%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%22M11%2016.667A.667.667%200%201%201%2011%2018a.667.667%200%200%201%200-1.333M8.667%2016a.667.667%200%201%201%200%201.333a.667.667%200%200%201%200-1.333m4.666%200a.667.667%200%201%201%200%201.333a.667.667%200%200%201%200-1.333M11%206c2.465%200%203.863%201.574%204.066%203.474h.062c1.586%200%202.872%201.237%202.872%202.763S16.714%2015%2015.128%2015H6.872C5.286%2015%204%2013.763%204%2012.237c0-1.47%201.192-2.671%202.697-2.758l.237-.005C7.139%207.561%208.535%206%2011%206m0%201c-1.65%200-3.087%201.27-3.087%203.025c0%20.278-.254.496-.545.496h-.55C5.814%2010.521%205%2011.3%205%2012.261C5%2013.22%205.814%2014%206.818%2014h8.364C16.186%2014%2017%2013.221%2017%2012.26c0-.96-.814-1.739-1.818-1.739h-.55c-.29%200-.545-.218-.545-.496C14.087%208.248%2012.65%207%2011%207M5.843%202a4.24%204.24%200%200%201%201.895.565a4.24%204.24%200%200%201%201.979%202.573a5%205%200%200%200-1.073.363A3.05%203.05%200%200%200%207%203.375a6%206%200%200%200-.535-.249c.086%201.228-.036%202.483-.626%203.445c-.58.853-1.328%201.423-2.558%201.898q.21.185.45.339q.466.297.92.46a3.7%203.7%200%200%200-.878.811a4.24%204.24%200%200%201-1.662-1.418a.63.63%200%200%201%20.306-.948c1.376-.492%202.117-1.046%202.54-1.856c.463-.883.549-1.82.242-3.08a.628.628%200%200%201%20.644-.776%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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