Cart Large2 icon in outline, twotone, bold and bulk. Free in all four styles, for cart, checkout, storefront, orders. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconCartLarge2 } from "@devigner-ui/icons";
<IconCartLarge2 className="size-6" />
<script setup>
import { IconCartLarge2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconCartLarge2 class="size-6" />
</template>
<script>
import { IconCartLarge2 } from "@devigner-ui/icons-svelte";
</script>
<IconCartLarge2 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m2 3 .26.09c1.32.44 1.98.66 2.36 1.18C5 4.8 5 5.5 5 6.88V9.5c0 2.83 0 4.24.88 5.12s2.3.88 5.12.88h8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M7.5 18a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M16.5 18a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3" stroke="currentColor" stroke-width="1.5"></path><path d="M5 6h11.45c2.06 0 3.08 0 3.53.67.44.68.04 1.62-.77 3.51l-.43 1c-.38.88-.57 1.33-.94 1.57-.38.25-.86.25-1.82.25H5" stroke="currentColor" stroke-width="1.5"></path></svg>