hail from Material Symbols Light by Google · Regular · Transit · Apache-2.0 Free for personal and commercial use.

Name
hail
Set
Material Symbols Light
Style
Regular
Category
Transit
Viewbox
24×24
License
Apache 2.0
Aliases
hail-outline, hail-outline-sharp, hail-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More transit icons from Material Symbols Light

Use the hail icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.885 21.5v-5h2v5zm4.923 0V8.85q-1.558.425-2.327 1.495t-.942 2.77h-1q.173-2.738 1.884-4.215T12 7.423q2.616 0 4-.853q1.385-.853 1.5-3.378h1q-.058 2.124-1.12 3.419t-3.188 1.597V21.5h-1v-5.884h-2.384V21.5zM12 5.77q-.71 0-1.201-.492t-.491-1.201t.491-1.201T12 2.385t1.201.491t.491 1.201t-.491 1.201q-.492.491-1.201.491"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHail(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.885 21.5v-5h2v5zm4.923 0V8.85q-1.558.425-2.327 1.495t-.942 2.77h-1q.173-2.738 1.884-4.215T12 7.423q2.616 0 4-.853q1.385-.853 1.5-3.378h1q-.058 2.124-1.12 3.419t-3.188 1.597V21.5h-1v-5.884h-2.384V21.5zM12 5.77q-.71 0-1.201-.492t-.491-1.201t.491-1.201T12 2.385t1.201.491t.491 1.201t-.491 1.201q-.492.491-1.201.491"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.885 21.5v-5h2v5zm4.923 0V8.85q-1.558.425-2.327 1.495t-.942 2.77h-1q.173-2.738 1.884-4.215T12 7.423q2.616 0 4-.853q1.385-.853 1.5-3.378h1q-.058 2.124-1.12 3.419t-3.188 1.597V21.5h-1v-5.884h-2.384V21.5zM12 5.77q-.71 0-1.201-.492t-.491-1.201t.491-1.201T12 2.385t1.201.491t.491 1.201t-.491 1.201q-.492.491-1.201.491"/></svg>
</template>

CSS

.icon-hail {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.885%2021.5v-5h2v5zm4.923%200V8.85q-1.558.425-2.327%201.495t-.942%202.77h-1q.173-2.738%201.884-4.215T12%207.423q2.616%200%204-.853q1.385-.853%201.5-3.378h1q-.058%202.124-1.12%203.419t-3.188%201.597V21.5h-1v-5.884h-2.384V21.5zM12%205.77q-.71%200-1.201-.492t-.491-1.201t.491-1.201T12%202.385t1.201.491t.491%201.201t-.491%201.201q-.492.491-1.201.491%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.885%2021.5v-5h2v5zm4.923%200V8.85q-1.558.425-2.327%201.495t-.942%202.77h-1q.173-2.738%201.884-4.215T12%207.423q2.616%200%204-.853q1.385-.853%201.5-3.378h1q-.058%202.124-1.12%203.419t-3.188%201.597V21.5h-1v-5.884h-2.384V21.5zM12%205.77q-.71%200-1.201-.492t-.491-1.201t.491-1.201T12%202.385t1.201.491t.491%201.201t-.491%201.201q-.492.491-1.201.491%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/hail.svg?color=%231a73e8&size=48