dolly box icon
dolly-box from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- dolly-box
- Set
- Font Awesome Solid
- Style
- Solid
- Viewbox
- 640×640
- License
- CC BY 4.0
Related icons in Font Awesome Solid
Use the dolly box icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M64 64c-17.7 0-32 14.3-32 32s14.3 32 32 32h72.9L229 404.2c-22.5 17.6-37 45-37 75.8c0 53 43 96 96 96c52.4 0 95.1-42 96-94.3l202.1-67.4c16.8-5.6 25.8-23.7 20.2-40.5s-23.7-25.8-40.5-20.2l-202 67.4c-17.2-22.1-43.9-36.5-74-37l-92.1-276.2C188.9 81.6 164.5 64 136.9 64zm176 416c0-26.5 21.5-48 48-48s48 21.5 48 48s-21.5 48-48 48s-48-21.5-48-48m72.5-326.7c-25.2 8.2-39 35.3-30.8 60.5l39.6 121.7c8.2 25.2 35.3 39 60.5 30.8l121.7-39.6c25.2-8.2 39-35.3 30.8-60.5l-39.5-121.7c-8.2-25.2-35.3-39-60.5-30.8z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidDollyBox(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M64 64c-17.7 0-32 14.3-32 32s14.3 32 32 32h72.9L229 404.2c-22.5 17.6-37 45-37 75.8c0 53 43 96 96 96c52.4 0 95.1-42 96-94.3l202.1-67.4c16.8-5.6 25.8-23.7 20.2-40.5s-23.7-25.8-40.5-20.2l-202 67.4c-17.2-22.1-43.9-36.5-74-37l-92.1-276.2C188.9 81.6 164.5 64 136.9 64zm176 416c0-26.5 21.5-48 48-48s48 21.5 48 48s-21.5 48-48 48s-48-21.5-48-48m72.5-326.7c-25.2 8.2-39 35.3-30.8 60.5l39.6 121.7c8.2 25.2 35.3 39 60.5 30.8l121.7-39.6c25.2-8.2 39-35.3 30.8-60.5l-39.5-121.7c-8.2-25.2-35.3-39-60.5-30.8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M64 64c-17.7 0-32 14.3-32 32s14.3 32 32 32h72.9L229 404.2c-22.5 17.6-37 45-37 75.8c0 53 43 96 96 96c52.4 0 95.1-42 96-94.3l202.1-67.4c16.8-5.6 25.8-23.7 20.2-40.5s-23.7-25.8-40.5-20.2l-202 67.4c-17.2-22.1-43.9-36.5-74-37l-92.1-276.2C188.9 81.6 164.5 64 136.9 64zm176 416c0-26.5 21.5-48 48-48s48 21.5 48 48s-21.5 48-48 48s-48-21.5-48-48m72.5-326.7c-25.2 8.2-39 35.3-30.8 60.5l39.6 121.7c8.2 25.2 35.3 39 60.5 30.8l121.7-39.6c25.2-8.2 39-35.3 30.8-60.5l-39.5-121.7c-8.2-25.2-35.3-39-60.5-30.8z"/></svg> </template>
CSS
.icon-dolly-box {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M64%2064c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h72.9L229%20404.2c-22.5%2017.6-37%2045-37%2075.8c0%2053%2043%2096%2096%2096c52.4%200%2095.1-42%2096-94.3l202.1-67.4c16.8-5.6%2025.8-23.7%2020.2-40.5s-23.7-25.8-40.5-20.2l-202%2067.4c-17.2-22.1-43.9-36.5-74-37l-92.1-276.2C188.9%2081.6%20164.5%2064%20136.9%2064zm176%20416c0-26.5%2021.5-48%2048-48s48%2021.5%2048%2048s-21.5%2048-48%2048s-48-21.5-48-48m72.5-326.7c-25.2%208.2-39%2035.3-30.8%2060.5l39.6%20121.7c8.2%2025.2%2035.3%2039%2060.5%2030.8l121.7-39.6c25.2-8.2%2039-35.3%2030.8-60.5l-39.5-121.7c-8.2-25.2-35.3-39-60.5-30.8z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M64%2064c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h72.9L229%20404.2c-22.5%2017.6-37%2045-37%2075.8c0%2053%2043%2096%2096%2096c52.4%200%2095.1-42%2096-94.3l202.1-67.4c16.8-5.6%2025.8-23.7%2020.2-40.5s-23.7-25.8-40.5-20.2l-202%2067.4c-17.2-22.1-43.9-36.5-74-37l-92.1-276.2C188.9%2081.6%20164.5%2064%20136.9%2064zm176%20416c0-26.5%2021.5-48%2048-48s48%2021.5%2048%2048s-21.5%2048-48%2048s-48-21.5-48-48m72.5-326.7c-25.2%208.2-39%2035.3-30.8%2060.5l39.6%20121.7c8.2%2025.2%2035.3%2039%2060.5%2030.8l121.7-39.6c25.2-8.2%2039-35.3%2030.8-60.5l-39.5-121.7c-8.2-25.2-35.3-39-60.5-30.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/dolly-box.svg?color=%231a73e8&size=48