shopping cart emoji

shopping-cart from Twitter Emoji by Twitter · Default · Objects · CC-BY-4.0 Attribution required.

Name
shopping-cart
Set
Twitter Emoji
Style
Default
Category
Objects
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More objects icons from Twitter Emoji

Use the shopping cart emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ccd6dd" d="M31 22H11L9 10h24z"/><path fill="#66757f" d="M32.984 27h-22C9.89 27 9 26.109 9 25.016S9.906 23 11 23l.007-.001l.008.001H31a1 1 0 0 0 .986-.836l2-12A.997.997 0 0 0 33 9H9.817l-1.04-6.166a.99.99 0 0 0-.942-.814C7.819 2.017 7.808 2 7.792 2H3a1 1 0 0 0 0 2h3.946l2.903 17.216c-1.642.493-2.849 2-2.849 3.8A3.99 3.99 0 0 0 10.984 29h22a1 1 0 1 0 0-2M30.82 17h-3.307l.273-2h3.366zm-5.326 0H22v-2h3.767zM20 17h-3.494l-.273-2H20zm-5.512 0h-3.307l-.333-2h3.367zm-2.641 4l-.333-2h3.247l.273 2zm5.206 0l-.273-2H20v2zM22 21v-2h3.22l-.273 2zm4.967 0l.273-2h3.247l-.333 2zm4.852-10l-.333 2H28.06l.273-2zm-5.505 0l-.273 2H22v-2zM20 11v2h-4.041l-.273-2zm-6.333 0l.273 2h-3.427l-.333-2z"/><circle cx="14" cy="31" r="3" fill="#e1e8ed"/><path fill="#292f33" d="M14 35c-2.206 0-4-1.794-4-4s1.794-4 4-4s4 1.794 4 4s-1.794 4-4 4m0-6c-1.103 0-2 .897-2 2s.897 2 2 2s2-.897 2-2s-.897-2-2-2"/><circle cx="28" cy="31" r="3" fill="#e1e8ed"/><path fill="#292f33" d="M28 35c-2.206 0-4-1.794-4-4s1.794-4 4-4s4 1.794 4 4s-1.794 4-4 4m0-6c-1.103 0-2 .897-2 2s.897 2 2 2s2-.897 2-2s-.897-2-2-2"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiShoppingCart(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ccd6dd" d="M31 22H11L9 10h24z"/><path fill="#66757f" d="M32.984 27h-22C9.89 27 9 26.109 9 25.016S9.906 23 11 23l.007-.001l.008.001H31a1 1 0 0 0 .986-.836l2-12A.997.997 0 0 0 33 9H9.817l-1.04-6.166a.99.99 0 0 0-.942-.814C7.819 2.017 7.808 2 7.792 2H3a1 1 0 0 0 0 2h3.946l2.903 17.216c-1.642.493-2.849 2-2.849 3.8A3.99 3.99 0 0 0 10.984 29h22a1 1 0 1 0 0-2M30.82 17h-3.307l.273-2h3.366zm-5.326 0H22v-2h3.767zM20 17h-3.494l-.273-2H20zm-5.512 0h-3.307l-.333-2h3.367zm-2.641 4l-.333-2h3.247l.273 2zm5.206 0l-.273-2H20v2zM22 21v-2h3.22l-.273 2zm4.967 0l.273-2h3.247l-.333 2zm4.852-10l-.333 2H28.06l.273-2zm-5.505 0l-.273 2H22v-2zM20 11v2h-4.041l-.273-2zm-6.333 0l.273 2h-3.427l-.333-2z"/><circle cx="14" cy="31" r="3" fill="#e1e8ed"/><path fill="#292f33" d="M14 35c-2.206 0-4-1.794-4-4s1.794-4 4-4s4 1.794 4 4s-1.794 4-4 4m0-6c-1.103 0-2 .897-2 2s.897 2 2 2s2-.897 2-2s-.897-2-2-2"/><circle cx="28" cy="31" r="3" fill="#e1e8ed"/><path fill="#292f33" d="M28 35c-2.206 0-4-1.794-4-4s1.794-4 4-4s4 1.794 4 4s-1.794 4-4 4m0-6c-1.103 0-2 .897-2 2s.897 2 2 2s2-.897 2-2s-.897-2-2-2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ccd6dd" d="M31 22H11L9 10h24z"/><path fill="#66757f" d="M32.984 27h-22C9.89 27 9 26.109 9 25.016S9.906 23 11 23l.007-.001l.008.001H31a1 1 0 0 0 .986-.836l2-12A.997.997 0 0 0 33 9H9.817l-1.04-6.166a.99.99 0 0 0-.942-.814C7.819 2.017 7.808 2 7.792 2H3a1 1 0 0 0 0 2h3.946l2.903 17.216c-1.642.493-2.849 2-2.849 3.8A3.99 3.99 0 0 0 10.984 29h22a1 1 0 1 0 0-2M30.82 17h-3.307l.273-2h3.366zm-5.326 0H22v-2h3.767zM20 17h-3.494l-.273-2H20zm-5.512 0h-3.307l-.333-2h3.367zm-2.641 4l-.333-2h3.247l.273 2zm5.206 0l-.273-2H20v2zM22 21v-2h3.22l-.273 2zm4.967 0l.273-2h3.247l-.333 2zm4.852-10l-.333 2H28.06l.273-2zm-5.505 0l-.273 2H22v-2zM20 11v2h-4.041l-.273-2zm-6.333 0l.273 2h-3.427l-.333-2z"/><circle cx="14" cy="31" r="3" fill="#e1e8ed"/><path fill="#292f33" d="M14 35c-2.206 0-4-1.794-4-4s1.794-4 4-4s4 1.794 4 4s-1.794 4-4 4m0-6c-1.103 0-2 .897-2 2s.897 2 2 2s2-.897 2-2s-.897-2-2-2"/><circle cx="28" cy="31" r="3" fill="#e1e8ed"/><path fill="#292f33" d="M28 35c-2.206 0-4-1.794-4-4s1.794-4 4-4s4 1.794 4 4s-1.794 4-4 4m0-6c-1.103 0-2 .897-2 2s.897 2 2 2s2-.897 2-2s-.897-2-2-2"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%23ccd6dd%22%20d%3D%22M31%2022H11L9%2010h24z%22%2F%3E%3Cpath%20fill%3D%22%2366757f%22%20d%3D%22M32.984%2027h-22C9.89%2027%209%2026.109%209%2025.016S9.906%2023%2011%2023l.007-.001l.008.001H31a1%201%200%200%200%20.986-.836l2-12A.997.997%200%200%200%2033%209H9.817l-1.04-6.166a.99.99%200%200%200-.942-.814C7.819%202.017%207.808%202%207.792%202H3a1%201%200%200%200%200%202h3.946l2.903%2017.216c-1.642.493-2.849%202-2.849%203.8A3.99%203.99%200%200%200%2010.984%2029h22a1%201%200%201%200%200-2M30.82%2017h-3.307l.273-2h3.366zm-5.326%200H22v-2h3.767zM20%2017h-3.494l-.273-2H20zm-5.512%200h-3.307l-.333-2h3.367zm-2.641%204l-.333-2h3.247l.273%202zm5.206%200l-.273-2H20v2zM22%2021v-2h3.22l-.273%202zm4.967%200l.273-2h3.247l-.333%202zm4.852-10l-.333%202H28.06l.273-2zm-5.505%200l-.273%202H22v-2zM20%2011v2h-4.041l-.273-2zm-6.333%200l.273%202h-3.427l-.333-2z%22%2F%3E%3Ccircle%20cx%3D%2214%22%20cy%3D%2231%22%20r%3D%223%22%20fill%3D%22%23e1e8ed%22%2F%3E%3Cpath%20fill%3D%22%23292f33%22%20d%3D%22M14%2035c-2.206%200-4-1.794-4-4s1.794-4%204-4s4%201.794%204%204s-1.794%204-4%204m0-6c-1.103%200-2%20.897-2%202s.897%202%202%202s2-.897%202-2s-.897-2-2-2%22%2F%3E%3Ccircle%20cx%3D%2228%22%20cy%3D%2231%22%20r%3D%223%22%20fill%3D%22%23e1e8ed%22%2F%3E%3Cpath%20fill%3D%22%23292f33%22%20d%3D%22M28%2035c-2.206%200-4-1.794-4-4s1.794-4%204-4s4%201.794%204%204s-1.794%204-4%204m0-6c-1.103%200-2%20.897-2%202s.897%202%202%202s2-.897%202-2s-.897-2-2-2%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23ccd6dd%22%20d%3D%22M31%2022H11L9%2010h24z%22%2F%3E%3Cpath%20fill%3D%22%2366757f%22%20d%3D%22M32.984%2027h-22C9.89%2027%209%2026.109%209%2025.016S9.906%2023%2011%2023l.007-.001l.008.001H31a1%201%200%200%200%20.986-.836l2-12A.997.997%200%200%200%2033%209H9.817l-1.04-6.166a.99.99%200%200%200-.942-.814C7.819%202.017%207.808%202%207.792%202H3a1%201%200%200%200%200%202h3.946l2.903%2017.216c-1.642.493-2.849%202-2.849%203.8A3.99%203.99%200%200%200%2010.984%2029h22a1%201%200%201%200%200-2M30.82%2017h-3.307l.273-2h3.366zm-5.326%200H22v-2h3.767zM20%2017h-3.494l-.273-2H20zm-5.512%200h-3.307l-.333-2h3.367zm-2.641%204l-.333-2h3.247l.273%202zm5.206%200l-.273-2H20v2zM22%2021v-2h3.22l-.273%202zm4.967%200l.273-2h3.247l-.333%202zm4.852-10l-.333%202H28.06l.273-2zm-5.505%200l-.273%202H22v-2zM20%2011v2h-4.041l-.273-2zm-6.333%200l.273%202h-3.427l-.333-2z%22%2F%3E%3Ccircle%20cx%3D%2214%22%20cy%3D%2231%22%20r%3D%223%22%20fill%3D%22%23e1e8ed%22%2F%3E%3Cpath%20fill%3D%22%23292f33%22%20d%3D%22M14%2035c-2.206%200-4-1.794-4-4s1.794-4%204-4s4%201.794%204%204s-1.794%204-4%204m0-6c-1.103%200-2%20.897-2%202s.897%202%202%202s2-.897%202-2s-.897-2-2-2%22%2F%3E%3Ccircle%20cx%3D%2228%22%20cy%3D%2231%22%20r%3D%223%22%20fill%3D%22%23e1e8ed%22%2F%3E%3Cpath%20fill%3D%22%23292f33%22%20d%3D%22M28%2035c-2.206%200-4-1.794-4-4s1.794-4%204-4s4%201.794%204%204s-1.794%204-4%204m0-6c-1.103%200-2%20.897-2%202s.897%202%202%202s2-.897%202-2s-.897-2-2-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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