truck-ramp-box from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
truck-ramp-box
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
640×512
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome 6 Solid

Use the truck ramp box icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M640 0v400c0 61.9-50.1 112-112 112c-61 0-110.5-48.7-112-109.3L48.4 502.9c-17.1 4.6-34.6-5.4-39.3-22.5s5.4-34.6 22.5-39.3L352 353.8V64c0-35.3 28.7-64 64-64zm-64 400a48 48 0 1 0-96 0a48 48 0 1 0 96 0M23.1 207.7c-4.6-17.1 5.6-34.6 22.6-39.2l46.4-12.4l20.7 77.3c2.3 8.5 11.1 13.6 19.6 11.3l30.9-8.3c8.5-2.3 13.6-11.1 11.3-19.6l-20.7-77.3l46.4-12.4c17.1-4.6 34.6 5.6 39.2 22.6l41.4 154.5c4.6 17.1-5.6 34.6-22.6 39.2l-154.6 41.5c-17.1 4.6-34.6-5.6-39.2-22.6z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidTruckRampBox(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M640 0v400c0 61.9-50.1 112-112 112c-61 0-110.5-48.7-112-109.3L48.4 502.9c-17.1 4.6-34.6-5.4-39.3-22.5s5.4-34.6 22.5-39.3L352 353.8V64c0-35.3 28.7-64 64-64zm-64 400a48 48 0 1 0-96 0a48 48 0 1 0 96 0M23.1 207.7c-4.6-17.1 5.6-34.6 22.6-39.2l46.4-12.4l20.7 77.3c2.3 8.5 11.1 13.6 19.6 11.3l30.9-8.3c8.5-2.3 13.6-11.1 11.3-19.6l-20.7-77.3l46.4-12.4c17.1-4.6 34.6 5.6 39.2 22.6l41.4 154.5c4.6 17.1-5.6 34.6-22.6 39.2l-154.6 41.5c-17.1 4.6-34.6-5.6-39.2-22.6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M640 0v400c0 61.9-50.1 112-112 112c-61 0-110.5-48.7-112-109.3L48.4 502.9c-17.1 4.6-34.6-5.4-39.3-22.5s5.4-34.6 22.5-39.3L352 353.8V64c0-35.3 28.7-64 64-64zm-64 400a48 48 0 1 0-96 0a48 48 0 1 0 96 0M23.1 207.7c-4.6-17.1 5.6-34.6 22.6-39.2l46.4-12.4l20.7 77.3c2.3 8.5 11.1 13.6 19.6 11.3l30.9-8.3c8.5-2.3 13.6-11.1 11.3-19.6l-20.7-77.3l46.4-12.4c17.1-4.6 34.6 5.6 39.2 22.6l41.4 154.5c4.6 17.1-5.6 34.6-22.6 39.2l-154.6 41.5c-17.1 4.6-34.6-5.6-39.2-22.6z"/></svg>
</template>

CSS

.icon-truck-ramp-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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M640%200v400c0%2061.9-50.1%20112-112%20112c-61%200-110.5-48.7-112-109.3L48.4%20502.9c-17.1%204.6-34.6-5.4-39.3-22.5s5.4-34.6%2022.5-39.3L352%20353.8V64c0-35.3%2028.7-64%2064-64zm-64%20400a48%2048%200%201%200-96%200a48%2048%200%201%200%2096%200M23.1%20207.7c-4.6-17.1%205.6-34.6%2022.6-39.2l46.4-12.4l20.7%2077.3c2.3%208.5%2011.1%2013.6%2019.6%2011.3l30.9-8.3c8.5-2.3%2013.6-11.1%2011.3-19.6l-20.7-77.3l46.4-12.4c17.1-4.6%2034.6%205.6%2039.2%2022.6l41.4%20154.5c4.6%2017.1-5.6%2034.6-22.6%2039.2l-154.6%2041.5c-17.1%204.6-34.6-5.6-39.2-22.6z%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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M640%200v400c0%2061.9-50.1%20112-112%20112c-61%200-110.5-48.7-112-109.3L48.4%20502.9c-17.1%204.6-34.6-5.4-39.3-22.5s5.4-34.6%2022.5-39.3L352%20353.8V64c0-35.3%2028.7-64%2064-64zm-64%20400a48%2048%200%201%200-96%200a48%2048%200%201%200%2096%200M23.1%20207.7c-4.6-17.1%205.6-34.6%2022.6-39.2l46.4-12.4l20.7%2077.3c2.3%208.5%2011.1%2013.6%2019.6%2011.3l30.9-8.3c8.5-2.3%2013.6-11.1%2011.3-19.6l-20.7-77.3l46.4-12.4c17.1-4.6%2034.6%205.6%2039.2%2022.6l41.4%20154.5c4.6%2017.1-5.6%2034.6-22.6%2039.2l-154.6%2041.5c-17.1%204.6-34.6-5.6-39.2-22.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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