Tsunami icon

Tsunami is a Google Material Symbol from the Social category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

tsunami_outlined_fill0_wght400.svg

Tsunami icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=tsunami" />

<span class="material-symbols-outlined">tsunami</span>

Tsunami icon in React

// With the font from the HTML tab:
export function TsunamiIcon() {
  return (
    <span className="material-symbols-outlined">
      tsunami
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import TsunamiIcon from "@material-symbols/svg-400/outlined/tsunami.svg?react";

Tsunami icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">tsunami</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import TsunamiIcon from "@material-symbols/svg-400/outlined/tsunami.svg?component"; -->

Tsunami icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">tsunami</mat-icon>

Tsunami icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.tsunami, fill: 0, weight: 400)

Tsunami icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/tsunami.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M2 21v-1.5q.875-.05 1.7-.375t1.625-.925q.775 .6 1.638 .938T8.675 19.475q.8 0 1.713-.337T12.025 18.2q.825 .675 1.663 .975t1.687 .3q.825 0 1.625-.325t1.725-.975q.875 .65 1.713 .963T22 19.5v1.5q-.75-.05-1.65-.3t-1.625-.675q-.85 .5-1.7 .738t-1.65 .237q-.8 0-1.65-.237T12.025 20.025q-.775 .5-1.637 .738T8.675 21q-.825 0-1.675-.237T5.325 20.025q-.725 .425-1.637 .675T2 21Zm0-4.75v-1.75q0-2.375 .963-4.462t2.6-3.65q1.637-1.563 3.825-2.475T14 3q.7 0 1.413 .063T16.7 3.25q-.475 .775-.712 1.613T15.75 6.425q0 1.475 1.05 2.65t2.525 1.175h2.675v1.5H19.325q-2.125 0-3.6-1.6t-1.475-3.725q0-.35 .088-.825t.212-1.025q-2.125 .5-3.462 2.2T9.75 10.5q0 .95 .338 1.85t.962 1.75q.25-.175 .488-.325t.462-.325q.775 .625 1.688 .95t1.687 .325q.75 0 1.663-.337T18.725 13.45q.725 .55 1.575 .9t1.7 .4v1.5q-.75-.05-1.65-.3t-1.625-.675q-.85 .5-1.662 .738T15.375 16.25q-.875 0-1.775-.275t-1.575-.7q-.8 .5-1.65 .725t-1.7 .25q-.8 0-1.687-.262T5.325 15.275q-.725 .425-1.637 .675T2 16.25Zm6.625-1.525q.15 0 .4-.025t.525-.05q-.625-1.025-.962-2.062T8.25 10.5q0-1.95 1.025-3.725t2.725-2.65v.575q-2 .425-3.537 1.35t-2.6 2.2q-1.063 1.275-1.65 2.85T3.5 14.45q.575-.325 1.025-.537t.8-.488q.9 .65 1.663 .975t1.637 .325Zm-1.55-4.825Z" />
</vector>

Tsunami icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/tsunami.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/tsunami.svg" width="24" height="24" alt="Tsunami">

Tsunami icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameTsunami
Ligaturetsunami
Code pointU+EBD8
CategorySocial
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/tsunami.svg, tsunami-fill.svg
FlutterSymbols.tsunami
LicenseApache License 2.0 (© Google LLC)

Keywords

socialalertwarningclimatedangerweatherenvironmentwateremergencywavehazardrainsea

Related icons