shopping-cart-outline-sharp from Material Symbols Light by Google · Outline Sharp · Business · Apache-2.0 Free for personal and commercial use.

Name
shopping-cart-outline-sharp
Set
Material Symbols Light
Style
Outline Sharp
Category
Business
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More business icons from Material Symbols Light

Use the shopping cart icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.241 20.682q-.433-.434-.433-1.066t.433-1.067q.434-.433 1.067-.433t1.066.433t.434 1.067t-.434 1.066t-1.066.434t-1.067-.434m9.385 0q-.434-.434-.434-1.066t.434-1.067q.434-.433 1.066-.433t1.067.433q.433.434.433 1.067q0 .632-.433 1.066q-.434.434-1.067.434t-1.066-.434M5.881 5.5l2.669 5.616h7L18.627 5.5zm-.489-1h14.923l-4.167 7.616H8.1l-1.639 3h11.731v1H4.741l2.744-4.9L3.808 3.5H2v-1h2.442zm3.158 6.616h7z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightShoppingCartOutlineSharp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.241 20.682q-.433-.434-.433-1.066t.433-1.067q.434-.433 1.067-.433t1.066.433t.434 1.067t-.434 1.066t-1.066.434t-1.067-.434m9.385 0q-.434-.434-.434-1.066t.434-1.067q.434-.433 1.066-.433t1.067.433q.433.434.433 1.067q0 .632-.433 1.066q-.434.434-1.067.434t-1.066-.434M5.881 5.5l2.669 5.616h7L18.627 5.5zm-.489-1h14.923l-4.167 7.616H8.1l-1.639 3h11.731v1H4.741l2.744-4.9L3.808 3.5H2v-1h2.442zm3.158 6.616h7z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.241 20.682q-.433-.434-.433-1.066t.433-1.067q.434-.433 1.067-.433t1.066.433t.434 1.067t-.434 1.066t-1.066.434t-1.067-.434m9.385 0q-.434-.434-.434-1.066t.434-1.067q.434-.433 1.066-.433t1.067.433q.433.434.433 1.067q0 .632-.433 1.066q-.434.434-1.067.434t-1.066-.434M5.881 5.5l2.669 5.616h7L18.627 5.5zm-.489-1h14.923l-4.167 7.616H8.1l-1.639 3h11.731v1H4.741l2.744-4.9L3.808 3.5H2v-1h2.442zm3.158 6.616h7z"/></svg>
</template>

CSS

.icon-shopping-cart-outline-sharp {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.241%2020.682q-.433-.434-.433-1.066t.433-1.067q.434-.433%201.067-.433t1.066.433t.434%201.067t-.434%201.066t-1.066.434t-1.067-.434m9.385%200q-.434-.434-.434-1.066t.434-1.067q.434-.433%201.066-.433t1.067.433q.433.434.433%201.067q0%20.632-.433%201.066q-.434.434-1.067.434t-1.066-.434M5.881%205.5l2.669%205.616h7L18.627%205.5zm-.489-1h14.923l-4.167%207.616H8.1l-1.639%203h11.731v1H4.741l2.744-4.9L3.808%203.5H2v-1h2.442zm3.158%206.616h7z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.241%2020.682q-.433-.434-.433-1.066t.433-1.067q.434-.433%201.067-.433t1.066.433t.434%201.067t-.434%201.066t-1.066.434t-1.067-.434m9.385%200q-.434-.434-.434-1.066t.434-1.067q.434-.433%201.066-.433t1.067.433q.433.434.433%201.067q0%20.632-.433%201.066q-.434.434-1.067.434t-1.066-.434M5.881%205.5l2.669%205.616h7L18.627%205.5zm-.489-1h14.923l-4.167%207.616H8.1l-1.639%203h11.731v1H4.741l2.744-4.9L3.808%203.5H2v-1h2.442zm3.158%206.616h7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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