weather hail night icon

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

Name
weather-hail-night-20-filled
Set
Fluent UI System Icons
Style
20 Filled
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 6M5.843 2a4.24 4.24 0 0 1 1.895.565a4.24 4.24 0 0 1 1.979 2.573c-1.724.38-2.963 1.54-3.469 3.141l-.064.221l-.046.187l-.165.03a3.75 3.75 0 0 0-2.2 1.362a4.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 FluentWeatherHailNight20Filled(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 6M5.843 2a4.24 4.24 0 0 1 1.895.565a4.24 4.24 0 0 1 1.979 2.573c-1.724.38-2.963 1.54-3.469 3.141l-.064.221l-.046.187l-.165.03a3.75 3.75 0 0 0-2.2 1.362a4.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 6M5.843 2a4.24 4.24 0 0 1 1.895.565a4.24 4.24 0 0 1 1.979 2.573c-1.724.38-2.963 1.54-3.469 3.141l-.064.221l-.046.187l-.165.03a3.75 3.75 0 0 0-2.2 1.362a4.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-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%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%206M5.843%202a4.24%204.24%200%200%201%201.895.565a4.24%204.24%200%200%201%201.979%202.573c-1.724.38-2.963%201.54-3.469%203.141l-.064.221l-.046.187l-.165.03a3.75%203.75%200%200%200-2.2%201.362a4.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%206M5.843%202a4.24%204.24%200%200%201%201.895.565a4.24%204.24%200%200%201%201.979%202.573c-1.724.38-2.963%201.54-3.469%203.141l-.064.221l-.046.187l-.165.03a3.75%203.75%200%200%200-2.2%201.362a4.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-filled.svg?color=%231a73e8&size=48