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

Name
trolley-outline
Set
Material Symbols
Style
Outline
Category
Business
Viewbox
24×24
License
Apache 2.0
Aliases
trolley-outline-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-8V8h6v6zm2-2h2v-2H9zm5 2V8h6v6zm2-2h2v-2h-2zm1.588 9.413Q17 20.825 17 20t.588-1.412T19 18t1.413.588T21 20t-.587 1.413T19 22t-1.412-.587M9 12h2zm7 0h2z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsTrolleyOutline(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-8V8h6v6zm2-2h2v-2H9zm5 2V8h6v6zm2-2h2v-2h-2zm1.588 9.413Q17 20.825 17 20t.588-1.412T19 18t1.413.588T21 20t-.587 1.413T19 22t-1.412-.587M9 12h2zm7 0h2z"/></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-8V8h6v6zm2-2h2v-2H9zm5 2V8h6v6zm2-2h2v-2h-2zm1.588 9.413Q17 20.825 17 20t.588-1.412T19 18t1.413.588T21 20t-.587 1.413T19 22t-1.412-.587M9 12h2zm7 0h2z"/></svg>
</template>

CSS

.icon-trolley-outline {
  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-8V8h6v6zm2-2h2v-2H9zm5%202V8h6v6zm2-2h2v-2h-2zm1.588%209.413Q17%2020.825%2017%2020t.588-1.412T19%2018t1.413.588T21%2020t-.587%201.413T19%2022t-1.412-.587M9%2012h2zm7%200h2z%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-8V8h6v6zm2-2h2v-2H9zm5%202V8h6v6zm2-2h2v-2h-2zm1.588%209.413Q17%2020.825%2017%2020t.588-1.412T19%2018t1.413.588T21%2020t-.587%201.413T19%2022t-1.412-.587M9%2012h2zm7%200h2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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