dolly from Font Awesome 6 Solid by Dave Gandy · Regular · Logistics · CC-BY-4.0 Attribution required.

Name
dolly
Set
Font Awesome 6 Solid
Style
Regular
Category
Logistics
Viewbox
576×512
License
CC BY 4.0

The same icon in other sets

More logistics icons from Font Awesome 6 Solid

Use the dolly icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M0 32C0 14.3 14.3 0 32 0h72.9c27.5 0 52 17.6 60.7 43.8L257.7 320c30.1.5 56.8 14.9 74 37l202.1-67.4c16.8-5.6 34.9 3.5 40.5 20.2s-3.5 34.9-20.2 40.5L352 417.7c-.9 52.2-43.5 94.3-96 94.3c-53 0-96-43-96-96c0-30.8 14.5-58.2 37-75.8L104.9 64H32C14.3 64 0 49.7 0 32m244.8 102.5c-5.5-16.8 3.7-34.9 20.5-40.3L311 79.4l19.8 60.9l60.9-19.8l-19.9-60.9l45.7-14.8c16.8-5.5 34.9 3.7 40.3 20.5l49.4 152.2c5.5 16.8-3.7 34.9-20.5 40.3l-152.2 49.4c-16.8 5.5-34.9-3.7-40.3-20.5z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidDolly(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M0 32C0 14.3 14.3 0 32 0h72.9c27.5 0 52 17.6 60.7 43.8L257.7 320c30.1.5 56.8 14.9 74 37l202.1-67.4c16.8-5.6 34.9 3.5 40.5 20.2s-3.5 34.9-20.2 40.5L352 417.7c-.9 52.2-43.5 94.3-96 94.3c-53 0-96-43-96-96c0-30.8 14.5-58.2 37-75.8L104.9 64H32C14.3 64 0 49.7 0 32m244.8 102.5c-5.5-16.8 3.7-34.9 20.5-40.3L311 79.4l19.8 60.9l60.9-19.8l-19.9-60.9l45.7-14.8c16.8-5.5 34.9 3.7 40.3 20.5l49.4 152.2c5.5 16.8-3.7 34.9-20.5 40.3l-152.2 49.4c-16.8 5.5-34.9-3.7-40.3-20.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M0 32C0 14.3 14.3 0 32 0h72.9c27.5 0 52 17.6 60.7 43.8L257.7 320c30.1.5 56.8 14.9 74 37l202.1-67.4c16.8-5.6 34.9 3.5 40.5 20.2s-3.5 34.9-20.2 40.5L352 417.7c-.9 52.2-43.5 94.3-96 94.3c-53 0-96-43-96-96c0-30.8 14.5-58.2 37-75.8L104.9 64H32C14.3 64 0 49.7 0 32m244.8 102.5c-5.5-16.8 3.7-34.9 20.5-40.3L311 79.4l19.8 60.9l60.9-19.8l-19.9-60.9l45.7-14.8c16.8-5.5 34.9 3.7 40.3 20.5l49.4 152.2c5.5 16.8-3.7 34.9-20.5 40.3l-152.2 49.4c-16.8 5.5-34.9-3.7-40.3-20.5z"/></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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%2032C0%2014.3%2014.3%200%2032%200h72.9c27.5%200%2052%2017.6%2060.7%2043.8L257.7%20320c30.1.5%2056.8%2014.9%2074%2037l202.1-67.4c16.8-5.6%2034.9%203.5%2040.5%2020.2s-3.5%2034.9-20.2%2040.5L352%20417.7c-.9%2052.2-43.5%2094.3-96%2094.3c-53%200-96-43-96-96c0-30.8%2014.5-58.2%2037-75.8L104.9%2064H32C14.3%2064%200%2049.7%200%2032m244.8%20102.5c-5.5-16.8%203.7-34.9%2020.5-40.3L311%2079.4l19.8%2060.9l60.9-19.8l-19.9-60.9l45.7-14.8c16.8-5.5%2034.9%203.7%2040.3%2020.5l49.4%20152.2c5.5%2016.8-3.7%2034.9-20.5%2040.3l-152.2%2049.4c-16.8%205.5-34.9-3.7-40.3-20.5z%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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%2032C0%2014.3%2014.3%200%2032%200h72.9c27.5%200%2052%2017.6%2060.7%2043.8L257.7%20320c30.1.5%2056.8%2014.9%2074%2037l202.1-67.4c16.8-5.6%2034.9%203.5%2040.5%2020.2s-3.5%2034.9-20.2%2040.5L352%20417.7c-.9%2052.2-43.5%2094.3-96%2094.3c-53%200-96-43-96-96c0-30.8%2014.5-58.2%2037-75.8L104.9%2064H32C14.3%2064%200%2049.7%200%2032m244.8%20102.5c-5.5-16.8%203.7-34.9%2020.5-40.3L311%2079.4l19.8%2060.9l60.9-19.8l-19.9-60.9l45.7-14.8c16.8-5.5%2034.9%203.7%2040.3%2020.5l49.4%20152.2c5.5%2016.8-3.7%2034.9-20.5%2040.3l-152.2%2049.4c-16.8%205.5-34.9-3.7-40.3-20.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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