trolley from Material Symbols by Google · Regular · Business · Apache-2.0 Free for personal and commercial use.

Name
trolley
Set
Material Symbols
Style
Regular
Category
Business
Viewbox
24×24
License
Apache 2.0
Aliases
trolley-sharp

3 other variants in Material Symbols

The same icon in other sets

More business icons from Material Symbols

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="M4 17V5H2V3h4v12h15v2zm2 5q-.825 0-1.412-.587T4 20t.588-1.412T6 18t1.413.588T8 20t-.587 1.413T6 22m1-8V8h6v6zm7 0V8h6v6zm3.588 7.413Q17 20.825 17 20t.588-1.412T19 18t1.413.588T21 20t-.587 1.413T19 22t-1.412-.587"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsTrolley(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="M4 17V5H2V3h4v12h15v2zm2 5q-.825 0-1.412-.587T4 20t.588-1.412T6 18t1.413.588T8 20t-.587 1.413T6 22m1-8V8h6v6zm7 0V8h6v6zm3.588 7.413Q17 20.825 17 20t.588-1.412T19 18t1.413.588T21 20t-.587 1.413T19 22t-1.412-.587"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 17V5H2V3h4v12h15v2zm2 5q-.825 0-1.412-.587T4 20t.588-1.412T6 18t1.413.588T8 20t-.587 1.413T6 22m1-8V8h6v6zm7 0V8h6v6zm3.588 7.413Q17 20.825 17 20t.588-1.412T19 18t1.413.588T21 20t-.587 1.413T19 22t-1.412-.587"/></svg>
</template>

CSS

.icon-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2017V5H2V3h4v12h15v2zm2%205q-.825%200-1.412-.587T4%2020t.588-1.412T6%2018t1.413.588T8%2020t-.587%201.413T6%2022m1-8V8h6v6zm7%200V8h6v6zm3.588%207.413Q17%2020.825%2017%2020t.588-1.412T19%2018t1.413.588T21%2020t-.587%201.413T19%2022t-1.412-.587%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%22M4%2017V5H2V3h4v12h15v2zm2%205q-.825%200-1.412-.587T4%2020t.588-1.412T6%2018t1.413.588T8%2020t-.587%201.413T6%2022m1-8V8h6v6zm7%200V8h6v6zm3.588%207.413Q17%2020.825%2017%2020t.588-1.412T19%2018t1.413.588T21%2020t-.587%201.413T19%2022t-1.412-.587%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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