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

Name
rain
Set
Carbon
Style
Outline
Category
Planning
Viewbox
32×32
License
Apache 2.0
Aliases
cloud-rain

The same icon in other sets

More planning icons from Carbon

Use the rain icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.5 22h-15A6.5 6.5 0 0 1 7.2 9.14a9 9 0 0 1 17.6 0A6.5 6.5 0 0 1 23.5 22M16 4a7 7 0 0 0-6.94 6.14L9 11h-.86a4.5 4.5 0 0 0 .36 9h15a4.5 4.5 0 0 0 .36-9H23l-.1-.82A7 7 0 0 0 16 4m-2 26a.93.93 0 0 1-.45-.11a1 1 0 0 1-.44-1.34l2-4a1 1 0 1 1 1.78.9l-2 4A1 1 0 0 1 14 30m6 0a.93.93 0 0 1-.45-.11a1 1 0 0 1-.44-1.34l2-4a1 1 0 1 1 1.78.9l-2 4A1 1 0 0 1 20 30M8 30a.93.93 0 0 1-.45-.11a1 1 0 0 1-.44-1.34l2-4a1 1 0 1 1 1.78.9l-2 4A1 1 0 0 1 8 30"/></svg>

React

import type { SVGProps } from "react";

export function CarbonRain(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="M23.5 22h-15A6.5 6.5 0 0 1 7.2 9.14a9 9 0 0 1 17.6 0A6.5 6.5 0 0 1 23.5 22M16 4a7 7 0 0 0-6.94 6.14L9 11h-.86a4.5 4.5 0 0 0 .36 9h15a4.5 4.5 0 0 0 .36-9H23l-.1-.82A7 7 0 0 0 16 4m-2 26a.93.93 0 0 1-.45-.11a1 1 0 0 1-.44-1.34l2-4a1 1 0 1 1 1.78.9l-2 4A1 1 0 0 1 14 30m6 0a.93.93 0 0 1-.45-.11a1 1 0 0 1-.44-1.34l2-4a1 1 0 1 1 1.78.9l-2 4A1 1 0 0 1 20 30M8 30a.93.93 0 0 1-.45-.11a1 1 0 0 1-.44-1.34l2-4a1 1 0 1 1 1.78.9l-2 4A1 1 0 0 1 8 30"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.5 22h-15A6.5 6.5 0 0 1 7.2 9.14a9 9 0 0 1 17.6 0A6.5 6.5 0 0 1 23.5 22M16 4a7 7 0 0 0-6.94 6.14L9 11h-.86a4.5 4.5 0 0 0 .36 9h15a4.5 4.5 0 0 0 .36-9H23l-.1-.82A7 7 0 0 0 16 4m-2 26a.93.93 0 0 1-.45-.11a1 1 0 0 1-.44-1.34l2-4a1 1 0 1 1 1.78.9l-2 4A1 1 0 0 1 14 30m6 0a.93.93 0 0 1-.45-.11a1 1 0 0 1-.44-1.34l2-4a1 1 0 1 1 1.78.9l-2 4A1 1 0 0 1 20 30M8 30a.93.93 0 0 1-.45-.11a1 1 0 0 1-.44-1.34l2-4a1 1 0 1 1 1.78.9l-2 4A1 1 0 0 1 8 30"/></svg>
</template>

CSS

.icon-rain {
  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%22M23.5%2022h-15A6.5%206.5%200%200%201%207.2%209.14a9%209%200%200%201%2017.6%200A6.5%206.5%200%200%201%2023.5%2022M16%204a7%207%200%200%200-6.94%206.14L9%2011h-.86a4.5%204.5%200%200%200%20.36%209h15a4.5%204.5%200%200%200%20.36-9H23l-.1-.82A7%207%200%200%200%2016%204m-2%2026a.93.93%200%200%201-.45-.11a1%201%200%200%201-.44-1.34l2-4a1%201%200%201%201%201.78.9l-2%204A1%201%200%200%201%2014%2030m6%200a.93.93%200%200%201-.45-.11a1%201%200%200%201-.44-1.34l2-4a1%201%200%201%201%201.78.9l-2%204A1%201%200%200%201%2020%2030M8%2030a.93.93%200%200%201-.45-.11a1%201%200%200%201-.44-1.34l2-4a1%201%200%201%201%201.78.9l-2%204A1%201%200%200%201%208%2030%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%22M23.5%2022h-15A6.5%206.5%200%200%201%207.2%209.14a9%209%200%200%201%2017.6%200A6.5%206.5%200%200%201%2023.5%2022M16%204a7%207%200%200%200-6.94%206.14L9%2011h-.86a4.5%204.5%200%200%200%20.36%209h15a4.5%204.5%200%200%200%20.36-9H23l-.1-.82A7%207%200%200%200%2016%204m-2%2026a.93.93%200%200%201-.45-.11a1%201%200%200%201-.44-1.34l2-4a1%201%200%201%201%201.78.9l-2%204A1%201%200%200%201%2014%2030m6%200a.93.93%200%200%201-.45-.11a1%201%200%200%201-.44-1.34l2-4a1%201%200%201%201%201.78.9l-2%204A1%201%200%200%201%2020%2030M8%2030a.93.93%200%200%201-.45-.11a1%201%200%200%201-.44-1.34l2-4a1%201%200%201%201%201.78.9l-2%204A1%201%200%200%201%208%2030%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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