tsunami emoji

tsunami from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.

Name
tsunami
Set
OpenMoji
Style
Default
Category
Extras Openmoji
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More extras openmoji icons from OpenMoji

Use the tsunami emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="m60.097 35.918l-1.433 2.968s-3.378-4.094-18.936.82s-13-6.142-12.386-6.552s1.331 1.433 2.969 2.047s5.22 2.457 6.448.615s24.874-2.866 23.338.102"/><path fill="#9b9b9a" d="M32.413 59.974c-12.61 0-24.087-10.822-24.087-24.168c0-12.488 8.243-19.418 16.298-19.418c6.82.037 12.369 5.499 12.515 12.317c0 5.292-1.909 8.092-3.73 8.092c-1.172 0-1.933-.885-1.933-2.63a2.93 2.93 0 0 0-2.963-2.775c-1.863 0-3.347 1.663-3.347 4.342c0 3.625 3.33 6.565 7.5 6.565c9.91 0 11.786-3.778 19.917-3.778c4.681 0 7.998 3.742 7.998 7.149c0 8.51-11.398 14.304-28.168 14.304"/><path fill="#3f3f3f" d="m61.862 26.931l-9.669-7.263l-9.592 7.252v7.714l.004.924a28.6 28.6 0 0 1 7.33-2.113v-5.704h4.612v5.467c4.227.236 6.598 2.149 7.315 4.024zM36.21 52.89c5.915-2.698 9.954-5.731 17.435-5.731c3.239.042 6.403.98 9.14 2.711v10.104H32.251c.426-3.708 3.959-7.083 3.959-7.083"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"><path stroke-miterlimit="10" d="M46.34 23.897v-3.758"/><path stroke-linejoin="round" d="M42.601 34.922V26.92m19.261.011v9.64m-20.746-8.556l11.077-8.347l11.154 8.347"/><path stroke-linejoin="round" d="M50.232 27.741h4.315v5.602M15.886 32.33c1.028-5.61 4.928-9.132 9.104-9.132c3.775 0 6.922 2.147 7.74 5.639M62.786 49.87a17.5 17.5 0 0 0-9.14-2.712c-11.465 0-14.015 6.836-24.103 6.836m1.933-19.826a2.93 2.93 0 0 0-2.964-2.776c-1.862 0-3.346 1.662-3.346 4.342c0 3.625 3.33 6.565 7.5 6.565c9.91 0 11.785-3.778 19.917-3.778a8.15 8.15 0 0 1 6.754 3.465"/><path stroke-linejoin="round" d="M8.504 32.71c1.243-10.429 8.438-16.322 16.12-16.322c6.82.037 12.369 5.499 12.515 12.317a16.5 16.5 0 0 1-.71 4.938"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiTsunami(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="m60.097 35.918l-1.433 2.968s-3.378-4.094-18.936.82s-13-6.142-12.386-6.552s1.331 1.433 2.969 2.047s5.22 2.457 6.448.615s24.874-2.866 23.338.102"/><path fill="#9b9b9a" d="M32.413 59.974c-12.61 0-24.087-10.822-24.087-24.168c0-12.488 8.243-19.418 16.298-19.418c6.82.037 12.369 5.499 12.515 12.317c0 5.292-1.909 8.092-3.73 8.092c-1.172 0-1.933-.885-1.933-2.63a2.93 2.93 0 0 0-2.963-2.775c-1.863 0-3.347 1.663-3.347 4.342c0 3.625 3.33 6.565 7.5 6.565c9.91 0 11.786-3.778 19.917-3.778c4.681 0 7.998 3.742 7.998 7.149c0 8.51-11.398 14.304-28.168 14.304"/><path fill="#3f3f3f" d="m61.862 26.931l-9.669-7.263l-9.592 7.252v7.714l.004.924a28.6 28.6 0 0 1 7.33-2.113v-5.704h4.612v5.467c4.227.236 6.598 2.149 7.315 4.024zM36.21 52.89c5.915-2.698 9.954-5.731 17.435-5.731c3.239.042 6.403.98 9.14 2.711v10.104H32.251c.426-3.708 3.959-7.083 3.959-7.083"/><g fill="none" stroke="#000" strokeLinecap="round" strokeWidth="2"><path strokeMiterlimit="10" d="M46.34 23.897v-3.758"/><path strokeLinejoin="round" d="M42.601 34.922V26.92m19.261.011v9.64m-20.746-8.556l11.077-8.347l11.154 8.347"/><path strokeLinejoin="round" d="M50.232 27.741h4.315v5.602M15.886 32.33c1.028-5.61 4.928-9.132 9.104-9.132c3.775 0 6.922 2.147 7.74 5.639M62.786 49.87a17.5 17.5 0 0 0-9.14-2.712c-11.465 0-14.015 6.836-24.103 6.836m1.933-19.826a2.93 2.93 0 0 0-2.964-2.776c-1.862 0-3.346 1.662-3.346 4.342c0 3.625 3.33 6.565 7.5 6.565c9.91 0 11.785-3.778 19.917-3.778a8.15 8.15 0 0 1 6.754 3.465"/><path strokeLinejoin="round" d="M8.504 32.71c1.243-10.429 8.438-16.322 16.12-16.322c6.82.037 12.369 5.499 12.515 12.317a16.5 16.5 0 0 1-.71 4.938"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="m60.097 35.918l-1.433 2.968s-3.378-4.094-18.936.82s-13-6.142-12.386-6.552s1.331 1.433 2.969 2.047s5.22 2.457 6.448.615s24.874-2.866 23.338.102"/><path fill="#9b9b9a" d="M32.413 59.974c-12.61 0-24.087-10.822-24.087-24.168c0-12.488 8.243-19.418 16.298-19.418c6.82.037 12.369 5.499 12.515 12.317c0 5.292-1.909 8.092-3.73 8.092c-1.172 0-1.933-.885-1.933-2.63a2.93 2.93 0 0 0-2.963-2.775c-1.863 0-3.347 1.663-3.347 4.342c0 3.625 3.33 6.565 7.5 6.565c9.91 0 11.786-3.778 19.917-3.778c4.681 0 7.998 3.742 7.998 7.149c0 8.51-11.398 14.304-28.168 14.304"/><path fill="#3f3f3f" d="m61.862 26.931l-9.669-7.263l-9.592 7.252v7.714l.004.924a28.6 28.6 0 0 1 7.33-2.113v-5.704h4.612v5.467c4.227.236 6.598 2.149 7.315 4.024zM36.21 52.89c5.915-2.698 9.954-5.731 17.435-5.731c3.239.042 6.403.98 9.14 2.711v10.104H32.251c.426-3.708 3.959-7.083 3.959-7.083"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"><path stroke-miterlimit="10" d="M46.34 23.897v-3.758"/><path stroke-linejoin="round" d="M42.601 34.922V26.92m19.261.011v9.64m-20.746-8.556l11.077-8.347l11.154 8.347"/><path stroke-linejoin="round" d="M50.232 27.741h4.315v5.602M15.886 32.33c1.028-5.61 4.928-9.132 9.104-9.132c3.775 0 6.922 2.147 7.74 5.639M62.786 49.87a17.5 17.5 0 0 0-9.14-2.712c-11.465 0-14.015 6.836-24.103 6.836m1.933-19.826a2.93 2.93 0 0 0-2.964-2.776c-1.862 0-3.346 1.662-3.346 4.342c0 3.625 3.33 6.565 7.5 6.565c9.91 0 11.785-3.778 19.917-3.778a8.15 8.15 0 0 1 6.754 3.465"/><path stroke-linejoin="round" d="M8.504 32.71c1.243-10.429 8.438-16.322 16.12-16.322c6.82.037 12.369 5.499 12.515 12.317a16.5 16.5 0 0 1-.71 4.938"/></g></svg>
</template>

