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

Name
cart-duotone
Set
Reicon
Style
Duotone
Category
Shopping
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All cart icons →

More shopping icons from Reicon

Use the cart 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 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 ReiconCartDuotone(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 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 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-cart-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%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%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/cart-duotone.svg?color=%231a73e8&size=48