Skip to main content
Go back
Share

Cast Screen

React Code

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

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

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 8.028c0-.956 0-1.434.108-1.826a3 3 0 0 1 2.094-2.094C5.594 4 6.072 4 7.028 4H16.2c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.311 1.311C21 6.28 21 7.12 21 8.8v6.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311C18.72 20 17.88 20 16.2 20h-2.053'/><path d='M11 20a8 8 0 0 0-8-8m0 8.004.353-.354M7 20a4 4 0 0 0-4-4'/>
</svg>

SVG CDN

<img src="https://unpkg.com/@mynaui/icons/icons/cast-screen.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-cast-screen"></use>
</svg>