cart2 icon
cart2-filled from Reicon by REICON · Filled · Shopping · MIT Free for personal and commercial use.
- Name
- cart2-filled
- Set
- Reicon
- Style
- Filled
- Category
- Shopping
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
More shopping icons from Reicon
Use the cart2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8.418 3.25c.28-.59.884-1 1.582-1h4c.698 0 1.301.41 1.582 1c.683.006 1.216.037 1.692.223a3.25 3.25 0 0 1 1.426 1.09c.367.494.54 1.127.776 1.998l.037.136l.002.007l.874 3.324l.012-.017q.063.068.121.143c.901 1.154.472 2.87-.386 6.301q-.116.469-.22.873l-2.477-2.973l1.83-2.685l-.505-1.922l-2.324 3.409L12.976 9h1.34c1.893 0 3.28 0 4.298.177l-.549-2.088c-.29-1.064-.393-1.395-.57-1.632a1.75 1.75 0 0 0-.767-.587c-.22-.086-.486-.111-1.148-.118A1.75 1.75 0 0 1 14 5.75h-4a1.75 1.75 0 0 1-1.58-.998c-.662.007-.928.032-1.148.118a1.75 1.75 0 0 0-.768.587c-.176.237-.279.568-.57 1.632l-.548 2.088C6.404 9 7.791 9 9.685 9h1.339L7.56 13.157L5.236 9.748L4.73 11.67l1.83 2.685l-2.477 2.973q-.104-.404-.22-.873c-.858-3.431-1.287-5.147-.386-6.301q.059-.075.121-.143l.012.017l.874-3.324l.002-.007l.037-.136c.237-.871.41-1.505.776-1.999a3.25 3.25 0 0 1 1.426-1.089c.476-.186 1.008-.217 1.692-.222"/><path d="M4.602 19.05c.233.593.5 1.007.894 1.315C6.31 21 7.435 21 9.685 21h1.407L7.44 15.644zM12.908 21h1.407c2.25 0 3.375 0 4.189-.635c.394-.308.661-.722.894-1.316l-2.838-3.405zM12 19.669l-3.561-5.224L12 10.172l3.561 4.273z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconCart2Filled(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 d="M8.418 3.25c.28-.59.884-1 1.582-1h4c.698 0 1.301.41 1.582 1c.683.006 1.216.037 1.692.223a3.25 3.25 0 0 1 1.426 1.09c.367.494.54 1.127.776 1.998l.037.136l.002.007l.874 3.324l.012-.017q.063.068.121.143c.901 1.154.472 2.87-.386 6.301q-.116.469-.22.873l-2.477-2.973l1.83-2.685l-.505-1.922l-2.324 3.409L12.976 9h1.34c1.893 0 3.28 0 4.298.177l-.549-2.088c-.29-1.064-.393-1.395-.57-1.632a1.75 1.75 0 0 0-.767-.587c-.22-.086-.486-.111-1.148-.118A1.75 1.75 0 0 1 14 5.75h-4a1.75 1.75 0 0 1-1.58-.998c-.662.007-.928.032-1.148.118a1.75 1.75 0 0 0-.768.587c-.176.237-.279.568-.57 1.632l-.548 2.088C6.404 9 7.791 9 9.685 9h1.339L7.56 13.157L5.236 9.748L4.73 11.67l1.83 2.685l-2.477 2.973q-.104-.404-.22-.873c-.858-3.431-1.287-5.147-.386-6.301q.059-.075.121-.143l.012.017l.874-3.324l.002-.007l.037-.136c.237-.871.41-1.505.776-1.999a3.25 3.25 0 0 1 1.426-1.089c.476-.186 1.008-.217 1.692-.222"/><path d="M4.602 19.05c.233.593.5 1.007.894 1.315C6.31 21 7.435 21 9.685 21h1.407L7.44 15.644zM12.908 21h1.407c2.25 0 3.375 0 4.189-.635c.394-.308.661-.722.894-1.316l-2.838-3.405zM12 19.669l-3.561-5.224L12 10.172l3.561 4.273z"/></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 d="M8.418 3.25c.28-.59.884-1 1.582-1h4c.698 0 1.301.41 1.582 1c.683.006 1.216.037 1.692.223a3.25 3.25 0 0 1 1.426 1.09c.367.494.54 1.127.776 1.998l.037.136l.002.007l.874 3.324l.012-.017q.063.068.121.143c.901 1.154.472 2.87-.386 6.301q-.116.469-.22.873l-2.477-2.973l1.83-2.685l-.505-1.922l-2.324 3.409L12.976 9h1.34c1.893 0 3.28 0 4.298.177l-.549-2.088c-.29-1.064-.393-1.395-.57-1.632a1.75 1.75 0 0 0-.767-.587c-.22-.086-.486-.111-1.148-.118A1.75 1.75 0 0 1 14 5.75h-4a1.75 1.75 0 0 1-1.58-.998c-.662.007-.928.032-1.148.118a1.75 1.75 0 0 0-.768.587c-.176.237-.279.568-.57 1.632l-.548 2.088C6.404 9 7.791 9 9.685 9h1.339L7.56 13.157L5.236 9.748L4.73 11.67l1.83 2.685l-2.477 2.973q-.104-.404-.22-.873c-.858-3.431-1.287-5.147-.386-6.301q.059-.075.121-.143l.012.017l.874-3.324l.002-.007l.037-.136c.237-.871.41-1.505.776-1.999a3.25 3.25 0 0 1 1.426-1.089c.476-.186 1.008-.217 1.692-.222"/><path d="M4.602 19.05c.233.593.5 1.007.894 1.315C6.31 21 7.435 21 9.685 21h1.407L7.44 15.644zM12.908 21h1.407c2.25 0 3.375 0 4.189-.635c.394-.308.661-.722.894-1.316l-2.838-3.405zM12 19.669l-3.561-5.224L12 10.172l3.561 4.273z"/></g></svg> </template>
CSS
.icon-cart2-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%20d%3D%22M8.418%203.25c.28-.59.884-1%201.582-1h4c.698%200%201.301.41%201.582%201c.683.006%201.216.037%201.692.223a3.25%203.25%200%200%201%201.426%201.09c.367.494.54%201.127.776%201.998l.037.136l.002.007l.874%203.324l.012-.017q.063.068.121.143c.901%201.154.472%202.87-.386%206.301q-.116.469-.22.873l-2.477-2.973l1.83-2.685l-.505-1.922l-2.324%203.409L12.976%209h1.34c1.893%200%203.28%200%204.298.177l-.549-2.088c-.29-1.064-.393-1.395-.57-1.632a1.75%201.75%200%200%200-.767-.587c-.22-.086-.486-.111-1.148-.118A1.75%201.75%200%200%201%2014%205.75h-4a1.75%201.75%200%200%201-1.58-.998c-.662.007-.928.032-1.148.118a1.75%201.75%200%200%200-.768.587c-.176.237-.279.568-.57%201.632l-.548%202.088C6.404%209%207.791%209%209.685%209h1.339L7.56%2013.157L5.236%209.748L4.73%2011.67l1.83%202.685l-2.477%202.973q-.104-.404-.22-.873c-.858-3.431-1.287-5.147-.386-6.301q.059-.075.121-.143l.012.017l.874-3.324l.002-.007l.037-.136c.237-.871.41-1.505.776-1.999a3.25%203.25%200%200%201%201.426-1.089c.476-.186%201.008-.217%201.692-.222%22%2F%3E%3Cpath%20d%3D%22M4.602%2019.05c.233.593.5%201.007.894%201.315C6.31%2021%207.435%2021%209.685%2021h1.407L7.44%2015.644zM12.908%2021h1.407c2.25%200%203.375%200%204.189-.635c.394-.308.661-.722.894-1.316l-2.838-3.405zM12%2019.669l-3.561-5.224L12%2010.172l3.561%204.273z%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%20d%3D%22M8.418%203.25c.28-.59.884-1%201.582-1h4c.698%200%201.301.41%201.582%201c.683.006%201.216.037%201.692.223a3.25%203.25%200%200%201%201.426%201.09c.367.494.54%201.127.776%201.998l.037.136l.002.007l.874%203.324l.012-.017q.063.068.121.143c.901%201.154.472%202.87-.386%206.301q-.116.469-.22.873l-2.477-2.973l1.83-2.685l-.505-1.922l-2.324%203.409L12.976%209h1.34c1.893%200%203.28%200%204.298.177l-.549-2.088c-.29-1.064-.393-1.395-.57-1.632a1.75%201.75%200%200%200-.767-.587c-.22-.086-.486-.111-1.148-.118A1.75%201.75%200%200%201%2014%205.75h-4a1.75%201.75%200%200%201-1.58-.998c-.662.007-.928.032-1.148.118a1.75%201.75%200%200%200-.768.587c-.176.237-.279.568-.57%201.632l-.548%202.088C6.404%209%207.791%209%209.685%209h1.339L7.56%2013.157L5.236%209.748L4.73%2011.67l1.83%202.685l-2.477%202.973q-.104-.404-.22-.873c-.858-3.431-1.287-5.147-.386-6.301q.059-.075.121-.143l.012.017l.874-3.324l.002-.007l.037-.136c.237-.871.41-1.505.776-1.999a3.25%203.25%200%200%201%201.426-1.089c.476-.186%201.008-.217%201.692-.222%22%2F%3E%3Cpath%20d%3D%22M4.602%2019.05c.233.593.5%201.007.894%201.315C6.31%2021%207.435%2021%209.685%2021h1.407L7.44%2015.644zM12.908%2021h1.407c2.25%200%203.375%200%204.189-.635c.394-.308.661-.722.894-1.316l-2.838-3.405zM12%2019.669l-3.561-5.224L12%2010.172l3.561%204.273z%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/cart2-filled.svg?color=%231a73e8&size=48