Skip to main content
Go back
Share

Letter D

React Code

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

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

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='M8 16.375v-8.75C8 7.28 8.28 7 8.625 7h2.5a4.375 4.375 0 0 1 4.375 4.375v1.25A4.375 4.375 0 0 1 11.125 17h-2.5A.625.625 0 0 1 8 16.375'/>
</svg>

SVG CDN

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