water drop icon

water-drop-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
water-drop-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

The same icon in other sets

Related icons in Mage Icons

Use the water drop icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.631 2.523a2.82 2.82 0 0 0-3.273 0c-2.662 2.002-7.116 6.005-7.116 10.74C3.242 19.667 8.477 22 12 22s8.758-2.332 8.758-8.738c0-4.724-4.464-8.757-7.127-10.74M12 19.268a6 6 0 0 1-4.254-1.762a5.93 5.93 0 0 1-1.751-4.234a1 1 0 1 1 2.001 0a3.92 3.92 0 0 0 1.171 2.823A4 4 0 0 0 12 17.265a1 1 0 0 1 0 2.003"/></svg>

React

import type { SVGProps } from "react";

export function MageWaterDropFill(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="M13.631 2.523a2.82 2.82 0 0 0-3.273 0c-2.662 2.002-7.116 6.005-7.116 10.74C3.242 19.667 8.477 22 12 22s8.758-2.332 8.758-8.738c0-4.724-4.464-8.757-7.127-10.74M12 19.268a6 6 0 0 1-4.254-1.762a5.93 5.93 0 0 1-1.751-4.234a1 1 0 1 1 2.001 0a3.92 3.92 0 0 0 1.171 2.823A4 4 0 0 0 12 17.265a1 1 0 0 1 0 2.003"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.631 2.523a2.82 2.82 0 0 0-3.273 0c-2.662 2.002-7.116 6.005-7.116 10.74C3.242 19.667 8.477 22 12 22s8.758-2.332 8.758-8.738c0-4.724-4.464-8.757-7.127-10.74M12 19.268a6 6 0 0 1-4.254-1.762a5.93 5.93 0 0 1-1.751-4.234a1 1 0 1 1 2.001 0a3.92 3.92 0 0 0 1.171 2.823A4 4 0 0 0 12 17.265a1 1 0 0 1 0 2.003"/></svg>
</template>

CSS

.icon-water-drop-fill {
  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%22M13.631%202.523a2.82%202.82%200%200%200-3.273%200c-2.662%202.002-7.116%206.005-7.116%2010.74C3.242%2019.667%208.477%2022%2012%2022s8.758-2.332%208.758-8.738c0-4.724-4.464-8.757-7.127-10.74M12%2019.268a6%206%200%200%201-4.254-1.762a5.93%205.93%200%200%201-1.751-4.234a1%201%200%201%201%202.001%200a3.92%203.92%200%200%200%201.171%202.823A4%204%200%200%200%2012%2017.265a1%201%200%200%201%200%202.003%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%22M13.631%202.523a2.82%202.82%200%200%200-3.273%200c-2.662%202.002-7.116%206.005-7.116%2010.74C3.242%2019.667%208.477%2022%2012%2022s8.758-2.332%208.758-8.738c0-4.724-4.464-8.757-7.127-10.74M12%2019.268a6%206%200%200%201-4.254-1.762a5.93%205.93%200%200%201-1.751-4.234a1%201%200%201%201%202.001%200a3.92%203.92%200%200%200%201.171%202.823A4%204%200%200%200%2012%2017.265a1%201%200%200%201%200%202.003%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/water-drop-fill.svg?color=%231a73e8&size=48