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

Name
trolley-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Business
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More business icons from Material Symbols Light

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.5 17H6.616q-.667 0-1.141-.475T5 15.386v-9.77q0-.269-.173-.442T4.385 5H3q-.213 0-.356-.144T2.5 4.499t.144-.356T3 4h1.385q.666 0 1.14.475T6 5.615v9.77q0 .269.173.442t.443.173H20.5q.213 0 .356.144t.144.357t-.144.356T20.5 17M6.442 20.885q-.613 0-1.037-.424t-.424-1.038t.424-1.037t1.037-.424t1.038.424t.424 1.037t-.424 1.038t-1.038.424m2.135-6.654q-.343 0-.575-.232t-.233-.576v-2.846q0-.343.232-.575t.576-.233h2.846q.343 0 .576.232t.232.576v2.846q0 .343-.232.576t-.576.232zm.192-1h2.462v-2.462H8.769zm6.808 1q-.343 0-.575-.232t-.233-.576v-2.846q0-.343.232-.575t.576-.233h2.846q.343 0 .576.232t.232.576v2.846q0 .343-.232.576t-.576.232zm.192-1h2.462v-2.462h-2.462zm2.722 7.23q-.414-.424-.414-1.038t.414-1.037t1.026-.424t1.048.424t.435 1.037t-.435 1.038t-1.048.424t-1.026-.424M8.77 13.23h2.462zm7 0h2.462z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightTrolleyOutlineRounded(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.5 17H6.616q-.667 0-1.141-.475T5 15.386v-9.77q0-.269-.173-.442T4.385 5H3q-.213 0-.356-.144T2.5 4.499t.144-.356T3 4h1.385q.666 0 1.14.475T6 5.615v9.77q0 .269.173.442t.443.173H20.5q.213 0 .356.144t.144.357t-.144.356T20.5 17M6.442 20.885q-.613 0-1.037-.424t-.424-1.038t.424-1.037t1.037-.424t1.038.424t.424 1.037t-.424 1.038t-1.038.424m2.135-6.654q-.343 0-.575-.232t-.233-.576v-2.846q0-.343.232-.575t.576-.233h2.846q.343 0 .576.232t.232.576v2.846q0 .343-.232.576t-.576.232zm.192-1h2.462v-2.462H8.769zm6.808 1q-.343 0-.575-.232t-.233-.576v-2.846q0-.343.232-.575t.576-.233h2.846q.343 0 .576.232t.232.576v2.846q0 .343-.232.576t-.576.232zm.192-1h2.462v-2.462h-2.462zm2.722 7.23q-.414-.424-.414-1.038t.414-1.037t1.026-.424t1.048.424t.435 1.037t-.435 1.038t-1.048.424t-1.026-.424M8.77 13.23h2.462zm7 0h2.462z"/></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.5 17H6.616q-.667 0-1.141-.475T5 15.386v-9.77q0-.269-.173-.442T4.385 5H3q-.213 0-.356-.144T2.5 4.499t.144-.356T3 4h1.385q.666 0 1.14.475T6 5.615v9.77q0 .269.173.442t.443.173H20.5q.213 0 .356.144t.144.357t-.144.356T20.5 17M6.442 20.885q-.613 0-1.037-.424t-.424-1.038t.424-1.037t1.037-.424t1.038.424t.424 1.037t-.424 1.038t-1.038.424m2.135-6.654q-.343 0-.575-.232t-.233-.576v-2.846q0-.343.232-.575t.576-.233h2.846q.343 0 .576.232t.232.576v2.846q0 .343-.232.576t-.576.232zm.192-1h2.462v-2.462H8.769zm6.808 1q-.343 0-.575-.232t-.233-.576v-2.846q0-.343.232-.575t.576-.233h2.846q.343 0 .576.232t.232.576v2.846q0 .343-.232.576t-.576.232zm.192-1h2.462v-2.462h-2.462zm2.722 7.23q-.414-.424-.414-1.038t.414-1.037t1.026-.424t1.048.424t.435 1.037t-.435 1.038t-1.048.424t-1.026-.424M8.77 13.23h2.462zm7 0h2.462z"/></svg>
</template>

CSS

.icon-trolley-outline-rounded {
  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.5%2017H6.616q-.667%200-1.141-.475T5%2015.386v-9.77q0-.269-.173-.442T4.385%205H3q-.213%200-.356-.144T2.5%204.499t.144-.356T3%204h1.385q.666%200%201.14.475T6%205.615v9.77q0%20.269.173.442t.443.173H20.5q.213%200%20.356.144t.144.357t-.144.356T20.5%2017M6.442%2020.885q-.613%200-1.037-.424t-.424-1.038t.424-1.037t1.037-.424t1.038.424t.424%201.037t-.424%201.038t-1.038.424m2.135-6.654q-.343%200-.575-.232t-.233-.576v-2.846q0-.343.232-.575t.576-.233h2.846q.343%200%20.576.232t.232.576v2.846q0%20.343-.232.576t-.576.232zm.192-1h2.462v-2.462H8.769zm6.808%201q-.343%200-.575-.232t-.233-.576v-2.846q0-.343.232-.575t.576-.233h2.846q.343%200%20.576.232t.232.576v2.846q0%20.343-.232.576t-.576.232zm.192-1h2.462v-2.462h-2.462zm2.722%207.23q-.414-.424-.414-1.038t.414-1.037t1.026-.424t1.048.424t.435%201.037t-.435%201.038t-1.048.424t-1.026-.424M8.77%2013.23h2.462zm7%200h2.462z%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.5%2017H6.616q-.667%200-1.141-.475T5%2015.386v-9.77q0-.269-.173-.442T4.385%205H3q-.213%200-.356-.144T2.5%204.499t.144-.356T3%204h1.385q.666%200%201.14.475T6%205.615v9.77q0%20.269.173.442t.443.173H20.5q.213%200%20.356.144t.144.357t-.144.356T20.5%2017M6.442%2020.885q-.613%200-1.037-.424t-.424-1.038t.424-1.037t1.037-.424t1.038.424t.424%201.037t-.424%201.038t-1.038.424m2.135-6.654q-.343%200-.575-.232t-.233-.576v-2.846q0-.343.232-.575t.576-.233h2.846q.343%200%20.576.232t.232.576v2.846q0%20.343-.232.576t-.576.232zm.192-1h2.462v-2.462H8.769zm6.808%201q-.343%200-.575-.232t-.233-.576v-2.846q0-.343.232-.575t.576-.233h2.846q.343%200%20.576.232t.232.576v2.846q0%20.343-.232.576t-.576.232zm.192-1h2.462v-2.462h-2.462zm2.722%207.23q-.414-.424-.414-1.038t.414-1.037t1.026-.424t1.048.424t.435%201.037t-.435%201.038t-1.048.424t-1.026-.424M8.77%2013.23h2.462zm7%200h2.462z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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