water icon

water-line-duotone from Solar by 480 Design · Line Duotone · Sports · CC-BY-4.0 Attribution required.

Name
water-line-duotone
Set
Solar
Style
Line Duotone
Category
Sports
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More sports icons from Solar

Use the water icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M22 8.78594C20.4123 8.4341 19.5955 7.56969 18.9199 6.60834C18.4965 6.00591 17.5655 6.04252 17.1055 6.62076C16.0541 7.94268 14.4844 9 12 9C9.49345 9 7.91806 7.65471 6.86651 6.38877C6.42721 5.85991 5.58617 5.86697 5.20168 6.43233C4.50078 7.46288 3.68402 8.41274 2 8.78594"/><path d="M22 18.7859C20.4123 18.4341 19.5955 17.5697 18.9199 16.6083C18.4965 16.0059 17.5655 16.0425 17.1055 16.6208C16.0541 17.9427 14.4844 19 12 19C9.49345 19 7.91806 17.6547 6.86651 16.3888C6.42721 15.8599 5.58617 15.867 5.20168 16.4323C4.50078 17.4629 3.68402 18.4127 2 18.7859"/><path d="M22 13.7859C20.4123 13.4341 19.5955 12.5697 18.9199 11.6083C18.4965 11.0059 17.5655 11.0425 17.1055 11.6208C16.0541 12.9427 14.4844 14 12 14C9.49345 14 7.91806 12.6547 6.86651 11.3888C6.42721 10.8599 5.58617 10.867 5.20168 11.4323C4.50078 12.4629 3.68402 13.4127 2 13.7859" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarWaterLineDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M22 8.78594C20.4123 8.4341 19.5955 7.56969 18.9199 6.60834C18.4965 6.00591 17.5655 6.04252 17.1055 6.62076C16.0541 7.94268 14.4844 9 12 9C9.49345 9 7.91806 7.65471 6.86651 6.38877C6.42721 5.85991 5.58617 5.86697 5.20168 6.43233C4.50078 7.46288 3.68402 8.41274 2 8.78594"/><path d="M22 18.7859C20.4123 18.4341 19.5955 17.5697 18.9199 16.6083C18.4965 16.0059 17.5655 16.0425 17.1055 16.6208C16.0541 17.9427 14.4844 19 12 19C9.49345 19 7.91806 17.6547 6.86651 16.3888C6.42721 15.8599 5.58617 15.867 5.20168 16.4323C4.50078 17.4629 3.68402 18.4127 2 18.7859"/><path d="M22 13.7859C20.4123 13.4341 19.5955 12.5697 18.9199 11.6083C18.4965 11.0059 17.5655 11.0425 17.1055 11.6208C16.0541 12.9427 14.4844 14 12 14C9.49345 14 7.91806 12.6547 6.86651 11.3888C6.42721 10.8599 5.58617 10.867 5.20168 11.4323C4.50078 12.4629 3.68402 13.4127 2 13.7859" opacity=".5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M22 8.78594C20.4123 8.4341 19.5955 7.56969 18.9199 6.60834C18.4965 6.00591 17.5655 6.04252 17.1055 6.62076C16.0541 7.94268 14.4844 9 12 9C9.49345 9 7.91806 7.65471 6.86651 6.38877C6.42721 5.85991 5.58617 5.86697 5.20168 6.43233C4.50078 7.46288 3.68402 8.41274 2 8.78594"/><path d="M22 18.7859C20.4123 18.4341 19.5955 17.5697 18.9199 16.6083C18.4965 16.0059 17.5655 16.0425 17.1055 16.6208C16.0541 17.9427 14.4844 19 12 19C9.49345 19 7.91806 17.6547 6.86651 16.3888C6.42721 15.8599 5.58617 15.867 5.20168 16.4323C4.50078 17.4629 3.68402 18.4127 2 18.7859"/><path d="M22 13.7859C20.4123 13.4341 19.5955 12.5697 18.9199 11.6083C18.4965 11.0059 17.5655 11.0425 17.1055 11.6208C16.0541 12.9427 14.4844 14 12 14C9.49345 14 7.91806 12.6547 6.86651 11.3888C6.42721 10.8599 5.58617 10.867 5.20168 11.4323C4.50078 12.4629 3.68402 13.4127 2 13.7859" opacity=".5"/></g></svg>
</template>

CSS

.icon-water-line-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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%208.78594C20.4123%208.4341%2019.5955%207.56969%2018.9199%206.60834C18.4965%206.00591%2017.5655%206.04252%2017.1055%206.62076C16.0541%207.94268%2014.4844%209%2012%209C9.49345%209%207.91806%207.65471%206.86651%206.38877C6.42721%205.85991%205.58617%205.86697%205.20168%206.43233C4.50078%207.46288%203.68402%208.41274%202%208.78594%22%2F%3E%3Cpath%20d%3D%22M22%2018.7859C20.4123%2018.4341%2019.5955%2017.5697%2018.9199%2016.6083C18.4965%2016.0059%2017.5655%2016.0425%2017.1055%2016.6208C16.0541%2017.9427%2014.4844%2019%2012%2019C9.49345%2019%207.91806%2017.6547%206.86651%2016.3888C6.42721%2015.8599%205.58617%2015.867%205.20168%2016.4323C4.50078%2017.4629%203.68402%2018.4127%202%2018.7859%22%2F%3E%3Cpath%20d%3D%22M22%2013.7859C20.4123%2013.4341%2019.5955%2012.5697%2018.9199%2011.6083C18.4965%2011.0059%2017.5655%2011.0425%2017.1055%2011.6208C16.0541%2012.9427%2014.4844%2014%2012%2014C9.49345%2014%207.91806%2012.6547%206.86651%2011.3888C6.42721%2010.8599%205.58617%2010.867%205.20168%2011.4323C4.50078%2012.4629%203.68402%2013.4127%202%2013.7859%22%20opacity%3D%22.5%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%208.78594C20.4123%208.4341%2019.5955%207.56969%2018.9199%206.60834C18.4965%206.00591%2017.5655%206.04252%2017.1055%206.62076C16.0541%207.94268%2014.4844%209%2012%209C9.49345%209%207.91806%207.65471%206.86651%206.38877C6.42721%205.85991%205.58617%205.86697%205.20168%206.43233C4.50078%207.46288%203.68402%208.41274%202%208.78594%22%2F%3E%3Cpath%20d%3D%22M22%2018.7859C20.4123%2018.4341%2019.5955%2017.5697%2018.9199%2016.6083C18.4965%2016.0059%2017.5655%2016.0425%2017.1055%2016.6208C16.0541%2017.9427%2014.4844%2019%2012%2019C9.49345%2019%207.91806%2017.6547%206.86651%2016.3888C6.42721%2015.8599%205.58617%2015.867%205.20168%2016.4323C4.50078%2017.4629%203.68402%2018.4127%202%2018.7859%22%2F%3E%3Cpath%20d%3D%22M22%2013.7859C20.4123%2013.4341%2019.5955%2012.5697%2018.9199%2011.6083C18.4965%2011.0059%2017.5655%2011.0425%2017.1055%2011.6208C16.0541%2012.9427%2014.4844%2014%2012%2014C9.49345%2014%207.91806%2012.6547%206.86651%2011.3888C6.42721%2010.8599%205.58617%2010.867%205.20168%2011.4323C4.50078%2012.4629%203.68402%2013.4127%202%2013.7859%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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