raindrops alt icon

raindrops-alt from Unicons by Iconscout · Line · Weather · Apache-2.0 Free for personal and commercial use.

Name
raindrops-alt
Set
Unicons
Style
Line
Category
Weather
Viewbox
24×24
License
Apache 2.0

More weather icons from Unicons

Use the raindrops alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 7.75C9 5 6.42 3.24 6.31 3.17a1 1 0 0 0-1.12 0C5.08 3.25 2.5 5 2.5 7.75a3.25 3.25 0 0 0 6.5 0M5.75 9A1.25 1.25 0 0 1 4.5 7.75A3.66 3.66 0 0 1 5.75 5.3A3.6 3.6 0 0 1 7 7.75A1.25 1.25 0 0 1 5.75 9m6.06 1.17a1 1 0 0 0-1.12 0c-.17.12-4.19 2.9-4.19 7.08a4.75 4.75 0 0 0 9.5 0c0-4.25-4-6.97-4.19-7.08M11.25 20a2.75 2.75 0 0 1-2.75-2.75c0-2.31 1.81-4.17 2.76-5c.94.79 2.74 2.63 2.74 5A2.75 2.75 0 0 1 11.25 20m6.81-17.83a1 1 0 0 0-1.12 0c-.14.1-3.44 2.38-3.44 5.83a4 4 0 0 0 8 0c0-3.49-3.3-5.74-3.44-5.83M17.5 10a2 2 0 0 1-2-2a5.44 5.44 0 0 1 2-3.72a5.4 5.4 0 0 1 2 3.72a2 2 0 0 1-2 2"/></svg>

React

import type { SVGProps } from "react";

export function UilRaindropsAlt(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 7.75C9 5 6.42 3.24 6.31 3.17a1 1 0 0 0-1.12 0C5.08 3.25 2.5 5 2.5 7.75a3.25 3.25 0 0 0 6.5 0M5.75 9A1.25 1.25 0 0 1 4.5 7.75A3.66 3.66 0 0 1 5.75 5.3A3.6 3.6 0 0 1 7 7.75A1.25 1.25 0 0 1 5.75 9m6.06 1.17a1 1 0 0 0-1.12 0c-.17.12-4.19 2.9-4.19 7.08a4.75 4.75 0 0 0 9.5 0c0-4.25-4-6.97-4.19-7.08M11.25 20a2.75 2.75 0 0 1-2.75-2.75c0-2.31 1.81-4.17 2.76-5c.94.79 2.74 2.63 2.74 5A2.75 2.75 0 0 1 11.25 20m6.81-17.83a1 1 0 0 0-1.12 0c-.14.1-3.44 2.38-3.44 5.83a4 4 0 0 0 8 0c0-3.49-3.3-5.74-3.44-5.83M17.5 10a2 2 0 0 1-2-2a5.44 5.44 0 0 1 2-3.72a5.4 5.4 0 0 1 2 3.72a2 2 0 0 1-2 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 7.75C9 5 6.42 3.24 6.31 3.17a1 1 0 0 0-1.12 0C5.08 3.25 2.5 5 2.5 7.75a3.25 3.25 0 0 0 6.5 0M5.75 9A1.25 1.25 0 0 1 4.5 7.75A3.66 3.66 0 0 1 5.75 5.3A3.6 3.6 0 0 1 7 7.75A1.25 1.25 0 0 1 5.75 9m6.06 1.17a1 1 0 0 0-1.12 0c-.17.12-4.19 2.9-4.19 7.08a4.75 4.75 0 0 0 9.5 0c0-4.25-4-6.97-4.19-7.08M11.25 20a2.75 2.75 0 0 1-2.75-2.75c0-2.31 1.81-4.17 2.76-5c.94.79 2.74 2.63 2.74 5A2.75 2.75 0 0 1 11.25 20m6.81-17.83a1 1 0 0 0-1.12 0c-.14.1-3.44 2.38-3.44 5.83a4 4 0 0 0 8 0c0-3.49-3.3-5.74-3.44-5.83M17.5 10a2 2 0 0 1-2-2a5.44 5.44 0 0 1 2-3.72a5.4 5.4 0 0 1 2 3.72a2 2 0 0 1-2 2"/></svg>
</template>

CSS

.icon-raindrops-alt {
  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%22currentColor%22%20d%3D%22M9%207.75C9%205%206.42%203.24%206.31%203.17a1%201%200%200%200-1.12%200C5.08%203.25%202.5%205%202.5%207.75a3.25%203.25%200%200%200%206.5%200M5.75%209A1.25%201.25%200%200%201%204.5%207.75A3.66%203.66%200%200%201%205.75%205.3A3.6%203.6%200%200%201%207%207.75A1.25%201.25%200%200%201%205.75%209m6.06%201.17a1%201%200%200%200-1.12%200c-.17.12-4.19%202.9-4.19%207.08a4.75%204.75%200%200%200%209.5%200c0-4.25-4-6.97-4.19-7.08M11.25%2020a2.75%202.75%200%200%201-2.75-2.75c0-2.31%201.81-4.17%202.76-5c.94.79%202.74%202.63%202.74%205A2.75%202.75%200%200%201%2011.25%2020m6.81-17.83a1%201%200%200%200-1.12%200c-.14.1-3.44%202.38-3.44%205.83a4%204%200%200%200%208%200c0-3.49-3.3-5.74-3.44-5.83M17.5%2010a2%202%200%200%201-2-2a5.44%205.44%200%200%201%202-3.72a5.4%205.4%200%200%201%202%203.72a2%202%200%200%201-2%202%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%22currentColor%22%20d%3D%22M9%207.75C9%205%206.42%203.24%206.31%203.17a1%201%200%200%200-1.12%200C5.08%203.25%202.5%205%202.5%207.75a3.25%203.25%200%200%200%206.5%200M5.75%209A1.25%201.25%200%200%201%204.5%207.75A3.66%203.66%200%200%201%205.75%205.3A3.6%203.6%200%200%201%207%207.75A1.25%201.25%200%200%201%205.75%209m6.06%201.17a1%201%200%200%200-1.12%200c-.17.12-4.19%202.9-4.19%207.08a4.75%204.75%200%200%200%209.5%200c0-4.25-4-6.97-4.19-7.08M11.25%2020a2.75%202.75%200%200%201-2.75-2.75c0-2.31%201.81-4.17%202.76-5c.94.79%202.74%202.63%202.74%205A2.75%202.75%200%200%201%2011.25%2020m6.81-17.83a1%201%200%200%200-1.12%200c-.14.1-3.44%202.38-3.44%205.83a4%204%200%200%200%208%200c0-3.49-3.3-5.74-3.44-5.83M17.5%2010a2%202%200%200%201-2-2a5.44%205.44%200%200%201%202-3.72a5.4%205.4%200%200%201%202%203.72a2%202%200%200%201-2%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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