← Go back
Share

Cart Minus


Usage:

React Code:

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

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

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="M11.25 10.75h4M16.5 21a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm-8 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM3 3c.83.305 1.968.542 2.48 1.323.356.545.356 1.268.356 2.715V9.76c0 2.942.061 3.912.892 4.826.83.914 2.168.914 4.842.914h5.085c2.666 0 3.244-.601 3.756-3.193.224-1.13.45-2.246.564-3.373.216-2.134-.973-2.814-2.866-2.814H5.836"/></svg>

SVG CDN:

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