tsunami icon
tsunami-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- tsunami-rounded
- Set
- Material Symbols Light
- Style
- 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.329.899-4.256t2.457-3.313t3.659-2.159T14 4q.31 0 .638.013t.637.049q.384.055.593.39t.06.708q-.21.544-.32.992q-.108.448-.108 1.023q0 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.407.411-3.909 2.114T9.5 11.019q0 1.362.374 2.395q.374 1.034 1.015 2.009l.69-.417q.217-.142.44-.142t.44.142q.633.419 1.386.694t1.53.275t1.53-.294t1.385-.694q.218-.137.438-.13t.438.143l.665.414q.275.15.572.268t.597.193q.214.067.357.22t.143.367t-.165.347q-.166.133-.36.077q-.537-.119-1.099-.36q-.563-.241-1.151-.585q-.877.538-1.712.799q-.834.26-1.638.26q-.823 0-1.733-.308q-.91-.307-1.617-.751q-.852.513-1.625.783T8.675 17q-.971.006-1.754-.254q-.782-.26-1.596-.748q-.698.412-1.41.649t-1.415.315"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightTsunamiRounded(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.329.899-4.256t2.457-3.313t3.659-2.159T14 4q.31 0 .638.013t.637.049q.384.055.593.39t.06.708q-.21.544-.32.992q-.108.448-.108 1.023q0 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.407.411-3.909 2.114T9.5 11.019q0 1.362.374 2.395q.374 1.034 1.015 2.009l.69-.417q.217-.142.44-.142t.44.142q.633.419 1.386.694t1.53.275t1.53-.294t1.385-.694q.218-.137.438-.13t.438.143l.665.414q.275.15.572.268t.597.193q.214.067.357.22t.143.367t-.165.347q-.166.133-.36.077q-.537-.119-1.099-.36q-.563-.241-1.151-.585q-.877.538-1.712.799q-.834.26-1.638.26q-.823 0-1.733-.308q-.91-.307-1.617-.751q-.852.513-1.625.783T8.675 17q-.971.006-1.754-.254q-.782-.26-1.596-.748q-.698.412-1.41.649t-1.415.315"/></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.329.899-4.256t2.457-3.313t3.659-2.159T14 4q.31 0 .638.013t.637.049q.384.055.593.39t.06.708q-.21.544-.32.992q-.108.448-.108 1.023q0 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.407.411-3.909 2.114T9.5 11.019q0 1.362.374 2.395q.374 1.034 1.015 2.009l.69-.417q.217-.142.44-.142t.44.142q.633.419 1.386.694t1.53.275t1.53-.294t1.385-.694q.218-.137.438-.13t.438.143l.665.414q.275.15.572.268t.597.193q.214.067.357.22t.143.367t-.165.347q-.166.133-.36.077q-.537-.119-1.099-.36q-.563-.241-1.151-.585q-.877.538-1.712.799q-.834.26-1.638.26q-.823 0-1.733-.308q-.91-.307-1.617-.751q-.852.513-1.625.783T8.675 17q-.971.006-1.754-.254q-.782-.26-1.596-.748q-.698.412-1.41.649t-1.415.315"/></svg> </template>
CSS
.icon-tsunami-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.329.899-4.256t2.457-3.313t3.659-2.159T14%204q.31%200%20.638.013t.637.049q.384.055.593.39t.06.708q-.21.544-.32.992q-.108.448-.108%201.023q0%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.407.411-3.909%202.114T9.5%2011.019q0%201.362.374%202.395q.374%201.034%201.015%202.009l.69-.417q.217-.142.44-.142t.44.142q.633.419%201.386.694t1.53.275t1.53-.294t1.385-.694q.218-.137.438-.13t.438.143l.665.414q.275.15.572.268t.597.193q.214.067.357.22t.143.367t-.165.347q-.166.133-.36.077q-.537-.119-1.099-.36q-.563-.241-1.151-.585q-.877.538-1.712.799q-.834.26-1.638.26q-.823%200-1.733-.308q-.91-.307-1.617-.751q-.852.513-1.625.783T8.675%2017q-.971.006-1.754-.254q-.782-.26-1.596-.748q-.698.412-1.41.649t-1.415.315%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.329.899-4.256t2.457-3.313t3.659-2.159T14%204q.31%200%20.638.013t.637.049q.384.055.593.39t.06.708q-.21.544-.32.992q-.108.448-.108%201.023q0%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.407.411-3.909%202.114T9.5%2011.019q0%201.362.374%202.395q.374%201.034%201.015%202.009l.69-.417q.217-.142.44-.142t.44.142q.633.419%201.386.694t1.53.275t1.53-.294t1.385-.694q.218-.137.438-.13t.438.143l.665.414q.275.15.572.268t.597.193q.214.067.357.22t.143.367t-.165.347q-.166.133-.36.077q-.537-.119-1.099-.36q-.563-.241-1.151-.585q-.877.538-1.712.799q-.834.26-1.638.26q-.823%200-1.733-.308q-.91-.307-1.617-.751q-.852.513-1.625.783T8.675%2017q-.971.006-1.754-.254q-.782-.26-1.596-.748q-.698.412-1.41.649t-1.415.315%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-rounded.svg?color=%231a73e8&size=48