cart large icon
cart-large-linear from Solar by 480 Design · Linear · Shopping · CC-BY-4.0 Attribution required.
- Name
- cart-large-linear
- Set
- Solar
- Style
- Linear
- Category
- Shopping
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More shopping icons from Solar
bag-2-boldbag-3-boldbag-4-boldbag-5-boldbag-boldbag-check-boldbag-cross-boldbag-heart-boldbag-music-2-boldbag-music-boldbag-smile-boldcart-2-boldcart-3-boldcart-4-boldcart-5-boldcart-boldcart-check-boldcart-cross-boldcart-large-2-boldcart-large-3-boldcart-large-4-boldcart-large-minimalistic-boldcart-plus-boldshop-2-bold
Use the cart large 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-width="1.5"><path stroke-linecap="round" d="M2 3L2.26491 3.0883C3.58495 3.52832 4.24497 3.74832 4.62248 4.2721C5 4.79587 5 5.49159 5 6.88304V9.5C5 12.3284 5 13.7426 5.87868 14.6213C6.75736 15.5 8.17157 15.5 11 15.5H19"/><path d="M7.5 18C8.32843 18 9 18.6716 9 19.5C9 20.3284 8.32843 21 7.5 21C6.67157 21 6 20.3284 6 19.5C6 18.6716 6.67157 18 7.5 18Z"/><path d="M16.5 18.0001C17.3284 18.0001 18 18.6716 18 19.5001C18 20.3285 17.3284 21.0001 16.5 21.0001C15.6716 21.0001 15 20.3285 15 19.5001C15 18.6716 15.6716 18.0001 16.5 18.0001Z"/><path stroke-linecap="round" d="M11 9H8"/><path d="M5 6H16.4504C18.5054 6 19.5328 6 19.9775 6.67426C20.4221 7.34853 20.0173 8.29294 19.2078 10.1818L18.7792 11.1818C18.4013 12.0636 18.2123 12.5045 17.8366 12.7523C17.4609 13 16.9812 13 16.0218 13H5"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarCartLargeLinear(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" strokeWidth="1.5"><path strokeLinecap="round" d="M2 3L2.26491 3.0883C3.58495 3.52832 4.24497 3.74832 4.62248 4.2721C5 4.79587 5 5.49159 5 6.88304V9.5C5 12.3284 5 13.7426 5.87868 14.6213C6.75736 15.5 8.17157 15.5 11 15.5H19"/><path d="M7.5 18C8.32843 18 9 18.6716 9 19.5C9 20.3284 8.32843 21 7.5 21C6.67157 21 6 20.3284 6 19.5C6 18.6716 6.67157 18 7.5 18Z"/><path d="M16.5 18.0001C17.3284 18.0001 18 18.6716 18 19.5001C18 20.3285 17.3284 21.0001 16.5 21.0001C15.6716 21.0001 15 20.3285 15 19.5001C15 18.6716 15.6716 18.0001 16.5 18.0001Z"/><path strokeLinecap="round" d="M11 9H8"/><path d="M5 6H16.4504C18.5054 6 19.5328 6 19.9775 6.67426C20.4221 7.34853 20.0173 8.29294 19.2078 10.1818L18.7792 11.1818C18.4013 12.0636 18.2123 12.5045 17.8366 12.7523C17.4609 13 16.9812 13 16.0218 13H5"/></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-width="1.5"><path stroke-linecap="round" d="M2 3L2.26491 3.0883C3.58495 3.52832 4.24497 3.74832 4.62248 4.2721C5 4.79587 5 5.49159 5 6.88304V9.5C5 12.3284 5 13.7426 5.87868 14.6213C6.75736 15.5 8.17157 15.5 11 15.5H19"/><path d="M7.5 18C8.32843 18 9 18.6716 9 19.5C9 20.3284 8.32843 21 7.5 21C6.67157 21 6 20.3284 6 19.5C6 18.6716 6.67157 18 7.5 18Z"/><path d="M16.5 18.0001C17.3284 18.0001 18 18.6716 18 19.5001C18 20.3285 17.3284 21.0001 16.5 21.0001C15.6716 21.0001 15 20.3285 15 19.5001C15 18.6716 15.6716 18.0001 16.5 18.0001Z"/><path stroke-linecap="round" d="M11 9H8"/><path d="M5 6H16.4504C18.5054 6 19.5328 6 19.9775 6.67426C20.4221 7.34853 20.0173 8.29294 19.2078 10.1818L18.7792 11.1818C18.4013 12.0636 18.2123 12.5045 17.8366 12.7523C17.4609 13 16.9812 13 16.0218 13H5"/></g></svg> </template>
CSS
.icon-cart-large-linear {
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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%203L2.26491%203.0883C3.58495%203.52832%204.24497%203.74832%204.62248%204.2721C5%204.79587%205%205.49159%205%206.88304V9.5C5%2012.3284%205%2013.7426%205.87868%2014.6213C6.75736%2015.5%208.17157%2015.5%2011%2015.5H19%22%2F%3E%3Cpath%20d%3D%22M7.5%2018C8.32843%2018%209%2018.6716%209%2019.5C9%2020.3284%208.32843%2021%207.5%2021C6.67157%2021%206%2020.3284%206%2019.5C6%2018.6716%206.67157%2018%207.5%2018Z%22%2F%3E%3Cpath%20d%3D%22M16.5%2018.0001C17.3284%2018.0001%2018%2018.6716%2018%2019.5001C18%2020.3285%2017.3284%2021.0001%2016.5%2021.0001C15.6716%2021.0001%2015%2020.3285%2015%2019.5001C15%2018.6716%2015.6716%2018.0001%2016.5%2018.0001Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%209H8%22%2F%3E%3Cpath%20d%3D%22M5%206H16.4504C18.5054%206%2019.5328%206%2019.9775%206.67426C20.4221%207.34853%2020.0173%208.29294%2019.2078%2010.1818L18.7792%2011.1818C18.4013%2012.0636%2018.2123%2012.5045%2017.8366%2012.7523C17.4609%2013%2016.9812%2013%2016.0218%2013H5%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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%203L2.26491%203.0883C3.58495%203.52832%204.24497%203.74832%204.62248%204.2721C5%204.79587%205%205.49159%205%206.88304V9.5C5%2012.3284%205%2013.7426%205.87868%2014.6213C6.75736%2015.5%208.17157%2015.5%2011%2015.5H19%22%2F%3E%3Cpath%20d%3D%22M7.5%2018C8.32843%2018%209%2018.6716%209%2019.5C9%2020.3284%208.32843%2021%207.5%2021C6.67157%2021%206%2020.3284%206%2019.5C6%2018.6716%206.67157%2018%207.5%2018Z%22%2F%3E%3Cpath%20d%3D%22M16.5%2018.0001C17.3284%2018.0001%2018%2018.6716%2018%2019.5001C18%2020.3285%2017.3284%2021.0001%2016.5%2021.0001C15.6716%2021.0001%2015%2020.3285%2015%2019.5001C15%2018.6716%2015.6716%2018.0001%2016.5%2018.0001Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%209H8%22%2F%3E%3Cpath%20d%3D%22M5%206H16.4504C18.5054%206%2019.5328%206%2019.9775%206.67426C20.4221%207.34853%2020.0173%208.29294%2019.2078%2010.1818L18.7792%2011.1818C18.4013%2012.0636%2018.2123%2012.5045%2017.8366%2012.7523C17.4609%2013%2016.9812%2013%2016.0218%2013H5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/cart-large-linear.svg?color=%231a73e8&size=48