Skip to main content
Go back
Share

Bookmark X

React Code

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

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

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='M7.527 20.841C6.861 21.274 6 20.772 6 19.952V3.942c0-.52.336-.942.75-.942h10.5c.414 0 .75.422.75.942v16.01c0 .82-.861 1.322-1.527.89l-3.946-2.562a.962.962 0 0 0-1.054 0zM10 7.5l4 4m0-4-4 4'/>
</svg>

SVG CDN

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