water sun icon

water-sun-linear from Solar by 480 Design · Linear · Sports · CC-BY-4.0 Attribution required.

Name
water-sun-linear
Set
Solar
Style
Linear
Category
Sports
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More sports icons from Solar

Use the water sun 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-width="1.5"><path stroke-linejoin="round" d="M22 16.7728C20.4123 16.3987 19.5955 15.4796 18.9199 14.4574C18.4965 13.8168 17.5655 13.8558 17.1055 14.4706C16.0541 15.8762 14.4844 17.0004 12 17.0004C9.49345 17.0004 7.91806 15.57 6.86651 14.2239C6.42721 13.6616 5.58617 13.6691 5.20168 14.2702C4.50078 15.366 3.68402 16.376 2 16.7728"/><path stroke-linejoin="round" d="M22 21.7728C20.4123 21.3987 19.5955 20.4796 18.9199 19.4574C18.4965 18.8168 17.5655 18.8558 17.1055 19.4706C16.0541 20.8762 14.4844 22.0004 12 22.0004C9.49345 22.0004 7.91806 20.57 6.86651 19.2239C6.42721 18.6616 5.58617 18.6691 5.20168 19.2702C4.50078 20.366 3.68402 21.376 2 21.7728"/><path d="M17.9171 11C17.441 8.16229 14.973 6 12 6C9.02705 6 6.55909 8.16229 6.08301 11"/><path d="M12 2V3"/><path d="M22 12L21 12"/><path d="M3 12L2 12"/><path d="M19.0703 4.92969L18.6775 5.32252"/><path d="M5.32227 5.32227L4.92943 4.92943"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarWaterSunLinear(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" strokeWidth="1.5"><path strokeLinejoin="round" d="M22 16.7728C20.4123 16.3987 19.5955 15.4796 18.9199 14.4574C18.4965 13.8168 17.5655 13.8558 17.1055 14.4706C16.0541 15.8762 14.4844 17.0004 12 17.0004C9.49345 17.0004 7.91806 15.57 6.86651 14.2239C6.42721 13.6616 5.58617 13.6691 5.20168 14.2702C4.50078 15.366 3.68402 16.376 2 16.7728"/><path strokeLinejoin="round" d="M22 21.7728C20.4123 21.3987 19.5955 20.4796 18.9199 19.4574C18.4965 18.8168 17.5655 18.8558 17.1055 19.4706C16.0541 20.8762 14.4844 22.0004 12 22.0004C9.49345 22.0004 7.91806 20.57 6.86651 19.2239C6.42721 18.6616 5.58617 18.6691 5.20168 19.2702C4.50078 20.366 3.68402 21.376 2 21.7728"/><path d="M17.9171 11C17.441 8.16229 14.973 6 12 6C9.02705 6 6.55909 8.16229 6.08301 11"/><path d="M12 2V3"/><path d="M22 12L21 12"/><path d="M3 12L2 12"/><path d="M19.0703 4.92969L18.6775 5.32252"/><path d="M5.32227 5.32227L4.92943 4.92943"/></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-width="1.5"><path stroke-linejoin="round" d="M22 16.7728C20.4123 16.3987 19.5955 15.4796 18.9199 14.4574C18.4965 13.8168 17.5655 13.8558 17.1055 14.4706C16.0541 15.8762 14.4844 17.0004 12 17.0004C9.49345 17.0004 7.91806 15.57 6.86651 14.2239C6.42721 13.6616 5.58617 13.6691 5.20168 14.2702C4.50078 15.366 3.68402 16.376 2 16.7728"/><path stroke-linejoin="round" d="M22 21.7728C20.4123 21.3987 19.5955 20.4796 18.9199 19.4574C18.4965 18.8168 17.5655 18.8558 17.1055 19.4706C16.0541 20.8762 14.4844 22.0004 12 22.0004C9.49345 22.0004 7.91806 20.57 6.86651 19.2239C6.42721 18.6616 5.58617 18.6691 5.20168 19.2702C4.50078 20.366 3.68402 21.376 2 21.7728"/><path d="M17.9171 11C17.441 8.16229 14.973 6 12 6C9.02705 6 6.55909 8.16229 6.08301 11"/><path d="M12 2V3"/><path d="M22 12L21 12"/><path d="M3 12L2 12"/><path d="M19.0703 4.92969L18.6775 5.32252"/><path d="M5.32227 5.32227L4.92943 4.92943"/></g></svg>
</template>

CSS

.icon-water-sun-linear {
  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-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M22%2016.7728C20.4123%2016.3987%2019.5955%2015.4796%2018.9199%2014.4574C18.4965%2013.8168%2017.5655%2013.8558%2017.1055%2014.4706C16.0541%2015.8762%2014.4844%2017.0004%2012%2017.0004C9.49345%2017.0004%207.91806%2015.57%206.86651%2014.2239C6.42721%2013.6616%205.58617%2013.6691%205.20168%2014.2702C4.50078%2015.366%203.68402%2016.376%202%2016.7728%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M22%2021.7728C20.4123%2021.3987%2019.5955%2020.4796%2018.9199%2019.4574C18.4965%2018.8168%2017.5655%2018.8558%2017.1055%2019.4706C16.0541%2020.8762%2014.4844%2022.0004%2012%2022.0004C9.49345%2022.0004%207.91806%2020.57%206.86651%2019.2239C6.42721%2018.6616%205.58617%2018.6691%205.20168%2019.2702C4.50078%2020.366%203.68402%2021.376%202%2021.7728%22%2F%3E%3Cpath%20d%3D%22M17.9171%2011C17.441%208.16229%2014.973%206%2012%206C9.02705%206%206.55909%208.16229%206.08301%2011%22%2F%3E%3Cpath%20d%3D%22M12%202V3%22%2F%3E%3Cpath%20d%3D%22M22%2012L21%2012%22%2F%3E%3Cpath%20d%3D%22M3%2012L2%2012%22%2F%3E%3Cpath%20d%3D%22M19.0703%204.92969L18.6775%205.32252%22%2F%3E%3Cpath%20d%3D%22M5.32227%205.32227L4.92943%204.92943%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-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M22%2016.7728C20.4123%2016.3987%2019.5955%2015.4796%2018.9199%2014.4574C18.4965%2013.8168%2017.5655%2013.8558%2017.1055%2014.4706C16.0541%2015.8762%2014.4844%2017.0004%2012%2017.0004C9.49345%2017.0004%207.91806%2015.57%206.86651%2014.2239C6.42721%2013.6616%205.58617%2013.6691%205.20168%2014.2702C4.50078%2015.366%203.68402%2016.376%202%2016.7728%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M22%2021.7728C20.4123%2021.3987%2019.5955%2020.4796%2018.9199%2019.4574C18.4965%2018.8168%2017.5655%2018.8558%2017.1055%2019.4706C16.0541%2020.8762%2014.4844%2022.0004%2012%2022.0004C9.49345%2022.0004%207.91806%2020.57%206.86651%2019.2239C6.42721%2018.6616%205.58617%2018.6691%205.20168%2019.2702C4.50078%2020.366%203.68402%2021.376%202%2021.7728%22%2F%3E%3Cpath%20d%3D%22M17.9171%2011C17.441%208.16229%2014.973%206%2012%206C9.02705%206%206.55909%208.16229%206.08301%2011%22%2F%3E%3Cpath%20d%3D%22M12%202V3%22%2F%3E%3Cpath%20d%3D%22M22%2012L21%2012%22%2F%3E%3Cpath%20d%3D%22M3%2012L2%2012%22%2F%3E%3Cpath%20d%3D%22M19.0703%204.92969L18.6775%205.32252%22%2F%3E%3Cpath%20d%3D%22M5.32227%205.32227L4.92943%204.92943%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-sun-linear.svg?color=%231a73e8&size=48