drops icon
drops from Reicon by REICON · Outline · Weather · MIT Free for personal and commercial use.
- Name
- drops
- Set
- Reicon
- Style
- Outline
- Category
- Weather
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More weather icons from Reicon
Use the drops icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.717 3.75a.974.974 0 0 0-1.434 0c-.572.604-1.224 1.358-1.728 2.121c-.522.792-.805 1.475-.805 1.962c0 1.916 1.484 3.417 3.25 3.417s3.25-1.5 3.25-3.417c0-.487-.283-1.17-.805-1.962c-.504-.763-1.156-1.517-1.728-2.12M10.194 2.72a2.474 2.474 0 0 1 3.612 0c.6.634 1.318 1.46 1.89 2.326c.554.838 1.054 1.836 1.054 2.788c0 2.686-2.098 4.917-4.75 4.917s-4.75-2.23-4.75-4.917c0-.952.5-1.95 1.054-2.788c.572-.867 1.29-1.692 1.89-2.326M6.717 13.75a.974.974 0 0 0-1.434 0c-.572.603-1.224 1.357-1.728 2.12c-.522.792-.805 1.475-.805 1.962c0 1.916 1.484 3.417 3.25 3.417s3.25-1.5 3.25-3.417c0-.487-.283-1.17-.805-1.962c-.504-.763-1.156-1.517-1.728-2.12m-2.523-1.032a2.474 2.474 0 0 1 3.612 0c.6.634 1.318 1.46 1.89 2.326c.554.838 1.054 1.836 1.054 2.788c0 2.686-2.098 4.917-4.75 4.917s-4.75-2.23-4.75-4.917c0-.952.5-1.95 1.054-2.788c.572-.867 1.29-1.692 1.89-2.326m14.523 1.032a.974.974 0 0 0-1.434 0c-.572.603-1.224 1.357-1.728 2.12c-.522.792-.805 1.475-.805 1.962c0 1.916 1.484 3.417 3.25 3.417s3.25-1.5 3.25-3.417c0-.487-.283-1.17-.805-1.962c-.504-.763-1.156-1.517-1.728-2.12m-2.523-1.032a2.474 2.474 0 0 1 3.612 0c.6.634 1.318 1.46 1.89 2.326c.554.838 1.054 1.836 1.054 2.788c0 2.686-2.098 4.917-4.75 4.917s-4.75-2.23-4.75-4.917c0-.952.5-1.95 1.054-2.788c.572-.867 1.29-1.692 1.89-2.326" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconDrops(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" fillRule="evenodd" d="M12.717 3.75a.974.974 0 0 0-1.434 0c-.572.604-1.224 1.358-1.728 2.121c-.522.792-.805 1.475-.805 1.962c0 1.916 1.484 3.417 3.25 3.417s3.25-1.5 3.25-3.417c0-.487-.283-1.17-.805-1.962c-.504-.763-1.156-1.517-1.728-2.12M10.194 2.72a2.474 2.474 0 0 1 3.612 0c.6.634 1.318 1.46 1.89 2.326c.554.838 1.054 1.836 1.054 2.788c0 2.686-2.098 4.917-4.75 4.917s-4.75-2.23-4.75-4.917c0-.952.5-1.95 1.054-2.788c.572-.867 1.29-1.692 1.89-2.326M6.717 13.75a.974.974 0 0 0-1.434 0c-.572.603-1.224 1.357-1.728 2.12c-.522.792-.805 1.475-.805 1.962c0 1.916 1.484 3.417 3.25 3.417s3.25-1.5 3.25-3.417c0-.487-.283-1.17-.805-1.962c-.504-.763-1.156-1.517-1.728-2.12m-2.523-1.032a2.474 2.474 0 0 1 3.612 0c.6.634 1.318 1.46 1.89 2.326c.554.838 1.054 1.836 1.054 2.788c0 2.686-2.098 4.917-4.75 4.917s-4.75-2.23-4.75-4.917c0-.952.5-1.95 1.054-2.788c.572-.867 1.29-1.692 1.89-2.326m14.523 1.032a.974.974 0 0 0-1.434 0c-.572.603-1.224 1.357-1.728 2.12c-.522.792-.805 1.475-.805 1.962c0 1.916 1.484 3.417 3.25 3.417s3.25-1.5 3.25-3.417c0-.487-.283-1.17-.805-1.962c-.504-.763-1.156-1.517-1.728-2.12m-2.523-1.032a2.474 2.474 0 0 1 3.612 0c.6.634 1.318 1.46 1.89 2.326c.554.838 1.054 1.836 1.054 2.788c0 2.686-2.098 4.917-4.75 4.917s-4.75-2.23-4.75-4.917c0-.952.5-1.95 1.054-2.788c.572-.867 1.29-1.692 1.89-2.326" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.717 3.75a.974.974 0 0 0-1.434 0c-.572.604-1.224 1.358-1.728 2.121c-.522.792-.805 1.475-.805 1.962c0 1.916 1.484 3.417 3.25 3.417s3.25-1.5 3.25-3.417c0-.487-.283-1.17-.805-1.962c-.504-.763-1.156-1.517-1.728-2.12M10.194 2.72a2.474 2.474 0 0 1 3.612 0c.6.634 1.318 1.46 1.89 2.326c.554.838 1.054 1.836 1.054 2.788c0 2.686-2.098 4.917-4.75 4.917s-4.75-2.23-4.75-4.917c0-.952.5-1.95 1.054-2.788c.572-.867 1.29-1.692 1.89-2.326M6.717 13.75a.974.974 0 0 0-1.434 0c-.572.603-1.224 1.357-1.728 2.12c-.522.792-.805 1.475-.805 1.962c0 1.916 1.484 3.417 3.25 3.417s3.25-1.5 3.25-3.417c0-.487-.283-1.17-.805-1.962c-.504-.763-1.156-1.517-1.728-2.12m-2.523-1.032a2.474 2.474 0 0 1 3.612 0c.6.634 1.318 1.46 1.89 2.326c.554.838 1.054 1.836 1.054 2.788c0 2.686-2.098 4.917-4.75 4.917s-4.75-2.23-4.75-4.917c0-.952.5-1.95 1.054-2.788c.572-.867 1.29-1.692 1.89-2.326m14.523 1.032a.974.974 0 0 0-1.434 0c-.572.603-1.224 1.357-1.728 2.12c-.522.792-.805 1.475-.805 1.962c0 1.916 1.484 3.417 3.25 3.417s3.25-1.5 3.25-3.417c0-.487-.283-1.17-.805-1.962c-.504-.763-1.156-1.517-1.728-2.12m-2.523-1.032a2.474 2.474 0 0 1 3.612 0c.6.634 1.318 1.46 1.89 2.326c.554.838 1.054 1.836 1.054 2.788c0 2.686-2.098 4.917-4.75 4.917s-4.75-2.23-4.75-4.917c0-.952.5-1.95 1.054-2.788c.572-.867 1.29-1.692 1.89-2.326" clip-rule="evenodd"/></svg> </template>
CSS
.icon-drops {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M12.717%203.75a.974.974%200%200%200-1.434%200c-.572.604-1.224%201.358-1.728%202.121c-.522.792-.805%201.475-.805%201.962c0%201.916%201.484%203.417%203.25%203.417s3.25-1.5%203.25-3.417c0-.487-.283-1.17-.805-1.962c-.504-.763-1.156-1.517-1.728-2.12M10.194%202.72a2.474%202.474%200%200%201%203.612%200c.6.634%201.318%201.46%201.89%202.326c.554.838%201.054%201.836%201.054%202.788c0%202.686-2.098%204.917-4.75%204.917s-4.75-2.23-4.75-4.917c0-.952.5-1.95%201.054-2.788c.572-.867%201.29-1.692%201.89-2.326M6.717%2013.75a.974.974%200%200%200-1.434%200c-.572.603-1.224%201.357-1.728%202.12c-.522.792-.805%201.475-.805%201.962c0%201.916%201.484%203.417%203.25%203.417s3.25-1.5%203.25-3.417c0-.487-.283-1.17-.805-1.962c-.504-.763-1.156-1.517-1.728-2.12m-2.523-1.032a2.474%202.474%200%200%201%203.612%200c.6.634%201.318%201.46%201.89%202.326c.554.838%201.054%201.836%201.054%202.788c0%202.686-2.098%204.917-4.75%204.917s-4.75-2.23-4.75-4.917c0-.952.5-1.95%201.054-2.788c.572-.867%201.29-1.692%201.89-2.326m14.523%201.032a.974.974%200%200%200-1.434%200c-.572.603-1.224%201.357-1.728%202.12c-.522.792-.805%201.475-.805%201.962c0%201.916%201.484%203.417%203.25%203.417s3.25-1.5%203.25-3.417c0-.487-.283-1.17-.805-1.962c-.504-.763-1.156-1.517-1.728-2.12m-2.523-1.032a2.474%202.474%200%200%201%203.612%200c.6.634%201.318%201.46%201.89%202.326c.554.838%201.054%201.836%201.054%202.788c0%202.686-2.098%204.917-4.75%204.917s-4.75-2.23-4.75-4.917c0-.952.5-1.95%201.054-2.788c.572-.867%201.29-1.692%201.89-2.326%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12.717%203.75a.974.974%200%200%200-1.434%200c-.572.604-1.224%201.358-1.728%202.121c-.522.792-.805%201.475-.805%201.962c0%201.916%201.484%203.417%203.25%203.417s3.25-1.5%203.25-3.417c0-.487-.283-1.17-.805-1.962c-.504-.763-1.156-1.517-1.728-2.12M10.194%202.72a2.474%202.474%200%200%201%203.612%200c.6.634%201.318%201.46%201.89%202.326c.554.838%201.054%201.836%201.054%202.788c0%202.686-2.098%204.917-4.75%204.917s-4.75-2.23-4.75-4.917c0-.952.5-1.95%201.054-2.788c.572-.867%201.29-1.692%201.89-2.326M6.717%2013.75a.974.974%200%200%200-1.434%200c-.572.603-1.224%201.357-1.728%202.12c-.522.792-.805%201.475-.805%201.962c0%201.916%201.484%203.417%203.25%203.417s3.25-1.5%203.25-3.417c0-.487-.283-1.17-.805-1.962c-.504-.763-1.156-1.517-1.728-2.12m-2.523-1.032a2.474%202.474%200%200%201%203.612%200c.6.634%201.318%201.46%201.89%202.326c.554.838%201.054%201.836%201.054%202.788c0%202.686-2.098%204.917-4.75%204.917s-4.75-2.23-4.75-4.917c0-.952.5-1.95%201.054-2.788c.572-.867%201.29-1.692%201.89-2.326m14.523%201.032a.974.974%200%200%200-1.434%200c-.572.603-1.224%201.357-1.728%202.12c-.522.792-.805%201.475-.805%201.962c0%201.916%201.484%203.417%203.25%203.417s3.25-1.5%203.25-3.417c0-.487-.283-1.17-.805-1.962c-.504-.763-1.156-1.517-1.728-2.12m-2.523-1.032a2.474%202.474%200%200%201%203.612%200c.6.634%201.318%201.46%201.89%202.326c.554.838%201.054%201.836%201.054%202.788c0%202.686-2.098%204.917-4.75%204.917s-4.75-2.23-4.75-4.917c0-.952.5-1.95%201.054-2.788c.572-.867%201.29-1.692%201.89-2.326%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/drops.svg?color=%231a73e8&size=48