shopping trolley icon
shopping-trolley from Element Plus by Element Plus · Outline · MIT Free for personal and commercial use.
- Name
- shopping-trolley
- Set
- Element Plus
- Style
- Outline
- Viewbox
- 1024×1024
- License
- MIT
Related icons in Element Plus
Use the shopping trolley icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M368 833q-20 0-33.5 13.5C321 860 321 866.7 321 880s4.5 24.5 13.5 33.5s20.2 13.8 33.5 14.5q20-1 33.5-14.5C415 900 415 893.3 415 880s-4.5-24.5-13.5-33.5S381.3 833 368 833m439-193a31.4 31.4 0 0 0 31-24l112-448q3-15-6.5-27.5C934 128 929 128 919 128H96q-14 0-23 9c-9 9-9 13.7-9 23s3 17 9 23s13.7 9 23 9h96v576h672q14 0 23-9c9-9 9-13.7 9-23s-3-17-9-23s-13.7-9-23-9H256v-64zM256 192h622l-96 384H256zm432 641q-20 0-33.5 13.5C641 860 641 866.7 641 880s4.5 24.5 13.5 33.5s20.2 13.8 33.5 14.5q20-1 33.5-14.5C735 900 735 893.3 735 880s-4.5-24.5-13.5-33.5S701.3 833 688 833"/></svg>
React
import type { SVGProps } from "react";
export function EpShoppingTrolley(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M368 833q-20 0-33.5 13.5C321 860 321 866.7 321 880s4.5 24.5 13.5 33.5s20.2 13.8 33.5 14.5q20-1 33.5-14.5C415 900 415 893.3 415 880s-4.5-24.5-13.5-33.5S381.3 833 368 833m439-193a31.4 31.4 0 0 0 31-24l112-448q3-15-6.5-27.5C934 128 929 128 919 128H96q-14 0-23 9c-9 9-9 13.7-9 23s3 17 9 23s13.7 9 23 9h96v576h672q14 0 23-9c9-9 9-13.7 9-23s-3-17-9-23s-13.7-9-23-9H256v-64zM256 192h622l-96 384H256zm432 641q-20 0-33.5 13.5C641 860 641 866.7 641 880s4.5 24.5 13.5 33.5s20.2 13.8 33.5 14.5q20-1 33.5-14.5C735 900 735 893.3 735 880s-4.5-24.5-13.5-33.5S701.3 833 688 833"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M368 833q-20 0-33.5 13.5C321 860 321 866.7 321 880s4.5 24.5 13.5 33.5s20.2 13.8 33.5 14.5q20-1 33.5-14.5C415 900 415 893.3 415 880s-4.5-24.5-13.5-33.5S381.3 833 368 833m439-193a31.4 31.4 0 0 0 31-24l112-448q3-15-6.5-27.5C934 128 929 128 919 128H96q-14 0-23 9c-9 9-9 13.7-9 23s3 17 9 23s13.7 9 23 9h96v576h672q14 0 23-9c9-9 9-13.7 9-23s-3-17-9-23s-13.7-9-23-9H256v-64zM256 192h622l-96 384H256zm432 641q-20 0-33.5 13.5C641 860 641 866.7 641 880s4.5 24.5 13.5 33.5s20.2 13.8 33.5 14.5q20-1 33.5-14.5C735 900 735 893.3 735 880s-4.5-24.5-13.5-33.5S701.3 833 688 833"/></svg> </template>
CSS
.icon-shopping-trolley {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M368%20833q-20%200-33.5%2013.5C321%20860%20321%20866.7%20321%20880s4.5%2024.5%2013.5%2033.5s20.2%2013.8%2033.5%2014.5q20-1%2033.5-14.5C415%20900%20415%20893.3%20415%20880s-4.5-24.5-13.5-33.5S381.3%20833%20368%20833m439-193a31.4%2031.4%200%200%200%2031-24l112-448q3-15-6.5-27.5C934%20128%20929%20128%20919%20128H96q-14%200-23%209c-9%209-9%2013.7-9%2023s3%2017%209%2023s13.7%209%2023%209h96v576h672q14%200%2023-9c9-9%209-13.7%209-23s-3-17-9-23s-13.7-9-23-9H256v-64zM256%20192h622l-96%20384H256zm432%20641q-20%200-33.5%2013.5C641%20860%20641%20866.7%20641%20880s4.5%2024.5%2013.5%2033.5s20.2%2013.8%2033.5%2014.5q20-1%2033.5-14.5C735%20900%20735%20893.3%20735%20880s-4.5-24.5-13.5-33.5S701.3%20833%20688%20833%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M368%20833q-20%200-33.5%2013.5C321%20860%20321%20866.7%20321%20880s4.5%2024.5%2013.5%2033.5s20.2%2013.8%2033.5%2014.5q20-1%2033.5-14.5C415%20900%20415%20893.3%20415%20880s-4.5-24.5-13.5-33.5S381.3%20833%20368%20833m439-193a31.4%2031.4%200%200%200%2031-24l112-448q3-15-6.5-27.5C934%20128%20929%20128%20919%20128H96q-14%200-23%209c-9%209-9%2013.7-9%2023s3%2017%209%2023s13.7%209%2023%209h96v576h672q14%200%2023-9c9-9%209-13.7%209-23s-3-17-9-23s-13.7-9-23-9H256v-64zM256%20192h622l-96%20384H256zm432%20641q-20%200-33.5%2013.5C641%20860%20641%20866.7%20641%20880s4.5%2024.5%2013.5%2033.5s20.2%2013.8%2033.5%2014.5q20-1%2033.5-14.5C735%20900%20735%20893.3%20735%20880s-4.5-24.5-13.5-33.5S701.3%20833%20688%20833%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ep/shopping-trolley.svg?color=%231a73e8&size=48