rain drop icon

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

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

The same icon in other sets

More planning icons from Carbon

Use the rain drop icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 24v-2a3.3 3.3 0 0 0 3-3h2a5.267 5.267 0 0 1-5 5"/><path fill="currentColor" d="M16 28a9.01 9.01 0 0 1-9-9a10 10 0 0 1 1.494-4.955l6.659-10.608a1.04 1.04 0 0 1 1.694 0l6.63 10.556A10.06 10.06 0 0 1 25 19a9.01 9.01 0 0 1-9 9m0-22.152l-5.782 9.208A8 8 0 0 0 9 19a7 7 0 0 0 14 0a8.06 8.06 0 0 0-1.248-3.995Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonRainDrop(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="M16 24v-2a3.3 3.3 0 0 0 3-3h2a5.267 5.267 0 0 1-5 5"/><path fill="currentColor" d="M16 28a9.01 9.01 0 0 1-9-9a10 10 0 0 1 1.494-4.955l6.659-10.608a1.04 1.04 0 0 1 1.694 0l6.63 10.556A10.06 10.06 0 0 1 25 19a9.01 9.01 0 0 1-9 9m0-22.152l-5.782 9.208A8 8 0 0 0 9 19a7 7 0 0 0 14 0a8.06 8.06 0 0 0-1.248-3.995Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 24v-2a3.3 3.3 0 0 0 3-3h2a5.267 5.267 0 0 1-5 5"/><path fill="currentColor" d="M16 28a9.01 9.01 0 0 1-9-9a10 10 0 0 1 1.494-4.955l6.659-10.608a1.04 1.04 0 0 1 1.694 0l6.63 10.556A10.06 10.06 0 0 1 25 19a9.01 9.01 0 0 1-9 9m0-22.152l-5.782 9.208A8 8 0 0 0 9 19a7 7 0 0 0 14 0a8.06 8.06 0 0 0-1.248-3.995Z"/></svg>
</template>

CSS

.icon-rain-drop {
  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%22M16%2024v-2a3.3%203.3%200%200%200%203-3h2a5.267%205.267%200%200%201-5%205%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2028a9.01%209.01%200%200%201-9-9a10%2010%200%200%201%201.494-4.955l6.659-10.608a1.04%201.04%200%200%201%201.694%200l6.63%2010.556A10.06%2010.06%200%200%201%2025%2019a9.01%209.01%200%200%201-9%209m0-22.152l-5.782%209.208A8%208%200%200%200%209%2019a7%207%200%200%200%2014%200a8.06%208.06%200%200%200-1.248-3.995Z%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%22M16%2024v-2a3.3%203.3%200%200%200%203-3h2a5.267%205.267%200%200%201-5%205%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2028a9.01%209.01%200%200%201-9-9a10%2010%200%200%201%201.494-4.955l6.659-10.608a1.04%201.04%200%200%201%201.694%200l6.63%2010.556A10.06%2010.06%200%200%201%2025%2019a9.01%209.01%200%200%201-9%209m0-22.152l-5.782%209.208A8%208%200%200%200%209%2019a7%207%200%200%200%2014%200a8.06%208.06%200%200%200-1.248-3.995Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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