← Go back
Share

Letter S


Usage:

React Code:

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

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

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="M15.25 8.563V8.25C15.25 7.56 14.69 7 14 7h-3.75C9.56 7 9 7.56 9 8.25v1.23c0 .767.467 1.457 1.179 1.742l3.892 1.556a1.875 1.875 0 0 1 1.179 1.741v1.231c0 .69-.56 1.25-1.25 1.25h-3.75C9.56 17 9 16.44 9 15.75v-.312"/></svg>

SVG CDN:

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