raindrops icon
raindrops from Unicons by Iconscout · Line · Weather · Apache-2.0 Free for personal and commercial use.
- Name
- raindrops
- Set
- Unicons
- Style
- Line
- Category
- Weather
- Viewbox
- 24×24
- License
- Apache 2.0
More weather icons from Unicons
celsiuscloudcloud-drizzlecloud-hailcloud-meatballcloud-mooncloud-moon-hailcloud-moon-meatballcloud-moon-raincloud-moon-showerscloud-moon-tearcloud-raincloud-rain-suncloud-showerscloud-showers-altcloud-showers-heavycloud-suncloud-sun-hailcloud-sun-meatballcloud-sun-raincloud-sun-rain-altcloud-sun-tearcloud-windclouds
Use the raindrops icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.5 8c0-3.49-3.3-5.74-3.44-5.83a1 1 0 0 0-1.12 0C5.8 2.27 2.5 4.55 2.5 8a4 4 0 0 0 8 0m-4 2a2 2 0 0 1-2-2a5.44 5.44 0 0 1 2-3.72A5.4 5.4 0 0 1 8.5 8a2 2 0 0 1-2 2m11.56-7.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 2m-4.44 2.17a1 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.83M12.5 20a2 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 UilRaindrops(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="M10.5 8c0-3.49-3.3-5.74-3.44-5.83a1 1 0 0 0-1.12 0C5.8 2.27 2.5 4.55 2.5 8a4 4 0 0 0 8 0m-4 2a2 2 0 0 1-2-2a5.44 5.44 0 0 1 2-3.72A5.4 5.4 0 0 1 8.5 8a2 2 0 0 1-2 2m11.56-7.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 2m-4.44 2.17a1 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.83M12.5 20a2 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="M10.5 8c0-3.49-3.3-5.74-3.44-5.83a1 1 0 0 0-1.12 0C5.8 2.27 2.5 4.55 2.5 8a4 4 0 0 0 8 0m-4 2a2 2 0 0 1-2-2a5.44 5.44 0 0 1 2-3.72A5.4 5.4 0 0 1 8.5 8a2 2 0 0 1-2 2m11.56-7.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 2m-4.44 2.17a1 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.83M12.5 20a2 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 {
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%22M10.5%208c0-3.49-3.3-5.74-3.44-5.83a1%201%200%200%200-1.12%200C5.8%202.27%202.5%204.55%202.5%208a4%204%200%200%200%208%200m-4%202a2%202%200%200%201-2-2a5.44%205.44%200%200%201%202-3.72A5.4%205.4%200%200%201%208.5%208a2%202%200%200%201-2%202m11.56-7.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%202m-4.44%202.17a1%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.83M12.5%2020a2%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%22M10.5%208c0-3.49-3.3-5.74-3.44-5.83a1%201%200%200%200-1.12%200C5.8%202.27%202.5%204.55%202.5%208a4%204%200%200%200%208%200m-4%202a2%202%200%200%201-2-2a5.44%205.44%200%200%201%202-3.72A5.4%205.4%200%200%201%208.5%208a2%202%200%200%201-2%202m11.56-7.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%202m-4.44%202.17a1%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.83M12.5%2020a2%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.svg?color=%231a73e8&size=48