shopping cart icon

shopping-cart-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.

Name
shopping-cart-outlined
Set
Ant Design Icons
Style
Outlined
Viewbox
1024×1024
License
MIT
Aliases
shopping-cart, shopping-cart-outline

The same icon in other sets

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="M922.9 701.9H327.4l29.9-60.9l496.8-.9c16.8 0 31.2-12 34.2-28.6l68.8-385.1c1.8-10.1-.9-20.5-7.5-28.4a34.99 34.99 0 0 0-26.6-12.5l-632-2.1l-5.4-25.4c-3.4-16.2-18-28-34.6-28H96.5a35.3 35.3 0 1 0 0 70.6h125.9L246 312.8l58.1 281.3l-74.8 122.1a34.96 34.96 0 0 0-3 36.8c6 11.9 18.1 19.4 31.5 19.4h62.8a102.43 102.43 0 0 0-20.6 61.7c0 56.6 46 102.6 102.6 102.6s102.6-46 102.6-102.6c0-22.3-7.4-44-20.6-61.7h161.1a102.43 102.43 0 0 0-20.6 61.7c0 56.6 46 102.6 102.6 102.6s102.6-46 102.6-102.6c0-22.3-7.4-44-20.6-61.7H923c19.4 0 35.3-15.8 35.3-35.3a35.42 35.42 0 0 0-35.4-35.2M305.7 253l575.8 1.9l-56.4 315.8l-452.3.8zm96.9 612.7c-17.4 0-31.6-14.2-31.6-31.6s14.2-31.6 31.6-31.6s31.6 14.2 31.6 31.6a31.6 31.6 0 0 1-31.6 31.6m325.1 0c-17.4 0-31.6-14.2-31.6-31.6s14.2-31.6 31.6-31.6s31.6 14.2 31.6 31.6a31.6 31.6 0 0 1-31.6 31.6"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignShoppingCartOutlined(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="M922.9 701.9H327.4l29.9-60.9l496.8-.9c16.8 0 31.2-12 34.2-28.6l68.8-385.1c1.8-10.1-.9-20.5-7.5-28.4a34.99 34.99 0 0 0-26.6-12.5l-632-2.1l-5.4-25.4c-3.4-16.2-18-28-34.6-28H96.5a35.3 35.3 0 1 0 0 70.6h125.9L246 312.8l58.1 281.3l-74.8 122.1a34.96 34.96 0 0 0-3 36.8c6 11.9 18.1 19.4 31.5 19.4h62.8a102.43 102.43 0 0 0-20.6 61.7c0 56.6 46 102.6 102.6 102.6s102.6-46 102.6-102.6c0-22.3-7.4-44-20.6-61.7h161.1a102.43 102.43 0 0 0-20.6 61.7c0 56.6 46 102.6 102.6 102.6s102.6-46 102.6-102.6c0-22.3-7.4-44-20.6-61.7H923c19.4 0 35.3-15.8 35.3-35.3a35.42 35.42 0 0 0-35.4-35.2M305.7 253l575.8 1.9l-56.4 315.8l-452.3.8zm96.9 612.7c-17.4 0-31.6-14.2-31.6-31.6s14.2-31.6 31.6-31.6s31.6 14.2 31.6 31.6a31.6 31.6 0 0 1-31.6 31.6m325.1 0c-17.4 0-31.6-14.2-31.6-31.6s14.2-31.6 31.6-31.6s31.6 14.2 31.6 31.6a31.6 31.6 0 0 1-31.6 31.6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M922.9 701.9H327.4l29.9-60.9l496.8-.9c16.8 0 31.2-12 34.2-28.6l68.8-385.1c1.8-10.1-.9-20.5-7.5-28.4a34.99 34.99 0 0 0-26.6-12.5l-632-2.1l-5.4-25.4c-3.4-16.2-18-28-34.6-28H96.5a35.3 35.3 0 1 0 0 70.6h125.9L246 312.8l58.1 281.3l-74.8 122.1a34.96 34.96 0 0 0-3 36.8c6 11.9 18.1 19.4 31.5 19.4h62.8a102.43 102.43 0 0 0-20.6 61.7c0 56.6 46 102.6 102.6 102.6s102.6-46 102.6-102.6c0-22.3-7.4-44-20.6-61.7h161.1a102.43 102.43 0 0 0-20.6 61.7c0 56.6 46 102.6 102.6 102.6s102.6-46 102.6-102.6c0-22.3-7.4-44-20.6-61.7H923c19.4 0 35.3-15.8 35.3-35.3a35.42 35.42 0 0 0-35.4-35.2M305.7 253l575.8 1.9l-56.4 315.8l-452.3.8zm96.9 612.7c-17.4 0-31.6-14.2-31.6-31.6s14.2-31.6 31.6-31.6s31.6 14.2 31.6 31.6a31.6 31.6 0 0 1-31.6 31.6m325.1 0c-17.4 0-31.6-14.2-31.6-31.6s14.2-31.6 31.6-31.6s31.6 14.2 31.6 31.6a31.6 31.6 0 0 1-31.6 31.6"/></svg>
</template>

CSS

.icon-shopping-cart-outlined {
  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%22M922.9%20701.9H327.4l29.9-60.9l496.8-.9c16.8%200%2031.2-12%2034.2-28.6l68.8-385.1c1.8-10.1-.9-20.5-7.5-28.4a34.99%2034.99%200%200%200-26.6-12.5l-632-2.1l-5.4-25.4c-3.4-16.2-18-28-34.6-28H96.5a35.3%2035.3%200%201%200%200%2070.6h125.9L246%20312.8l58.1%20281.3l-74.8%20122.1a34.96%2034.96%200%200%200-3%2036.8c6%2011.9%2018.1%2019.4%2031.5%2019.4h62.8a102.43%20102.43%200%200%200-20.6%2061.7c0%2056.6%2046%20102.6%20102.6%20102.6s102.6-46%20102.6-102.6c0-22.3-7.4-44-20.6-61.7h161.1a102.43%20102.43%200%200%200-20.6%2061.7c0%2056.6%2046%20102.6%20102.6%20102.6s102.6-46%20102.6-102.6c0-22.3-7.4-44-20.6-61.7H923c19.4%200%2035.3-15.8%2035.3-35.3a35.42%2035.42%200%200%200-35.4-35.2M305.7%20253l575.8%201.9l-56.4%20315.8l-452.3.8zm96.9%20612.7c-17.4%200-31.6-14.2-31.6-31.6s14.2-31.6%2031.6-31.6s31.6%2014.2%2031.6%2031.6a31.6%2031.6%200%200%201-31.6%2031.6m325.1%200c-17.4%200-31.6-14.2-31.6-31.6s14.2-31.6%2031.6-31.6s31.6%2014.2%2031.6%2031.6a31.6%2031.6%200%200%201-31.6%2031.6%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%22M922.9%20701.9H327.4l29.9-60.9l496.8-.9c16.8%200%2031.2-12%2034.2-28.6l68.8-385.1c1.8-10.1-.9-20.5-7.5-28.4a34.99%2034.99%200%200%200-26.6-12.5l-632-2.1l-5.4-25.4c-3.4-16.2-18-28-34.6-28H96.5a35.3%2035.3%200%201%200%200%2070.6h125.9L246%20312.8l58.1%20281.3l-74.8%20122.1a34.96%2034.96%200%200%200-3%2036.8c6%2011.9%2018.1%2019.4%2031.5%2019.4h62.8a102.43%20102.43%200%200%200-20.6%2061.7c0%2056.6%2046%20102.6%20102.6%20102.6s102.6-46%20102.6-102.6c0-22.3-7.4-44-20.6-61.7h161.1a102.43%20102.43%200%200%200-20.6%2061.7c0%2056.6%2046%20102.6%20102.6%20102.6s102.6-46%20102.6-102.6c0-22.3-7.4-44-20.6-61.7H923c19.4%200%2035.3-15.8%2035.3-35.3a35.42%2035.42%200%200%200-35.4-35.2M305.7%20253l575.8%201.9l-56.4%20315.8l-452.3.8zm96.9%20612.7c-17.4%200-31.6-14.2-31.6-31.6s14.2-31.6%2031.6-31.6s31.6%2014.2%2031.6%2031.6a31.6%2031.6%200%200%201-31.6%2031.6m325.1%200c-17.4%200-31.6-14.2-31.6-31.6s14.2-31.6%2031.6-31.6s31.6%2014.2%2031.6%2031.6a31.6%2031.6%200%200%201-31.6%2031.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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