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

Name
hail
Set
Material Symbols
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

The same icon in other sets

More transit icons from Material Symbols

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 22v-6h3v6zm5 0V10.1q-1.25.425-1.625 1.563T7 14H5q0-3.2 1.875-5.1T12 7q2.5 0 3.75-1.238T17 2h2q0 2.2-.937 3.938T15 8.4V22h-2v-6h-2v6zm3-16q-.825 0-1.412-.587T10 4t.588-1.412T12 2t1.413.588T14 4t-.587 1.413T12 6"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsHail(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 22v-6h3v6zm5 0V10.1q-1.25.425-1.625 1.563T7 14H5q0-3.2 1.875-5.1T12 7q2.5 0 3.75-1.238T17 2h2q0 2.2-.937 3.938T15 8.4V22h-2v-6h-2v6zm3-16q-.825 0-1.412-.587T10 4t.588-1.412T12 2t1.413.588T14 4t-.587 1.413T12 6"/></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 22v-6h3v6zm5 0V10.1q-1.25.425-1.625 1.563T7 14H5q0-3.2 1.875-5.1T12 7q2.5 0 3.75-1.238T17 2h2q0 2.2-.937 3.938T15 8.4V22h-2v-6h-2v6zm3-16q-.825 0-1.412-.587T10 4t.588-1.412T12 2t1.413.588T14 4t-.587 1.413T12 6"/></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%2022v-6h3v6zm5%200V10.1q-1.25.425-1.625%201.563T7%2014H5q0-3.2%201.875-5.1T12%207q2.5%200%203.75-1.238T17%202h2q0%202.2-.937%203.938T15%208.4V22h-2v-6h-2v6zm3-16q-.825%200-1.412-.587T10%204t.588-1.412T12%202t1.413.588T14%204t-.587%201.413T12%206%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%2022v-6h3v6zm5%200V10.1q-1.25.425-1.625%201.563T7%2014H5q0-3.2%201.875-5.1T12%207q2.5%200%203.75-1.238T17%202h2q0%202.2-.937%203.938T15%208.4V22h-2v-6h-2v6zm3-16q-.825%200-1.412-.587T10%204t.588-1.412T12%202t1.413.588T14%204t-.587%201.413T12%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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