CSS

.icon-tsunami {
  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%23fff%22%20d%3D%22m60.097%2035.918l-1.433%202.968s-3.378-4.094-18.936.82s-13-6.142-12.386-6.552s1.331%201.433%202.969%202.047s5.22%202.457%206.448.615s24.874-2.866%2023.338.102%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M32.413%2059.974c-12.61%200-24.087-10.822-24.087-24.168c0-12.488%208.243-19.418%2016.298-19.418c6.82.037%2012.369%205.499%2012.515%2012.317c0%205.292-1.909%208.092-3.73%208.092c-1.172%200-1.933-.885-1.933-2.63a2.93%202.93%200%200%200-2.963-2.775c-1.863%200-3.347%201.663-3.347%204.342c0%203.625%203.33%206.565%207.5%206.565c9.91%200%2011.786-3.778%2019.917-3.778c4.681%200%207.998%203.742%207.998%207.149c0%208.51-11.398%2014.304-28.168%2014.304%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22m61.862%2026.931l-9.669-7.263l-9.592%207.252v7.714l.004.924a28.6%2028.6%200%200%201%207.33-2.113v-5.704h4.612v5.467c4.227.236%206.598%202.149%207.315%204.024zM36.21%2052.89c5.915-2.698%209.954-5.731%2017.435-5.731c3.239.042%206.403.98%209.14%202.711v10.104H32.251c.426-3.708%203.959-7.083%203.959-7.083%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M46.34%2023.897v-3.758%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M42.601%2034.922V26.92m19.261.011v9.64m-20.746-8.556l11.077-8.347l11.154%208.347%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M50.232%2027.741h4.315v5.602M15.886%2032.33c1.028-5.61%204.928-9.132%209.104-9.132c3.775%200%206.922%202.147%207.74%205.639M62.786%2049.87a17.5%2017.5%200%200%200-9.14-2.712c-11.465%200-14.015%206.836-24.103%206.836m1.933-19.826a2.93%202.93%200%200%200-2.964-2.776c-1.862%200-3.346%201.662-3.346%204.342c0%203.625%203.33%206.565%207.5%206.565c9.91%200%2011.785-3.778%2019.917-3.778a8.15%208.15%200%200%201%206.754%203.465%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M8.504%2032.71c1.243-10.429%208.438-16.322%2016.12-16.322c6.82.037%2012.369%205.499%2012.515%2012.317a16.5%2016.5%200%200%201-.71%204.938%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%23fff%22%20d%3D%22m60.097%2035.918l-1.433%202.968s-3.378-4.094-18.936.82s-13-6.142-12.386-6.552s1.331%201.433%202.969%202.047s5.22%202.457%206.448.615s24.874-2.866%2023.338.102%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M32.413%2059.974c-12.61%200-24.087-10.822-24.087-24.168c0-12.488%208.243-19.418%2016.298-19.418c6.82.037%2012.369%205.499%2012.515%2012.317c0%205.292-1.909%208.092-3.73%208.092c-1.172%200-1.933-.885-1.933-2.63a2.93%202.93%200%200%200-2.963-2.775c-1.863%200-3.347%201.663-3.347%204.342c0%203.625%203.33%206.565%207.5%206.565c9.91%200%2011.786-3.778%2019.917-3.778c4.681%200%207.998%203.742%207.998%207.149c0%208.51-11.398%2014.304-28.168%2014.304%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22m61.862%2026.931l-9.669-7.263l-9.592%207.252v7.714l.004.924a28.6%2028.6%200%200%201%207.33-2.113v-5.704h4.612v5.467c4.227.236%206.598%202.149%207.315%204.024zM36.21%2052.89c5.915-2.698%209.954-5.731%2017.435-5.731c3.239.042%206.403.98%209.14%202.711v10.104H32.251c.426-3.708%203.959-7.083%203.959-7.083%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M46.34%2023.897v-3.758%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M42.601%2034.922V26.92m19.261.011v9.64m-20.746-8.556l11.077-8.347l11.154%208.347%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M50.232%2027.741h4.315v5.602M15.886%2032.33c1.028-5.61%204.928-9.132%209.104-9.132c3.775%200%206.922%202.147%207.74%205.639M62.786%2049.87a17.5%2017.5%200%200%200-9.14-2.712c-11.465%200-14.015%206.836-24.103%206.836m1.933-19.826a2.93%202.93%200%200%200-2.964-2.776c-1.862%200-3.346%201.662-3.346%204.342c0%203.625%203.33%206.565%207.5%206.565c9.91%200%2011.785-3.778%2019.917-3.778a8.15%208.15%200%200%201%206.754%203.465%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M8.504%2032.71c1.243-10.429%208.438-16.322%2016.12-16.322c6.82.037%2012.369%205.499%2012.515%2012.317a16.5%2016.5%200%200%201-.71%204.938%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/tsunami.svg?color=%231a73e8&size=48