rain from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
rain
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the rain icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="1.5" d="M3 7.671C3 5.998 4.474 4.344 5.51 3.39a1.456 1.456 0 0 1 1.98 0C8.527 4.344 10 5.998 10 7.67C10 9.312 8.675 11 6.5 11S3 9.312 3 7.671Zm5.5 10c0-1.673 1.474-3.327 2.51-4.282a1.456 1.456 0 0 1 1.98 0c1.036.955 2.51 2.609 2.51 4.282C15.5 19.312 14.175 21 12 21s-3.5-1.688-3.5-3.329Zm5.5-10c0-1.673 1.474-3.327 2.51-4.282a1.456 1.456 0 0 1 1.98 0C19.527 4.344 21 5.998 21 7.67C21 9.312 19.675 11 17.5 11S14 9.312 14 7.671Z"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsRain(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeWidth="1.5" d="M3 7.671C3 5.998 4.474 4.344 5.51 3.39a1.456 1.456 0 0 1 1.98 0C8.527 4.344 10 5.998 10 7.67C10 9.312 8.675 11 6.5 11S3 9.312 3 7.671Zm5.5 10c0-1.673 1.474-3.327 2.51-4.282a1.456 1.456 0 0 1 1.98 0c1.036.955 2.51 2.609 2.51 4.282C15.5 19.312 14.175 21 12 21s-3.5-1.688-3.5-3.329Zm5.5-10c0-1.673 1.474-3.327 2.51-4.282a1.456 1.456 0 0 1 1.98 0C19.527 4.344 21 5.998 21 7.67C21 9.312 19.675 11 17.5 11S14 9.312 14 7.671Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="1.5" d="M3 7.671C3 5.998 4.474 4.344 5.51 3.39a1.456 1.456 0 0 1 1.98 0C8.527 4.344 10 5.998 10 7.67C10 9.312 8.675 11 6.5 11S3 9.312 3 7.671Zm5.5 10c0-1.673 1.474-3.327 2.51-4.282a1.456 1.456 0 0 1 1.98 0c1.036.955 2.51 2.609 2.51 4.282C15.5 19.312 14.175 21 12 21s-3.5-1.688-3.5-3.329Zm5.5-10c0-1.673 1.474-3.327 2.51-4.282a1.456 1.456 0 0 1 1.98 0C19.527 4.344 21 5.998 21 7.67C21 9.312 19.675 11 17.5 11S14 9.312 14 7.671Z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%20d%3D%22M3%207.671C3%205.998%204.474%204.344%205.51%203.39a1.456%201.456%200%200%201%201.98%200C8.527%204.344%2010%205.998%2010%207.67C10%209.312%208.675%2011%206.5%2011S3%209.312%203%207.671Zm5.5%2010c0-1.673%201.474-3.327%202.51-4.282a1.456%201.456%200%200%201%201.98%200c1.036.955%202.51%202.609%202.51%204.282C15.5%2019.312%2014.175%2021%2012%2021s-3.5-1.688-3.5-3.329Zm5.5-10c0-1.673%201.474-3.327%202.51-4.282a1.456%201.456%200%200%201%201.98%200C19.527%204.344%2021%205.998%2021%207.67C21%209.312%2019.675%2011%2017.5%2011S14%209.312%2014%207.671Z%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%20d%3D%22M3%207.671C3%205.998%204.474%204.344%205.51%203.39a1.456%201.456%200%200%201%201.98%200C8.527%204.344%2010%205.998%2010%207.67C10%209.312%208.675%2011%206.5%2011S3%209.312%203%207.671Zm5.5%2010c0-1.673%201.474-3.327%202.51-4.282a1.456%201.456%200%200%201%201.98%200c1.036.955%202.51%202.609%202.51%204.282C15.5%2019.312%2014.175%2021%2012%2021s-3.5-1.688-3.5-3.329Zm5.5-10c0-1.673%201.474-3.327%202.51-4.282a1.456%201.456%200%200%201%201.98%200C19.527%204.344%2021%205.998%2021%207.67C21%209.312%2019.675%2011%2017.5%2011S14%209.312%2014%207.671Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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