round-tsunami from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.

Name
round-tsunami
Set
Google Material Icons
Style
Baseline
Category
Social
Viewbox
24×24
License
Apache 2.0

More social icons from Google Material Icons

Use the round tsunami icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.16 17.98c-2.76 1.76-4.67.77-5.61.08a.96.96 0 0 0-1.12.01c-.97.7-2.83 1.65-5.55-.06c-.33-.21-.75-.23-1.07-.01c-.91.61-1.53.85-2 .94s-.81.5-.81.97c0 .6.54 1.09 1.13.98c.77-.14 1.51-.42 2.2-.83a6.58 6.58 0 0 0 6.67 0a6.54 6.54 0 0 0 6.67 0c.69.41 1.44.69 2.21.83c.59.11 1.13-.38 1.13-.98v-.01c0-.47-.33-.88-.8-.97c-.49-.1-1.11-.34-2.02-.94a.96.96 0 0 0-1.03-.01M19.33 12H21c.55 0 1-.45 1-1s-.45-1-1-1h-1.61c-1.86 0-3.4-1.5-3.39-3.36c0-.37.06-.7.16-1.05c.37-1.29-.56-2.56-1.89-2.59H14C7.36 3 2.15 8.03 2.01 14.5v.03c-.04 1.13 1.07 1.98 2.14 1.6c.4-.14.78-.32 1.15-.54c2.08 1.2 4.64 1.22 6.7-.02a6.54 6.54 0 0 0 6.67 0c.68.41 1.42.68 2.18.82a.99.99 0 0 0 1.16-.98v-.01c0-.46-.32-.88-.78-.97c-.49-.09-1.12-.33-2.03-.94a.95.95 0 0 0-1.05-.01c-2.73 1.74-4.63.77-5.58.09a.99.99 0 0 0-1.16-.01c-.15.11-.09.06-.32.2c-.7-.94-1.09-2.06-1.09-3.26c0-2.58 1.77-4.74 4.21-5.33c-.13.51-.21 1.02-.21 1.5C14 9.61 16.39 12 19.33 12"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundTsunami(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.16 17.98c-2.76 1.76-4.67.77-5.61.08a.96.96 0 0 0-1.12.01c-.97.7-2.83 1.65-5.55-.06c-.33-.21-.75-.23-1.07-.01c-.91.61-1.53.85-2 .94s-.81.5-.81.97c0 .6.54 1.09 1.13.98c.77-.14 1.51-.42 2.2-.83a6.58 6.58 0 0 0 6.67 0a6.54 6.54 0 0 0 6.67 0c.69.41 1.44.69 2.21.83c.59.11 1.13-.38 1.13-.98v-.01c0-.47-.33-.88-.8-.97c-.49-.1-1.11-.34-2.02-.94a.96.96 0 0 0-1.03-.01M19.33 12H21c.55 0 1-.45 1-1s-.45-1-1-1h-1.61c-1.86 0-3.4-1.5-3.39-3.36c0-.37.06-.7.16-1.05c.37-1.29-.56-2.56-1.89-2.59H14C7.36 3 2.15 8.03 2.01 14.5v.03c-.04 1.13 1.07 1.98 2.14 1.6c.4-.14.78-.32 1.15-.54c2.08 1.2 4.64 1.22 6.7-.02a6.54 6.54 0 0 0 6.67 0c.68.41 1.42.68 2.18.82a.99.99 0 0 0 1.16-.98v-.01c0-.46-.32-.88-.78-.97c-.49-.09-1.12-.33-2.03-.94a.95.95 0 0 0-1.05-.01c-2.73 1.74-4.63.77-5.58.09a.99.99 0 0 0-1.16-.01c-.15.11-.09.06-.32.2c-.7-.94-1.09-2.06-1.09-3.26c0-2.58 1.77-4.74 4.21-5.33c-.13.51-.21 1.02-.21 1.5C14 9.61 16.39 12 19.33 12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.16 17.98c-2.76 1.76-4.67.77-5.61.08a.96.96 0 0 0-1.12.01c-.97.7-2.83 1.65-5.55-.06c-.33-.21-.75-.23-1.07-.01c-.91.61-1.53.85-2 .94s-.81.5-.81.97c0 .6.54 1.09 1.13.98c.77-.14 1.51-.42 2.2-.83a6.58 6.58 0 0 0 6.67 0a6.54 6.54 0 0 0 6.67 0c.69.41 1.44.69 2.21.83c.59.11 1.13-.38 1.13-.98v-.01c0-.47-.33-.88-.8-.97c-.49-.1-1.11-.34-2.02-.94a.96.96 0 0 0-1.03-.01M19.33 12H21c.55 0 1-.45 1-1s-.45-1-1-1h-1.61c-1.86 0-3.4-1.5-3.39-3.36c0-.37.06-.7.16-1.05c.37-1.29-.56-2.56-1.89-2.59H14C7.36 3 2.15 8.03 2.01 14.5v.03c-.04 1.13 1.07 1.98 2.14 1.6c.4-.14.78-.32 1.15-.54c2.08 1.2 4.64 1.22 6.7-.02a6.54 6.54 0 0 0 6.67 0c.68.41 1.42.68 2.18.82a.99.99 0 0 0 1.16-.98v-.01c0-.46-.32-.88-.78-.97c-.49-.09-1.12-.33-2.03-.94a.95.95 0 0 0-1.05-.01c-2.73 1.74-4.63.77-5.58.09a.99.99 0 0 0-1.16-.01c-.15.11-.09.06-.32.2c-.7-.94-1.09-2.06-1.09-3.26c0-2.58 1.77-4.74 4.21-5.33c-.13.51-.21 1.02-.21 1.5C14 9.61 16.39 12 19.33 12"/></svg>
</template>

