water wave emoji
water-wave from OpenMoji by OpenMoji · Default · Travel Places · CC-BY-SA-4.0 Attribution required.
- Name
- water-wave
- Set
- OpenMoji
- Style
- Default
- Category
- Travel Places
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More travel places icons from OpenMoji
Use the water wave emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#92d3f5" d="M4 28.19C4 14.816 14.286 3.976 27.837 3.976C15 19.344 26.25 43.722 56.4 41.563c4.256-.305 8.947-1.778 12.593-3.724v30.086a1.01 1.01 0 0 1-1.01 1.011L4 68.958z"/><path fill="#61b2e4" d="M21.784 10.012c-3.821 7.178-5.95 21.127 6.556 33.343c0 0 10.239 12.65 40.653 4.885V37.35s-11.106 7.592-27.525 2.338C26.083 34.765 22.043 23.16 22.558 18.92c.183-1.5.789-6.042.789-6.042s.839-3.014.545-3.8c-.34-.911-1.834.419-2.108.933"/><path fill="#92d3f5" d="M44.857 9.722c1.674 1.907 1.579 4.722-.21 6.293s-4.596 1.298-6.27-.608c0 0-2.07-2.286-3.018-8.876c0 0-.251-1.32.979-.96c6.412 1.79 8.519 4.151 8.519 4.151"/><path fill="#61b2e4" d="M35.41 6.055c4.354-.6 9.166 3.388 9.166 3.388c2.133 2.43 1.86 5 .07 6.571c0 0-.997-5.442-9.236-9.959"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"><path stroke-width="2" d="M68 47.896v20.062H4V27.833C4 13.148 13.579 4 27.836 3.997"/><path stroke-width="2" d="M68 37.506C64.353 39.423 60.656 40.7 56.4 41C26.25 43.125 15 19.125 27.836 3.997"/><path stroke-width="2" d="M68 47.896c-4.833 2.687-11.25 3.371-19.016 2.988c-34.993-3.259-37.603-36.5-21.148-46.887"/><path stroke-width="1.9" d="M44.857 9.722c1.674 1.907 1.579 4.722-.21 6.293s-4.596 1.298-6.27-.608c0 0-2.07-2.286-3.018-8.876c0 0-.251-1.32.979-.96c6.412 1.79 8.519 4.151 8.519 4.151"/><path stroke-width="2" d="M63.875 63.278c-3.424 0-3.424-2.055-6.847-2.055c-3.422 0-3.422 2.055-6.844 2.055c-3.425 0-3.425-2.055-6.85-2.055c-3.427 0-3.427 2.055-6.855 2.055s-3.427-2.055-6.854-2.055"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiWaterWave(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#92d3f5" d="M4 28.19C4 14.816 14.286 3.976 27.837 3.976C15 19.344 26.25 43.722 56.4 41.563c4.256-.305 8.947-1.778 12.593-3.724v30.086a1.01 1.01 0 0 1-1.01 1.011L4 68.958z"/><path fill="#61b2e4" d="M21.784 10.012c-3.821 7.178-5.95 21.127 6.556 33.343c0 0 10.239 12.65 40.653 4.885V37.35s-11.106 7.592-27.525 2.338C26.083 34.765 22.043 23.16 22.558 18.92c.183-1.5.789-6.042.789-6.042s.839-3.014.545-3.8c-.34-.911-1.834.419-2.108.933"/><path fill="#92d3f5" d="M44.857 9.722c1.674 1.907 1.579 4.722-.21 6.293s-4.596 1.298-6.27-.608c0 0-2.07-2.286-3.018-8.876c0 0-.251-1.32.979-.96c6.412 1.79 8.519 4.151 8.519 4.151"/><path fill="#61b2e4" d="M35.41 6.055c4.354-.6 9.166 3.388 9.166 3.388c2.133 2.43 1.86 5 .07 6.571c0 0-.997-5.442-9.236-9.959"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10"><path strokeWidth="2" d="M68 47.896v20.062H4V27.833C4 13.148 13.579 4 27.836 3.997"/><path strokeWidth="2" d="M68 37.506C64.353 39.423 60.656 40.7 56.4 41C26.25 43.125 15 19.125 27.836 3.997"/><path strokeWidth="2" d="M68 47.896c-4.833 2.687-11.25 3.371-19.016 2.988c-34.993-3.259-37.603-36.5-21.148-46.887"/><path strokeWidth="1.9" d="M44.857 9.722c1.674 1.907 1.579 4.722-.21 6.293s-4.596 1.298-6.27-.608c0 0-2.07-2.286-3.018-8.876c0 0-.251-1.32.979-.96c6.412 1.79 8.519 4.151 8.519 4.151"/><path strokeWidth="2" d="M63.875 63.278c-3.424 0-3.424-2.055-6.847-2.055c-3.422 0-3.422 2.055-6.844 2.055c-3.425 0-3.425-2.055-6.85-2.055c-3.427 0-3.427 2.055-6.855 2.055s-3.427-2.055-6.854-2.055"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#92d3f5" d="M4 28.19C4 14.816 14.286 3.976 27.837 3.976C15 19.344 26.25 43.722 56.4 41.563c4.256-.305 8.947-1.778 12.593-3.724v30.086a1.01 1.01 0 0 1-1.01 1.011L4 68.958z"/><path fill="#61b2e4" d="M21.784 10.012c-3.821 7.178-5.95 21.127 6.556 33.343c0 0 10.239 12.65 40.653 4.885V37.35s-11.106 7.592-27.525 2.338C26.083 34.765 22.043 23.16 22.558 18.92c.183-1.5.789-6.042.789-6.042s.839-3.014.545-3.8c-.34-.911-1.834.419-2.108.933"/><path fill="#92d3f5" d="M44.857 9.722c1.674 1.907 1.579 4.722-.21 6.293s-4.596 1.298-6.27-.608c0 0-2.07-2.286-3.018-8.876c0 0-.251-1.32.979-.96c6.412 1.79 8.519 4.151 8.519 4.151"/><path fill="#61b2e4" d="M35.41 6.055c4.354-.6 9.166 3.388 9.166 3.388c2.133 2.43 1.86 5 .07 6.571c0 0-.997-5.442-9.236-9.959"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"><path stroke-width="2" d="M68 47.896v20.062H4V27.833C4 13.148 13.579 4 27.836 3.997"/><path stroke-width="2" d="M68 37.506C64.353 39.423 60.656 40.7 56.4 41C26.25 43.125 15 19.125 27.836 3.997"/><path stroke-width="2" d="M68 47.896c-4.833 2.687-11.25 3.371-19.016 2.988c-34.993-3.259-37.603-36.5-21.148-46.887"/><path stroke-width="1.9" d="M44.857 9.722c1.674 1.907 1.579 4.722-.21 6.293s-4.596 1.298-6.27-.608c0 0-2.07-2.286-3.018-8.876c0 0-.251-1.32.979-.96c6.412 1.79 8.519 4.151 8.519 4.151"/><path stroke-width="2" d="M63.875 63.278c-3.424 0-3.424-2.055-6.847-2.055c-3.422 0-3.422 2.055-6.844 2.055c-3.425 0-3.425-2.055-6.85-2.055c-3.427 0-3.427 2.055-6.855 2.055s-3.427-2.055-6.854-2.055"/></g></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%2072%2072%22%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M4%2028.19C4%2014.816%2014.286%203.976%2027.837%203.976C15%2019.344%2026.25%2043.722%2056.4%2041.563c4.256-.305%208.947-1.778%2012.593-3.724v30.086a1.01%201.01%200%200%201-1.01%201.011L4%2068.958z%22%2F%3E%3Cpath%20fill%3D%22%2361b2e4%22%20d%3D%22M21.784%2010.012c-3.821%207.178-5.95%2021.127%206.556%2033.343c0%200%2010.239%2012.65%2040.653%204.885V37.35s-11.106%207.592-27.525%202.338C26.083%2034.765%2022.043%2023.16%2022.558%2018.92c.183-1.5.789-6.042.789-6.042s.839-3.014.545-3.8c-.34-.911-1.834.419-2.108.933%22%2F%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M44.857%209.722c1.674%201.907%201.579%204.722-.21%206.293s-4.596%201.298-6.27-.608c0%200-2.07-2.286-3.018-8.876c0%200-.251-1.32.979-.96c6.412%201.79%208.519%204.151%208.519%204.151%22%2F%3E%3Cpath%20fill%3D%22%2361b2e4%22%20d%3D%22M35.41%206.055c4.354-.6%209.166%203.388%209.166%203.388c2.133%202.43%201.86%205%20.07%206.571c0%200-.997-5.442-9.236-9.959%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22M68%2047.896v20.062H4V27.833C4%2013.148%2013.579%204%2027.836%203.997%22%2F%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22M68%2037.506C64.353%2039.423%2060.656%2040.7%2056.4%2041C26.25%2043.125%2015%2019.125%2027.836%203.997%22%2F%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22M68%2047.896c-4.833%202.687-11.25%203.371-19.016%202.988c-34.993-3.259-37.603-36.5-21.148-46.887%22%2F%3E%3Cpath%20stroke-width%3D%221.9%22%20d%3D%22M44.857%209.722c1.674%201.907%201.579%204.722-.21%206.293s-4.596%201.298-6.27-.608c0%200-2.07-2.286-3.018-8.876c0%200-.251-1.32.979-.96c6.412%201.79%208.519%204.151%208.519%204.151%22%2F%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22M63.875%2063.278c-3.424%200-3.424-2.055-6.847-2.055c-3.422%200-3.422%202.055-6.844%202.055c-3.425%200-3.425-2.055-6.85-2.055c-3.427%200-3.427%202.055-6.855%202.055s-3.427-2.055-6.854-2.055%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%2072%2072%22%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M4%2028.19C4%2014.816%2014.286%203.976%2027.837%203.976C15%2019.344%2026.25%2043.722%2056.4%2041.563c4.256-.305%208.947-1.778%2012.593-3.724v30.086a1.01%201.01%200%200%201-1.01%201.011L4%2068.958z%22%2F%3E%3Cpath%20fill%3D%22%2361b2e4%22%20d%3D%22M21.784%2010.012c-3.821%207.178-5.95%2021.127%206.556%2033.343c0%200%2010.239%2012.65%2040.653%204.885V37.35s-11.106%207.592-27.525%202.338C26.083%2034.765%2022.043%2023.16%2022.558%2018.92c.183-1.5.789-6.042.789-6.042s.839-3.014.545-3.8c-.34-.911-1.834.419-2.108.933%22%2F%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M44.857%209.722c1.674%201.907%201.579%204.722-.21%206.293s-4.596%201.298-6.27-.608c0%200-2.07-2.286-3.018-8.876c0%200-.251-1.32.979-.96c6.412%201.79%208.519%204.151%208.519%204.151%22%2F%3E%3Cpath%20fill%3D%22%2361b2e4%22%20d%3D%22M35.41%206.055c4.354-.6%209.166%203.388%209.166%203.388c2.133%202.43%201.86%205%20.07%206.571c0%200-.997-5.442-9.236-9.959%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22M68%2047.896v20.062H4V27.833C4%2013.148%2013.579%204%2027.836%203.997%22%2F%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22M68%2037.506C64.353%2039.423%2060.656%2040.7%2056.4%2041C26.25%2043.125%2015%2019.125%2027.836%203.997%22%2F%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22M68%2047.896c-4.833%202.687-11.25%203.371-19.016%202.988c-34.993-3.259-37.603-36.5-21.148-46.887%22%2F%3E%3Cpath%20stroke-width%3D%221.9%22%20d%3D%22M44.857%209.722c1.674%201.907%201.579%204.722-.21%206.293s-4.596%201.298-6.27-.608c0%200-2.07-2.286-3.018-8.876c0%200-.251-1.32.979-.96c6.412%201.79%208.519%204.151%208.519%204.151%22%2F%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22M63.875%2063.278c-3.424%200-3.424-2.055-6.847-2.055c-3.422%200-3.422%202.055-6.844%202.055c-3.425%200-3.425-2.055-6.85-2.055c-3.427%200-3.427%202.055-6.855%202.055s-3.427-2.055-6.854-2.055%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/water-wave.svg?color=%231a73e8&size=48