md cart icon

md-cart from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
md-cart
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT
Aliases
android-cart

Related icons in IonIcons

Use the md cart icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M169.6 377.6c-22.882 0-41.6 18.718-41.6 41.601 0 22.882 18.718 41.6 41.6 41.6s41.601-18.718 41.601-41.6c-.001-22.884-18.72-41.601-41.601-41.601zM48 51.2v41.6h41.6l74.883 151.682-31.308 50.954c-3.118 5.2-5.2 12.482-5.2 19.765 0 27.85 19.025 41.6 44.825 41.6H416v-40H177.893c-3.118 0-5.2-2.082-5.2-5.2 0-1.036 2.207-5.2 2.207-5.2l20.782-32.8h154.954c15.601 0 29.128-8.317 36.4-21.836l74.882-128.8c1.237-2.461 2.082-6.246 2.082-10.399 0-11.446-9.364-19.765-20.8-19.765H135.364L115.6 51.2H48zm326.399 326.4c-22.882 0-41.6 18.718-41.6 41.601 0 22.882 18.718 41.6 41.6 41.6S416 442.082 416 419.2c0-22.883-18.719-41.6-41.601-41.6z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdCart(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M169.6 377.6c-22.882 0-41.6 18.718-41.6 41.601 0 22.882 18.718 41.6 41.6 41.6s41.601-18.718 41.601-41.6c-.001-22.884-18.72-41.601-41.601-41.601zM48 51.2v41.6h41.6l74.883 151.682-31.308 50.954c-3.118 5.2-5.2 12.482-5.2 19.765 0 27.85 19.025 41.6 44.825 41.6H416v-40H177.893c-3.118 0-5.2-2.082-5.2-5.2 0-1.036 2.207-5.2 2.207-5.2l20.782-32.8h154.954c15.601 0 29.128-8.317 36.4-21.836l74.882-128.8c1.237-2.461 2.082-6.246 2.082-10.399 0-11.446-9.364-19.765-20.8-19.765H135.364L115.6 51.2H48zm326.399 326.4c-22.882 0-41.6 18.718-41.6 41.601 0 22.882 18.718 41.6 41.6 41.6S416 442.082 416 419.2c0-22.883-18.719-41.6-41.601-41.6z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M169.6 377.6c-22.882 0-41.6 18.718-41.6 41.601 0 22.882 18.718 41.6 41.6 41.6s41.601-18.718 41.601-41.6c-.001-22.884-18.72-41.601-41.601-41.601zM48 51.2v41.6h41.6l74.883 151.682-31.308 50.954c-3.118 5.2-5.2 12.482-5.2 19.765 0 27.85 19.025 41.6 44.825 41.6H416v-40H177.893c-3.118 0-5.2-2.082-5.2-5.2 0-1.036 2.207-5.2 2.207-5.2l20.782-32.8h154.954c15.601 0 29.128-8.317 36.4-21.836l74.882-128.8c1.237-2.461 2.082-6.246 2.082-10.399 0-11.446-9.364-19.765-20.8-19.765H135.364L115.6 51.2H48zm326.399 326.4c-22.882 0-41.6 18.718-41.6 41.601 0 22.882 18.718 41.6 41.6 41.6S416 442.082 416 419.2c0-22.883-18.719-41.6-41.601-41.6z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-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%20512%20512%22%3E%3Cpath%20d%3D%22M169.6%20377.6c-22.882%200-41.6%2018.718-41.6%2041.601%200%2022.882%2018.718%2041.6%2041.6%2041.6s41.601-18.718%2041.601-41.6c-.001-22.884-18.72-41.601-41.601-41.601zM48%2051.2v41.6h41.6l74.883%20151.682-31.308%2050.954c-3.118%205.2-5.2%2012.482-5.2%2019.765%200%2027.85%2019.025%2041.6%2044.825%2041.6H416v-40H177.893c-3.118%200-5.2-2.082-5.2-5.2%200-1.036%202.207-5.2%202.207-5.2l20.782-32.8h154.954c15.601%200%2029.128-8.317%2036.4-21.836l74.882-128.8c1.237-2.461%202.082-6.246%202.082-10.399%200-11.446-9.364-19.765-20.8-19.765H135.364L115.6%2051.2H48zm326.399%20326.4c-22.882%200-41.6%2018.718-41.6%2041.601%200%2022.882%2018.718%2041.6%2041.6%2041.6S416%20442.082%20416%20419.2c0-22.883-18.719-41.6-41.601-41.6z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M169.6%20377.6c-22.882%200-41.6%2018.718-41.6%2041.601%200%2022.882%2018.718%2041.6%2041.6%2041.6s41.601-18.718%2041.601-41.6c-.001-22.884-18.72-41.601-41.601-41.601zM48%2051.2v41.6h41.6l74.883%20151.682-31.308%2050.954c-3.118%205.2-5.2%2012.482-5.2%2019.765%200%2027.85%2019.025%2041.6%2044.825%2041.6H416v-40H177.893c-3.118%200-5.2-2.082-5.2-5.2%200-1.036%202.207-5.2%202.207-5.2l20.782-32.8h154.954c15.601%200%2029.128-8.317%2036.4-21.836l74.882-128.8c1.237-2.461%202.082-6.246%202.082-10.399%200-11.446-9.364-19.765-20.8-19.765H135.364L115.6%2051.2H48zm326.399%20326.4c-22.882%200-41.6%2018.718-41.6%2041.601%200%2022.882%2018.718%2041.6%2041.6%2041.6S416%20442.082%20416%20419.2c0-22.883-18.719-41.6-41.601-41.6z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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