shopping cart icon

shopping-cart-duotone from Keyline Icons by Keyline Icons · Duotone · MIT Free for personal and commercial use.

Name
shopping-cart-duotone
Set
Keyline Icons
Style
Duotone
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

Related icons in Keyline Icons

Use the shopping cart icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M4.02986 7.24254C3.87207 6.61139 4.34943 6 5 6H20.9978C22.443 6 23.4111 7.48578 22.8273 8.80787L20.178 14.8079C19.858 15.5325 19.1405 16 18.3484 16H7.78078C6.86305 16 6.06308 15.3754 5.8405 14.4851L4.02986 7.24254Z" stroke="none"/><path d="M2 3L3.2192 3C3.6781 3 4.0781 3.3123 4.1894 3.7575L5 7"/><path fill="currentColor" d="M10.5 20.5C10.5 21.3284 9.8284 22 9 22C8.1716 22 7.5 21.3284 7.5 20.5C7.5 19.6716 8.1716 19 9 19C9.8284 19 10.5 19.6716 10.5 20.5ZM18.5 20.5C18.5 21.3284 17.8284 22 17 22C16.1716 22 15.5 21.3284 15.5 20.5C15.5 19.6716 16.1716 19 17 19C17.8284 19 18.5 19.6716 18.5 20.5Z" stroke="none"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsShoppingCartDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" fillOpacity=".4" d="M4.02986 7.24254C3.87207 6.61139 4.34943 6 5 6H20.9978C22.443 6 23.4111 7.48578 22.8273 8.80787L20.178 14.8079C19.858 15.5325 19.1405 16 18.3484 16H7.78078C6.86305 16 6.06308 15.3754 5.8405 14.4851L4.02986 7.24254Z" stroke="none"/><path d="M2 3L3.2192 3C3.6781 3 4.0781 3.3123 4.1894 3.7575L5 7"/><path fill="currentColor" d="M10.5 20.5C10.5 21.3284 9.8284 22 9 22C8.1716 22 7.5 21.3284 7.5 20.5C7.5 19.6716 8.1716 19 9 19C9.8284 19 10.5 19.6716 10.5 20.5ZM18.5 20.5C18.5 21.3284 17.8284 22 17 22C16.1716 22 15.5 21.3284 15.5 20.5C15.5 19.6716 16.1716 19 17 19C17.8284 19 18.5 19.6716 18.5 20.5Z" stroke="none"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M4.02986 7.24254C3.87207 6.61139 4.34943 6 5 6H20.9978C22.443 6 23.4111 7.48578 22.8273 8.80787L20.178 14.8079C19.858 15.5325 19.1405 16 18.3484 16H7.78078C6.86305 16 6.06308 15.3754 5.8405 14.4851L4.02986 7.24254Z" stroke="none"/><path d="M2 3L3.2192 3C3.6781 3 4.0781 3.3123 4.1894 3.7575L5 7"/><path fill="currentColor" d="M10.5 20.5C10.5 21.3284 9.8284 22 9 22C8.1716 22 7.5 21.3284 7.5 20.5C7.5 19.6716 8.1716 19 9 19C9.8284 19 10.5 19.6716 10.5 20.5ZM18.5 20.5C18.5 21.3284 17.8284 22 17 22C16.1716 22 15.5 21.3284 15.5 20.5C15.5 19.6716 16.1716 19 17 19C17.8284 19 18.5 19.6716 18.5 20.5Z" stroke="none"/></g></svg>
</template>

CSS

.icon-shopping-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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M4.02986%207.24254C3.87207%206.61139%204.34943%206%205%206H20.9978C22.443%206%2023.4111%207.48578%2022.8273%208.80787L20.178%2014.8079C19.858%2015.5325%2019.1405%2016%2018.3484%2016H7.78078C6.86305%2016%206.06308%2015.3754%205.8405%2014.4851L4.02986%207.24254Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M2%203L3.2192%203C3.6781%203%204.0781%203.3123%204.1894%203.7575L5%207%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.5%2020.5C10.5%2021.3284%209.8284%2022%209%2022C8.1716%2022%207.5%2021.3284%207.5%2020.5C7.5%2019.6716%208.1716%2019%209%2019C9.8284%2019%2010.5%2019.6716%2010.5%2020.5ZM18.5%2020.5C18.5%2021.3284%2017.8284%2022%2017%2022C16.1716%2022%2015.5%2021.3284%2015.5%2020.5C15.5%2019.6716%2016.1716%2019%2017%2019C17.8284%2019%2018.5%2019.6716%2018.5%2020.5Z%22%20stroke%3D%22none%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M4.02986%207.24254C3.87207%206.61139%204.34943%206%205%206H20.9978C22.443%206%2023.4111%207.48578%2022.8273%208.80787L20.178%2014.8079C19.858%2015.5325%2019.1405%2016%2018.3484%2016H7.78078C6.86305%2016%206.06308%2015.3754%205.8405%2014.4851L4.02986%207.24254Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M2%203L3.2192%203C3.6781%203%204.0781%203.3123%204.1894%203.7575L5%207%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.5%2020.5C10.5%2021.3284%209.8284%2022%209%2022C8.1716%2022%207.5%2021.3284%207.5%2020.5C7.5%2019.6716%208.1716%2019%209%2019C9.8284%2019%2010.5%2019.6716%2010.5%2020.5ZM18.5%2020.5C18.5%2021.3284%2017.8284%2022%2017%2022C16.1716%2022%2015.5%2021.3284%2015.5%2020.5C15.5%2019.6716%2016.1716%2019%2017%2019C17.8284%2019%2018.5%2019.6716%2018.5%2020.5Z%22%20stroke%3D%22none%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/shopping-cart-duotone.svg?color=%231a73e8&size=48