cart shopping icon
cart-shopping-filled from Reicon by REICON · Filled · Shopping · MIT Free for personal and commercial use.
- Name
- cart-shopping-filled
- Set
- Reicon
- Style
- Filled
- Category
- Shopping
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
More shopping icons from Reicon
Use the cart shopping 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="M2.58 1.363a1 1 0 1 0-.486 1.94l1.802.451c.13.033.23.141.249.275l1.29 8.775a3.001 3.001 0 0 0 .902 5.863h14a1 1 0 0 0 0-2h-14a1 1 0 0 1 0-2h11.066c.981 0 1.858-.614 2.193-1.536l1.697-4.667a2.333 2.333 0 0 0-2.194-3.13H6.36l-.235-1.596A2.335 2.335 0 0 0 4.38 1.814z" clip-rule="evenodd"/><path d="M5.337 22.667a1.334 1.334 0 1 0-.001-2.668a1.334 1.334 0 0 0 0 2.668m13.334 0a1.334 1.334 0 1 0 0-2.668a1.334 1.334 0 0 0 0 2.668"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconCartShoppingFilled(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="M2.58 1.363a1 1 0 1 0-.486 1.94l1.802.451c.13.033.23.141.249.275l1.29 8.775a3.001 3.001 0 0 0 .902 5.863h14a1 1 0 0 0 0-2h-14a1 1 0 0 1 0-2h11.066c.981 0 1.858-.614 2.193-1.536l1.697-4.667a2.333 2.333 0 0 0-2.194-3.13H6.36l-.235-1.596A2.335 2.335 0 0 0 4.38 1.814z" clipRule="evenodd"/><path d="M5.337 22.667a1.334 1.334 0 1 0-.001-2.668a1.334 1.334 0 0 0 0 2.668m13.334 0a1.334 1.334 0 1 0 0-2.668a1.334 1.334 0 0 0 0 2.668"/></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="M2.58 1.363a1 1 0 1 0-.486 1.94l1.802.451c.13.033.23.141.249.275l1.29 8.775a3.001 3.001 0 0 0 .902 5.863h14a1 1 0 0 0 0-2h-14a1 1 0 0 1 0-2h11.066c.981 0 1.858-.614 2.193-1.536l1.697-4.667a2.333 2.333 0 0 0-2.194-3.13H6.36l-.235-1.596A2.335 2.335 0 0 0 4.38 1.814z" clip-rule="evenodd"/><path d="M5.337 22.667a1.334 1.334 0 1 0-.001-2.668a1.334 1.334 0 0 0 0 2.668m13.334 0a1.334 1.334 0 1 0 0-2.668a1.334 1.334 0 0 0 0 2.668"/></g></svg> </template>
CSS
.icon-cart-shopping-filled {
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%22M2.58%201.363a1%201%200%201%200-.486%201.94l1.802.451c.13.033.23.141.249.275l1.29%208.775a3.001%203.001%200%200%200%20.902%205.863h14a1%201%200%200%200%200-2h-14a1%201%200%200%201%200-2h11.066c.981%200%201.858-.614%202.193-1.536l1.697-4.667a2.333%202.333%200%200%200-2.194-3.13H6.36l-.235-1.596A2.335%202.335%200%200%200%204.38%201.814z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M5.337%2022.667a1.334%201.334%200%201%200-.001-2.668a1.334%201.334%200%200%200%200%202.668m13.334%200a1.334%201.334%200%201%200%200-2.668a1.334%201.334%200%200%200%200%202.668%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%22M2.58%201.363a1%201%200%201%200-.486%201.94l1.802.451c.13.033.23.141.249.275l1.29%208.775a3.001%203.001%200%200%200%20.902%205.863h14a1%201%200%200%200%200-2h-14a1%201%200%200%201%200-2h11.066c.981%200%201.858-.614%202.193-1.536l1.697-4.667a2.333%202.333%200%200%200-2.194-3.13H6.36l-.235-1.596A2.335%202.335%200%200%200%204.38%201.814z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M5.337%2022.667a1.334%201.334%200%201%200-.001-2.668a1.334%201.334%200%200%200%200%202.668m13.334%200a1.334%201.334%200%201%200%200-2.668a1.334%201.334%200%200%200%200%202.668%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-shopping-filled.svg?color=%231a73e8&size=48