shopping cart icon
shopping-cart from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- shopping-cart
- Set
- Reicon
- Style
- Outline
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All shopping cart icons →shopping-cart-outlinedAnt Design Iconsshopping-cartCarbonshopping-cartEmoji One (Colored)shopping-cartElement Plusshopping-cart-fillEva Iconsshopping-cartFont Awesome Solidshopping-cartFeather Iconsshopping-cartFluent Emojishopping-cartFluent Emoji Flatshopping-cartFluent Emoji High Contrastshopping-cartcss.ggshopping-cartHeroIconsshopping-cartIconParkshopping-cartIconPark Outlineshopping-cartIconPark Solidshopping-cartIconPark TwoToneshopping-cartJam Iconsshopping-cartKeyline Iconsshopping-cartLine Awesomeshopping-cartLucideshopping-cartMage Iconsshopping-cartMajesticonsshopping-cartMaterial Symbolsshopping-cartMaterial Symbols Light
More newicons icons from Reicon
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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="1.5" d="M2 2h1.74c1.08 0 1.93.93 1.84 2l-.83 9.96a2.796 2.796 0 0 0 2.79 3.03h10.65c1.44 0 2.7-1.18 2.81-2.61l.54-7.5c.12-1.66-1.14-3.01-2.81-3.01H5.82M16.25 22a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5m-8 0a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5M9 8h12"/></svg>
React
import type { SVGProps } from "react";
export function ReiconShoppingCart(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="1.5" d="M2 2h1.74c1.08 0 1.93.93 1.84 2l-.83 9.96a2.796 2.796 0 0 0 2.79 3.03h10.65c1.44 0 2.7-1.18 2.81-2.61l.54-7.5c.12-1.66-1.14-3.01-2.81-3.01H5.82M16.25 22a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5m-8 0a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5M9 8h12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="1.5" d="M2 2h1.74c1.08 0 1.93.93 1.84 2l-.83 9.96a2.796 2.796 0 0 0 2.79 3.03h10.65c1.44 0 2.7-1.18 2.81-2.61l.54-7.5c.12-1.66-1.14-3.01-2.81-3.01H5.82M16.25 22a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5m-8 0a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5M9 8h12"/></svg> </template>
CSS
.icon-shopping-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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.5%22%20d%3D%22M2%202h1.74c1.08%200%201.93.93%201.84%202l-.83%209.96a2.796%202.796%200%200%200%202.79%203.03h10.65c1.44%200%202.7-1.18%202.81-2.61l.54-7.5c.12-1.66-1.14-3.01-2.81-3.01H5.82M16.25%2022a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5m-8%200a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5M9%208h12%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.5%22%20d%3D%22M2%202h1.74c1.08%200%201.93.93%201.84%202l-.83%209.96a2.796%202.796%200%200%200%202.79%203.03h10.65c1.44%200%202.7-1.18%202.81-2.61l.54-7.5c.12-1.66-1.14-3.01-2.81-3.01H5.82M16.25%2022a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5m-8%200a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5M9%208h12%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/shopping-cart.svg?color=%231a73e8&size=48