← Go back
Share

Trash Two


Usage:

React Code:

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

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

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="m5.25 5.778 1.727 12.178c.09.579.329 1.12.691 1.564a2.99 2.99 0 0 0 1.363.95l.246.083a8.524 8.524 0 0 0 5.446 0l.246-.082c.528-.178 1-.506 1.362-.95.363-.444.602-.985.692-1.564l1.727-12.18"/><path d="M12 7.5c3.728 0 6.75-.784 6.75-1.75S15.728 4 12 4s-6.75.784-6.75 1.75S8.272 7.5 12 7.5"/></svg>

SVG CDN:

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