minecart from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
minecart
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

Related icons in Bootstrap Icons

Use the minecart icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4 15a1 1 0 1 1 0-2a1 1 0 0 1 0 2m0 1a2 2 0 1 0 0-4a2 2 0 0 0 0 4m8-1a1 1 0 1 1 0-2a1 1 0 0 1 0 2m0 1a2 2 0 1 0 0-4a2 2 0 0 0 0 4M.115 3.18A.5.5 0 0 1 .5 3h15a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 14 12H2a.5.5 0 0 1-.491-.408l-1.5-8a.5.5 0 0 1 .106-.411zm.987.82l1.313 7h11.17l1.313-7z"/></svg>

React

import type { SVGProps } from "react";

export function BiMinecart(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4 15a1 1 0 1 1 0-2a1 1 0 0 1 0 2m0 1a2 2 0 1 0 0-4a2 2 0 0 0 0 4m8-1a1 1 0 1 1 0-2a1 1 0 0 1 0 2m0 1a2 2 0 1 0 0-4a2 2 0 0 0 0 4M.115 3.18A.5.5 0 0 1 .5 3h15a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 14 12H2a.5.5 0 0 1-.491-.408l-1.5-8a.5.5 0 0 1 .106-.411zm.987.82l1.313 7h11.17l1.313-7z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4 15a1 1 0 1 1 0-2a1 1 0 0 1 0 2m0 1a2 2 0 1 0 0-4a2 2 0 0 0 0 4m8-1a1 1 0 1 1 0-2a1 1 0 0 1 0 2m0 1a2 2 0 1 0 0-4a2 2 0 0 0 0 4M.115 3.18A.5.5 0 0 1 .5 3h15a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 14 12H2a.5.5 0 0 1-.491-.408l-1.5-8a.5.5 0 0 1 .106-.411zm.987.82l1.313 7h11.17l1.313-7z"/></svg>
</template>

CSS

.icon-minecart {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2015a1%201%200%201%201%200-2a1%201%200%200%201%200%202m0%201a2%202%200%201%200%200-4a2%202%200%200%200%200%204m8-1a1%201%200%201%201%200-2a1%201%200%200%201%200%202m0%201a2%202%200%201%200%200-4a2%202%200%200%200%200%204M.115%203.18A.5.5%200%200%201%20.5%203h15a.5.5%200%200%201%20.491.592l-1.5%208A.5.5%200%200%201%2014%2012H2a.5.5%200%200%201-.491-.408l-1.5-8a.5.5%200%200%201%20.106-.411zm.987.82l1.313%207h11.17l1.313-7z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2015a1%201%200%201%201%200-2a1%201%200%200%201%200%202m0%201a2%202%200%201%200%200-4a2%202%200%200%200%200%204m8-1a1%201%200%201%201%200-2a1%201%200%200%201%200%202m0%201a2%202%200%201%200%200-4a2%202%200%200%200%200%204M.115%203.18A.5.5%200%200%201%20.5%203h15a.5.5%200%200%201%20.491.592l-1.5%208A.5.5%200%200%201%2014%2012H2a.5.5%200%200%201-.491-.408l-1.5-8a.5.5%200%200%201%20.106-.411zm.987.82l1.313%207h11.17l1.313-7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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