cart2 icon
cart2-duotone from Reicon by REICON · Duotone · Shopping · MIT Free for personal and commercial use.
- Name
- cart2-duotone
- Set
- Reicon
- Style
- Duotone
- 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="M10.023 2a1.75 1.75 0 0 0 0 3.5h4a1.75 1.75 0 1 0 0-3.5zM3.887 16.205C3.029 12.773 2.6 11.058 3.5 9.904S6.17 8.75 9.708 8.75h4.63c3.538 0 5.306 0 6.207 1.154s.472 2.87-.386 6.301c-.546 2.183-.818 3.274-1.632 3.91c-.814.635-1.939.635-4.189.635h-4.63c-2.25 0-3.375 0-4.189-.635c-.814-.636-1.087-1.727-1.632-3.91" opacity=".5"/><path fill-rule="evenodd" d="m4.647 9.118l2.857 4.106l3.728-4.474h1.536l3.728 4.474l2.865-4.12c.507.172.891.425 1.184.8l.045.06l-3.098 4.455l2.392 2.87c-.183.7-.347 1.252-.54 1.696l-2.74-3.29l-3.517 5.055h-2.175l-3.516-5.054l-2.71 3.252c-.19-.446-.353-1.001-.535-1.7l2.357-2.83l-3.076-4.421q.033-.048.068-.093c.286-.366.659-.616 1.147-.786M12 19.687L8.392 14.5L12 10.17l3.607 4.33z" clip-rule="evenodd"/><path d="M15.604 4.502a1.74 1.74 0 0 0 .002-1.501c.683.005 1.216.036 1.691.222a3.25 3.25 0 0 1 1.426 1.09c.367.494.54 1.127.777 1.999l.046.17l.513 2.963c-.409-.282-.936-.45-1.618-.55l-.36-2.087c-.285-1.04-.388-1.367-.562-1.601a1.75 1.75 0 0 0-.768-.587c-.22-.086-.485-.11-1.147-.118M8.441 3.001a1.74 1.74 0 0 0 .002 1.501c-.662.007-.927.032-1.147.118a1.75 1.75 0 0 0-.768.587c-.174.234-.277.561-.561 1.6l-.361 2.089c-.682.1-1.209.267-1.618.548l.513-2.962l.046-.17c.237-.872.41-1.505.777-2A3.25 3.25 0 0 1 6.75 3.224c.475-.186 1.008-.217 1.691-.222"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconCart2Duotone(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="M10.023 2a1.75 1.75 0 0 0 0 3.5h4a1.75 1.75 0 1 0 0-3.5zM3.887 16.205C3.029 12.773 2.6 11.058 3.5 9.904S6.17 8.75 9.708 8.75h4.63c3.538 0 5.306 0 6.207 1.154s.472 2.87-.386 6.301c-.546 2.183-.818 3.274-1.632 3.91c-.814.635-1.939.635-4.189.635h-4.63c-2.25 0-3.375 0-4.189-.635c-.814-.636-1.087-1.727-1.632-3.91" opacity=".5"/><path fillRule="evenodd" d="m4.647 9.118l2.857 4.106l3.728-4.474h1.536l3.728 4.474l2.865-4.12c.507.172.891.425 1.184.8l.045.06l-3.098 4.455l2.392 2.87c-.183.7-.347 1.252-.54 1.696l-2.74-3.29l-3.517 5.055h-2.175l-3.516-5.054l-2.71 3.252c-.19-.446-.353-1.001-.535-1.7l2.357-2.83l-3.076-4.421q.033-.048.068-.093c.286-.366.659-.616 1.147-.786M12 19.687L8.392 14.5L12 10.17l3.607 4.33z" clipRule="evenodd"/><path d="M15.604 4.502a1.74 1.74 0 0 0 .002-1.501c.683.005 1.216.036 1.691.222a3.25 3.25 0 0 1 1.426 1.09c.367.494.54 1.127.777 1.999l.046.17l.513 2.963c-.409-.282-.936-.45-1.618-.55l-.36-2.087c-.285-1.04-.388-1.367-.562-1.601a1.75 1.75 0 0 0-.768-.587c-.22-.086-.485-.11-1.147-.118M8.441 3.001a1.74 1.74 0 0 0 .002 1.501c-.662.007-.927.032-1.147.118a1.75 1.75 0 0 0-.768.587c-.174.234-.277.561-.561 1.6l-.361 2.089c-.682.1-1.209.267-1.618.548l.513-2.962l.046-.17c.237-.872.41-1.505.777-2A3.25 3.25 0 0 1 6.75 3.224c.475-.186 1.008-.217 1.691-.222"/></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="M10.023 2a1.75 1.75 0 0 0 0 3.5h4a1.75 1.75 0 1 0 0-3.5zM3.887 16.205C3.029 12.773 2.6 11.058 3.5 9.904S6.17 8.75 9.708 8.75h4.63c3.538 0 5.306 0 6.207 1.154s.472 2.87-.386 6.301c-.546 2.183-.818 3.274-1.632 3.91c-.814.635-1.939.635-4.189.635h-4.63c-2.25 0-3.375 0-4.189-.635c-.814-.636-1.087-1.727-1.632-3.91" opacity=".5"/><path fill-rule="evenodd" d="m4.647 9.118l2.857 4.106l3.728-4.474h1.536l3.728 4.474l2.865-4.12c.507.172.891.425 1.184.8l.045.06l-3.098 4.455l2.392 2.87c-.183.7-.347 1.252-.54 1.696l-2.74-3.29l-3.517 5.055h-2.175l-3.516-5.054l-2.71 3.252c-.19-.446-.353-1.001-.535-1.7l2.357-2.83l-3.076-4.421q.033-.048.068-.093c.286-.366.659-.616 1.147-.786M12 19.687L8.392 14.5L12 10.17l3.607 4.33z" clip-rule="evenodd"/><path d="M15.604 4.502a1.74 1.74 0 0 0 .002-1.501c.683.005 1.216.036 1.691.222a3.25 3.25 0 0 1 1.426 1.09c.367.494.54 1.127.777 1.999l.046.17l.513 2.963c-.409-.282-.936-.45-1.618-.55l-.36-2.087c-.285-1.04-.388-1.367-.562-1.601a1.75 1.75 0 0 0-.768-.587c-.22-.086-.485-.11-1.147-.118M8.441 3.001a1.74 1.74 0 0 0 .002 1.501c-.662.007-.927.032-1.147.118a1.75 1.75 0 0 0-.768.587c-.174.234-.277.561-.561 1.6l-.361 2.089c-.682.1-1.209.267-1.618.548l.513-2.962l.046-.17c.237-.872.41-1.505.777-2A3.25 3.25 0 0 1 6.75 3.224c.475-.186 1.008-.217 1.691-.222"/></g></svg> </template>
CSS
.icon-cart2-duotone {
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%22M10.023%202a1.75%201.75%200%200%200%200%203.5h4a1.75%201.75%200%201%200%200-3.5zM3.887%2016.205C3.029%2012.773%202.6%2011.058%203.5%209.904S6.17%208.75%209.708%208.75h4.63c3.538%200%205.306%200%206.207%201.154s.472%202.87-.386%206.301c-.546%202.183-.818%203.274-1.632%203.91c-.814.635-1.939.635-4.189.635h-4.63c-2.25%200-3.375%200-4.189-.635c-.814-.636-1.087-1.727-1.632-3.91%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m4.647%209.118l2.857%204.106l3.728-4.474h1.536l3.728%204.474l2.865-4.12c.507.172.891.425%201.184.8l.045.06l-3.098%204.455l2.392%202.87c-.183.7-.347%201.252-.54%201.696l-2.74-3.29l-3.517%205.055h-2.175l-3.516-5.054l-2.71%203.252c-.19-.446-.353-1.001-.535-1.7l2.357-2.83l-3.076-4.421q.033-.048.068-.093c.286-.366.659-.616%201.147-.786M12%2019.687L8.392%2014.5L12%2010.17l3.607%204.33z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M15.604%204.502a1.74%201.74%200%200%200%20.002-1.501c.683.005%201.216.036%201.691.222a3.25%203.25%200%200%201%201.426%201.09c.367.494.54%201.127.777%201.999l.046.17l.513%202.963c-.409-.282-.936-.45-1.618-.55l-.36-2.087c-.285-1.04-.388-1.367-.562-1.601a1.75%201.75%200%200%200-.768-.587c-.22-.086-.485-.11-1.147-.118M8.441%203.001a1.74%201.74%200%200%200%20.002%201.501c-.662.007-.927.032-1.147.118a1.75%201.75%200%200%200-.768.587c-.174.234-.277.561-.561%201.6l-.361%202.089c-.682.1-1.209.267-1.618.548l.513-2.962l.046-.17c.237-.872.41-1.505.777-2A3.25%203.25%200%200%201%206.75%203.224c.475-.186%201.008-.217%201.691-.222%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%22M10.023%202a1.75%201.75%200%200%200%200%203.5h4a1.75%201.75%200%201%200%200-3.5zM3.887%2016.205C3.029%2012.773%202.6%2011.058%203.5%209.904S6.17%208.75%209.708%208.75h4.63c3.538%200%205.306%200%206.207%201.154s.472%202.87-.386%206.301c-.546%202.183-.818%203.274-1.632%203.91c-.814.635-1.939.635-4.189.635h-4.63c-2.25%200-3.375%200-4.189-.635c-.814-.636-1.087-1.727-1.632-3.91%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m4.647%209.118l2.857%204.106l3.728-4.474h1.536l3.728%204.474l2.865-4.12c.507.172.891.425%201.184.8l.045.06l-3.098%204.455l2.392%202.87c-.183.7-.347%201.252-.54%201.696l-2.74-3.29l-3.517%205.055h-2.175l-3.516-5.054l-2.71%203.252c-.19-.446-.353-1.001-.535-1.7l2.357-2.83l-3.076-4.421q.033-.048.068-.093c.286-.366.659-.616%201.147-.786M12%2019.687L8.392%2014.5L12%2010.17l3.607%204.33z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M15.604%204.502a1.74%201.74%200%200%200%20.002-1.501c.683.005%201.216.036%201.691.222a3.25%203.25%200%200%201%201.426%201.09c.367.494.54%201.127.777%201.999l.046.17l.513%202.963c-.409-.282-.936-.45-1.618-.55l-.36-2.087c-.285-1.04-.388-1.367-.562-1.601a1.75%201.75%200%200%200-.768-.587c-.22-.086-.485-.11-1.147-.118M8.441%203.001a1.74%201.74%200%200%200%20.002%201.501c-.662.007-.927.032-1.147.118a1.75%201.75%200%200%200-.768.587c-.174.234-.277.561-.561%201.6l-.361%202.089c-.682.1-1.209.267-1.618.548l.513-2.962l.046-.17c.237-.872.41-1.505.777-2A3.25%203.25%200%200%201%206.75%203.224c.475-.186%201.008-.217%201.691-.222%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-duotone.svg?color=%231a73e8&size=48