dolly from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
dolly
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0
Aliases
hand-truck

The same icon in other sets

Use the dolly icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.97 19.88a2.01 2.01 0 0 1-2.57-1.19a1.97 1.97 0 0 1 1.19-2.56c1.04-.38 2.19.15 2.57 1.18a2.01 2.01 0 0 1-1.19 2.57M9.9 14.25c-2.07.75-3.14 3.05-2.4 5.13a4.043 4.043 0 0 0 5.16 2.37c2.07-.75 3.13-3.05 2.38-5.12c-.76-2.08-3.07-3.13-5.14-2.38m6.04-9.67L9.37 7l1.38 3.74l6.57-2.41m3 5.29l-4.78 1.75c.17.29.31.59.43.91s.2.65.25.97L21 15.5m-1.46-6.92l-8.45 3.1l.49 1.32c1.25.09 2.42.64 3.31 1.55l6.03-2.21M2 2v2h3.09l3.57 9.75a4.95 4.95 0 0 1 1.87-.69L6.5 2"/></svg>

React

import type { SVGProps } from "react";

export function MdiDolly(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="M11.97 19.88a2.01 2.01 0 0 1-2.57-1.19a1.97 1.97 0 0 1 1.19-2.56c1.04-.38 2.19.15 2.57 1.18a2.01 2.01 0 0 1-1.19 2.57M9.9 14.25c-2.07.75-3.14 3.05-2.4 5.13a4.043 4.043 0 0 0 5.16 2.37c2.07-.75 3.13-3.05 2.38-5.12c-.76-2.08-3.07-3.13-5.14-2.38m6.04-9.67L9.37 7l1.38 3.74l6.57-2.41m3 5.29l-4.78 1.75c.17.29.31.59.43.91s.2.65.25.97L21 15.5m-1.46-6.92l-8.45 3.1l.49 1.32c1.25.09 2.42.64 3.31 1.55l6.03-2.21M2 2v2h3.09l3.57 9.75a4.95 4.95 0 0 1 1.87-.69L6.5 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.97 19.88a2.01 2.01 0 0 1-2.57-1.19a1.97 1.97 0 0 1 1.19-2.56c1.04-.38 2.19.15 2.57 1.18a2.01 2.01 0 0 1-1.19 2.57M9.9 14.25c-2.07.75-3.14 3.05-2.4 5.13a4.043 4.043 0 0 0 5.16 2.37c2.07-.75 3.13-3.05 2.38-5.12c-.76-2.08-3.07-3.13-5.14-2.38m6.04-9.67L9.37 7l1.38 3.74l6.57-2.41m3 5.29l-4.78 1.75c.17.29.31.59.43.91s.2.65.25.97L21 15.5m-1.46-6.92l-8.45 3.1l.49 1.32c1.25.09 2.42.64 3.31 1.55l6.03-2.21M2 2v2h3.09l3.57 9.75a4.95 4.95 0 0 1 1.87-.69L6.5 2"/></svg>
</template>

CSS

.icon-dolly {
  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%22M11.97%2019.88a2.01%202.01%200%200%201-2.57-1.19a1.97%201.97%200%200%201%201.19-2.56c1.04-.38%202.19.15%202.57%201.18a2.01%202.01%200%200%201-1.19%202.57M9.9%2014.25c-2.07.75-3.14%203.05-2.4%205.13a4.043%204.043%200%200%200%205.16%202.37c2.07-.75%203.13-3.05%202.38-5.12c-.76-2.08-3.07-3.13-5.14-2.38m6.04-9.67L9.37%207l1.38%203.74l6.57-2.41m3%205.29l-4.78%201.75c.17.29.31.59.43.91s.2.65.25.97L21%2015.5m-1.46-6.92l-8.45%203.1l.49%201.32c1.25.09%202.42.64%203.31%201.55l6.03-2.21M2%202v2h3.09l3.57%209.75a4.95%204.95%200%200%201%201.87-.69L6.5%202%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%22M11.97%2019.88a2.01%202.01%200%200%201-2.57-1.19a1.97%201.97%200%200%201%201.19-2.56c1.04-.38%202.19.15%202.57%201.18a2.01%202.01%200%200%201-1.19%202.57M9.9%2014.25c-2.07.75-3.14%203.05-2.4%205.13a4.043%204.043%200%200%200%205.16%202.37c2.07-.75%203.13-3.05%202.38-5.12c-.76-2.08-3.07-3.13-5.14-2.38m6.04-9.67L9.37%207l1.38%203.74l6.57-2.41m3%205.29l-4.78%201.75c.17.29.31.59.43.91s.2.65.25.97L21%2015.5m-1.46-6.92l-8.45%203.1l.49%201.32c1.25.09%202.42.64%203.31%201.55l6.03-2.21M2%202v2h3.09l3.57%209.75a4.95%204.95%200%200%201%201.87-.69L6.5%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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