shopping cart full icon

shopping-cart-full from Element Plus by Element Plus · Outline · MIT Free for personal and commercial use.

Name
shopping-cart-full
Set
Element Plus
Style
Outline
Viewbox
1024×1024
License
MIT

Related icons in Element Plus

Use the shopping cart full 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"/><path fill="currentColor" d="M699.6 256L608 146l-91.6 110zM558.8 105a64 64 0 0 1 98.4 0l179.2 215H379.6z"/></svg>

React

import type { SVGProps } from "react";

export function EpShoppingCartFull(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"/><path fill="currentColor" d="M699.6 256L608 146l-91.6 110zM558.8 105a64 64 0 0 1 98.4 0l179.2 215H379.6z"/></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"/><path fill="currentColor" d="M699.6 256L608 146l-91.6 110zM558.8 105a64 64 0 0 1 98.4 0l179.2 215H379.6z"/></svg>
</template>

CSS

.icon-shopping-cart-full {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M699.6%20256L608%20146l-91.6%20110zM558.8%20105a64%2064%200%200%201%2098.4%200l179.2%20215H379.6z%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M699.6%20256L608%20146l-91.6%20110zM558.8%20105a64%2064%200%200%201%2098.4%200l179.2%20215H379.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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