rain scattered night icon

rain-scattered-night from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.

Name
rain-scattered-night
Set
Carbon
Style
Outline
Category
Planning
Viewbox
32×32
License
Apache 2.0

More planning icons from Carbon

Use the rain scattered night 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.553m21.336-18.965a1.52 1.52 0 0 0-1.23-.866a5.36 5.36 0 0 1-3.41-1.716a6.47 6.47 0 0 1-1.285-6.393a1.6 1.6 0 0 0-.3-1.546a1.45 1.45 0 0 0-1.36-.492l-.019.002a7.855 7.855 0 0 0-6.105 6.48A7.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.955 5.955 0 0 0 5.88-7.145a7.5 7.5 0 0 0 4.867-3.3a1.54 1.54 0 0 0 .097-1.52M19 23H8a3.993 3.993 0 0 1-.673-7.93l.663-.112l.145-.656a5.496 5.496 0 0 1 10.73 0l.145.656l.663.113A3.993 3.993 0 0 1 19 23m5.15-7.048a5.96 5.96 0 0 0-3.5-2.708a7.5 7.5 0 0 0-2.621-3.694a6.01 6.01 0 0 1 3.77-5.334a8.46 8.46 0 0 0 1.94 7.597a7.4 7.4 0 0 0 3.901 2.228a5.44 5.44 0 0 1-3.49 1.911"/></svg>

React

import type { SVGProps } from "react";

export function CarbonRainScatteredNight(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.553m21.336-18.965a1.52 1.52 0 0 0-1.23-.866a5.36 5.36 0 0 1-3.41-1.716a6.47 6.47 0 0 1-1.285-6.393a1.6 1.6 0 0 0-.3-1.546a1.45 1.45 0 0 0-1.36-.492l-.019.002a7.855 7.855 0 0 0-6.105 6.48A7.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.955 5.955 0 0 0 5.88-7.145a7.5 7.5 0 0 0 4.867-3.3a1.54 1.54 0 0 0 .097-1.52M19 23H8a3.993 3.993 0 0 1-.673-7.93l.663-.112l.145-.656a5.496 5.496 0 0 1 10.73 0l.145.656l.663.113A3.993 3.993 0 0 1 19 23m5.15-7.048a5.96 5.96 0 0 0-3.5-2.708a7.5 7.5 0 0 0-2.621-3.694a6.01 6.01 0 0 1 3.77-5.334a8.46 8.46 0 0 0 1.94 7.597a7.4 7.4 0 0 0 3.901 2.228a5.44 5.44 0 0 1-3.49 1.911"/></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.553m21.336-18.965a1.52 1.52 0 0 0-1.23-.866a5.36 5.36 0 0 1-3.41-1.716a6.47 6.47 0 0 1-1.285-6.393a1.6 1.6 0 0 0-.3-1.546a1.45 1.45 0 0 0-1.36-.492l-.019.002a7.855 7.855 0 0 0-6.105 6.48A7.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.955 5.955 0 0 0 5.88-7.145a7.5 7.5 0 0 0 4.867-3.3a1.54 1.54 0 0 0 .097-1.52M19 23H8a3.993 3.993 0 0 1-.673-7.93l.663-.112l.145-.656a5.496 5.496 0 0 1 10.73 0l.145.656l.663.113A3.993 3.993 0 0 1 19 23m5.15-7.048a5.96 5.96 0 0 0-3.5-2.708a7.5 7.5 0 0 0-2.621-3.694a6.01 6.01 0 0 1 3.77-5.334a8.46 8.46 0 0 0 1.94 7.597a7.4 7.4 0 0 0 3.901 2.228a5.44 5.44 0 0 1-3.49 1.911"/></svg>
</template>

CSS

.icon-rain-scattered-night {
  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.553m21.336-18.965a1.52%201.52%200%200%200-1.23-.866a5.36%205.36%200%200%201-3.41-1.716a6.47%206.47%200%200%201-1.285-6.393a1.6%201.6%200%200%200-.3-1.546a1.45%201.45%200%200%200-1.36-.492l-.019.002a7.855%207.855%200%200%200-6.105%206.48A7.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.955%205.955%200%200%200%205.88-7.145a7.5%207.5%200%200%200%204.867-3.3a1.54%201.54%200%200%200%20.097-1.52M19%2023H8a3.993%203.993%200%200%201-.673-7.93l.663-.112l.145-.656a5.496%205.496%200%200%201%2010.73%200l.145.656l.663.113A3.993%203.993%200%200%201%2019%2023m5.15-7.048a5.96%205.96%200%200%200-3.5-2.708a7.5%207.5%200%200%200-2.621-3.694a6.01%206.01%200%200%201%203.77-5.334a8.46%208.46%200%200%200%201.94%207.597a7.4%207.4%200%200%200%203.901%202.228a5.44%205.44%200%200%201-3.49%201.911%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.553m21.336-18.965a1.52%201.52%200%200%200-1.23-.866a5.36%205.36%200%200%201-3.41-1.716a6.47%206.47%200%200%201-1.285-6.393a1.6%201.6%200%200%200-.3-1.546a1.45%201.45%200%200%200-1.36-.492l-.019.002a7.855%207.855%200%200%200-6.105%206.48A7.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.955%205.955%200%200%200%205.88-7.145a7.5%207.5%200%200%200%204.867-3.3a1.54%201.54%200%200%200%20.097-1.52M19%2023H8a3.993%203.993%200%200%201-.673-7.93l.663-.112l.145-.656a5.496%205.496%200%200%201%2010.73%200l.145.656l.663.113A3.993%203.993%200%200%201%2019%2023m5.15-7.048a5.96%205.96%200%200%200-3.5-2.708a7.5%207.5%200%200%200-2.621-3.694a6.01%206.01%200%200%201%203.77-5.334a8.46%208.46%200%200%200%201.94%207.597a7.4%207.4%200%200%200%203.901%202.228a5.44%205.44%200%200%201-3.49%201.911%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/rain-scattered-night.svg?color=%231a73e8&size=48