forecast hail 30 icon
forecast-hail-30 from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.
- Name
- forecast-hail-30
- 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 forecast hail 30 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9 15.586L12.586 12L14 13.413L10.413 17zm6-.001L16.586 14L18 15.413L16.414 17z"/><circle cx="10.5" cy="22.5" r="1.5" fill="currentColor"/><circle cx="7.5" cy="18.5" r="1.5" fill="currentColor"/><circle cx="13.5" cy="18.5" r="1.5" fill="currentColor"/><path fill="currentColor" d="M14 28a10 10 0 0 1 0-20h4v5l6-6l-6-6v5h-4a12 12 0 0 0 0 24Z"/><path fill="currentColor" d="M20 20h-4v2h4v2h-3v2h3v2h-4v2h4a2.003 2.003 0 0 0 2-2v-6a2 2 0 0 0-2-2m8 10h-2a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2m-2-8v6h2v-6Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonForecastHail30(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9 15.586L12.586 12L14 13.413L10.413 17zm6-.001L16.586 14L18 15.413L16.414 17z"/><circle cx="10.5" cy="22.5" r="1.5" fill="currentColor"/><circle cx="7.5" cy="18.5" r="1.5" fill="currentColor"/><circle cx="13.5" cy="18.5" r="1.5" fill="currentColor"/><path fill="currentColor" d="M14 28a10 10 0 0 1 0-20h4v5l6-6l-6-6v5h-4a12 12 0 0 0 0 24Z"/><path fill="currentColor" d="M20 20h-4v2h4v2h-3v2h3v2h-4v2h4a2.003 2.003 0 0 0 2-2v-6a2 2 0 0 0-2-2m8 10h-2a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2m-2-8v6h2v-6Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9 15.586L12.586 12L14 13.413L10.413 17zm6-.001L16.586 14L18 15.413L16.414 17z"/><circle cx="10.5" cy="22.5" r="1.5" fill="currentColor"/><circle cx="7.5" cy="18.5" r="1.5" fill="currentColor"/><circle cx="13.5" cy="18.5" r="1.5" fill="currentColor"/><path fill="currentColor" d="M14 28a10 10 0 0 1 0-20h4v5l6-6l-6-6v5h-4a12 12 0 0 0 0 24Z"/><path fill="currentColor" d="M20 20h-4v2h4v2h-3v2h3v2h-4v2h4a2.003 2.003 0 0 0 2-2v-6a2 2 0 0 0-2-2m8 10h-2a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2m-2-8v6h2v-6Z"/></svg> </template>
CSS
.icon-forecast-hail-30 {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%2015.586L12.586%2012L14%2013.413L10.413%2017zm6-.001L16.586%2014L18%2015.413L16.414%2017z%22%2F%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%2222.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%227.5%22%20cy%3D%2218.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2213.5%22%20cy%3D%2218.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%2028a10%2010%200%200%201%200-20h4v5l6-6l-6-6v5h-4a12%2012%200%200%200%200%2024Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2020h-4v2h4v2h-3v2h3v2h-4v2h4a2.003%202.003%200%200%200%202-2v-6a2%202%200%200%200-2-2m8%2010h-2a2%202%200%200%201-2-2v-6a2%202%200%200%201%202-2h2a2%202%200%200%201%202%202v6a2%202%200%200%201-2%202m-2-8v6h2v-6Z%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%2015.586L12.586%2012L14%2013.413L10.413%2017zm6-.001L16.586%2014L18%2015.413L16.414%2017z%22%2F%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%2222.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%227.5%22%20cy%3D%2218.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2213.5%22%20cy%3D%2218.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%2028a10%2010%200%200%201%200-20h4v5l6-6l-6-6v5h-4a12%2012%200%200%200%200%2024Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2020h-4v2h4v2h-3v2h3v2h-4v2h4a2.003%202.003%200%200%200%202-2v-6a2%202%200%200%200-2-2m8%2010h-2a2%202%200%200%201-2-2v-6a2%202%200%200%201%202-2h2a2%202%200%200%201%202%202v6a2%202%200%200%201-2%202m-2-8v6h2v-6Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/forecast-hail-30.svg?color=%231a73e8&size=48