← Go back
Share

Airplay


Usage:

React Code:

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

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

SVG HTML:

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"><path d="M12.632 16.511c-.216-.284-.324-.426-.455-.477a.482.482 0 0 0-.354 0c-.13.051-.239.193-.455.477l-2.363 3.106c-.336.443-.505.664-.505.85 0 .163.07.316.19.417.139.116.408.116.947.116h4.726c.539 0 .808 0 .947-.116a.543.543 0 0 0 .19-.416c0-.187-.169-.408-.505-.85z"/><path d="M17.4 18h.6a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3H6a3 3 0 0 0-3 3v9a3 3 0 0 0 3 3h.6"/></svg>

SVG CDN:

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

SVG Sprite:

npm install @mynaui/icons
<svg
        width="24"
        height="24"
        fill="none"
        viewBox="0 0 24 24"
        stroke-width="1.5"
        stroke-linecap="round"
        stroke-linejoin="round"
        stroke="currentColor"
      >
        <use xlink:href="/path/to/mynaui.symbol.svg#mynaui-airplay"></use></svg
      >