← Go back
Share

Brand Youtube


Usage:

React Code:

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

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

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="M10.5 9.908v4.184a.41.41 0 0 0 .412.408.42.42 0 0 0 .228-.068l3.175-2.074a.405.405 0 0 0 .003-.678l-3.175-2.11a.415.415 0 0 0-.573.11.404.404 0 0 0-.07.228"/><path d="M2 12c0-3.3 0-4.95 1.464-5.975C4.93 5 7.286 5 12 5c4.714 0 7.071 0 8.535 1.025C22 7.05 22 8.7 22 12s0 4.95-1.465 5.975C19.072 19 16.714 19 12 19s-7.071 0-8.536-1.025C2 16.95 2 15.3 2 12"/></svg>

SVG CDN:

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