mixed rain hail icon
mixed-rain-hail from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.
- Name
- mixed-rain-hail
- Set
- Carbon
- Style
- Outline
- Category
- Planning
- Viewbox
- 32×32
- License
- Apache 2.0
More planning icons from Carbon
accumulation-iceaccumulation-precipitationaccumulation-rainaccumulation-snowagriculture-analyticsairline-digital-gateairline-manage-gatesairline-passenger-careairline-rapid-boardairport-01airport-02airport-locationalarmalarm-addalarm-subtractarray-date-timearray-timearrivalbaggage-claimbarbicyclebootbuoybus
Use the mixed rain hail icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="24.5" cy="25.5" r="1.5" fill="currentColor"/><circle cx="21.5" cy="29.5" r="1.5" fill="currentColor"/><path fill="currentColor" d="m15.868 30.496l-1.736-.992L17.276 24h-5.999l4.855-8.496l1.736.992L14.723 22h6.001zM9 32a1 1 0 0 1-.894-1.447l2-4a1 1 0 1 1 1.788.894l-2 4A1 1 0 0 1 9 32"/><path fill="currentColor" d="M24.8 9.136a8.994 8.994 0 0 0-17.6 0a6.493 6.493 0 0 0 .23 12.768l-1.324 2.649a1 1 0 1 0 1.789.894l2-4a1 1 0 0 0-.447-1.341A1 1 0 0 0 9 20.01V20h-.5a4.498 4.498 0 0 1-.356-8.981l.816-.064l.099-.812a6.994 6.994 0 0 1 13.883 0l.099.812l.815.064A4.498 4.498 0 0 1 23.5 20H23v2h.5a6.497 6.497 0 0 0 1.3-12.864"/></svg>
React
import type { SVGProps } from "react";
export function CarbonMixedRainHail(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="24.5" cy="25.5" r="1.5" fill="currentColor"/><circle cx="21.5" cy="29.5" r="1.5" fill="currentColor"/><path fill="currentColor" d="m15.868 30.496l-1.736-.992L17.276 24h-5.999l4.855-8.496l1.736.992L14.723 22h6.001zM9 32a1 1 0 0 1-.894-1.447l2-4a1 1 0 1 1 1.788.894l-2 4A1 1 0 0 1 9 32"/><path fill="currentColor" d="M24.8 9.136a8.994 8.994 0 0 0-17.6 0a6.493 6.493 0 0 0 .23 12.768l-1.324 2.649a1 1 0 1 0 1.789.894l2-4a1 1 0 0 0-.447-1.341A1 1 0 0 0 9 20.01V20h-.5a4.498 4.498 0 0 1-.356-8.981l.816-.064l.099-.812a6.994 6.994 0 0 1 13.883 0l.099.812l.815.064A4.498 4.498 0 0 1 23.5 20H23v2h.5a6.497 6.497 0 0 0 1.3-12.864"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="24.5" cy="25.5" r="1.5" fill="currentColor"/><circle cx="21.5" cy="29.5" r="1.5" fill="currentColor"/><path fill="currentColor" d="m15.868 30.496l-1.736-.992L17.276 24h-5.999l4.855-8.496l1.736.992L14.723 22h6.001zM9 32a1 1 0 0 1-.894-1.447l2-4a1 1 0 1 1 1.788.894l-2 4A1 1 0 0 1 9 32"/><path fill="currentColor" d="M24.8 9.136a8.994 8.994 0 0 0-17.6 0a6.493 6.493 0 0 0 .23 12.768l-1.324 2.649a1 1 0 1 0 1.789.894l2-4a1 1 0 0 0-.447-1.341A1 1 0 0 0 9 20.01V20h-.5a4.498 4.498 0 0 1-.356-8.981l.816-.064l.099-.812a6.994 6.994 0 0 1 13.883 0l.099.812l.815.064A4.498 4.498 0 0 1 23.5 20H23v2h.5a6.497 6.497 0 0 0 1.3-12.864"/></svg> </template>
CSS
.icon-mixed-rain-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%2032%2032%22%3E%3Ccircle%20cx%3D%2224.5%22%20cy%3D%2225.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2221.5%22%20cy%3D%2229.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m15.868%2030.496l-1.736-.992L17.276%2024h-5.999l4.855-8.496l1.736.992L14.723%2022h6.001zM9%2032a1%201%200%200%201-.894-1.447l2-4a1%201%200%201%201%201.788.894l-2%204A1%201%200%200%201%209%2032%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24.8%209.136a8.994%208.994%200%200%200-17.6%200a6.493%206.493%200%200%200%20.23%2012.768l-1.324%202.649a1%201%200%201%200%201.789.894l2-4a1%201%200%200%200-.447-1.341A1%201%200%200%200%209%2020.01V20h-.5a4.498%204.498%200%200%201-.356-8.981l.816-.064l.099-.812a6.994%206.994%200%200%201%2013.883%200l.099.812l.815.064A4.498%204.498%200%200%201%2023.5%2020H23v2h.5a6.497%206.497%200%200%200%201.3-12.864%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%2032%2032%22%3E%3Ccircle%20cx%3D%2224.5%22%20cy%3D%2225.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2221.5%22%20cy%3D%2229.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m15.868%2030.496l-1.736-.992L17.276%2024h-5.999l4.855-8.496l1.736.992L14.723%2022h6.001zM9%2032a1%201%200%200%201-.894-1.447l2-4a1%201%200%201%201%201.788.894l-2%204A1%201%200%200%201%209%2032%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24.8%209.136a8.994%208.994%200%200%200-17.6%200a6.493%206.493%200%200%200%20.23%2012.768l-1.324%202.649a1%201%200%201%200%201.789.894l2-4a1%201%200%200%200-.447-1.341A1%201%200%200%200%209%2020.01V20h-.5a4.498%204.498%200%200%201-.356-8.981l.816-.064l.099-.812a6.994%206.994%200%200%201%2013.883%200l.099.812l.815.064A4.498%204.498%200%200%201%2023.5%2020H23v2h.5a6.497%206.497%200%200%200%201.3-12.864%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/mixed-rain-hail.svg?color=%231a73e8&size=48