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

Name
van-shuttle
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
640×512
License
CC BY 4.0

The same icon in other sets

Use the van shuttle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M64 104v88h96V96H72c-4.4 0-8 3.6-8 8m482 88l-80.9-96H384v96zm-226 0V96h-96v96zm272 192h-16c0 53-43 96-96 96s-96-43-96-96H256c0 53-43 96-96 96s-96-43-96-96H48c-26.5 0-48-21.5-48-48V104c0-39.8 32.2-72 72-72h393.1c18.9 0 36.8 8.3 49 22.8L625 186.5c9.7 11.5 15 26.1 15 41.2V336c0 26.5-21.5 48-48 48m-64 0a48 48 0 1 0-96 0a48 48 0 1 0 96 0m-368 48a48 48 0 1 0 0-96a48 48 0 1 0 0 96"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidVanShuttle(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="M64 104v88h96V96H72c-4.4 0-8 3.6-8 8m482 88l-80.9-96H384v96zm-226 0V96h-96v96zm272 192h-16c0 53-43 96-96 96s-96-43-96-96H256c0 53-43 96-96 96s-96-43-96-96H48c-26.5 0-48-21.5-48-48V104c0-39.8 32.2-72 72-72h393.1c18.9 0 36.8 8.3 49 22.8L625 186.5c9.7 11.5 15 26.1 15 41.2V336c0 26.5-21.5 48-48 48m-64 0a48 48 0 1 0-96 0a48 48 0 1 0 96 0m-368 48a48 48 0 1 0 0-96a48 48 0 1 0 0 96"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M64 104v88h96V96H72c-4.4 0-8 3.6-8 8m482 88l-80.9-96H384v96zm-226 0V96h-96v96zm272 192h-16c0 53-43 96-96 96s-96-43-96-96H256c0 53-43 96-96 96s-96-43-96-96H48c-26.5 0-48-21.5-48-48V104c0-39.8 32.2-72 72-72h393.1c18.9 0 36.8 8.3 49 22.8L625 186.5c9.7 11.5 15 26.1 15 41.2V336c0 26.5-21.5 48-48 48m-64 0a48 48 0 1 0-96 0a48 48 0 1 0 96 0m-368 48a48 48 0 1 0 0-96a48 48 0 1 0 0 96"/></svg>
</template>

CSS

.icon-van-shuttle {
  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%22M64%20104v88h96V96H72c-4.4%200-8%203.6-8%208m482%2088l-80.9-96H384v96zm-226%200V96h-96v96zm272%20192h-16c0%2053-43%2096-96%2096s-96-43-96-96H256c0%2053-43%2096-96%2096s-96-43-96-96H48c-26.5%200-48-21.5-48-48V104c0-39.8%2032.2-72%2072-72h393.1c18.9%200%2036.8%208.3%2049%2022.8L625%20186.5c9.7%2011.5%2015%2026.1%2015%2041.2V336c0%2026.5-21.5%2048-48%2048m-64%200a48%2048%200%201%200-96%200a48%2048%200%201%200%2096%200m-368%2048a48%2048%200%201%200%200-96a48%2048%200%201%200%200%2096%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%22M64%20104v88h96V96H72c-4.4%200-8%203.6-8%208m482%2088l-80.9-96H384v96zm-226%200V96h-96v96zm272%20192h-16c0%2053-43%2096-96%2096s-96-43-96-96H256c0%2053-43%2096-96%2096s-96-43-96-96H48c-26.5%200-48-21.5-48-48V104c0-39.8%2032.2-72%2072-72h393.1c18.9%200%2036.8%208.3%2049%2022.8L625%20186.5c9.7%2011.5%2015%2026.1%2015%2041.2V336c0%2026.5-21.5%2048-48%2048m-64%200a48%2048%200%201%200-96%200a48%2048%200%201%200%2096%200m-368%2048a48%2048%200%201%200%200-96a48%2048%200%201%200%200%2096%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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