shopping cart emoji
shopping-cart from Fluent Emoji High Contrast by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.
- Name
- shopping-cart
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Objects
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
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-cartcss.ggshopping-cartHeroIconsshopping-cartIconParkshopping-cartIconPark Outlineshopping-cartIconPark Solidshopping-cartIconPark TwoToneshopping-cartJam Iconsshopping-cartLine Awesomeshopping-cartLucideshopping-cartMage Iconsshopping-cartMajesticonsshopping-cartMaterial Symbolsshopping-cartMaterial Symbols Lightshopping-cartNoto Emojishopping-cartOpenMoji
More objects icons from Fluent Emoji High Contrast
Use the shopping cart emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28.778 5H29c.55 0 1-.45 1-1s-.45-1-1-1h-2c-.55 0-1 .45-1 1c0 .415.256.772.617.923L26.34 6H5.2C3.44 6 2 7.432 2 9.253l.52 8.495c.15 2.517 2.52 3.84 4.65 4.009l14.832 1.169c-.028.476.303.928.802 1.045c.572.131 1.144-.193 1.282-.74l1.064-4.134c1.068.334 1.863 1.489 1.863 2.788V22c0 1.608-1.204 3-2.635 3H3c-.547 0-1 .382-1 .956S2.447 27 2.994 27H5.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3h18a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3h.919C26.943 27 29 24.756 29 22v-.115c0-2.268-1.424-4.18-3.351-4.728zm-7.162 11H20v-4h2.605zm1.236-5H20V8.007l1.95.002c.84 0 1.45.776 1.25 1.582zM19 8.006V11h-4.38V8zm-5.38-.007V11h-4.6V7.994zm-5.6-.006V11H4.111L4 9.193c0-.666.54-1.204 1.21-1.204zM4.173 12H8.02v4h-3.6zm.308 5H8.02v2.83l-.68-.053c-1.34-.11-2.74-.875-2.82-2.149zm4.539 2.91V17h4.6v3.272zm5.6.44V17H19v3.62q0 .039.006.076zm5.38.25V17h1.369l-.679 2.747a1.28 1.28 0 0 1-.69.853M14.62 12H19v4h-4.38zm-5.6 0h4.6v4h-4.6z"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastShoppingCart(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28.778 5H29c.55 0 1-.45 1-1s-.45-1-1-1h-2c-.55 0-1 .45-1 1c0 .415.256.772.617.923L26.34 6H5.2C3.44 6 2 7.432 2 9.253l.52 8.495c.15 2.517 2.52 3.84 4.65 4.009l14.832 1.169c-.028.476.303.928.802 1.045c.572.131 1.144-.193 1.282-.74l1.064-4.134c1.068.334 1.863 1.489 1.863 2.788V22c0 1.608-1.204 3-2.635 3H3c-.547 0-1 .382-1 .956S2.447 27 2.994 27H5.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3h18a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3h.919C26.943 27 29 24.756 29 22v-.115c0-2.268-1.424-4.18-3.351-4.728zm-7.162 11H20v-4h2.605zm1.236-5H20V8.007l1.95.002c.84 0 1.45.776 1.25 1.582zM19 8.006V11h-4.38V8zm-5.38-.007V11h-4.6V7.994zm-5.6-.006V11H4.111L4 9.193c0-.666.54-1.204 1.21-1.204zM4.173 12H8.02v4h-3.6zm.308 5H8.02v2.83l-.68-.053c-1.34-.11-2.74-.875-2.82-2.149zm4.539 2.91V17h4.6v3.272zm5.6.44V17H19v3.62q0 .039.006.076zm5.38.25V17h1.369l-.679 2.747a1.28 1.28 0 0 1-.69.853M14.62 12H19v4h-4.38zm-5.6 0h4.6v4h-4.6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28.778 5H29c.55 0 1-.45 1-1s-.45-1-1-1h-2c-.55 0-1 .45-1 1c0 .415.256.772.617.923L26.34 6H5.2C3.44 6 2 7.432 2 9.253l.52 8.495c.15 2.517 2.52 3.84 4.65 4.009l14.832 1.169c-.028.476.303.928.802 1.045c.572.131 1.144-.193 1.282-.74l1.064-4.134c1.068.334 1.863 1.489 1.863 2.788V22c0 1.608-1.204 3-2.635 3H3c-.547 0-1 .382-1 .956S2.447 27 2.994 27H5.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3h18a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3h.919C26.943 27 29 24.756 29 22v-.115c0-2.268-1.424-4.18-3.351-4.728zm-7.162 11H20v-4h2.605zm1.236-5H20V8.007l1.95.002c.84 0 1.45.776 1.25 1.582zM19 8.006V11h-4.38V8zm-5.38-.007V11h-4.6V7.994zm-5.6-.006V11H4.111L4 9.193c0-.666.54-1.204 1.21-1.204zM4.173 12H8.02v4h-3.6zm.308 5H8.02v2.83l-.68-.053c-1.34-.11-2.74-.875-2.82-2.149zm4.539 2.91V17h4.6v3.272zm5.6.44V17H19v3.62q0 .039.006.076zm5.38.25V17h1.369l-.679 2.747a1.28 1.28 0 0 1-.69.853M14.62 12H19v4h-4.38zm-5.6 0h4.6v4h-4.6z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28.778%205H29c.55%200%201-.45%201-1s-.45-1-1-1h-2c-.55%200-1%20.45-1%201c0%20.415.256.772.617.923L26.34%206H5.2C3.44%206%202%207.432%202%209.253l.52%208.495c.15%202.517%202.52%203.84%204.65%204.009l14.832%201.169c-.028.476.303.928.802%201.045c.572.131%201.144-.193%201.282-.74l1.064-4.134c1.068.334%201.863%201.489%201.863%202.788V22c0%201.608-1.204%203-2.635%203H3c-.547%200-1%20.382-1%20.956S2.447%2027%202.994%2027H5.5a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3h18a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3h.919C26.943%2027%2029%2024.756%2029%2022v-.115c0-2.268-1.424-4.18-3.351-4.728zm-7.162%2011H20v-4h2.605zm1.236-5H20V8.007l1.95.002c.84%200%201.45.776%201.25%201.582zM19%208.006V11h-4.38V8zm-5.38-.007V11h-4.6V7.994zm-5.6-.006V11H4.111L4%209.193c0-.666.54-1.204%201.21-1.204zM4.173%2012H8.02v4h-3.6zm.308%205H8.02v2.83l-.68-.053c-1.34-.11-2.74-.875-2.82-2.149zm4.539%202.91V17h4.6v3.272zm5.6.44V17H19v3.62q0%20.039.006.076zm5.38.25V17h1.369l-.679%202.747a1.28%201.28%200%200%201-.69.853M14.62%2012H19v4h-4.38zm-5.6%200h4.6v4h-4.6z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28.778%205H29c.55%200%201-.45%201-1s-.45-1-1-1h-2c-.55%200-1%20.45-1%201c0%20.415.256.772.617.923L26.34%206H5.2C3.44%206%202%207.432%202%209.253l.52%208.495c.15%202.517%202.52%203.84%204.65%204.009l14.832%201.169c-.028.476.303.928.802%201.045c.572.131%201.144-.193%201.282-.74l1.064-4.134c1.068.334%201.863%201.489%201.863%202.788V22c0%201.608-1.204%203-2.635%203H3c-.547%200-1%20.382-1%20.956S2.447%2027%202.994%2027H5.5a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3h18a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3h.919C26.943%2027%2029%2024.756%2029%2022v-.115c0-2.268-1.424-4.18-3.351-4.728zm-7.162%2011H20v-4h2.605zm1.236-5H20V8.007l1.95.002c.84%200%201.45.776%201.25%201.582zM19%208.006V11h-4.38V8zm-5.38-.007V11h-4.6V7.994zm-5.6-.006V11H4.111L4%209.193c0-.666.54-1.204%201.21-1.204zM4.173%2012H8.02v4h-3.6zm.308%205H8.02v2.83l-.68-.053c-1.34-.11-2.74-.875-2.82-2.149zm4.539%202.91V17h4.6v3.272zm5.6.44V17H19v3.62q0%20.039.006.076zm5.38.25V17h1.369l-.679%202.747a1.28%201.28%200%200%201-.69.853M14.62%2012H19v4h-4.38zm-5.6%200h4.6v4h-4.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/shopping-cart.svg?color=%231a73e8&size=48