Skip to main content
Go back
Share

Letter G

React Code

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

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

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='M13.167 12h1.458c.345 0 .625.28.625.625v3.75c0 .345-.28.625-.625.625h-3.75A1.875 1.875 0 0 1 9 15.125v-6.25C9 7.839 9.84 7 10.875 7h2.5c1.036 0 1.875.84 1.875 1.875'/>
</svg>

SVG CDN

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