bigbasket from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
bigbasket
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the bigbasket logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.543 12.989a3.35 3.35 0 0 0-.871-1.375a2.25 2.25 0 0 0-1.474-.503a2.28 2.28 0 0 0-1.541.536a2.95 2.95 0 0 0-.973 1.375a5.6 5.6 0 0 0-.335 1.845a5.4 5.4 0 0 0 .335 1.809c.192.548.528 1.034.973 1.407c.441.339.985.516 1.541.503a2.08 2.08 0 0 0 1.945-1.072h-.002a4.9 4.9 0 0 0 .67-2.649a6.5 6.5 0 0 0-.268-1.876M20.381.033H3.587A3.584 3.584 0 0 0 0 3.585V20.38a3.59 3.59 0 0 0 3.587 3.586h16.794c1.986 0 3.601-1.6 3.619-3.586V3.585A3.614 3.614 0 0 0 20.381.033M10.64 3.034h1.911v5.744a3.47 3.47 0 0 0-1.911-.584zm-.438 17.93a5.6 5.6 0 0 1-2.278-.369a3.5 3.5 0 0 1-1.174-.804a4 4 0 0 1-.335-.536l-.033-.134v.302C6.281 21.266 3.4 20.931 3.4 20.931V3.034h3.15v7.442h.034a3.7 3.7 0 0 1 1.541-1.309a4.8 4.8 0 0 1 2.079-.435a4.2 4.2 0 0 1 2.649.871a5.26 5.26 0 0 1 1.675 2.278v-.001c.372.951.565 1.963.569 2.984a8.4 8.4 0 0 1-.571 2.984a5.47 5.47 0 0 1-1.675 2.278a4.16 4.16 0 0 1-2.649.838m9.828-3.111a5.47 5.47 0 0 1-1.675 2.278a4.17 4.17 0 0 1-2.649.838a5.6 5.6 0 0 1-2.278-.37a5 5 0 0 1-.362-.186c.444-.36.837-.778 1.168-1.245c.353.127.726.189 1.101.185c2.38 0 3.15-2.502 3.15-4.484c0-1.96-.721-4.523-3.15-4.523a3 3 0 0 0-1.021.163a6.4 6.4 0 0 0-1.017-1.166q.161-.094.331-.176a4.72 4.72 0 0 1 6.403 2.715l-.001.004c.373.951.566 1.963.571 2.984a8.4 8.4 0 0 1-.571 2.983"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsBigbasket(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.543 12.989a3.35 3.35 0 0 0-.871-1.375a2.25 2.25 0 0 0-1.474-.503a2.28 2.28 0 0 0-1.541.536a2.95 2.95 0 0 0-.973 1.375a5.6 5.6 0 0 0-.335 1.845a5.4 5.4 0 0 0 .335 1.809c.192.548.528 1.034.973 1.407c.441.339.985.516 1.541.503a2.08 2.08 0 0 0 1.945-1.072h-.002a4.9 4.9 0 0 0 .67-2.649a6.5 6.5 0 0 0-.268-1.876M20.381.033H3.587A3.584 3.584 0 0 0 0 3.585V20.38a3.59 3.59 0 0 0 3.587 3.586h16.794c1.986 0 3.601-1.6 3.619-3.586V3.585A3.614 3.614 0 0 0 20.381.033M10.64 3.034h1.911v5.744a3.47 3.47 0 0 0-1.911-.584zm-.438 17.93a5.6 5.6 0 0 1-2.278-.369a3.5 3.5 0 0 1-1.174-.804a4 4 0 0 1-.335-.536l-.033-.134v.302C6.281 21.266 3.4 20.931 3.4 20.931V3.034h3.15v7.442h.034a3.7 3.7 0 0 1 1.541-1.309a4.8 4.8 0 0 1 2.079-.435a4.2 4.2 0 0 1 2.649.871a5.26 5.26 0 0 1 1.675 2.278v-.001c.372.951.565 1.963.569 2.984a8.4 8.4 0 0 1-.571 2.984a5.47 5.47 0 0 1-1.675 2.278a4.16 4.16 0 0 1-2.649.838m9.828-3.111a5.47 5.47 0 0 1-1.675 2.278a4.17 4.17 0 0 1-2.649.838a5.6 5.6 0 0 1-2.278-.37a5 5 0 0 1-.362-.186c.444-.36.837-.778 1.168-1.245c.353.127.726.189 1.101.185c2.38 0 3.15-2.502 3.15-4.484c0-1.96-.721-4.523-3.15-4.523a3 3 0 0 0-1.021.163a6.4 6.4 0 0 0-1.017-1.166q.161-.094.331-.176a4.72 4.72 0 0 1 6.403 2.715l-.001.004c.373.951.566 1.963.571 2.984a8.4 8.4 0 0 1-.571 2.983"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.543 12.989a3.35 3.35 0 0 0-.871-1.375a2.25 2.25 0 0 0-1.474-.503a2.28 2.28 0 0 0-1.541.536a2.95 2.95 0 0 0-.973 1.375a5.6 5.6 0 0 0-.335 1.845a5.4 5.4 0 0 0 .335 1.809c.192.548.528 1.034.973 1.407c.441.339.985.516 1.541.503a2.08 2.08 0 0 0 1.945-1.072h-.002a4.9 4.9 0 0 0 .67-2.649a6.5 6.5 0 0 0-.268-1.876M20.381.033H3.587A3.584 3.584 0 0 0 0 3.585V20.38a3.59 3.59 0 0 0 3.587 3.586h16.794c1.986 0 3.601-1.6 3.619-3.586V3.585A3.614 3.614 0 0 0 20.381.033M10.64 3.034h1.911v5.744a3.47 3.47 0 0 0-1.911-.584zm-.438 17.93a5.6 5.6 0 0 1-2.278-.369a3.5 3.5 0 0 1-1.174-.804a4 4 0 0 1-.335-.536l-.033-.134v.302C6.281 21.266 3.4 20.931 3.4 20.931V3.034h3.15v7.442h.034a3.7 3.7 0 0 1 1.541-1.309a4.8 4.8 0 0 1 2.079-.435a4.2 4.2 0 0 1 2.649.871a5.26 5.26 0 0 1 1.675 2.278v-.001c.372.951.565 1.963.569 2.984a8.4 8.4 0 0 1-.571 2.984a5.47 5.47 0 0 1-1.675 2.278a4.16 4.16 0 0 1-2.649.838m9.828-3.111a5.47 5.47 0 0 1-1.675 2.278a4.17 4.17 0 0 1-2.649.838a5.6 5.6 0 0 1-2.278-.37a5 5 0 0 1-.362-.186c.444-.36.837-.778 1.168-1.245c.353.127.726.189 1.101.185c2.38 0 3.15-2.502 3.15-4.484c0-1.96-.721-4.523-3.15-4.523a3 3 0 0 0-1.021.163a6.4 6.4 0 0 0-1.017-1.166q.161-.094.331-.176a4.72 4.72 0 0 1 6.403 2.715l-.001.004c.373.951.566 1.963.571 2.984a8.4 8.4 0 0 1-.571 2.983"/></svg>
</template>

