water icon
water from Unicons by Iconscout · Line · Weather · Apache-2.0 Free for personal and commercial use.
- Name
- water
- Set
- Unicons
- Style
- Line
- Category
- Weather
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
waterAkar IconswaterBootstrap IconswaterBoxIcons v2waterFont Awesome 6 SolidwaterFont Awesome Solidwater-16-filledFluent UI System IconswaterIconParkwaterIconPark OutlinewaterIconPark SolidwaterIconPark TwoTonewaterIonIconswaterLine AwesomewaterMaterial Line IconswaterMaterial SymbolswaterMaterial Symbols LightwaterMaterial Design Iconswater-boldSolar
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 water icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.72 7.65a2.6 2.6 0 0 1 .56.24a4 4 0 0 0 4.1 0a2.6 2.6 0 0 1 2.56 0a4.15 4.15 0 0 0 4.12 0a2.6 2.6 0 0 1 2.56 0a4.25 4.25 0 0 0 2.08.56a3.9 3.9 0 0 0 2-.56a2.6 2.6 0 0 1 .56-.24a1 1 0 0 0-.56-1.92a4.5 4.5 0 0 0-1 .45a2.08 2.08 0 0 1-2.1 0a4.64 4.64 0 0 0-4.54 0a2.11 2.11 0 0 1-2.12 0a4.64 4.64 0 0 0-4.54 0a2.08 2.08 0 0 1-2.1 0a4.5 4.5 0 0 0-1-.45a1 1 0 1 0-.56 1.92Zm18 8.08a4.5 4.5 0 0 0-1 .45a2.08 2.08 0 0 1-2.1 0a4.64 4.64 0 0 0-4.54 0a2.11 2.11 0 0 1-2.12 0a4.64 4.64 0 0 0-4.54 0a2.08 2.08 0 0 1-2.1 0a4.5 4.5 0 0 0-1-.45a1 1 0 1 0-.56 1.92a2.6 2.6 0 0 1 .56.24a4 4 0 0 0 4.1 0a2.6 2.6 0 0 1 2.56 0a4.15 4.15 0 0 0 4.12 0a2.6 2.6 0 0 1 2.56 0a4.25 4.25 0 0 0 2.08.56a3.9 3.9 0 0 0 2-.56a2.6 2.6 0 0 1 .56-.24a1 1 0 0 0-.56-1.92Zm0-5a4.5 4.5 0 0 0-1 .45a2.08 2.08 0 0 1-2.1 0a4.64 4.64 0 0 0-4.54 0a2.11 2.11 0 0 1-2.12 0a4.64 4.64 0 0 0-4.54 0a2.08 2.08 0 0 1-2.1 0a4.5 4.5 0 0 0-1-.45a1 1 0 0 0-1.32.68a1 1 0 0 0 .68 1.24a2.6 2.6 0 0 1 .56.24a4 4 0 0 0 4.1 0a2.6 2.6 0 0 1 2.56 0a4.15 4.15 0 0 0 4.12 0a2.6 2.6 0 0 1 2.56 0a4.25 4.25 0 0 0 2.08.56a3.9 3.9 0 0 0 2-.56a2.6 2.6 0 0 1 .56-.24a1 1 0 0 0-.56-1.92Z"/></svg>
React
import type { SVGProps } from "react";
export function UilWater(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="M2.72 7.65a2.6 2.6 0 0 1 .56.24a4 4 0 0 0 4.1 0a2.6 2.6 0 0 1 2.56 0a4.15 4.15 0 0 0 4.12 0a2.6 2.6 0 0 1 2.56 0a4.25 4.25 0 0 0 2.08.56a3.9 3.9 0 0 0 2-.56a2.6 2.6 0 0 1 .56-.24a1 1 0 0 0-.56-1.92a4.5 4.5 0 0 0-1 .45a2.08 2.08 0 0 1-2.1 0a4.64 4.64 0 0 0-4.54 0a2.11 2.11 0 0 1-2.12 0a4.64 4.64 0 0 0-4.54 0a2.08 2.08 0 0 1-2.1 0a4.5 4.5 0 0 0-1-.45a1 1 0 1 0-.56 1.92Zm18 8.08a4.5 4.5 0 0 0-1 .45a2.08 2.08 0 0 1-2.1 0a4.64 4.64 0 0 0-4.54 0a2.11 2.11 0 0 1-2.12 0a4.64 4.64 0 0 0-4.54 0a2.08 2.08 0 0 1-2.1 0a4.5 4.5 0 0 0-1-.45a1 1 0 1 0-.56 1.92a2.6 2.6 0 0 1 .56.24a4 4 0 0 0 4.1 0a2.6 2.6 0 0 1 2.56 0a4.15 4.15 0 0 0 4.12 0a2.6 2.6 0 0 1 2.56 0a4.25 4.25 0 0 0 2.08.56a3.9 3.9 0 0 0 2-.56a2.6 2.6 0 0 1 .56-.24a1 1 0 0 0-.56-1.92Zm0-5a4.5 4.5 0 0 0-1 .45a2.08 2.08 0 0 1-2.1 0a4.64 4.64 0 0 0-4.54 0a2.11 2.11 0 0 1-2.12 0a4.64 4.64 0 0 0-4.54 0a2.08 2.08 0 0 1-2.1 0a4.5 4.5 0 0 0-1-.45a1 1 0 0 0-1.32.68a1 1 0 0 0 .68 1.24a2.6 2.6 0 0 1 .56.24a4 4 0 0 0 4.1 0a2.6 2.6 0 0 1 2.56 0a4.15 4.15 0 0 0 4.12 0a2.6 2.6 0 0 1 2.56 0a4.25 4.25 0 0 0 2.08.56a3.9 3.9 0 0 0 2-.56a2.6 2.6 0 0 1 .56-.24a1 1 0 0 0-.56-1.92Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.72 7.65a2.6 2.6 0 0 1 .56.24a4 4 0 0 0 4.1 0a2.6 2.6 0 0 1 2.56 0a4.15 4.15 0 0 0 4.12 0a2.6 2.6 0 0 1 2.56 0a4.25 4.25 0 0 0 2.08.56a3.9 3.9 0 0 0 2-.56a2.6 2.6 0 0 1 .56-.24a1 1 0 0 0-.56-1.92a4.5 4.5 0 0 0-1 .45a2.08 2.08 0 0 1-2.1 0a4.64 4.64 0 0 0-4.54 0a2.11 2.11 0 0 1-2.12 0a4.64 4.64 0 0 0-4.54 0a2.08 2.08 0 0 1-2.1 0a4.5 4.5 0 0 0-1-.45a1 1 0 1 0-.56 1.92Zm18 8.08a4.5 4.5 0 0 0-1 .45a2.08 2.08 0 0 1-2.1 0a4.64 4.64 0 0 0-4.54 0a2.11 2.11 0 0 1-2.12 0a4.64 4.64 0 0 0-4.54 0a2.08 2.08 0 0 1-2.1 0a4.5 4.5 0 0 0-1-.45a1 1 0 1 0-.56 1.92a2.6 2.6 0 0 1 .56.24a4 4 0 0 0 4.1 0a2.6 2.6 0 0 1 2.56 0a4.15 4.15 0 0 0 4.12 0a2.6 2.6 0 0 1 2.56 0a4.25 4.25 0 0 0 2.08.56a3.9 3.9 0 0 0 2-.56a2.6 2.6 0 0 1 .56-.24a1 1 0 0 0-.56-1.92Zm0-5a4.5 4.5 0 0 0-1 .45a2.08 2.08 0 0 1-2.1 0a4.64 4.64 0 0 0-4.54 0a2.11 2.11 0 0 1-2.12 0a4.64 4.64 0 0 0-4.54 0a2.08 2.08 0 0 1-2.1 0a4.5 4.5 0 0 0-1-.45a1 1 0 0 0-1.32.68a1 1 0 0 0 .68 1.24a2.6 2.6 0 0 1 .56.24a4 4 0 0 0 4.1 0a2.6 2.6 0 0 1 2.56 0a4.15 4.15 0 0 0 4.12 0a2.6 2.6 0 0 1 2.56 0a4.25 4.25 0 0 0 2.08.56a3.9 3.9 0 0 0 2-.56a2.6 2.6 0 0 1 .56-.24a1 1 0 0 0-.56-1.92Z"/></svg> </template>
CSS
.icon-water {
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%22M2.72%207.65a2.6%202.6%200%200%201%20.56.24a4%204%200%200%200%204.1%200a2.6%202.6%200%200%201%202.56%200a4.15%204.15%200%200%200%204.12%200a2.6%202.6%200%200%201%202.56%200a4.25%204.25%200%200%200%202.08.56a3.9%203.9%200%200%200%202-.56a2.6%202.6%200%200%201%20.56-.24a1%201%200%200%200-.56-1.92a4.5%204.5%200%200%200-1%20.45a2.08%202.08%200%200%201-2.1%200a4.64%204.64%200%200%200-4.54%200a2.11%202.11%200%200%201-2.12%200a4.64%204.64%200%200%200-4.54%200a2.08%202.08%200%200%201-2.1%200a4.5%204.5%200%200%200-1-.45a1%201%200%201%200-.56%201.92Zm18%208.08a4.5%204.5%200%200%200-1%20.45a2.08%202.08%200%200%201-2.1%200a4.64%204.64%200%200%200-4.54%200a2.11%202.11%200%200%201-2.12%200a4.64%204.64%200%200%200-4.54%200a2.08%202.08%200%200%201-2.1%200a4.5%204.5%200%200%200-1-.45a1%201%200%201%200-.56%201.92a2.6%202.6%200%200%201%20.56.24a4%204%200%200%200%204.1%200a2.6%202.6%200%200%201%202.56%200a4.15%204.15%200%200%200%204.12%200a2.6%202.6%200%200%201%202.56%200a4.25%204.25%200%200%200%202.08.56a3.9%203.9%200%200%200%202-.56a2.6%202.6%200%200%201%20.56-.24a1%201%200%200%200-.56-1.92Zm0-5a4.5%204.5%200%200%200-1%20.45a2.08%202.08%200%200%201-2.1%200a4.64%204.64%200%200%200-4.54%200a2.11%202.11%200%200%201-2.12%200a4.64%204.64%200%200%200-4.54%200a2.08%202.08%200%200%201-2.1%200a4.5%204.5%200%200%200-1-.45a1%201%200%200%200-1.32.68a1%201%200%200%200%20.68%201.24a2.6%202.6%200%200%201%20.56.24a4%204%200%200%200%204.1%200a2.6%202.6%200%200%201%202.56%200a4.15%204.15%200%200%200%204.12%200a2.6%202.6%200%200%201%202.56%200a4.25%204.25%200%200%200%202.08.56a3.9%203.9%200%200%200%202-.56a2.6%202.6%200%200%201%20.56-.24a1%201%200%200%200-.56-1.92Z%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%22M2.72%207.65a2.6%202.6%200%200%201%20.56.24a4%204%200%200%200%204.1%200a2.6%202.6%200%200%201%202.56%200a4.15%204.15%200%200%200%204.12%200a2.6%202.6%200%200%201%202.56%200a4.25%204.25%200%200%200%202.08.56a3.9%203.9%200%200%200%202-.56a2.6%202.6%200%200%201%20.56-.24a1%201%200%200%200-.56-1.92a4.5%204.5%200%200%200-1%20.45a2.08%202.08%200%200%201-2.1%200a4.64%204.64%200%200%200-4.54%200a2.11%202.11%200%200%201-2.12%200a4.64%204.64%200%200%200-4.54%200a2.08%202.08%200%200%201-2.1%200a4.5%204.5%200%200%200-1-.45a1%201%200%201%200-.56%201.92Zm18%208.08a4.5%204.5%200%200%200-1%20.45a2.08%202.08%200%200%201-2.1%200a4.64%204.64%200%200%200-4.54%200a2.11%202.11%200%200%201-2.12%200a4.64%204.64%200%200%200-4.54%200a2.08%202.08%200%200%201-2.1%200a4.5%204.5%200%200%200-1-.45a1%201%200%201%200-.56%201.92a2.6%202.6%200%200%201%20.56.24a4%204%200%200%200%204.1%200a2.6%202.6%200%200%201%202.56%200a4.15%204.15%200%200%200%204.12%200a2.6%202.6%200%200%201%202.56%200a4.25%204.25%200%200%200%202.08.56a3.9%203.9%200%200%200%202-.56a2.6%202.6%200%200%201%20.56-.24a1%201%200%200%200-.56-1.92Zm0-5a4.5%204.5%200%200%200-1%20.45a2.08%202.08%200%200%201-2.1%200a4.64%204.64%200%200%200-4.54%200a2.11%202.11%200%200%201-2.12%200a4.64%204.64%200%200%200-4.54%200a2.08%202.08%200%200%201-2.1%200a4.5%204.5%200%200%200-1-.45a1%201%200%200%200-1.32.68a1%201%200%200%200%20.68%201.24a2.6%202.6%200%200%201%20.56.24a4%204%200%200%200%204.1%200a2.6%202.6%200%200%201%202.56%200a4.15%204.15%200%200%200%204.12%200a2.6%202.6%200%200%201%202.56%200a4.25%204.25%200%200%200%202.08.56a3.9%203.9%200%200%200%202-.56a2.6%202.6%200%200%201%20.56-.24a1%201%200%200%200-.56-1.92Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/water.svg?color=%231a73e8&size=48