water sun icon

water-sun-filled from Reicon by REICON · Filled · Sports · MIT Free for personal and commercial use.

Name
water-sun-filled
Set
Reicon
Style
Filled
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"><g fill="currentColor"><path 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 0M1.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 18.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-.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"/><path d="M22.172 16.042c-1.323-.311-2.001-1.053-2.626-1.999a1.75 1.75 0 0 0-1.677-.79Q18 12.646 18 12a6 6 0 1 0-11.906 1.062a1.7 1.7 0 0 0-1.524.804c-.662 1.035-1.34 1.846-2.742 2.176a.75.75 0 1 0 .344 1.46c1.967-.463 2.922-1.672 3.662-2.828a.23.23 0 0 1 .196-.114a.3.3 0 0 1 .246.125C7.389 16.11 9.158 17.75 12 17.75c2.76 0 4.539-1.27 5.706-2.83a.43.43 0 0 1 .335-.177a.28.28 0 0 1 .253.127c.727 1.1 1.682 2.196 3.534 2.632a.75.75 0 0 0 .344-1.46"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconWaterSunFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path 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 0M1.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 18.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-.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"/><path d="M22.172 16.042c-1.323-.311-2.001-1.053-2.626-1.999a1.75 1.75 0 0 0-1.677-.79Q18 12.646 18 12a6 6 0 1 0-11.906 1.062a1.7 1.7 0 0 0-1.524.804c-.662 1.035-1.34 1.846-2.742 2.176a.75.75 0 1 0 .344 1.46c1.967-.463 2.922-1.672 3.662-2.828a.23.23 0 0 1 .196-.114a.3.3 0 0 1 .246.125C7.389 16.11 9.158 17.75 12 17.75c2.76 0 4.539-1.27 5.706-2.83a.43.43 0 0 1 .335-.177a.28.28 0 0 1 .253.127c.727 1.1 1.682 2.196 3.534 2.632a.75.75 0 0 0 .344-1.46"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path 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 0M1.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 18.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-.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"/><path d="M22.172 16.042c-1.323-.311-2.001-1.053-2.626-1.999a1.75 1.75 0 0 0-1.677-.79Q18 12.646 18 12a6 6 0 1 0-11.906 1.062a1.7 1.7 0 0 0-1.524.804c-.662 1.035-1.34 1.846-2.742 2.176a.75.75 0 1 0 .344 1.46c1.967-.463 2.922-1.672 3.662-2.828a.23.23 0 0 1 .196-.114a.3.3 0 0 1 .246.125C7.389 16.11 9.158 17.75 12 17.75c2.76 0 4.539-1.27 5.706-2.83a.43.43 0 0 1 .335-.177a.28.28 0 0 1 .253.127c.727 1.1 1.682 2.196 3.534 2.632a.75.75 0 0 0 .344-1.46"/></g></svg>
</template>

CSS

.icon-water-sun-filled {
  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%22currentColor%22%3E%3Cpath%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%200M1.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%2018.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-.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%3Cpath%20d%3D%22M22.172%2016.042c-1.323-.311-2.001-1.053-2.626-1.999a1.75%201.75%200%200%200-1.677-.79Q18%2012.646%2018%2012a6%206%200%201%200-11.906%201.062a1.7%201.7%200%200%200-1.524.804c-.662%201.035-1.34%201.846-2.742%202.176a.75.75%200%201%200%20.344%201.46c1.967-.463%202.922-1.672%203.662-2.828a.23.23%200%200%201%20.196-.114a.3.3%200%200%201%20.246.125C7.389%2016.11%209.158%2017.75%2012%2017.75c2.76%200%204.539-1.27%205.706-2.83a.43.43%200%200%201%20.335-.177a.28.28%200%200%201%20.253.127c.727%201.1%201.682%202.196%203.534%202.632a.75.75%200%200%200%20.344-1.46%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%22currentColor%22%3E%3Cpath%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%200M1.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%2018.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-.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%3Cpath%20d%3D%22M22.172%2016.042c-1.323-.311-2.001-1.053-2.626-1.999a1.75%201.75%200%200%200-1.677-.79Q18%2012.646%2018%2012a6%206%200%201%200-11.906%201.062a1.7%201.7%200%200%200-1.524.804c-.662%201.035-1.34%201.846-2.742%202.176a.75.75%200%201%200%20.344%201.46c1.967-.463%202.922-1.672%203.662-2.828a.23.23%200%200%201%20.196-.114a.3.3%200%200%201%20.246.125C7.389%2016.11%209.158%2017.75%2012%2017.75c2.76%200%204.539-1.27%205.706-2.83a.43.43%200%200%201%20.335-.177a.28.28%200%200%201%20.253.127c.727%201.1%201.682%202.196%203.534%202.632a.75.75%200%200%200%20.344-1.46%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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