water icon
water from Reicon by REICON · Outline · Sports · MIT Free for personal and commercial use.
- Name
- water
- Set
- Reicon
- Style
- Outline
- Category
- Sports
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All water icons →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-boldSolarwaterUnicons
More sports icons from Reicon
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" fill-rule="evenodd" d="M4.582 6.01c.69-1.015 2.133-.977 2.862-.1C8.426 7.091 9.81 8.25 12 8.25c2.228 0 3.591-.93 4.519-2.096c.721-.907 2.259-1.053 3.015.023c.618.88 1.294 1.58 2.628 1.877a.75.75 0 0 1-.324 1.464c-1.841-.408-2.799-1.436-3.532-2.479c-.048-.069-.135-.12-.266-.117a.46.46 0 0 0-.347.165C16.517 8.565 14.74 9.75 12 9.75c-2.823 0-4.59-1.532-5.71-2.882l.577-.48l-.577.48a.33.33 0 0 0-.261-.118a.24.24 0 0 0-.207.104c-.746 1.097-1.703 2.23-3.66 2.664a.75.75 0 1 1-.324-1.464C3.25 7.74 3.926 6.974 4.582 6.01m0 5c.69-1.015 2.133-.977 2.862-.1c.982 1.181 2.366 2.34 4.556 2.34c2.228 0 3.591-.93 4.519-2.096c.721-.907 2.259-1.053 3.015.023c.618.88 1.294 1.58 2.628 1.877a.75.75 0 0 1-.324 1.464c-1.841-.408-2.799-1.436-3.532-2.479c-.048-.069-.135-.12-.266-.117a.46.46 0 0 0-.347.165C16.517 13.566 14.74 14.75 12 14.75c-2.823 0-4.59-1.533-5.71-2.882a.33.33 0 0 0-.261-.118a.24.24 0 0 0-.207.104c-.746 1.097-1.703 2.23-3.66 2.664a.75.75 0 0 1-.324-1.465c1.412-.312 2.088-1.079 2.744-2.043m0 5c.69-1.015 2.133-.977 2.862-.1c.982 1.181 2.366 2.34 4.556 2.34c2.228 0 3.591-.93 4.519-2.096c.721-.907 2.259-1.053 3.015.023c.618.88 1.294 1.58 2.628 1.877a.75.75 0 0 1-.324 1.464c-1.841-.408-2.799-1.436-3.532-2.479c-.048-.069-.135-.12-.266-.117a.46.46 0 0 0-.347.165C16.517 18.566 14.74 19.75 12 19.75c-2.823 0-4.59-1.532-5.71-2.882a.33.33 0 0 0-.261-.118a.24.24 0 0 0-.207.104c-.746 1.097-1.703 2.23-3.66 2.664a.75.75 0 0 1-.324-1.465c1.412-.312 2.088-1.079 2.744-2.043" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconWater(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="M4.582 6.01c.69-1.015 2.133-.977 2.862-.1C8.426 7.091 9.81 8.25 12 8.25c2.228 0 3.591-.93 4.519-2.096c.721-.907 2.259-1.053 3.015.023c.618.88 1.294 1.58 2.628 1.877a.75.75 0 0 1-.324 1.464c-1.841-.408-2.799-1.436-3.532-2.479c-.048-.069-.135-.12-.266-.117a.46.46 0 0 0-.347.165C16.517 8.565 14.74 9.75 12 9.75c-2.823 0-4.59-1.532-5.71-2.882l.577-.48l-.577.48a.33.33 0 0 0-.261-.118a.24.24 0 0 0-.207.104c-.746 1.097-1.703 2.23-3.66 2.664a.75.75 0 1 1-.324-1.464C3.25 7.74 3.926 6.974 4.582 6.01m0 5c.69-1.015 2.133-.977 2.862-.1c.982 1.181 2.366 2.34 4.556 2.34c2.228 0 3.591-.93 4.519-2.096c.721-.907 2.259-1.053 3.015.023c.618.88 1.294 1.58 2.628 1.877a.75.75 0 0 1-.324 1.464c-1.841-.408-2.799-1.436-3.532-2.479c-.048-.069-.135-.12-.266-.117a.46.46 0 0 0-.347.165C16.517 13.566 14.74 14.75 12 14.75c-2.823 0-4.59-1.533-5.71-2.882a.33.33 0 0 0-.261-.118a.24.24 0 0 0-.207.104c-.746 1.097-1.703 2.23-3.66 2.664a.75.75 0 0 1-.324-1.465c1.412-.312 2.088-1.079 2.744-2.043m0 5c.69-1.015 2.133-.977 2.862-.1c.982 1.181 2.366 2.34 4.556 2.34c2.228 0 3.591-.93 4.519-2.096c.721-.907 2.259-1.053 3.015.023c.618.88 1.294 1.58 2.628 1.877a.75.75 0 0 1-.324 1.464c-1.841-.408-2.799-1.436-3.532-2.479c-.048-.069-.135-.12-.266-.117a.46.46 0 0 0-.347.165C16.517 18.566 14.74 19.75 12 19.75c-2.823 0-4.59-1.532-5.71-2.882a.33.33 0 0 0-.261-.118a.24.24 0 0 0-.207.104c-.746 1.097-1.703 2.23-3.66 2.664a.75.75 0 0 1-.324-1.465c1.412-.312 2.088-1.079 2.744-2.043" 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="M4.582 6.01c.69-1.015 2.133-.977 2.862-.1C8.426 7.091 9.81 8.25 12 8.25c2.228 0 3.591-.93 4.519-2.096c.721-.907 2.259-1.053 3.015.023c.618.88 1.294 1.58 2.628 1.877a.75.75 0 0 1-.324 1.464c-1.841-.408-2.799-1.436-3.532-2.479c-.048-.069-.135-.12-.266-.117a.46.46 0 0 0-.347.165C16.517 8.565 14.74 9.75 12 9.75c-2.823 0-4.59-1.532-5.71-2.882l.577-.48l-.577.48a.33.33 0 0 0-.261-.118a.24.24 0 0 0-.207.104c-.746 1.097-1.703 2.23-3.66 2.664a.75.75 0 1 1-.324-1.464C3.25 7.74 3.926 6.974 4.582 6.01m0 5c.69-1.015 2.133-.977 2.862-.1c.982 1.181 2.366 2.34 4.556 2.34c2.228 0 3.591-.93 4.519-2.096c.721-.907 2.259-1.053 3.015.023c.618.88 1.294 1.58 2.628 1.877a.75.75 0 0 1-.324 1.464c-1.841-.408-2.799-1.436-3.532-2.479c-.048-.069-.135-.12-.266-.117a.46.46 0 0 0-.347.165C16.517 13.566 14.74 14.75 12 14.75c-2.823 0-4.59-1.533-5.71-2.882a.33.33 0 0 0-.261-.118a.24.24 0 0 0-.207.104c-.746 1.097-1.703 2.23-3.66 2.664a.75.75 0 0 1-.324-1.465c1.412-.312 2.088-1.079 2.744-2.043m0 5c.69-1.015 2.133-.977 2.862-.1c.982 1.181 2.366 2.34 4.556 2.34c2.228 0 3.591-.93 4.519-2.096c.721-.907 2.259-1.053 3.015.023c.618.88 1.294 1.58 2.628 1.877a.75.75 0 0 1-.324 1.464c-1.841-.408-2.799-1.436-3.532-2.479c-.048-.069-.135-.12-.266-.117a.46.46 0 0 0-.347.165C16.517 18.566 14.74 19.75 12 19.75c-2.823 0-4.59-1.532-5.71-2.882a.33.33 0 0 0-.261-.118a.24.24 0 0 0-.207.104c-.746 1.097-1.703 2.23-3.66 2.664a.75.75 0 0 1-.324-1.465c1.412-.312 2.088-1.079 2.744-2.043" clip-rule="evenodd"/></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%20fill-rule%3D%22evenodd%22%20d%3D%22M4.582%206.01c.69-1.015%202.133-.977%202.862-.1C8.426%207.091%209.81%208.25%2012%208.25c2.228%200%203.591-.93%204.519-2.096c.721-.907%202.259-1.053%203.015.023c.618.88%201.294%201.58%202.628%201.877a.75.75%200%200%201-.324%201.464c-1.841-.408-2.799-1.436-3.532-2.479c-.048-.069-.135-.12-.266-.117a.46.46%200%200%200-.347.165C16.517%208.565%2014.74%209.75%2012%209.75c-2.823%200-4.59-1.532-5.71-2.882l.577-.48l-.577.48a.33.33%200%200%200-.261-.118a.24.24%200%200%200-.207.104c-.746%201.097-1.703%202.23-3.66%202.664a.75.75%200%201%201-.324-1.464C3.25%207.74%203.926%206.974%204.582%206.01m0%205c.69-1.015%202.133-.977%202.862-.1c.982%201.181%202.366%202.34%204.556%202.34c2.228%200%203.591-.93%204.519-2.096c.721-.907%202.259-1.053%203.015.023c.618.88%201.294%201.58%202.628%201.877a.75.75%200%200%201-.324%201.464c-1.841-.408-2.799-1.436-3.532-2.479c-.048-.069-.135-.12-.266-.117a.46.46%200%200%200-.347.165C16.517%2013.566%2014.74%2014.75%2012%2014.75c-2.823%200-4.59-1.533-5.71-2.882a.33.33%200%200%200-.261-.118a.24.24%200%200%200-.207.104c-.746%201.097-1.703%202.23-3.66%202.664a.75.75%200%200%201-.324-1.465c1.412-.312%202.088-1.079%202.744-2.043m0%205c.69-1.015%202.133-.977%202.862-.1c.982%201.181%202.366%202.34%204.556%202.34c2.228%200%203.591-.93%204.519-2.096c.721-.907%202.259-1.053%203.015.023c.618.88%201.294%201.58%202.628%201.877a.75.75%200%200%201-.324%201.464c-1.841-.408-2.799-1.436-3.532-2.479c-.048-.069-.135-.12-.266-.117a.46.46%200%200%200-.347.165C16.517%2018.566%2014.74%2019.75%2012%2019.75c-2.823%200-4.59-1.532-5.71-2.882a.33.33%200%200%200-.261-.118a.24.24%200%200%200-.207.104c-.746%201.097-1.703%202.23-3.66%202.664a.75.75%200%200%201-.324-1.465c1.412-.312%202.088-1.079%202.744-2.043%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%22M4.582%206.01c.69-1.015%202.133-.977%202.862-.1C8.426%207.091%209.81%208.25%2012%208.25c2.228%200%203.591-.93%204.519-2.096c.721-.907%202.259-1.053%203.015.023c.618.88%201.294%201.58%202.628%201.877a.75.75%200%200%201-.324%201.464c-1.841-.408-2.799-1.436-3.532-2.479c-.048-.069-.135-.12-.266-.117a.46.46%200%200%200-.347.165C16.517%208.565%2014.74%209.75%2012%209.75c-2.823%200-4.59-1.532-5.71-2.882l.577-.48l-.577.48a.33.33%200%200%200-.261-.118a.24.24%200%200%200-.207.104c-.746%201.097-1.703%202.23-3.66%202.664a.75.75%200%201%201-.324-1.464C3.25%207.74%203.926%206.974%204.582%206.01m0%205c.69-1.015%202.133-.977%202.862-.1c.982%201.181%202.366%202.34%204.556%202.34c2.228%200%203.591-.93%204.519-2.096c.721-.907%202.259-1.053%203.015.023c.618.88%201.294%201.58%202.628%201.877a.75.75%200%200%201-.324%201.464c-1.841-.408-2.799-1.436-3.532-2.479c-.048-.069-.135-.12-.266-.117a.46.46%200%200%200-.347.165C16.517%2013.566%2014.74%2014.75%2012%2014.75c-2.823%200-4.59-1.533-5.71-2.882a.33.33%200%200%200-.261-.118a.24.24%200%200%200-.207.104c-.746%201.097-1.703%202.23-3.66%202.664a.75.75%200%200%201-.324-1.465c1.412-.312%202.088-1.079%202.744-2.043m0%205c.69-1.015%202.133-.977%202.862-.1c.982%201.181%202.366%202.34%204.556%202.34c2.228%200%203.591-.93%204.519-2.096c.721-.907%202.259-1.053%203.015.023c.618.88%201.294%201.58%202.628%201.877a.75.75%200%200%201-.324%201.464c-1.841-.408-2.799-1.436-3.532-2.479c-.048-.069-.135-.12-.266-.117a.46.46%200%200%200-.347.165C16.517%2018.566%2014.74%2019.75%2012%2019.75c-2.823%200-4.59-1.532-5.71-2.882a.33.33%200%200%200-.261-.118a.24.24%200%200%200-.207.104c-.746%201.097-1.703%202.23-3.66%202.664a.75.75%200%200%201-.324-1.465c1.412-.312%202.088-1.079%202.744-2.043%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/water.svg?color=%231a73e8&size=48