CSS

.icon-bigbasket {
  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%22currentColor%22%20d%3D%22M11.543%2012.989a3.35%203.35%200%200%200-.871-1.375a2.25%202.25%200%200%200-1.474-.503a2.28%202.28%200%200%200-1.541.536a2.95%202.95%200%200%200-.973%201.375a5.6%205.6%200%200%200-.335%201.845a5.4%205.4%200%200%200%20.335%201.809c.192.548.528%201.034.973%201.407c.441.339.985.516%201.541.503a2.08%202.08%200%200%200%201.945-1.072h-.002a4.9%204.9%200%200%200%20.67-2.649a6.5%206.5%200%200%200-.268-1.876M20.381.033H3.587A3.584%203.584%200%200%200%200%203.585V20.38a3.59%203.59%200%200%200%203.587%203.586h16.794c1.986%200%203.601-1.6%203.619-3.586V3.585A3.614%203.614%200%200%200%2020.381.033M10.64%203.034h1.911v5.744a3.47%203.47%200%200%200-1.911-.584zm-.438%2017.93a5.6%205.6%200%200%201-2.278-.369a3.5%203.5%200%200%201-1.174-.804a4%204%200%200%201-.335-.536l-.033-.134v.302C6.281%2021.266%203.4%2020.931%203.4%2020.931V3.034h3.15v7.442h.034a3.7%203.7%200%200%201%201.541-1.309a4.8%204.8%200%200%201%202.079-.435a4.2%204.2%200%200%201%202.649.871a5.26%205.26%200%200%201%201.675%202.278v-.001c.372.951.565%201.963.569%202.984a8.4%208.4%200%200%201-.571%202.984a5.47%205.47%200%200%201-1.675%202.278a4.16%204.16%200%200%201-2.649.838m9.828-3.111a5.47%205.47%200%200%201-1.675%202.278a4.17%204.17%200%200%201-2.649.838a5.6%205.6%200%200%201-2.278-.37a5%205%200%200%201-.362-.186c.444-.36.837-.778%201.168-1.245c.353.127.726.189%201.101.185c2.38%200%203.15-2.502%203.15-4.484c0-1.96-.721-4.523-3.15-4.523a3%203%200%200%200-1.021.163a6.4%206.4%200%200%200-1.017-1.166q.161-.094.331-.176a4.72%204.72%200%200%201%206.403%202.715l-.001.004c.373.951.566%201.963.571%202.984a8.4%208.4%200%200%201-.571%202.983%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%22currentColor%22%20d%3D%22M11.543%2012.989a3.35%203.35%200%200%200-.871-1.375a2.25%202.25%200%200%200-1.474-.503a2.28%202.28%200%200%200-1.541.536a2.95%202.95%200%200%200-.973%201.375a5.6%205.6%200%200%200-.335%201.845a5.4%205.4%200%200%200%20.335%201.809c.192.548.528%201.034.973%201.407c.441.339.985.516%201.541.503a2.08%202.08%200%200%200%201.945-1.072h-.002a4.9%204.9%200%200%200%20.67-2.649a6.5%206.5%200%200%200-.268-1.876M20.381.033H3.587A3.584%203.584%200%200%200%200%203.585V20.38a3.59%203.59%200%200%200%203.587%203.586h16.794c1.986%200%203.601-1.6%203.619-3.586V3.585A3.614%203.614%200%200%200%2020.381.033M10.64%203.034h1.911v5.744a3.47%203.47%200%200%200-1.911-.584zm-.438%2017.93a5.6%205.6%200%200%201-2.278-.369a3.5%203.5%200%200%201-1.174-.804a4%204%200%200%201-.335-.536l-.033-.134v.302C6.281%2021.266%203.4%2020.931%203.4%2020.931V3.034h3.15v7.442h.034a3.7%203.7%200%200%201%201.541-1.309a4.8%204.8%200%200%201%202.079-.435a4.2%204.2%200%200%201%202.649.871a5.26%205.26%200%200%201%201.675%202.278v-.001c.372.951.565%201.963.569%202.984a8.4%208.4%200%200%201-.571%202.984a5.47%205.47%200%200%201-1.675%202.278a4.16%204.16%200%200%201-2.649.838m9.828-3.111a5.47%205.47%200%200%201-1.675%202.278a4.17%204.17%200%200%201-2.649.838a5.6%205.6%200%200%201-2.278-.37a5%205%200%200%201-.362-.186c.444-.36.837-.778%201.168-1.245c.353.127.726.189%201.101.185c2.38%200%203.15-2.502%203.15-4.484c0-1.96-.721-4.523-3.15-4.523a3%203%200%200%200-1.021.163a6.4%206.4%200%200%200-1.017-1.166q.161-.094.331-.176a4.72%204.72%200%200%201%206.403%202.715l-.001.004c.373.951.566%201.963.571%202.984a8.4%208.4%200%200%201-.571%202.983%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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