tsunami icon
tsunami from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- tsunami
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the tsunami icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M7.066 12.002s0 3 2.934 4"/><path d="M22 21.376a4.92 4.92 0 0 1-4.74 0a2.99 2.99 0 0 0-2.89 0s-.021 0-.021.018c-1.446.811-3.295.811-4.719 0c-.892-.498-2.019-.498-2.89 0m0-.018a4.92 4.92 0 0 1-4.74 0m9-14.374a9.5 9.5 0 0 0 9.5 9.5H22"/><path d="M6.888 6.927c.372.216 1.092.756 2.292.54c1.44-.444 2.62-.816 3.54-.264c.9.54 1.5 1.02 1.86.78c.178.035.476-.647.414-1.62c-.042-.669-.273-1.475-.786-2.28c-.3-.42-.493-.568-.528-.6c-1.944-1.826-5.081-2.125-7.86 0c-3.12 2.52-3.54 5.7-3.72 7.26c-.3 3 .18 6.42.66 8.28"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsTsunami(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M7.066 12.002s0 3 2.934 4"/><path d="M22 21.376a4.92 4.92 0 0 1-4.74 0a2.99 2.99 0 0 0-2.89 0s-.021 0-.021.018c-1.446.811-3.295.811-4.719 0c-.892-.498-2.019-.498-2.89 0m0-.018a4.92 4.92 0 0 1-4.74 0m9-14.374a9.5 9.5 0 0 0 9.5 9.5H22"/><path d="M6.888 6.927c.372.216 1.092.756 2.292.54c1.44-.444 2.62-.816 3.54-.264c.9.54 1.5 1.02 1.86.78c.178.035.476-.647.414-1.62c-.042-.669-.273-1.475-.786-2.28c-.3-.42-.493-.568-.528-.6c-1.944-1.826-5.081-2.125-7.86 0c-3.12 2.52-3.54 5.7-3.72 7.26c-.3 3 .18 6.42.66 8.28"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M7.066 12.002s0 3 2.934 4"/><path d="M22 21.376a4.92 4.92 0 0 1-4.74 0a2.99 2.99 0 0 0-2.89 0s-.021 0-.021.018c-1.446.811-3.295.811-4.719 0c-.892-.498-2.019-.498-2.89 0m0-.018a4.92 4.92 0 0 1-4.74 0m9-14.374a9.5 9.5 0 0 0 9.5 9.5H22"/><path d="M6.888 6.927c.372.216 1.092.756 2.292.54c1.44-.444 2.62-.816 3.54-.264c.9.54 1.5 1.02 1.86.78c.178.035.476-.647.414-1.62c-.042-.669-.273-1.475-.786-2.28c-.3-.42-.493-.568-.528-.6c-1.944-1.826-5.081-2.125-7.86 0c-3.12 2.52-3.54 5.7-3.72 7.26c-.3 3 .18 6.42.66 8.28"/></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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M7.066%2012.002s0%203%202.934%204%22%2F%3E%3Cpath%20d%3D%22M22%2021.376a4.92%204.92%200%200%201-4.74%200a2.99%202.99%200%200%200-2.89%200s-.021%200-.021.018c-1.446.811-3.295.811-4.719%200c-.892-.498-2.019-.498-2.89%200m0-.018a4.92%204.92%200%200%201-4.74%200m9-14.374a9.5%209.5%200%200%200%209.5%209.5H22%22%2F%3E%3Cpath%20d%3D%22M6.888%206.927c.372.216%201.092.756%202.292.54c1.44-.444%202.62-.816%203.54-.264c.9.54%201.5%201.02%201.86.78c.178.035.476-.647.414-1.62c-.042-.669-.273-1.475-.786-2.28c-.3-.42-.493-.568-.528-.6c-1.944-1.826-5.081-2.125-7.86%200c-3.12%202.52-3.54%205.7-3.72%207.26c-.3%203%20.18%206.42.66%208.28%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M7.066%2012.002s0%203%202.934%204%22%2F%3E%3Cpath%20d%3D%22M22%2021.376a4.92%204.92%200%200%201-4.74%200a2.99%202.99%200%200%200-2.89%200s-.021%200-.021.018c-1.446.811-3.295.811-4.719%200c-.892-.498-2.019-.498-2.89%200m0-.018a4.92%204.92%200%200%201-4.74%200m9-14.374a9.5%209.5%200%200%200%209.5%209.5H22%22%2F%3E%3Cpath%20d%3D%22M6.888%206.927c.372.216%201.092.756%202.292.54c1.44-.444%202.62-.816%203.54-.264c.9.54%201.5%201.02%201.86.78c.178.035.476-.647.414-1.62c-.042-.669-.273-1.475-.786-2.28c-.3-.42-.493-.568-.528-.6c-1.944-1.826-5.081-2.125-7.86%200c-3.12%202.52-3.54%205.7-3.72%207.26c-.3%203%20.18%206.42.66%208.28%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/tsunami.svg?color=%231a73e8&size=48