cart minus icon

cart-minus from Reicon by REICON · Outline · Shopping · MIT Free for personal and commercial use.

Name
cart-minus
Set
Reicon
Style
Outline
Category
Shopping
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All cart minus icons →

More shopping icons from Reicon

Use the cart minus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M.25 2A.75.75 0 0 1 1 1.25h1.182c1.13 0 2.086.84 2.231 1.96l.07.54h15.521a1.75 1.75 0 0 1 1.741 1.926l-.387 3.835a.75.75 0 1 1-1.492-.15l.387-3.836a.25.25 0 0 0-.249-.275H4.678l1.09 8.41a1.25 1.25 0 0 0 1.24 1.09h3.132a.75.75 0 0 1 0 1.5H5.25a1 1 0 1 0 0 2h5.002a.75.75 0 0 1 0 1.5h-.63q.126.354.128.75a2.25 2.25 0 1 1-4.372-.75H5.25a2.5 2.5 0 0 1-.647-4.915a2.7 2.7 0 0 1-.323-.982L2.926 3.404a.75.75 0 0 0-.744-.653H1A.75.75 0 0 1 .25 2M7.5 19.75a.75.75 0 1 0 .012 0z" clip-rule="evenodd"/><path d="M20 17.625a.625.625 0 1 0 0-1.25h-4a.625.625 0 1 0 0 1.25z"/><path fill-rule="evenodd" d="M12.25 17a5.75 5.75 0 1 1 11.5 0a5.75 5.75 0 0 1-11.5 0M18 12.75a4.25 4.25 0 1 0 0 8.5a4.25 4.25 0 0 0 0-8.5" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconCartMinus(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M.25 2A.75.75 0 0 1 1 1.25h1.182c1.13 0 2.086.84 2.231 1.96l.07.54h15.521a1.75 1.75 0 0 1 1.741 1.926l-.387 3.835a.75.75 0 1 1-1.492-.15l.387-3.836a.25.25 0 0 0-.249-.275H4.678l1.09 8.41a1.25 1.25 0 0 0 1.24 1.09h3.132a.75.75 0 0 1 0 1.5H5.25a1 1 0 1 0 0 2h5.002a.75.75 0 0 1 0 1.5h-.63q.126.354.128.75a2.25 2.25 0 1 1-4.372-.75H5.25a2.5 2.5 0 0 1-.647-4.915a2.7 2.7 0 0 1-.323-.982L2.926 3.404a.75.75 0 0 0-.744-.653H1A.75.75 0 0 1 .25 2M7.5 19.75a.75.75 0 1 0 .012 0z" clipRule="evenodd"/><path d="M20 17.625a.625.625 0 1 0 0-1.25h-4a.625.625 0 1 0 0 1.25z"/><path fillRule="evenodd" d="M12.25 17a5.75 5.75 0 1 1 11.5 0a5.75 5.75 0 0 1-11.5 0M18 12.75a4.25 4.25 0 1 0 0 8.5a4.25 4.25 0 0 0 0-8.5" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M.25 2A.75.75 0 0 1 1 1.25h1.182c1.13 0 2.086.84 2.231 1.96l.07.54h15.521a1.75 1.75 0 0 1 1.741 1.926l-.387 3.835a.75.75 0 1 1-1.492-.15l.387-3.836a.25.25 0 0 0-.249-.275H4.678l1.09 8.41a1.25 1.25 0 0 0 1.24 1.09h3.132a.75.75 0 0 1 0 1.5H5.25a1 1 0 1 0 0 2h5.002a.75.75 0 0 1 0 1.5h-.63q.126.354.128.75a2.25 2.25 0 1 1-4.372-.75H5.25a2.5 2.5 0 0 1-.647-4.915a2.7 2.7 0 0 1-.323-.982L2.926 3.404a.75.75 0 0 0-.744-.653H1A.75.75 0 0 1 .25 2M7.5 19.75a.75.75 0 1 0 .012 0z" clip-rule="evenodd"/><path d="M20 17.625a.625.625 0 1 0 0-1.25h-4a.625.625 0 1 0 0 1.25z"/><path fill-rule="evenodd" d="M12.25 17a5.75 5.75 0 1 1 11.5 0a5.75 5.75 0 0 1-11.5 0M18 12.75a4.25 4.25 0 1 0 0 8.5a4.25 4.25 0 0 0 0-8.5" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-cart-minus {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M.25%202A.75.75%200%200%201%201%201.25h1.182c1.13%200%202.086.84%202.231%201.96l.07.54h15.521a1.75%201.75%200%200%201%201.741%201.926l-.387%203.835a.75.75%200%201%201-1.492-.15l.387-3.836a.25.25%200%200%200-.249-.275H4.678l1.09%208.41a1.25%201.25%200%200%200%201.24%201.09h3.132a.75.75%200%200%201%200%201.5H5.25a1%201%200%201%200%200%202h5.002a.75.75%200%200%201%200%201.5h-.63q.126.354.128.75a2.25%202.25%200%201%201-4.372-.75H5.25a2.5%202.5%200%200%201-.647-4.915a2.7%202.7%200%200%201-.323-.982L2.926%203.404a.75.75%200%200%200-.744-.653H1A.75.75%200%200%201%20.25%202M7.5%2019.75a.75.75%200%201%200%20.012%200z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M20%2017.625a.625.625%200%201%200%200-1.25h-4a.625.625%200%201%200%200%201.25z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12.25%2017a5.75%205.75%200%201%201%2011.5%200a5.75%205.75%200%200%201-11.5%200M18%2012.75a4.25%204.25%200%201%200%200%208.5a4.25%204.25%200%200%200%200-8.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M.25%202A.75.75%200%200%201%201%201.25h1.182c1.13%200%202.086.84%202.231%201.96l.07.54h15.521a1.75%201.75%200%200%201%201.741%201.926l-.387%203.835a.75.75%200%201%201-1.492-.15l.387-3.836a.25.25%200%200%200-.249-.275H4.678l1.09%208.41a1.25%201.25%200%200%200%201.24%201.09h3.132a.75.75%200%200%201%200%201.5H5.25a1%201%200%201%200%200%202h5.002a.75.75%200%200%201%200%201.5h-.63q.126.354.128.75a2.25%202.25%200%201%201-4.372-.75H5.25a2.5%202.5%200%200%201-.647-4.915a2.7%202.7%200%200%201-.323-.982L2.926%203.404a.75.75%200%200%200-.744-.653H1A.75.75%200%200%201%20.25%202M7.5%2019.75a.75.75%200%201%200%20.012%200z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M20%2017.625a.625.625%200%201%200%200-1.25h-4a.625.625%200%201%200%200%201.25z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12.25%2017a5.75%205.75%200%201%201%2011.5%200a5.75%205.75%200%200%201-11.5%200M18%2012.75a4.25%204.25%200%201%200%200%208.5a4.25%204.25%200%200%200%200-8.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/cart-minus.svg?color=%231a73e8&size=48

Cart Minus outline icon — Reicon · IconsDB