water wave emoji
water-wave from Noto Emoji by Google Inc · Default · Travel & Places · Apache-2.0 Free for personal and commercial use.
- Name
- water-wave
- Set
- Noto Emoji
- Style
- Default
- Category
- Travel & Places
- Viewbox
- 128×128
- License
- Apache 2.0
The same emoji in other sets
More travel & places icons from Noto Emoji
Use the water wave emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><radialGradient id="SVGwmNRy2MO" cx="59.851" cy="-1.405" r="113.707" gradientUnits="userSpaceOnUse"><stop offset=".423" stop-color="#45d6f0"/><stop offset=".518" stop-color="#41cde9"/><stop offset=".674" stop-color="#37b4d7"/><stop offset=".87" stop-color="#278bba"/><stop offset="1" stop-color="#1b6da4"/></radialGradient><path fill="url(#SVGwmNRy2MO)" d="M14.66 115.74c1.37 1.06 5.32-5.77 20.2-6.68c15.93-.98 33.56 11.69 57.71 11.69c21.41 0 32.5-10.48 31.74-12.15c-.51-1.11-8.96-3.15-18.68-8.2c-11.69-6.07-24-12.15-33.41-25.82c-6.03-8.75-10.33-18.83-4.4-26.73c5.92-7.9 20.96-4.25 20.96-4.25l-20.5-22.17l-39.03 10.64L9.5 81.58l2.13 25.21z"/><path fill="#1b6da4" d="M59.26 36.11s4.77 1.52 11.16 4.85c10.63 5.55 17.07 14.28 23.64 14.82c6.82.55 10.31-3.38 8.82-11.58c-1.39-7.65-12.68-16.63-12.68-16.63s10.31 1.94 10.31-3.97c0-6.07-5.56-8.99-14.31-12c-5.83-2-21.51-6.44-42.53 1.52c-9.04 3.42-20.08 9.74-28.46 21.85C4.25 50.81 2.03 71.41 4.11 87.05c2.52 18.89 10.38 28.63 10.57 28.71s1.22-22.21 10.01-31.88c7.49-8.24 15.15-4.86 24.25-5.31c10.73-.53 15.52-11.61 7.33-20.06c-7.03-7.26-18.68-6.61-18.68-6.61s3.86-1.54 11.19-2.2c8.42-.77 10.08-5.66 10.68-7.49c1.33-4.04-.2-6.1-.2-6.1"/><path fill="#fff" d="M38.15 36.3c-.56-3.3 9.16-6.28 19.34-4.68c15.84 2.49 28.38 16.94 33.7 19.05c7.84 3.12 10.6-3.29 6.67-10.23c-4.05-7.17-14.77-13.27-14.37-15.64c.72-4.21 11.7 2.2 12.37-2.48c.45-3.1-7.75-7.56-15.54-9.55c-6.27-1.6-19.44-3.57-37.64 4.36C19.02 27.46 8.79 48.01 7.1 69.54c-1.6 20.42 6.2 35.64 6.2 35.64s.53-15.24 8.17-23.63c5.58-6.12 12.74-8.42 20.51-6.94c12.96 2.48 18.61-6.89 12.38-13.66c-4.08-4.43-9.31-5.81-14.72-5.99c-9.35-.3-14.38 2.83-14.65 1.77c-.4-1.61 4.67-5.34 11.1-8.02c8.46-3.52 18.67-1.11 20.27-8.19c.78-3.45-1.17-5.34-6.75-5.75c-7.05-.51-11.42 1.77-11.46 1.53"/></svg>
React
import type { SVGProps } from "react";
export function NotoWaterWave(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><radialGradient id="SVGwmNRy2MO" cx="59.851" cy="-1.405" r="113.707" gradientUnits="userSpaceOnUse"><stop offset=".423" stopColor="#45d6f0"/><stop offset=".518" stopColor="#41cde9"/><stop offset=".674" stopColor="#37b4d7"/><stop offset=".87" stopColor="#278bba"/><stop offset="1" stopColor="#1b6da4"/></radialGradient><path fill="url(#SVGwmNRy2MO)" d="M14.66 115.74c1.37 1.06 5.32-5.77 20.2-6.68c15.93-.98 33.56 11.69 57.71 11.69c21.41 0 32.5-10.48 31.74-12.15c-.51-1.11-8.96-3.15-18.68-8.2c-11.69-6.07-24-12.15-33.41-25.82c-6.03-8.75-10.33-18.83-4.4-26.73c5.92-7.9 20.96-4.25 20.96-4.25l-20.5-22.17l-39.03 10.64L9.5 81.58l2.13 25.21z"/><path fill="#1b6da4" d="M59.26 36.11s4.77 1.52 11.16 4.85c10.63 5.55 17.07 14.28 23.64 14.82c6.82.55 10.31-3.38 8.82-11.58c-1.39-7.65-12.68-16.63-12.68-16.63s10.31 1.94 10.31-3.97c0-6.07-5.56-8.99-14.31-12c-5.83-2-21.51-6.44-42.53 1.52c-9.04 3.42-20.08 9.74-28.46 21.85C4.25 50.81 2.03 71.41 4.11 87.05c2.52 18.89 10.38 28.63 10.57 28.71s1.22-22.21 10.01-31.88c7.49-8.24 15.15-4.86 24.25-5.31c10.73-.53 15.52-11.61 7.33-20.06c-7.03-7.26-18.68-6.61-18.68-6.61s3.86-1.54 11.19-2.2c8.42-.77 10.08-5.66 10.68-7.49c1.33-4.04-.2-6.1-.2-6.1"/><path fill="#fff" d="M38.15 36.3c-.56-3.3 9.16-6.28 19.34-4.68c15.84 2.49 28.38 16.94 33.7 19.05c7.84 3.12 10.6-3.29 6.67-10.23c-4.05-7.17-14.77-13.27-14.37-15.64c.72-4.21 11.7 2.2 12.37-2.48c.45-3.1-7.75-7.56-15.54-9.55c-6.27-1.6-19.44-3.57-37.64 4.36C19.02 27.46 8.79 48.01 7.1 69.54c-1.6 20.42 6.2 35.64 6.2 35.64s.53-15.24 8.17-23.63c5.58-6.12 12.74-8.42 20.51-6.94c12.96 2.48 18.61-6.89 12.38-13.66c-4.08-4.43-9.31-5.81-14.72-5.99c-9.35-.3-14.38 2.83-14.65 1.77c-.4-1.61 4.67-5.34 11.1-8.02c8.46-3.52 18.67-1.11 20.27-8.19c.78-3.45-1.17-5.34-6.75-5.75c-7.05-.51-11.42 1.77-11.46 1.53"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><radialGradient id="SVGwmNRy2MO" cx="59.851" cy="-1.405" r="113.707" gradientUnits="userSpaceOnUse"><stop offset=".423" stop-color="#45d6f0"/><stop offset=".518" stop-color="#41cde9"/><stop offset=".674" stop-color="#37b4d7"/><stop offset=".87" stop-color="#278bba"/><stop offset="1" stop-color="#1b6da4"/></radialGradient><path fill="url(#SVGwmNRy2MO)" d="M14.66 115.74c1.37 1.06 5.32-5.77 20.2-6.68c15.93-.98 33.56 11.69 57.71 11.69c21.41 0 32.5-10.48 31.74-12.15c-.51-1.11-8.96-3.15-18.68-8.2c-11.69-6.07-24-12.15-33.41-25.82c-6.03-8.75-10.33-18.83-4.4-26.73c5.92-7.9 20.96-4.25 20.96-4.25l-20.5-22.17l-39.03 10.64L9.5 81.58l2.13 25.21z"/><path fill="#1b6da4" d="M59.26 36.11s4.77 1.52 11.16 4.85c10.63 5.55 17.07 14.28 23.64 14.82c6.82.55 10.31-3.38 8.82-11.58c-1.39-7.65-12.68-16.63-12.68-16.63s10.31 1.94 10.31-3.97c0-6.07-5.56-8.99-14.31-12c-5.83-2-21.51-6.44-42.53 1.52c-9.04 3.42-20.08 9.74-28.46 21.85C4.25 50.81 2.03 71.41 4.11 87.05c2.52 18.89 10.38 28.63 10.57 28.71s1.22-22.21 10.01-31.88c7.49-8.24 15.15-4.86 24.25-5.31c10.73-.53 15.52-11.61 7.33-20.06c-7.03-7.26-18.68-6.61-18.68-6.61s3.86-1.54 11.19-2.2c8.42-.77 10.08-5.66 10.68-7.49c1.33-4.04-.2-6.1-.2-6.1"/><path fill="#fff" d="M38.15 36.3c-.56-3.3 9.16-6.28 19.34-4.68c15.84 2.49 28.38 16.94 33.7 19.05c7.84 3.12 10.6-3.29 6.67-10.23c-4.05-7.17-14.77-13.27-14.37-15.64c.72-4.21 11.7 2.2 12.37-2.48c.45-3.1-7.75-7.56-15.54-9.55c-6.27-1.6-19.44-3.57-37.64 4.36C19.02 27.46 8.79 48.01 7.1 69.54c-1.6 20.42 6.2 35.64 6.2 35.64s.53-15.24 8.17-23.63c5.58-6.12 12.74-8.42 20.51-6.94c12.96 2.48 18.61-6.89 12.38-13.66c-4.08-4.43-9.31-5.81-14.72-5.99c-9.35-.3-14.38 2.83-14.65 1.77c-.4-1.61 4.67-5.34 11.1-8.02c8.46-3.52 18.67-1.11 20.27-8.19c.78-3.45-1.17-5.34-6.75-5.75c-7.05-.51-11.42 1.77-11.46 1.53"/></svg> </template>
CSS
.icon-water-wave {
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%20128%20128%22%3E%3CradialGradient%20id%3D%22SVGwmNRy2MO%22%20cx%3D%2259.851%22%20cy%3D%22-1.405%22%20r%3D%22113.707%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.423%22%20stop-color%3D%22%2345d6f0%22%2F%3E%3Cstop%20offset%3D%22.518%22%20stop-color%3D%22%2341cde9%22%2F%3E%3Cstop%20offset%3D%22.674%22%20stop-color%3D%22%2337b4d7%22%2F%3E%3Cstop%20offset%3D%22.87%22%20stop-color%3D%22%23278bba%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%231b6da4%22%2F%3E%3C%2FradialGradient%3E%3Cpath%20fill%3D%22url(%23SVGwmNRy2MO)%22%20d%3D%22M14.66%20115.74c1.37%201.06%205.32-5.77%2020.2-6.68c15.93-.98%2033.56%2011.69%2057.71%2011.69c21.41%200%2032.5-10.48%2031.74-12.15c-.51-1.11-8.96-3.15-18.68-8.2c-11.69-6.07-24-12.15-33.41-25.82c-6.03-8.75-10.33-18.83-4.4-26.73c5.92-7.9%2020.96-4.25%2020.96-4.25l-20.5-22.17l-39.03%2010.64L9.5%2081.58l2.13%2025.21z%22%2F%3E%3Cpath%20fill%3D%22%231b6da4%22%20d%3D%22M59.26%2036.11s4.77%201.52%2011.16%204.85c10.63%205.55%2017.07%2014.28%2023.64%2014.82c6.82.55%2010.31-3.38%208.82-11.58c-1.39-7.65-12.68-16.63-12.68-16.63s10.31%201.94%2010.31-3.97c0-6.07-5.56-8.99-14.31-12c-5.83-2-21.51-6.44-42.53%201.52c-9.04%203.42-20.08%209.74-28.46%2021.85C4.25%2050.81%202.03%2071.41%204.11%2087.05c2.52%2018.89%2010.38%2028.63%2010.57%2028.71s1.22-22.21%2010.01-31.88c7.49-8.24%2015.15-4.86%2024.25-5.31c10.73-.53%2015.52-11.61%207.33-20.06c-7.03-7.26-18.68-6.61-18.68-6.61s3.86-1.54%2011.19-2.2c8.42-.77%2010.08-5.66%2010.68-7.49c1.33-4.04-.2-6.1-.2-6.1%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M38.15%2036.3c-.56-3.3%209.16-6.28%2019.34-4.68c15.84%202.49%2028.38%2016.94%2033.7%2019.05c7.84%203.12%2010.6-3.29%206.67-10.23c-4.05-7.17-14.77-13.27-14.37-15.64c.72-4.21%2011.7%202.2%2012.37-2.48c.45-3.1-7.75-7.56-15.54-9.55c-6.27-1.6-19.44-3.57-37.64%204.36C19.02%2027.46%208.79%2048.01%207.1%2069.54c-1.6%2020.42%206.2%2035.64%206.2%2035.64s.53-15.24%208.17-23.63c5.58-6.12%2012.74-8.42%2020.51-6.94c12.96%202.48%2018.61-6.89%2012.38-13.66c-4.08-4.43-9.31-5.81-14.72-5.99c-9.35-.3-14.38%202.83-14.65%201.77c-.4-1.61%204.67-5.34%2011.1-8.02c8.46-3.52%2018.67-1.11%2020.27-8.19c.78-3.45-1.17-5.34-6.75-5.75c-7.05-.51-11.42%201.77-11.46%201.53%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%20128%20128%22%3E%3CradialGradient%20id%3D%22SVGwmNRy2MO%22%20cx%3D%2259.851%22%20cy%3D%22-1.405%22%20r%3D%22113.707%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.423%22%20stop-color%3D%22%2345d6f0%22%2F%3E%3Cstop%20offset%3D%22.518%22%20stop-color%3D%22%2341cde9%22%2F%3E%3Cstop%20offset%3D%22.674%22%20stop-color%3D%22%2337b4d7%22%2F%3E%3Cstop%20offset%3D%22.87%22%20stop-color%3D%22%23278bba%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%231b6da4%22%2F%3E%3C%2FradialGradient%3E%3Cpath%20fill%3D%22url(%23SVGwmNRy2MO)%22%20d%3D%22M14.66%20115.74c1.37%201.06%205.32-5.77%2020.2-6.68c15.93-.98%2033.56%2011.69%2057.71%2011.69c21.41%200%2032.5-10.48%2031.74-12.15c-.51-1.11-8.96-3.15-18.68-8.2c-11.69-6.07-24-12.15-33.41-25.82c-6.03-8.75-10.33-18.83-4.4-26.73c5.92-7.9%2020.96-4.25%2020.96-4.25l-20.5-22.17l-39.03%2010.64L9.5%2081.58l2.13%2025.21z%22%2F%3E%3Cpath%20fill%3D%22%231b6da4%22%20d%3D%22M59.26%2036.11s4.77%201.52%2011.16%204.85c10.63%205.55%2017.07%2014.28%2023.64%2014.82c6.82.55%2010.31-3.38%208.82-11.58c-1.39-7.65-12.68-16.63-12.68-16.63s10.31%201.94%2010.31-3.97c0-6.07-5.56-8.99-14.31-12c-5.83-2-21.51-6.44-42.53%201.52c-9.04%203.42-20.08%209.74-28.46%2021.85C4.25%2050.81%202.03%2071.41%204.11%2087.05c2.52%2018.89%2010.38%2028.63%2010.57%2028.71s1.22-22.21%2010.01-31.88c7.49-8.24%2015.15-4.86%2024.25-5.31c10.73-.53%2015.52-11.61%207.33-20.06c-7.03-7.26-18.68-6.61-18.68-6.61s3.86-1.54%2011.19-2.2c8.42-.77%2010.08-5.66%2010.68-7.49c1.33-4.04-.2-6.1-.2-6.1%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M38.15%2036.3c-.56-3.3%209.16-6.28%2019.34-4.68c15.84%202.49%2028.38%2016.94%2033.7%2019.05c7.84%203.12%2010.6-3.29%206.67-10.23c-4.05-7.17-14.77-13.27-14.37-15.64c.72-4.21%2011.7%202.2%2012.37-2.48c.45-3.1-7.75-7.56-15.54-9.55c-6.27-1.6-19.44-3.57-37.64%204.36C19.02%2027.46%208.79%2048.01%207.1%2069.54c-1.6%2020.42%206.2%2035.64%206.2%2035.64s.53-15.24%208.17-23.63c5.58-6.12%2012.74-8.42%2020.51-6.94c12.96%202.48%2018.61-6.89%2012.38-13.66c-4.08-4.43-9.31-5.81-14.72-5.99c-9.35-.3-14.38%202.83-14.65%201.77c-.4-1.61%204.67-5.34%2011.1-8.02c8.46-3.52%2018.67-1.11%2020.27-8.19c.78-3.45-1.17-5.34-6.75-5.75c-7.05-.51-11.42%201.77-11.46%201.53%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/water-wave.svg?color=%231a73e8&size=48