rain scattered icon
rain-scattered from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.
- Name
- rain-scattered
- 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 rain scattered icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8.508 32a1 1 0 0 1-.448-.105a1 1 0 0 1-.449-1.342l1.494-3a1.003 1.003 0 0 1 1.794.894l-1.493 3a1 1 0 0 1-.898.553m17.956-15.12l1.414-1.415L30 17.586l-1.414 1.415zM29 10h3v2h-3zm-2.536-4.878L28.586 3L30 4.414l-2.122 2.122zM20 0h2v3h-2zm-8 4.414L13.414 3l2.122 2.122l-1.414 1.414zM27 11a5.996 5.996 0 0 0-11.366-2.669A7.4 7.4 0 0 0 13.5 8a7.55 7.55 0 0 0-7.15 5.244A5.993 5.993 0 0 0 8 25h7.382l-1.276 2.553a1 1 0 1 0 1.789.894L17.618 25H19a5.985 5.985 0 0 0 5.216-8.946A6 6 0 0 0 27 11m-8 12H8a3.993 3.993 0 0 1-.673-7.93l.663-.112l.146-.656a5.496 5.496 0 0 1 10.73 0l.145.656l.663.113A3.993 3.993 0 0 1 19 23m3.927-8.51a6 6 0 0 0-2.278-1.246a7.52 7.52 0 0 0-3.185-4.069a3.987 3.987 0 1 1 5.463 5.314"/></svg>
React
import type { SVGProps } from "react";
export function CarbonRainScattered(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="M8.508 32a1 1 0 0 1-.448-.105a1 1 0 0 1-.449-1.342l1.494-3a1.003 1.003 0 0 1 1.794.894l-1.493 3a1 1 0 0 1-.898.553m17.956-15.12l1.414-1.415L30 17.586l-1.414 1.415zM29 10h3v2h-3zm-2.536-4.878L28.586 3L30 4.414l-2.122 2.122zM20 0h2v3h-2zm-8 4.414L13.414 3l2.122 2.122l-1.414 1.414zM27 11a5.996 5.996 0 0 0-11.366-2.669A7.4 7.4 0 0 0 13.5 8a7.55 7.55 0 0 0-7.15 5.244A5.993 5.993 0 0 0 8 25h7.382l-1.276 2.553a1 1 0 1 0 1.789.894L17.618 25H19a5.985 5.985 0 0 0 5.216-8.946A6 6 0 0 0 27 11m-8 12H8a3.993 3.993 0 0 1-.673-7.93l.663-.112l.146-.656a5.496 5.496 0 0 1 10.73 0l.145.656l.663.113A3.993 3.993 0 0 1 19 23m3.927-8.51a6 6 0 0 0-2.278-1.246a7.52 7.52 0 0 0-3.185-4.069a3.987 3.987 0 1 1 5.463 5.314"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8.508 32a1 1 0 0 1-.448-.105a1 1 0 0 1-.449-1.342l1.494-3a1.003 1.003 0 0 1 1.794.894l-1.493 3a1 1 0 0 1-.898.553m17.956-15.12l1.414-1.415L30 17.586l-1.414 1.415zM29 10h3v2h-3zm-2.536-4.878L28.586 3L30 4.414l-2.122 2.122zM20 0h2v3h-2zm-8 4.414L13.414 3l2.122 2.122l-1.414 1.414zM27 11a5.996 5.996 0 0 0-11.366-2.669A7.4 7.4 0 0 0 13.5 8a7.55 7.55 0 0 0-7.15 5.244A5.993 5.993 0 0 0 8 25h7.382l-1.276 2.553a1 1 0 1 0 1.789.894L17.618 25H19a5.985 5.985 0 0 0 5.216-8.946A6 6 0 0 0 27 11m-8 12H8a3.993 3.993 0 0 1-.673-7.93l.663-.112l.146-.656a5.496 5.496 0 0 1 10.73 0l.145.656l.663.113A3.993 3.993 0 0 1 19 23m3.927-8.51a6 6 0 0 0-2.278-1.246a7.52 7.52 0 0 0-3.185-4.069a3.987 3.987 0 1 1 5.463 5.314"/></svg> </template>
CSS
.icon-rain-scattered {
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%22M8.508%2032a1%201%200%200%201-.448-.105a1%201%200%200%201-.449-1.342l1.494-3a1.003%201.003%200%200%201%201.794.894l-1.493%203a1%201%200%200%201-.898.553m17.956-15.12l1.414-1.415L30%2017.586l-1.414%201.415zM29%2010h3v2h-3zm-2.536-4.878L28.586%203L30%204.414l-2.122%202.122zM20%200h2v3h-2zm-8%204.414L13.414%203l2.122%202.122l-1.414%201.414zM27%2011a5.996%205.996%200%200%200-11.366-2.669A7.4%207.4%200%200%200%2013.5%208a7.55%207.55%200%200%200-7.15%205.244A5.993%205.993%200%200%200%208%2025h7.382l-1.276%202.553a1%201%200%201%200%201.789.894L17.618%2025H19a5.985%205.985%200%200%200%205.216-8.946A6%206%200%200%200%2027%2011m-8%2012H8a3.993%203.993%200%200%201-.673-7.93l.663-.112l.146-.656a5.496%205.496%200%200%201%2010.73%200l.145.656l.663.113A3.993%203.993%200%200%201%2019%2023m3.927-8.51a6%206%200%200%200-2.278-1.246a7.52%207.52%200%200%200-3.185-4.069a3.987%203.987%200%201%201%205.463%205.314%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%22M8.508%2032a1%201%200%200%201-.448-.105a1%201%200%200%201-.449-1.342l1.494-3a1.003%201.003%200%200%201%201.794.894l-1.493%203a1%201%200%200%201-.898.553m17.956-15.12l1.414-1.415L30%2017.586l-1.414%201.415zM29%2010h3v2h-3zm-2.536-4.878L28.586%203L30%204.414l-2.122%202.122zM20%200h2v3h-2zm-8%204.414L13.414%203l2.122%202.122l-1.414%201.414zM27%2011a5.996%205.996%200%200%200-11.366-2.669A7.4%207.4%200%200%200%2013.5%208a7.55%207.55%200%200%200-7.15%205.244A5.993%205.993%200%200%200%208%2025h7.382l-1.276%202.553a1%201%200%201%200%201.789.894L17.618%2025H19a5.985%205.985%200%200%200%205.216-8.946A6%206%200%200%200%2027%2011m-8%2012H8a3.993%203.993%200%200%201-.673-7.93l.663-.112l.146-.656a5.496%205.496%200%200%201%2010.73%200l.145.656l.663.113A3.993%203.993%200%200%201%2019%2023m3.927-8.51a6%206%200%200%200-2.278-1.246a7.52%207.52%200%200%200-3.185-4.069a3.987%203.987%200%201%201%205.463%205.314%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/rain-scattered.svg?color=%231a73e8&size=48