BookmarkXSolid
bookmark-x-solid
npm install @mynaui/icons-react
import { BookmarkXSolid } from "@mynaui/icons-react";
const App = () => {
return <BookmarkXSolid />;
}; <svg width="24" height="24" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d='M5.25 3.942c0-.766.521-1.692 1.5-1.692h10.5c.979 0 1.5.926 1.5 1.692v16.01c0 1.352-1.469 2.308-2.686 1.518l-3.944-2.56a.21.21 0 0 0-.238 0l-3.946 2.56c-1.217.79-2.686-.165-2.686-1.518zm5.28 3.028a.75.75 0 1 0-1.06 1.06l1.47 1.47-1.47 1.47a.75.75 0 1 0 1.06 1.06L12 10.56l1.47 1.47a.75.75 0 1 0 1.06-1.06L13.06 9.5l1.47-1.47a.75.75 0 0 0-1.06-1.06L12 8.44z'/>
</svg> <img loading="lazy" decoding="async" src="https://unpkg.com/@mynaui/icons/icons-solid/bookmark-x.svg" /> npm install @mynaui/icons
<svg width="24" height="24" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><use xlink:href="/path/to/mynaui-solid.symbol.svg#mynaui-bookmark-x"></use>
</svg>