cart4 icon
cart4-filled from Reicon by REICON · Filled · Shopping · MIT Free for personal and commercial use.
- Name
- cart4-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 cart4 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14.665 2.33a.75.75 0 0 1 1.006.335l2.201 4.402c1.353.104 2.202.37 2.75 1.047c.436.539.576 1.209.525 2.136H2.853c-.051-.927.09-1.597.525-2.136c.548-.678 1.397-.943 2.75-1.047l2.201-4.402a.75.75 0 0 1 1.342.67l-1.835 3.67Q8.559 7 9.422 7h5.156q.863-.001 1.586.005l-1.835-3.67a.75.75 0 0 1 .336-1.006"/><path fill-rule="evenodd" d="M3.555 14.257a74 74 0 0 1-.51-2.507h17.91a74 74 0 0 1-.51 2.507l-.429 2c-.487 2.273-.73 3.409-1.555 4.076S16.474 21 14.15 21h-4.3c-2.324 0-3.486 0-4.31-.667c-.826-.667-1.07-1.803-1.556-4.076zM10 13.25a.75.75 0 0 0 0 1.5h4a.75.75 0 0 0 0-1.5z" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconCart4Filled(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="M14.665 2.33a.75.75 0 0 1 1.006.335l2.201 4.402c1.353.104 2.202.37 2.75 1.047c.436.539.576 1.209.525 2.136H2.853c-.051-.927.09-1.597.525-2.136c.548-.678 1.397-.943 2.75-1.047l2.201-4.402a.75.75 0 0 1 1.342.67l-1.835 3.67Q8.559 7 9.422 7h5.156q.863-.001 1.586.005l-1.835-3.67a.75.75 0 0 1 .336-1.006"/><path fillRule="evenodd" d="M3.555 14.257a74 74 0 0 1-.51-2.507h17.91a74 74 0 0 1-.51 2.507l-.429 2c-.487 2.273-.73 3.409-1.555 4.076S16.474 21 14.15 21h-4.3c-2.324 0-3.486 0-4.31-.667c-.826-.667-1.07-1.803-1.556-4.076zM10 13.25a.75.75 0 0 0 0 1.5h4a.75.75 0 0 0 0-1.5z" 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 d="M14.665 2.33a.75.75 0 0 1 1.006.335l2.201 4.402c1.353.104 2.202.37 2.75 1.047c.436.539.576 1.209.525 2.136H2.853c-.051-.927.09-1.597.525-2.136c.548-.678 1.397-.943 2.75-1.047l2.201-4.402a.75.75 0 0 1 1.342.67l-1.835 3.67Q8.559 7 9.422 7h5.156q.863-.001 1.586.005l-1.835-3.67a.75.75 0 0 1 .336-1.006"/><path fill-rule="evenodd" d="M3.555 14.257a74 74 0 0 1-.51-2.507h17.91a74 74 0 0 1-.51 2.507l-.429 2c-.487 2.273-.73 3.409-1.555 4.076S16.474 21 14.15 21h-4.3c-2.324 0-3.486 0-4.31-.667c-.826-.667-1.07-1.803-1.556-4.076zM10 13.25a.75.75 0 0 0 0 1.5h4a.75.75 0 0 0 0-1.5z" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-cart4-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%22M14.665%202.33a.75.75%200%200%201%201.006.335l2.201%204.402c1.353.104%202.202.37%202.75%201.047c.436.539.576%201.209.525%202.136H2.853c-.051-.927.09-1.597.525-2.136c.548-.678%201.397-.943%202.75-1.047l2.201-4.402a.75.75%200%200%201%201.342.67l-1.835%203.67Q8.559%207%209.422%207h5.156q.863-.001%201.586.005l-1.835-3.67a.75.75%200%200%201%20.336-1.006%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3.555%2014.257a74%2074%200%200%201-.51-2.507h17.91a74%2074%200%200%201-.51%202.507l-.429%202c-.487%202.273-.73%203.409-1.555%204.076S16.474%2021%2014.15%2021h-4.3c-2.324%200-3.486%200-4.31-.667c-.826-.667-1.07-1.803-1.556-4.076zM10%2013.25a.75.75%200%200%200%200%201.5h4a.75.75%200%200%200%200-1.5z%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%20d%3D%22M14.665%202.33a.75.75%200%200%201%201.006.335l2.201%204.402c1.353.104%202.202.37%202.75%201.047c.436.539.576%201.209.525%202.136H2.853c-.051-.927.09-1.597.525-2.136c.548-.678%201.397-.943%202.75-1.047l2.201-4.402a.75.75%200%200%201%201.342.67l-1.835%203.67Q8.559%207%209.422%207h5.156q.863-.001%201.586.005l-1.835-3.67a.75.75%200%200%201%20.336-1.006%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3.555%2014.257a74%2074%200%200%201-.51-2.507h17.91a74%2074%200%200%201-.51%202.507l-.429%202c-.487%202.273-.73%203.409-1.555%204.076S16.474%2021%2014.15%2021h-4.3c-2.324%200-3.486%200-4.31-.667c-.826-.667-1.07-1.803-1.556-4.076zM10%2013.25a.75.75%200%200%200%200%201.5h4a.75.75%200%200%200%200-1.5z%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/cart4-filled.svg?color=%231a73e8&size=48