ios basket icon

ios-basket from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
ios-basket
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the ios basket icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M387.9 373.7h49.2l17.5-75.4h-66.7z" fill="currentColor"/><path d="M387.9 448h.5c18.7 0 33.4-12.5 38.3-29.5l6-25.9h-44.8V448z" fill="currentColor"/><path d="M265.4 392.5h103.7V448H265.4z" fill="currentColor"/><path d="M75 373.7h49v-75.4H57.5z" fill="currentColor"/><path d="M142.9 192h103.7v87.5H142.9z" fill="currentColor"/><path d="M265.4 192h103.7v87.5H265.4z" fill="currentColor"/><path d="M85.5 418.3c4.7 17 19.4 29.7 38.1 29.7h.5v-55.5H79.4l6.1 25.8z" fill="currentColor"/><path d="M142.9 392.5h103.7V448H142.9z" fill="currentColor"/><path d="M265.4 298.3h103.7v75.4H265.4z" fill="currentColor"/><path d="M142.9 298.3h103.7v75.4H142.9z" fill="currentColor"/><path d="M464 192h-47.9V96c0-17.6-14.4-32-32-32H127.9c-17.6 0-32 14.4-32 32v96H48c-10.3 0-17.9 9.6-15.6 19.6l19.7 67.9H124V106c0-7.7 6.3-14 14-14h236c7.7 0 14 6.3 14 14v173.5h72l19.6-67.9c2.3-10-5.3-19.6-15.6-19.6z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosBasket(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M387.9 373.7h49.2l17.5-75.4h-66.7z" fill="currentColor"/><path d="M387.9 448h.5c18.7 0 33.4-12.5 38.3-29.5l6-25.9h-44.8V448z" fill="currentColor"/><path d="M265.4 392.5h103.7V448H265.4z" fill="currentColor"/><path d="M75 373.7h49v-75.4H57.5z" fill="currentColor"/><path d="M142.9 192h103.7v87.5H142.9z" fill="currentColor"/><path d="M265.4 192h103.7v87.5H265.4z" fill="currentColor"/><path d="M85.5 418.3c4.7 17 19.4 29.7 38.1 29.7h.5v-55.5H79.4l6.1 25.8z" fill="currentColor"/><path d="M142.9 392.5h103.7V448H142.9z" fill="currentColor"/><path d="M265.4 298.3h103.7v75.4H265.4z" fill="currentColor"/><path d="M142.9 298.3h103.7v75.4H142.9z" fill="currentColor"/><path d="M464 192h-47.9V96c0-17.6-14.4-32-32-32H127.9c-17.6 0-32 14.4-32 32v96H48c-10.3 0-17.9 9.6-15.6 19.6l19.7 67.9H124V106c0-7.7 6.3-14 14-14h236c7.7 0 14 6.3 14 14v173.5h72l19.6-67.9c2.3-10-5.3-19.6-15.6-19.6z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M387.9 373.7h49.2l17.5-75.4h-66.7z" fill="currentColor"/><path d="M387.9 448h.5c18.7 0 33.4-12.5 38.3-29.5l6-25.9h-44.8V448z" fill="currentColor"/><path d="M265.4 392.5h103.7V448H265.4z" fill="currentColor"/><path d="M75 373.7h49v-75.4H57.5z" fill="currentColor"/><path d="M142.9 192h103.7v87.5H142.9z" fill="currentColor"/><path d="M265.4 192h103.7v87.5H265.4z" fill="currentColor"/><path d="M85.5 418.3c4.7 17 19.4 29.7 38.1 29.7h.5v-55.5H79.4l6.1 25.8z" fill="currentColor"/><path d="M142.9 392.5h103.7V448H142.9z" fill="currentColor"/><path d="M265.4 298.3h103.7v75.4H265.4z" fill="currentColor"/><path d="M142.9 298.3h103.7v75.4H142.9z" fill="currentColor"/><path d="M464 192h-47.9V96c0-17.6-14.4-32-32-32H127.9c-17.6 0-32 14.4-32 32v96H48c-10.3 0-17.9 9.6-15.6 19.6l19.7 67.9H124V106c0-7.7 6.3-14 14-14h236c7.7 0 14 6.3 14 14v173.5h72l19.6-67.9c2.3-10-5.3-19.6-15.6-19.6z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-basket {
  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%20512%20512%22%3E%3Cpath%20d%3D%22M387.9%20373.7h49.2l17.5-75.4h-66.7z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M387.9%20448h.5c18.7%200%2033.4-12.5%2038.3-29.5l6-25.9h-44.8V448z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M265.4%20392.5h103.7V448H265.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M75%20373.7h49v-75.4H57.5z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M142.9%20192h103.7v87.5H142.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M265.4%20192h103.7v87.5H265.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M85.5%20418.3c4.7%2017%2019.4%2029.7%2038.1%2029.7h.5v-55.5H79.4l6.1%2025.8z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M142.9%20392.5h103.7V448H142.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M265.4%20298.3h103.7v75.4H265.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M142.9%20298.3h103.7v75.4H142.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M464%20192h-47.9V96c0-17.6-14.4-32-32-32H127.9c-17.6%200-32%2014.4-32%2032v96H48c-10.3%200-17.9%209.6-15.6%2019.6l19.7%2067.9H124V106c0-7.7%206.3-14%2014-14h236c7.7%200%2014%206.3%2014%2014v173.5h72l19.6-67.9c2.3-10-5.3-19.6-15.6-19.6z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M387.9%20373.7h49.2l17.5-75.4h-66.7z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M387.9%20448h.5c18.7%200%2033.4-12.5%2038.3-29.5l6-25.9h-44.8V448z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M265.4%20392.5h103.7V448H265.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M75%20373.7h49v-75.4H57.5z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M142.9%20192h103.7v87.5H142.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M265.4%20192h103.7v87.5H265.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M85.5%20418.3c4.7%2017%2019.4%2029.7%2038.1%2029.7h.5v-55.5H79.4l6.1%2025.8z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M142.9%20392.5h103.7V448H142.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M265.4%20298.3h103.7v75.4H265.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M142.9%20298.3h103.7v75.4H142.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M464%20192h-47.9V96c0-17.6-14.4-32-32-32H127.9c-17.6%200-32%2014.4-32%2032v96H48c-10.3%200-17.9%209.6-15.6%2019.6l19.7%2067.9H124V106c0-7.7%206.3-14%2014-14h236c7.7%200%2014%206.3%2014%2014v173.5h72l19.6-67.9c2.3-10-5.3-19.6-15.6-19.6z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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