Skip to main content
Go back
Share

Letter Q

React Code

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

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

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='M15.385 16.882V9.471A2.466 2.466 0 0 0 12.923 7h-2.462A2.466 2.466 0 0 0 8 9.47v4.942a2.466 2.466 0 0 0 2.461 2.47zm0 0-2.462-2.47m2.462 2.47L16 17.5'/>
</svg>

SVG CDN

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