shopping cart emoji
shopping-cart from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.
- Name
- shopping-cart
- Set
- OpenMoji
- Style
- Default
- Category
- Objects
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
shopping-cart-outlinedAnt Design Iconsshopping-cartCarbonshopping-cartEmoji One (Colored)shopping-cartElement Plusshopping-cart-fillEva Iconsshopping-cartFont Awesome Solidshopping-cartFeather Iconsshopping-cartFluent Emojishopping-cartFluent Emoji Flatshopping-cartFluent Emoji High Contrastshopping-cartcss.ggshopping-cartHeroIconsshopping-cartIconParkshopping-cartIconPark Outlineshopping-cartIconPark Solidshopping-cartIconPark TwoToneshopping-cartJam Iconsshopping-cartLine Awesomeshopping-cartLucideshopping-cartMage Iconsshopping-cartMajesticonsshopping-cartMaterial Symbolsshopping-cartMaterial Symbols Lightshopping-cartNoto Emoji
More objects icons from OpenMoji
Use the shopping cart emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path fill="#d0cfce" d="M51.903 18.602v23.755H15.015l-3.666-23.755z"/><circle cx="50.142" cy="58.463" r="2.375" fill="#d0cfce"/><circle cx="14.035" cy="58.463" r="2.375" fill="#d0cfce"/><path fill="#9b9b9a" d="M45.664 23.644v.79m0 12.319v.79m-5.376-13.899v.79m0 12.319v.79m-5.376-13.899v.79m0 12.319v.79m-5.375-13.899v.79m0 12.319v.79m-5.376-13.899v.79m0 12.319v.79m-5.376-13.899v.79m0 12.319v.79m26.879-7.544v.79m-5.376-.79v.79m-5.376-.79v.79m-5.375-.79v.79m-5.376-.79v.79m-5.376-.79v.79"/></g><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M51.903 18.602v23.755H15.015l-3.666-23.755zm0 0l3.603-7.523h5.145M14.035 51.861h37.871"/><circle cx="50.142" cy="58.463" r="2.375"/><circle cx="14.035" cy="58.463" r="2.375"/><path d="M51.903 42.357s4.842.355 4.842 4.787c0 5.122-4.583 4.712-4.583 4.712m-6.498-28.212v.79m0 12.319v.79m-5.376-13.899v.79m0 12.319v.79m-5.376-13.899v.79m0 12.319v.79m-5.375-13.899v.79m0 12.319v.79m-5.376-13.899v.79m0 12.319v.79m-5.376-13.899v.79m0 12.319v.79m26.879-7.544v.79m-5.376-.79v.79m-5.376-.79v.79m-5.375-.79v.79m-5.376-.79v.79m-5.376-.79v.79"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiShoppingCart(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"><path fill="#d0cfce" d="M51.903 18.602v23.755H15.015l-3.666-23.755z"/><circle cx="50.142" cy="58.463" r="2.375" fill="#d0cfce"/><circle cx="14.035" cy="58.463" r="2.375" fill="#d0cfce"/><path fill="#9b9b9a" d="M45.664 23.644v.79m0 12.319v.79m-5.376-13.899v.79m0 12.319v.79m-5.376-13.899v.79m0 12.319v.79m-5.375-13.899v.79m0 12.319v.79m-5.376-13.899v.79m0 12.319v.79m-5.376-13.899v.79m0 12.319v.79m26.879-7.544v.79m-5.376-.79v.79m-5.376-.79v.79m-5.375-.79v.79m-5.376-.79v.79m-5.376-.79v.79"/></g><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"><path d="M51.903 18.602v23.755H15.015l-3.666-23.755zm0 0l3.603-7.523h5.145M14.035 51.861h37.871"/><circle cx="50.142" cy="58.463" r="2.375"/><circle cx="14.035" cy="58.463" r="2.375"/><path d="M51.903 42.357s4.842.355 4.842 4.787c0 5.122-4.583 4.712-4.583 4.712m-6.498-28.212v.79m0 12.319v.79m-5.376-13.899v.79m0 12.319v.79m-5.376-13.899v.79m0 12.319v.79m-5.375-13.899v.79m0 12.319v.79m-5.376-13.899v.79m0 12.319v.79m-5.376-13.899v.79m0 12.319v.79m26.879-7.544v.79m-5.376-.79v.79m-5.376-.79v.79m-5.375-.79v.79m-5.376-.79v.79m-5.376-.79v.79"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path fill="#d0cfce" d="M51.903 18.602v23.755H15.015l-3.666-23.755z"/><circle cx="50.142" cy="58.463" r="2.375" fill="#d0cfce"/><circle cx="14.035" cy="58.463" r="2.375" fill="#d0cfce"/><path fill="#9b9b9a" d="M45.664 23.644v.79m0 12.319v.79m-5.376-13.899v.79m0 12.319v.79m-5.376-13.899v.79m0 12.319v.79m-5.375-13.899v.79m0 12.319v.79m-5.376-13.899v.79m0 12.319v.79m-5.376-13.899v.79m0 12.319v.79m26.879-7.544v.79m-5.376-.79v.79m-5.376-.79v.79m-5.375-.79v.79m-5.376-.79v.79m-5.376-.79v.79"/></g><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M51.903 18.602v23.755H15.015l-3.666-23.755zm0 0l3.603-7.523h5.145M14.035 51.861h37.871"/><circle cx="50.142" cy="58.463" r="2.375"/><circle cx="14.035" cy="58.463" r="2.375"/><path d="M51.903 42.357s4.842.355 4.842 4.787c0 5.122-4.583 4.712-4.583 4.712m-6.498-28.212v.79m0 12.319v.79m-5.376-13.899v.79m0 12.319v.79m-5.376-13.899v.79m0 12.319v.79m-5.375-13.899v.79m0 12.319v.79m-5.376-13.899v.79m0 12.319v.79m-5.376-13.899v.79m0 12.319v.79m26.879-7.544v.79m-5.376-.79v.79m-5.376-.79v.79m-5.375-.79v.79m-5.376-.79v.79m-5.376-.79v.79"/></g></svg> </template>
CSS
.icon-shopping-cart {
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%2072%2072%22%3E%3Cg%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M51.903%2018.602v23.755H15.015l-3.666-23.755z%22%2F%3E%3Ccircle%20cx%3D%2250.142%22%20cy%3D%2258.463%22%20r%3D%222.375%22%20fill%3D%22%23d0cfce%22%2F%3E%3Ccircle%20cx%3D%2214.035%22%20cy%3D%2258.463%22%20r%3D%222.375%22%20fill%3D%22%23d0cfce%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M45.664%2023.644v.79m0%2012.319v.79m-5.376-13.899v.79m0%2012.319v.79m-5.376-13.899v.79m0%2012.319v.79m-5.375-13.899v.79m0%2012.319v.79m-5.376-13.899v.79m0%2012.319v.79m-5.376-13.899v.79m0%2012.319v.79m26.879-7.544v.79m-5.376-.79v.79m-5.376-.79v.79m-5.375-.79v.79m-5.376-.79v.79m-5.376-.79v.79%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M51.903%2018.602v23.755H15.015l-3.666-23.755zm0%200l3.603-7.523h5.145M14.035%2051.861h37.871%22%2F%3E%3Ccircle%20cx%3D%2250.142%22%20cy%3D%2258.463%22%20r%3D%222.375%22%2F%3E%3Ccircle%20cx%3D%2214.035%22%20cy%3D%2258.463%22%20r%3D%222.375%22%2F%3E%3Cpath%20d%3D%22M51.903%2042.357s4.842.355%204.842%204.787c0%205.122-4.583%204.712-4.583%204.712m-6.498-28.212v.79m0%2012.319v.79m-5.376-13.899v.79m0%2012.319v.79m-5.376-13.899v.79m0%2012.319v.79m-5.375-13.899v.79m0%2012.319v.79m-5.376-13.899v.79m0%2012.319v.79m-5.376-13.899v.79m0%2012.319v.79m26.879-7.544v.79m-5.376-.79v.79m-5.376-.79v.79m-5.375-.79v.79m-5.376-.79v.79m-5.376-.79v.79%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%2072%2072%22%3E%3Cg%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M51.903%2018.602v23.755H15.015l-3.666-23.755z%22%2F%3E%3Ccircle%20cx%3D%2250.142%22%20cy%3D%2258.463%22%20r%3D%222.375%22%20fill%3D%22%23d0cfce%22%2F%3E%3Ccircle%20cx%3D%2214.035%22%20cy%3D%2258.463%22%20r%3D%222.375%22%20fill%3D%22%23d0cfce%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M45.664%2023.644v.79m0%2012.319v.79m-5.376-13.899v.79m0%2012.319v.79m-5.376-13.899v.79m0%2012.319v.79m-5.375-13.899v.79m0%2012.319v.79m-5.376-13.899v.79m0%2012.319v.79m-5.376-13.899v.79m0%2012.319v.79m26.879-7.544v.79m-5.376-.79v.79m-5.376-.79v.79m-5.375-.79v.79m-5.376-.79v.79m-5.376-.79v.79%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M51.903%2018.602v23.755H15.015l-3.666-23.755zm0%200l3.603-7.523h5.145M14.035%2051.861h37.871%22%2F%3E%3Ccircle%20cx%3D%2250.142%22%20cy%3D%2258.463%22%20r%3D%222.375%22%2F%3E%3Ccircle%20cx%3D%2214.035%22%20cy%3D%2258.463%22%20r%3D%222.375%22%2F%3E%3Cpath%20d%3D%22M51.903%2042.357s4.842.355%204.842%204.787c0%205.122-4.583%204.712-4.583%204.712m-6.498-28.212v.79m0%2012.319v.79m-5.376-13.899v.79m0%2012.319v.79m-5.376-13.899v.79m0%2012.319v.79m-5.375-13.899v.79m0%2012.319v.79m-5.376-13.899v.79m0%2012.319v.79m-5.376-13.899v.79m0%2012.319v.79m26.879-7.544v.79m-5.376-.79v.79m-5.376-.79v.79m-5.375-.79v.79m-5.376-.79v.79m-5.376-.79v.79%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/shopping-cart.svg?color=%231a73e8&size=48