trolley-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.

Name
trolley-filled
Set
Tabler Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Tabler Icons

The same icon in other sets

Use the trolley icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.555 4.168a1 1 0 0 1 .277 1.387l-2.621 3.932l1.236.619a1 1 0 0 1-.894 1.788l-1.46-.73l-3.876 5.815A3 3 0 1 1 8 19l.005-.176q.008-.135.027-.267l-2.587-1.725a1 1 0 0 1 1.11-1.664l2.424 1.615a2.99 2.99 0 0 1 2.464-.75l7.725-11.588a1 1 0 0 1 1.387-.277M9.988 3.769l.14.082l3.307 2.104a2.3 2.3 0 0 1 .7 3.185l-3.094 4.81a2.3 2.3 0 0 1-3.17.698l-3.306-2.104a2.3 2.3 0 0 1-.7-3.185l3.094-4.81a2.3 2.3 0 0 1 3.029-.78"/></svg>

React

import type { SVGProps } from "react";

export function TablerTrolleyFilled(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="M20.555 4.168a1 1 0 0 1 .277 1.387l-2.621 3.932l1.236.619a1 1 0 0 1-.894 1.788l-1.46-.73l-3.876 5.815A3 3 0 1 1 8 19l.005-.176q.008-.135.027-.267l-2.587-1.725a1 1 0 0 1 1.11-1.664l2.424 1.615a2.99 2.99 0 0 1 2.464-.75l7.725-11.588a1 1 0 0 1 1.387-.277M9.988 3.769l.14.082l3.307 2.104a2.3 2.3 0 0 1 .7 3.185l-3.094 4.81a2.3 2.3 0 0 1-3.17.698l-3.306-2.104a2.3 2.3 0 0 1-.7-3.185l3.094-4.81a2.3 2.3 0 0 1 3.029-.78"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.555 4.168a1 1 0 0 1 .277 1.387l-2.621 3.932l1.236.619a1 1 0 0 1-.894 1.788l-1.46-.73l-3.876 5.815A3 3 0 1 1 8 19l.005-.176q.008-.135.027-.267l-2.587-1.725a1 1 0 0 1 1.11-1.664l2.424 1.615a2.99 2.99 0 0 1 2.464-.75l7.725-11.588a1 1 0 0 1 1.387-.277M9.988 3.769l.14.082l3.307 2.104a2.3 2.3 0 0 1 .7 3.185l-3.094 4.81a2.3 2.3 0 0 1-3.17.698l-3.306-2.104a2.3 2.3 0 0 1-.7-3.185l3.094-4.81a2.3 2.3 0 0 1 3.029-.78"/></svg>
</template>

CSS

.icon-trolley-filled {
  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%22M20.555%204.168a1%201%200%200%201%20.277%201.387l-2.621%203.932l1.236.619a1%201%200%200%201-.894%201.788l-1.46-.73l-3.876%205.815A3%203%200%201%201%208%2019l.005-.176q.008-.135.027-.267l-2.587-1.725a1%201%200%200%201%201.11-1.664l2.424%201.615a2.99%202.99%200%200%201%202.464-.75l7.725-11.588a1%201%200%200%201%201.387-.277M9.988%203.769l.14.082l3.307%202.104a2.3%202.3%200%200%201%20.7%203.185l-3.094%204.81a2.3%202.3%200%200%201-3.17.698l-3.306-2.104a2.3%202.3%200%200%201-.7-3.185l3.094-4.81a2.3%202.3%200%200%201%203.029-.78%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%22M20.555%204.168a1%201%200%200%201%20.277%201.387l-2.621%203.932l1.236.619a1%201%200%200%201-.894%201.788l-1.46-.73l-3.876%205.815A3%203%200%201%201%208%2019l.005-.176q.008-.135.027-.267l-2.587-1.725a1%201%200%200%201%201.11-1.664l2.424%201.615a2.99%202.99%200%200%201%202.464-.75l7.725-11.588a1%201%200%200%201%201.387-.277M9.988%203.769l.14.082l3.307%202.104a2.3%202.3%200%200%201%20.7%203.185l-3.094%204.81a2.3%202.3%200%200%201-3.17.698l-3.306-2.104a2.3%202.3%200%200%201-.7-3.185l3.094-4.81a2.3%202.3%200%200%201%203.029-.78%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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