Water Drop Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Water Drop icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/311036.svg" alt="Water Drop icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/311036.svg" alt="Water Drop icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/311036.svg" alt="Water Drop icon" :width="24" :height="24" />
CSS background
.icon-water-drop {
background-image: url('https://proicons.com/icon/311036.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M20 13.277C20 8.75225 15.41 4.79563 13.19 3.14123C12.8456 2.88714 12.4285 2.75 12 2.75C11.5715 2.75 11.1544 2.88714 10.81 3.14123C8.59 4.79563 4 8.75225 4 13.277C4 19.2567 9 21.25 12 21.25C15 21.25 20 19.2567 20 13.277Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M7 13.277C7 14.5986 7.52678 15.8661 8.46447 16.8006C9.40215 17.7351 10.6739 18.2601 12 18.2601" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Water Drop in other icon packs
Copied!