drops-duotone from Reicon by REICON · Duotone · Weather · MIT Free for personal and commercial use.

Name
drops-duotone
Set
Reicon
Style
Duotone
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"><g fill="currentColor"><path d="M10 17.833C10 20.134 8.21 22 6 22s-4-1.866-4-4.167c0-1.44 1.566-3.361 2.738-4.598a1.724 1.724 0 0 1 2.524 0C8.434 14.472 10 16.393 10 17.833"/><path d="M22 17.833C22 20.134 20.21 22 18 22s-4-1.866-4-4.167c0-1.44 1.566-3.361 2.738-4.598a1.724 1.724 0 0 1 2.524 0C20.434 14.472 22 16.393 22 17.833" opacity=".7"/><path d="M16 7.833C16 10.134 14.21 12 12 12s-4-1.866-4-4.167c0-1.44 1.566-3.361 2.738-4.598a1.724 1.724 0 0 1 2.524 0C14.434 4.472 16 6.393 16 7.833" opacity=".4"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconDropsDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M10 17.833C10 20.134 8.21 22 6 22s-4-1.866-4-4.167c0-1.44 1.566-3.361 2.738-4.598a1.724 1.724 0 0 1 2.524 0C8.434 14.472 10 16.393 10 17.833"/><path d="M22 17.833C22 20.134 20.21 22 18 22s-4-1.866-4-4.167c0-1.44 1.566-3.361 2.738-4.598a1.724 1.724 0 0 1 2.524 0C20.434 14.472 22 16.393 22 17.833" opacity=".7"/><path d="M16 7.833C16 10.134 14.21 12 12 12s-4-1.866-4-4.167c0-1.44 1.566-3.361 2.738-4.598a1.724 1.724 0 0 1 2.524 0C14.434 4.472 16 6.393 16 7.833" opacity=".4"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M10 17.833C10 20.134 8.21 22 6 22s-4-1.866-4-4.167c0-1.44 1.566-3.361 2.738-4.598a1.724 1.724 0 0 1 2.524 0C8.434 14.472 10 16.393 10 17.833"/><path d="M22 17.833C22 20.134 20.21 22 18 22s-4-1.866-4-4.167c0-1.44 1.566-3.361 2.738-4.598a1.724 1.724 0 0 1 2.524 0C20.434 14.472 22 16.393 22 17.833" opacity=".7"/><path d="M16 7.833C16 10.134 14.21 12 12 12s-4-1.866-4-4.167c0-1.44 1.566-3.361 2.738-4.598a1.724 1.724 0 0 1 2.524 0C14.434 4.472 16 6.393 16 7.833" opacity=".4"/></g></svg>
</template>

CSS

.icon-drops-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M10%2017.833C10%2020.134%208.21%2022%206%2022s-4-1.866-4-4.167c0-1.44%201.566-3.361%202.738-4.598a1.724%201.724%200%200%201%202.524%200C8.434%2014.472%2010%2016.393%2010%2017.833%22%2F%3E%3Cpath%20d%3D%22M22%2017.833C22%2020.134%2020.21%2022%2018%2022s-4-1.866-4-4.167c0-1.44%201.566-3.361%202.738-4.598a1.724%201.724%200%200%201%202.524%200C20.434%2014.472%2022%2016.393%2022%2017.833%22%20opacity%3D%22.7%22%2F%3E%3Cpath%20d%3D%22M16%207.833C16%2010.134%2014.21%2012%2012%2012s-4-1.866-4-4.167c0-1.44%201.566-3.361%202.738-4.598a1.724%201.724%200%200%201%202.524%200C14.434%204.472%2016%206.393%2016%207.833%22%20opacity%3D%22.4%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M10%2017.833C10%2020.134%208.21%2022%206%2022s-4-1.866-4-4.167c0-1.44%201.566-3.361%202.738-4.598a1.724%201.724%200%200%201%202.524%200C8.434%2014.472%2010%2016.393%2010%2017.833%22%2F%3E%3Cpath%20d%3D%22M22%2017.833C22%2020.134%2020.21%2022%2018%2022s-4-1.866-4-4.167c0-1.44%201.566-3.361%202.738-4.598a1.724%201.724%200%200%201%202.524%200C20.434%2014.472%2022%2016.393%2022%2017.833%22%20opacity%3D%22.7%22%2F%3E%3Cpath%20d%3D%22M16%207.833C16%2010.134%2014.21%2012%2012%2012s-4-1.866-4-4.167c0-1.44%201.566-3.361%202.738-4.598a1.724%201.724%200%200%201%202.524%200C14.434%204.472%2016%206.393%2016%207.833%22%20opacity%3D%22.4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Drops duotone icon — Reicon · IconsDB