Skip to main content
Go back
Share

Sea Waves

React Code

npm install @mynaui/icons-react
import { SeaWaves } from "@mynaui/icons-react";

const App = () => {
  return <SeaWaves />;
};

SVG HTML

<svg width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
  <path d='m3 5.918 1.764-.887a4.973 4.973 0 0 1 4.472 0l.528.266a4.973 4.973 0 0 0 4.472 0l.528-.266a4.973 4.973 0 0 1 4.472 0L21 5.918M3 10.446l1.764-.888a4.973 4.973 0 0 1 4.472 0l.528.266a4.973 4.973 0 0 0 4.472 0l.528-.266a4.973 4.973 0 0 1 4.472 0l1.764.888M3 14.973l1.764-.888a4.973 4.973 0 0 1 4.472 0l.528.266a4.973 4.973 0 0 0 4.472 0l.528-.266a4.973 4.973 0 0 1 4.472 0l1.764.888M3 19.5l1.764-.887a4.973 4.973 0 0 1 4.472 0l.528.265a4.973 4.973 0 0 0 4.472 0l.528-.265a4.973 4.973 0 0 1 4.472 0L21 19.5'/>
</svg>

SVG CDN

<img src="https://unpkg.com/@mynaui/icons/icons/sea-waves.svg" />

SVG Sprite

npm install @mynaui/icons
<svg width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
  <use xlink:href="/path/to/mynaui.symbol.svg#mynaui-sea-waves"></use>
</svg>