CSS

.icon-round-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.16%2017.98c-2.76%201.76-4.67.77-5.61.08a.96.96%200%200%200-1.12.01c-.97.7-2.83%201.65-5.55-.06c-.33-.21-.75-.23-1.07-.01c-.91.61-1.53.85-2%20.94s-.81.5-.81.97c0%20.6.54%201.09%201.13.98c.77-.14%201.51-.42%202.2-.83a6.58%206.58%200%200%200%206.67%200a6.54%206.54%200%200%200%206.67%200c.69.41%201.44.69%202.21.83c.59.11%201.13-.38%201.13-.98v-.01c0-.47-.33-.88-.8-.97c-.49-.1-1.11-.34-2.02-.94a.96.96%200%200%200-1.03-.01M19.33%2012H21c.55%200%201-.45%201-1s-.45-1-1-1h-1.61c-1.86%200-3.4-1.5-3.39-3.36c0-.37.06-.7.16-1.05c.37-1.29-.56-2.56-1.89-2.59H14C7.36%203%202.15%208.03%202.01%2014.5v.03c-.04%201.13%201.07%201.98%202.14%201.6c.4-.14.78-.32%201.15-.54c2.08%201.2%204.64%201.22%206.7-.02a6.54%206.54%200%200%200%206.67%200c.68.41%201.42.68%202.18.82a.99.99%200%200%200%201.16-.98v-.01c0-.46-.32-.88-.78-.97c-.49-.09-1.12-.33-2.03-.94a.95.95%200%200%200-1.05-.01c-2.73%201.74-4.63.77-5.58.09a.99.99%200%200%200-1.16-.01c-.15.11-.09.06-.32.2c-.7-.94-1.09-2.06-1.09-3.26c0-2.58%201.77-4.74%204.21-5.33c-.13.51-.21%201.02-.21%201.5C14%209.61%2016.39%2012%2019.33%2012%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.16%2017.98c-2.76%201.76-4.67.77-5.61.08a.96.96%200%200%200-1.12.01c-.97.7-2.83%201.65-5.55-.06c-.33-.21-.75-.23-1.07-.01c-.91.61-1.53.85-2%20.94s-.81.5-.81.97c0%20.6.54%201.09%201.13.98c.77-.14%201.51-.42%202.2-.83a6.58%206.58%200%200%200%206.67%200a6.54%206.54%200%200%200%206.67%200c.69.41%201.44.69%202.21.83c.59.11%201.13-.38%201.13-.98v-.01c0-.47-.33-.88-.8-.97c-.49-.1-1.11-.34-2.02-.94a.96.96%200%200%200-1.03-.01M19.33%2012H21c.55%200%201-.45%201-1s-.45-1-1-1h-1.61c-1.86%200-3.4-1.5-3.39-3.36c0-.37.06-.7.16-1.05c.37-1.29-.56-2.56-1.89-2.59H14C7.36%203%202.15%208.03%202.01%2014.5v.03c-.04%201.13%201.07%201.98%202.14%201.6c.4-.14.78-.32%201.15-.54c2.08%201.2%204.64%201.22%206.7-.02a6.54%206.54%200%200%200%206.67%200c.68.41%201.42.68%202.18.82a.99.99%200%200%200%201.16-.98v-.01c0-.46-.32-.88-.78-.97c-.49-.09-1.12-.33-2.03-.94a.95.95%200%200%200-1.05-.01c-2.73%201.74-4.63.77-5.58.09a.99.99%200%200%200-1.16-.01c-.15.11-.09.06-.32.2c-.7-.94-1.09-2.06-1.09-3.26c0-2.58%201.77-4.74%204.21-5.33c-.13.51-.21%201.02-.21%201.5C14%209.61%2016.39%2012%2019.33%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-tsunami.svg?color=%231a73e8&size=48

Round Tsunami baseline icon — Google Material Icons · IconsDB