tsunami icon
tsunami-outline-rounded from Material Symbols Light by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- tsunami-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
Use the tsunami icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.006 19.479q-.75.5-1.603.76q-.853.261-1.728.261q-.894 0-1.734-.276q-.841-.276-1.616-.726q-.55.325-1.128.557t-1.203.35q-.188.032-.341-.109q-.153-.14-.153-.334q0-.214.14-.36t.354-.208q.494-.105.936-.315q.441-.21.86-.485q.237-.161.532-.161t.532.161q.638.406 1.358.643t1.463.238q.725 0 1.428-.196t1.322-.583q.275-.18.616-.178t.615.184q.619.387 1.307.58t1.412.193q.789 0 1.527-.262t1.383-.688q.217-.136.44-.13t.44.15q.42.274.877.49q.458.215.952.34q.214.067.36.22t.146.367t-.156.356t-.369.088q-.6-.12-1.163-.364t-1.087-.544q-.77.45-1.612.726t-1.738.276t-1.747-.276t-1.622-.745M2.5 16.962V14.5q0-2.252.87-4.179t2.41-3.333t3.649-2.197T14 4q.31 0 .638.013t.637.049q.384.055.593.39t.06.708q-.21.525-.32.982q-.108.458-.108 1.033q0 1.587 1.12 2.706T19.324 11H21q.214 0 .357.143t.143.357t-.143.357T21 12h-1.675q-2.013 0-3.42-1.406T14.5 7.175q0-.523.117-1.122t.294-1.07q-2.369.411-3.89 2.095Q9.5 8.761 9.5 11.019q0 1.227.326 2.27t1.063 2.134l.69-.417q.217-.142.44-.142t.44.142q.633.419 1.386.694t1.53.275t1.53-.294t1.404-.694q.218-.137.419-.14t.418.134l.743.452q.275.15.543.258t.549.184q.213.067.366.22t.153.367q0 .194-.156.337t-.35.088q-.498-.12-1.05-.342q-.553-.222-1.219-.605q-.877.539-1.712.8q-.834.26-1.638.26q-.766 0-1.675-.288t-1.675-.771q-.948.59-1.712.821T8.675 17t-1.658-.225t-1.692-.777q-.679.393-1.401.64q-.722.246-1.424.323m6.125-.986q.356 0 .712-.048q.355-.048.596-.13q-.762-1.222-1.097-2.337q-.336-1.116-.336-2.44q0-2.276 1.252-4t3.498-2.58v.619q-2.108.13-3.891.885q-1.784.755-3.07 1.982t-2.02 2.88t-.763 3.58v1.269q.373-.087.711-.244q.339-.158.668-.36q.217-.142.44-.135t.421.149q.263.169.517.303q.254.135.543.26q.425.18.875.264t.944.084m-.235-5.771"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightTsunamiOutlineRounded(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="M12.006 19.479q-.75.5-1.603.76q-.853.261-1.728.261q-.894 0-1.734-.276q-.841-.276-1.616-.726q-.55.325-1.128.557t-1.203.35q-.188.032-.341-.109q-.153-.14-.153-.334q0-.214.14-.36t.354-.208q.494-.105.936-.315q.441-.21.86-.485q.237-.161.532-.161t.532.161q.638.406 1.358.643t1.463.238q.725 0 1.428-.196t1.322-.583q.275-.18.616-.178t.615.184q.619.387 1.307.58t1.412.193q.789 0 1.527-.262t1.383-.688q.217-.136.44-.13t.44.15q.42.274.877.49q.458.215.952.34q.214.067.36.22t.146.367t-.156.356t-.369.088q-.6-.12-1.163-.364t-1.087-.544q-.77.45-1.612.726t-1.738.276t-1.747-.276t-1.622-.745M2.5 16.962V14.5q0-2.252.87-4.179t2.41-3.333t3.649-2.197T14 4q.31 0 .638.013t.637.049q.384.055.593.39t.06.708q-.21.525-.32.982q-.108.458-.108 1.033q0 1.587 1.12 2.706T19.324 11H21q.214 0 .357.143t.143.357t-.143.357T21 12h-1.675q-2.013 0-3.42-1.406T14.5 7.175q0-.523.117-1.122t.294-1.07q-2.369.411-3.89 2.095Q9.5 8.761 9.5 11.019q0 1.227.326 2.27t1.063 2.134l.69-.417q.217-.142.44-.142t.44.142q.633.419 1.386.694t1.53.275t1.53-.294t1.404-.694q.218-.137.419-.14t.418.134l.743.452q.275.15.543.258t.549.184q.213.067.366.22t.153.367q0 .194-.156.337t-.35.088q-.498-.12-1.05-.342q-.553-.222-1.219-.605q-.877.539-1.712.8q-.834.26-1.638.26q-.766 0-1.675-.288t-1.675-.771q-.948.59-1.712.821T8.675 17t-1.658-.225t-1.692-.777q-.679.393-1.401.64q-.722.246-1.424.323m6.125-.986q.356 0 .712-.048q.355-.048.596-.13q-.762-1.222-1.097-2.337q-.336-1.116-.336-2.44q0-2.276 1.252-4t3.498-2.58v.619q-2.108.13-3.891.885q-1.784.755-3.07 1.982t-2.02 2.88t-.763 3.58v1.269q.373-.087.711-.244q.339-.158.668-.36q.217-.142.44-.135t.421.149q.263.169.517.303q.254.135.543.26q.425.18.875.264t.944.084m-.235-5.771"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.006 19.479q-.75.5-1.603.76q-.853.261-1.728.261q-.894 0-1.734-.276q-.841-.276-1.616-.726q-.55.325-1.128.557t-1.203.35q-.188.032-.341-.109q-.153-.14-.153-.334q0-.214.14-.36t.354-.208q.494-.105.936-.315q.441-.21.86-.485q.237-.161.532-.161t.532.161q.638.406 1.358.643t1.463.238q.725 0 1.428-.196t1.322-.583q.275-.18.616-.178t.615.184q.619.387 1.307.58t1.412.193q.789 0 1.527-.262t1.383-.688q.217-.136.44-.13t.44.15q.42.274.877.49q.458.215.952.34q.214.067.36.22t.146.367t-.156.356t-.369.088q-.6-.12-1.163-.364t-1.087-.544q-.77.45-1.612.726t-1.738.276t-1.747-.276t-1.622-.745M2.5 16.962V14.5q0-2.252.87-4.179t2.41-3.333t3.649-2.197T14 4q.31 0 .638.013t.637.049q.384.055.593.39t.06.708q-.21.525-.32.982q-.108.458-.108 1.033q0 1.587 1.12 2.706T19.324 11H21q.214 0 .357.143t.143.357t-.143.357T21 12h-1.675q-2.013 0-3.42-1.406T14.5 7.175q0-.523.117-1.122t.294-1.07q-2.369.411-3.89 2.095Q9.5 8.761 9.5 11.019q0 1.227.326 2.27t1.063 2.134l.69-.417q.217-.142.44-.142t.44.142q.633.419 1.386.694t1.53.275t1.53-.294t1.404-.694q.218-.137.419-.14t.418.134l.743.452q.275.15.543.258t.549.184q.213.067.366.22t.153.367q0 .194-.156.337t-.35.088q-.498-.12-1.05-.342q-.553-.222-1.219-.605q-.877.539-1.712.8q-.834.26-1.638.26q-.766 0-1.675-.288t-1.675-.771q-.948.59-1.712.821T8.675 17t-1.658-.225t-1.692-.777q-.679.393-1.401.64q-.722.246-1.424.323m6.125-.986q.356 0 .712-.048q.355-.048.596-.13q-.762-1.222-1.097-2.337q-.336-1.116-.336-2.44q0-2.276 1.252-4t3.498-2.58v.619q-2.108.13-3.891.885q-1.784.755-3.07 1.982t-2.02 2.88t-.763 3.58v1.269q.373-.087.711-.244q.339-.158.668-.36q.217-.142.44-.135t.421.149q.263.169.517.303q.254.135.543.26q.425.18.875.264t.944.084m-.235-5.771"/></svg> </template>
CSS
.icon-tsunami-outline-rounded {
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%22M12.006%2019.479q-.75.5-1.603.76q-.853.261-1.728.261q-.894%200-1.734-.276q-.841-.276-1.616-.726q-.55.325-1.128.557t-1.203.35q-.188.032-.341-.109q-.153-.14-.153-.334q0-.214.14-.36t.354-.208q.494-.105.936-.315q.441-.21.86-.485q.237-.161.532-.161t.532.161q.638.406%201.358.643t1.463.238q.725%200%201.428-.196t1.322-.583q.275-.18.616-.178t.615.184q.619.387%201.307.58t1.412.193q.789%200%201.527-.262t1.383-.688q.217-.136.44-.13t.44.15q.42.274.877.49q.458.215.952.34q.214.067.36.22t.146.367t-.156.356t-.369.088q-.6-.12-1.163-.364t-1.087-.544q-.77.45-1.612.726t-1.738.276t-1.747-.276t-1.622-.745M2.5%2016.962V14.5q0-2.252.87-4.179t2.41-3.333t3.649-2.197T14%204q.31%200%20.638.013t.637.049q.384.055.593.39t.06.708q-.21.525-.32.982q-.108.458-.108%201.033q0%201.587%201.12%202.706T19.324%2011H21q.214%200%20.357.143t.143.357t-.143.357T21%2012h-1.675q-2.013%200-3.42-1.406T14.5%207.175q0-.523.117-1.122t.294-1.07q-2.369.411-3.89%202.095Q9.5%208.761%209.5%2011.019q0%201.227.326%202.27t1.063%202.134l.69-.417q.217-.142.44-.142t.44.142q.633.419%201.386.694t1.53.275t1.53-.294t1.404-.694q.218-.137.419-.14t.418.134l.743.452q.275.15.543.258t.549.184q.213.067.366.22t.153.367q0%20.194-.156.337t-.35.088q-.498-.12-1.05-.342q-.553-.222-1.219-.605q-.877.539-1.712.8q-.834.26-1.638.26q-.766%200-1.675-.288t-1.675-.771q-.948.59-1.712.821T8.675%2017t-1.658-.225t-1.692-.777q-.679.393-1.401.64q-.722.246-1.424.323m6.125-.986q.356%200%20.712-.048q.355-.048.596-.13q-.762-1.222-1.097-2.337q-.336-1.116-.336-2.44q0-2.276%201.252-4t3.498-2.58v.619q-2.108.13-3.891.885q-1.784.755-3.07%201.982t-2.02%202.88t-.763%203.58v1.269q.373-.087.711-.244q.339-.158.668-.36q.217-.142.44-.135t.421.149q.263.169.517.303q.254.135.543.26q.425.18.875.264t.944.084m-.235-5.771%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%22M12.006%2019.479q-.75.5-1.603.76q-.853.261-1.728.261q-.894%200-1.734-.276q-.841-.276-1.616-.726q-.55.325-1.128.557t-1.203.35q-.188.032-.341-.109q-.153-.14-.153-.334q0-.214.14-.36t.354-.208q.494-.105.936-.315q.441-.21.86-.485q.237-.161.532-.161t.532.161q.638.406%201.358.643t1.463.238q.725%200%201.428-.196t1.322-.583q.275-.18.616-.178t.615.184q.619.387%201.307.58t1.412.193q.789%200%201.527-.262t1.383-.688q.217-.136.44-.13t.44.15q.42.274.877.49q.458.215.952.34q.214.067.36.22t.146.367t-.156.356t-.369.088q-.6-.12-1.163-.364t-1.087-.544q-.77.45-1.612.726t-1.738.276t-1.747-.276t-1.622-.745M2.5%2016.962V14.5q0-2.252.87-4.179t2.41-3.333t3.649-2.197T14%204q.31%200%20.638.013t.637.049q.384.055.593.39t.06.708q-.21.525-.32.982q-.108.458-.108%201.033q0%201.587%201.12%202.706T19.324%2011H21q.214%200%20.357.143t.143.357t-.143.357T21%2012h-1.675q-2.013%200-3.42-1.406T14.5%207.175q0-.523.117-1.122t.294-1.07q-2.369.411-3.89%202.095Q9.5%208.761%209.5%2011.019q0%201.227.326%202.27t1.063%202.134l.69-.417q.217-.142.44-.142t.44.142q.633.419%201.386.694t1.53.275t1.53-.294t1.404-.694q.218-.137.419-.14t.418.134l.743.452q.275.15.543.258t.549.184q.213.067.366.22t.153.367q0%20.194-.156.337t-.35.088q-.498-.12-1.05-.342q-.553-.222-1.219-.605q-.877.539-1.712.8q-.834.26-1.638.26q-.766%200-1.675-.288t-1.675-.771q-.948.59-1.712.821T8.675%2017t-1.658-.225t-1.692-.777q-.679.393-1.401.64q-.722.246-1.424.323m6.125-.986q.356%200%20.712-.048q.355-.048.596-.13q-.762-1.222-1.097-2.337q-.336-1.116-.336-2.44q0-2.276%201.252-4t3.498-2.58v.619q-2.108.13-3.891.885q-1.784.755-3.07%201.982t-2.02%202.88t-.763%203.58v1.269q.373-.087.711-.244q.339-.158.668-.36q.217-.142.44-.135t.421.149q.263.169.517.303q.254.135.543.26q.425.18.875.264t.944.084m-.235-5.771%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/tsunami-outline-rounded.svg?color=%231a73e8&size=48