shopping cart icon
shopping-cart from Element Plus by Element Plus · Outline · MIT Free for personal and commercial use.
- Name
- shopping-cart
- Set
- Element Plus
- Style
- Outline
- Viewbox
- 1024×1024
- License
- MIT
The same icon in other sets
shopping-cart-outlinedAnt Design Iconsshopping-cartCarbonshopping-cartEmoji One (Colored)shopping-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 Emojishopping-cartOpenMoji
Related icons in Element Plus
Use the shopping cart icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M432 928a48 48 0 1 1 0-96a48 48 0 0 1 0 96m320 0a48 48 0 1 1 0-96a48 48 0 0 1 0 96M96 128a32 32 0 0 1 0-64h160a32 32 0 0 1 31.4 25.7L320.6 256H928a32 32 0 0 1 31.3 38.7l-96 448A32 32 0 0 1 832 768H384a32 32 0 0 1-31.4-25.7L229.8 128zm314.2 576h396l82.2-384h-555z"/></svg>
React
import type { SVGProps } from "react";
export function EpShoppingCart(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M432 928a48 48 0 1 1 0-96a48 48 0 0 1 0 96m320 0a48 48 0 1 1 0-96a48 48 0 0 1 0 96M96 128a32 32 0 0 1 0-64h160a32 32 0 0 1 31.4 25.7L320.6 256H928a32 32 0 0 1 31.3 38.7l-96 448A32 32 0 0 1 832 768H384a32 32 0 0 1-31.4-25.7L229.8 128zm314.2 576h396l82.2-384h-555z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M432 928a48 48 0 1 1 0-96a48 48 0 0 1 0 96m320 0a48 48 0 1 1 0-96a48 48 0 0 1 0 96M96 128a32 32 0 0 1 0-64h160a32 32 0 0 1 31.4 25.7L320.6 256H928a32 32 0 0 1 31.3 38.7l-96 448A32 32 0 0 1 832 768H384a32 32 0 0 1-31.4-25.7L229.8 128zm314.2 576h396l82.2-384h-555z"/></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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M432%20928a48%2048%200%201%201%200-96a48%2048%200%200%201%200%2096m320%200a48%2048%200%201%201%200-96a48%2048%200%200%201%200%2096M96%20128a32%2032%200%200%201%200-64h160a32%2032%200%200%201%2031.4%2025.7L320.6%20256H928a32%2032%200%200%201%2031.3%2038.7l-96%20448A32%2032%200%200%201%20832%20768H384a32%2032%200%200%201-31.4-25.7L229.8%20128zm314.2%20576h396l82.2-384h-555z%22%2F%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M432%20928a48%2048%200%201%201%200-96a48%2048%200%200%201%200%2096m320%200a48%2048%200%201%201%200-96a48%2048%200%200%201%200%2096M96%20128a32%2032%200%200%201%200-64h160a32%2032%200%200%201%2031.4%2025.7L320.6%20256H928a32%2032%200%200%201%2031.3%2038.7l-96%20448A32%2032%200%200%201%20832%20768H384a32%2032%200%200%201-31.4-25.7L229.8%20128zm314.2%20576h396l82.2-384h-555z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ep/shopping-cart.svg?color=%231a73e8&size=48