water sun icon
water-sun from Reicon by REICON · Outline · Sports · MIT Free for personal and commercial use.
- Name
- water-sun
- Set
- Reicon
- Style
- Outline
- Category
- Sports
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
More sports icons from Reicon
Use the water sun 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="M12 1.25a.75.75 0 0 1 .75.75v1a.75.75 0 0 1-1.5 0V2a.75.75 0 0 1 .75-.75M4.4 4.399a.75.75 0 0 1 1.06 0l.393.392a.75.75 0 0 1-1.06 1.061l-.394-.393a.75.75 0 0 1 0-1.06m15.2 0a.75.75 0 0 1 0 1.06l-.392.393a.75.75 0 0 1-1.06-1.06l.392-.393a.75.75 0 0 1 1.06 0M12 6.75c-2.6 0-4.76 1.892-5.177 4.374a.75.75 0 0 1-1.48-.248a6.752 6.752 0 0 1 13.314 0a.75.75 0 1 1-1.48.248A5.25 5.25 0 0 0 12 6.75M1.25 12a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1-.75-.75m19 0a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1-.75-.75M4.57 13.866c.687-1.074 2.157-1.039 2.888-.104c.99 1.267 2.372 2.488 4.542 2.488c2.209 0 3.57-.979 4.505-2.23c.72-.961 2.286-1.119 3.04.024c.626.945 1.304 1.687 2.627 1.998a.75.75 0 1 1-.344 1.46c-1.852-.436-2.807-1.533-3.534-2.631a.28.28 0 0 0-.253-.128a.43.43 0 0 0-.335.176C16.54 16.48 14.76 17.75 12 17.75c-2.842 0-4.611-1.64-5.724-3.065a.3.3 0 0 0-.246-.125a.23.23 0 0 0-.196.114c-.74 1.156-1.695 2.365-3.662 2.828a.75.75 0 1 1-.344-1.46c1.401-.33 2.08-1.14 2.742-2.176m0 5c.687-1.074 2.157-1.039 2.888-.104c.99 1.267 2.372 2.488 4.542 2.488c2.209 0 3.57-.979 4.505-2.23c.72-.962 2.286-1.119 3.04.024c.626.945 1.304 1.687 2.627 1.998a.75.75 0 1 1-.344 1.46c-1.852-.436-2.807-1.533-3.534-2.631a.28.28 0 0 0-.253-.128a.43.43 0 0 0-.335.177C16.54 21.48 14.76 22.75 12 22.75c-2.842 0-4.611-1.64-5.724-3.065a.3.3 0 0 0-.246-.125a.23.23 0 0 0-.196.114c-.74 1.156-1.695 2.365-3.662 2.828a.75.75 0 1 1-.344-1.46c1.401-.33 2.08-1.14 2.742-2.176" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconWaterSun(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="M12 1.25a.75.75 0 0 1 .75.75v1a.75.75 0 0 1-1.5 0V2a.75.75 0 0 1 .75-.75M4.4 4.399a.75.75 0 0 1 1.06 0l.393.392a.75.75 0 0 1-1.06 1.061l-.394-.393a.75.75 0 0 1 0-1.06m15.2 0a.75.75 0 0 1 0 1.06l-.392.393a.75.75 0 0 1-1.06-1.06l.392-.393a.75.75 0 0 1 1.06 0M12 6.75c-2.6 0-4.76 1.892-5.177 4.374a.75.75 0 0 1-1.48-.248a6.752 6.752 0 0 1 13.314 0a.75.75 0 1 1-1.48.248A5.25 5.25 0 0 0 12 6.75M1.25 12a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1-.75-.75m19 0a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1-.75-.75M4.57 13.866c.687-1.074 2.157-1.039 2.888-.104c.99 1.267 2.372 2.488 4.542 2.488c2.209 0 3.57-.979 4.505-2.23c.72-.961 2.286-1.119 3.04.024c.626.945 1.304 1.687 2.627 1.998a.75.75 0 1 1-.344 1.46c-1.852-.436-2.807-1.533-3.534-2.631a.28.28 0 0 0-.253-.128a.43.43 0 0 0-.335.176C16.54 16.48 14.76 17.75 12 17.75c-2.842 0-4.611-1.64-5.724-3.065a.3.3 0 0 0-.246-.125a.23.23 0 0 0-.196.114c-.74 1.156-1.695 2.365-3.662 2.828a.75.75 0 1 1-.344-1.46c1.401-.33 2.08-1.14 2.742-2.176m0 5c.687-1.074 2.157-1.039 2.888-.104c.99 1.267 2.372 2.488 4.542 2.488c2.209 0 3.57-.979 4.505-2.23c.72-.962 2.286-1.119 3.04.024c.626.945 1.304 1.687 2.627 1.998a.75.75 0 1 1-.344 1.46c-1.852-.436-2.807-1.533-3.534-2.631a.28.28 0 0 0-.253-.128a.43.43 0 0 0-.335.177C16.54 21.48 14.76 22.75 12 22.75c-2.842 0-4.611-1.64-5.724-3.065a.3.3 0 0 0-.246-.125a.23.23 0 0 0-.196.114c-.74 1.156-1.695 2.365-3.662 2.828a.75.75 0 1 1-.344-1.46c1.401-.33 2.08-1.14 2.742-2.176" 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="M12 1.25a.75.75 0 0 1 .75.75v1a.75.75 0 0 1-1.5 0V2a.75.75 0 0 1 .75-.75M4.4 4.399a.75.75 0 0 1 1.06 0l.393.392a.75.75 0 0 1-1.06 1.061l-.394-.393a.75.75 0 0 1 0-1.06m15.2 0a.75.75 0 0 1 0 1.06l-.392.393a.75.75 0 0 1-1.06-1.06l.392-.393a.75.75 0 0 1 1.06 0M12 6.75c-2.6 0-4.76 1.892-5.177 4.374a.75.75 0 0 1-1.48-.248a6.752 6.752 0 0 1 13.314 0a.75.75 0 1 1-1.48.248A5.25 5.25 0 0 0 12 6.75M1.25 12a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1-.75-.75m19 0a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1-.75-.75M4.57 13.866c.687-1.074 2.157-1.039 2.888-.104c.99 1.267 2.372 2.488 4.542 2.488c2.209 0 3.57-.979 4.505-2.23c.72-.961 2.286-1.119 3.04.024c.626.945 1.304 1.687 2.627 1.998a.75.75 0 1 1-.344 1.46c-1.852-.436-2.807-1.533-3.534-2.631a.28.28 0 0 0-.253-.128a.43.43 0 0 0-.335.176C16.54 16.48 14.76 17.75 12 17.75c-2.842 0-4.611-1.64-5.724-3.065a.3.3 0 0 0-.246-.125a.23.23 0 0 0-.196.114c-.74 1.156-1.695 2.365-3.662 2.828a.75.75 0 1 1-.344-1.46c1.401-.33 2.08-1.14 2.742-2.176m0 5c.687-1.074 2.157-1.039 2.888-.104c.99 1.267 2.372 2.488 4.542 2.488c2.209 0 3.57-.979 4.505-2.23c.72-.962 2.286-1.119 3.04.024c.626.945 1.304 1.687 2.627 1.998a.75.75 0 1 1-.344 1.46c-1.852-.436-2.807-1.533-3.534-2.631a.28.28 0 0 0-.253-.128a.43.43 0 0 0-.335.177C16.54 21.48 14.76 22.75 12 22.75c-2.842 0-4.611-1.64-5.724-3.065a.3.3 0 0 0-.246-.125a.23.23 0 0 0-.196.114c-.74 1.156-1.695 2.365-3.662 2.828a.75.75 0 1 1-.344-1.46c1.401-.33 2.08-1.14 2.742-2.176" clip-rule="evenodd"/></svg> </template>
CSS
.icon-water-sun {
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%22M12%201.25a.75.75%200%200%201%20.75.75v1a.75.75%200%200%201-1.5%200V2a.75.75%200%200%201%20.75-.75M4.4%204.399a.75.75%200%200%201%201.06%200l.393.392a.75.75%200%200%201-1.06%201.061l-.394-.393a.75.75%200%200%201%200-1.06m15.2%200a.75.75%200%200%201%200%201.06l-.392.393a.75.75%200%200%201-1.06-1.06l.392-.393a.75.75%200%200%201%201.06%200M12%206.75c-2.6%200-4.76%201.892-5.177%204.374a.75.75%200%200%201-1.48-.248a6.752%206.752%200%200%201%2013.314%200a.75.75%200%201%201-1.48.248A5.25%205.25%200%200%200%2012%206.75M1.25%2012a.75.75%200%200%201%20.75-.75h1a.75.75%200%200%201%200%201.5H2a.75.75%200%200%201-.75-.75m19%200a.75.75%200%200%201%20.75-.75h1a.75.75%200%200%201%200%201.5h-1a.75.75%200%200%201-.75-.75M4.57%2013.866c.687-1.074%202.157-1.039%202.888-.104c.99%201.267%202.372%202.488%204.542%202.488c2.209%200%203.57-.979%204.505-2.23c.72-.961%202.286-1.119%203.04.024c.626.945%201.304%201.687%202.627%201.998a.75.75%200%201%201-.344%201.46c-1.852-.436-2.807-1.533-3.534-2.631a.28.28%200%200%200-.253-.128a.43.43%200%200%200-.335.176C16.54%2016.48%2014.76%2017.75%2012%2017.75c-2.842%200-4.611-1.64-5.724-3.065a.3.3%200%200%200-.246-.125a.23.23%200%200%200-.196.114c-.74%201.156-1.695%202.365-3.662%202.828a.75.75%200%201%201-.344-1.46c1.401-.33%202.08-1.14%202.742-2.176m0%205c.687-1.074%202.157-1.039%202.888-.104c.99%201.267%202.372%202.488%204.542%202.488c2.209%200%203.57-.979%204.505-2.23c.72-.962%202.286-1.119%203.04.024c.626.945%201.304%201.687%202.627%201.998a.75.75%200%201%201-.344%201.46c-1.852-.436-2.807-1.533-3.534-2.631a.28.28%200%200%200-.253-.128a.43.43%200%200%200-.335.177C16.54%2021.48%2014.76%2022.75%2012%2022.75c-2.842%200-4.611-1.64-5.724-3.065a.3.3%200%200%200-.246-.125a.23.23%200%200%200-.196.114c-.74%201.156-1.695%202.365-3.662%202.828a.75.75%200%201%201-.344-1.46c1.401-.33%202.08-1.14%202.742-2.176%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%22M12%201.25a.75.75%200%200%201%20.75.75v1a.75.75%200%200%201-1.5%200V2a.75.75%200%200%201%20.75-.75M4.4%204.399a.75.75%200%200%201%201.06%200l.393.392a.75.75%200%200%201-1.06%201.061l-.394-.393a.75.75%200%200%201%200-1.06m15.2%200a.75.75%200%200%201%200%201.06l-.392.393a.75.75%200%200%201-1.06-1.06l.392-.393a.75.75%200%200%201%201.06%200M12%206.75c-2.6%200-4.76%201.892-5.177%204.374a.75.75%200%200%201-1.48-.248a6.752%206.752%200%200%201%2013.314%200a.75.75%200%201%201-1.48.248A5.25%205.25%200%200%200%2012%206.75M1.25%2012a.75.75%200%200%201%20.75-.75h1a.75.75%200%200%201%200%201.5H2a.75.75%200%200%201-.75-.75m19%200a.75.75%200%200%201%20.75-.75h1a.75.75%200%200%201%200%201.5h-1a.75.75%200%200%201-.75-.75M4.57%2013.866c.687-1.074%202.157-1.039%202.888-.104c.99%201.267%202.372%202.488%204.542%202.488c2.209%200%203.57-.979%204.505-2.23c.72-.961%202.286-1.119%203.04.024c.626.945%201.304%201.687%202.627%201.998a.75.75%200%201%201-.344%201.46c-1.852-.436-2.807-1.533-3.534-2.631a.28.28%200%200%200-.253-.128a.43.43%200%200%200-.335.176C16.54%2016.48%2014.76%2017.75%2012%2017.75c-2.842%200-4.611-1.64-5.724-3.065a.3.3%200%200%200-.246-.125a.23.23%200%200%200-.196.114c-.74%201.156-1.695%202.365-3.662%202.828a.75.75%200%201%201-.344-1.46c1.401-.33%202.08-1.14%202.742-2.176m0%205c.687-1.074%202.157-1.039%202.888-.104c.99%201.267%202.372%202.488%204.542%202.488c2.209%200%203.57-.979%204.505-2.23c.72-.962%202.286-1.119%203.04.024c.626.945%201.304%201.687%202.627%201.998a.75.75%200%201%201-.344%201.46c-1.852-.436-2.807-1.533-3.534-2.631a.28.28%200%200%200-.253-.128a.43.43%200%200%200-.335.177C16.54%2021.48%2014.76%2022.75%2012%2022.75c-2.842%200-4.611-1.64-5.724-3.065a.3.3%200%200%200-.246-.125a.23.23%200%200%200-.196.114c-.74%201.156-1.695%202.365-3.662%202.828a.75.75%200%201%201-.344-1.46c1.401-.33%202.08-1.14%202.742-2.176%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-sun.svg?color=%231a73e8&size=48