shuttle van icon
shuttle-van from Line Awesome by Icons8 · Line · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- shuttle-van
- Set
- Line Awesome
- Style
- Line
- Category
- Travel
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- shuttle-van-solid
More travel icons from Line Awesome
Use the shuttle van icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 5C3.355 5 2 6.355 2 8v17h3.156c.446 1.719 1.992 3 3.844 3s3.398-1.281 3.844-3h7.312c.446 1.719 1.992 3 3.844 3s3.398-1.281 3.844-3H31V14.562a3.03 3.03 0 0 0-.469-1.593l-4.093-6.563A2.98 2.98 0 0 0 23.905 5zm0 2h5v6H4V8c0-.563.438-1 1-1m7 0h6v6h-6zm8 0h3.906c.348 0 .66.176.844.469L28.188 13H20zM4 15h25v2h-3v2h3v4h-1.156c-.446-1.719-1.992-3-3.844-3s-3.398 1.281-3.844 3h-7.312c-.446-1.719-1.992-3-3.844-3s-3.398 1.281-3.844 3H4zm5 7c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2m15 0c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2"/></svg>
React
import type { SVGProps } from "react";
export function LaShuttleVan(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 5C3.355 5 2 6.355 2 8v17h3.156c.446 1.719 1.992 3 3.844 3s3.398-1.281 3.844-3h7.312c.446 1.719 1.992 3 3.844 3s3.398-1.281 3.844-3H31V14.562a3.03 3.03 0 0 0-.469-1.593l-4.093-6.563A2.98 2.98 0 0 0 23.905 5zm0 2h5v6H4V8c0-.563.438-1 1-1m7 0h6v6h-6zm8 0h3.906c.348 0 .66.176.844.469L28.188 13H20zM4 15h25v2h-3v2h3v4h-1.156c-.446-1.719-1.992-3-3.844-3s-3.398 1.281-3.844 3h-7.312c-.446-1.719-1.992-3-3.844-3s-3.398 1.281-3.844 3H4zm5 7c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2m15 0c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 5C3.355 5 2 6.355 2 8v17h3.156c.446 1.719 1.992 3 3.844 3s3.398-1.281 3.844-3h7.312c.446 1.719 1.992 3 3.844 3s3.398-1.281 3.844-3H31V14.562a3.03 3.03 0 0 0-.469-1.593l-4.093-6.563A2.98 2.98 0 0 0 23.905 5zm0 2h5v6H4V8c0-.563.438-1 1-1m7 0h6v6h-6zm8 0h3.906c.348 0 .66.176.844.469L28.188 13H20zM4 15h25v2h-3v2h3v4h-1.156c-.446-1.719-1.992-3-3.844-3s-3.398 1.281-3.844 3h-7.312c-.446-1.719-1.992-3-3.844-3s-3.398 1.281-3.844 3H4zm5 7c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2m15 0c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2"/></svg> </template>
CSS
.icon-shuttle-van {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%205C3.355%205%202%206.355%202%208v17h3.156c.446%201.719%201.992%203%203.844%203s3.398-1.281%203.844-3h7.312c.446%201.719%201.992%203%203.844%203s3.398-1.281%203.844-3H31V14.562a3.03%203.03%200%200%200-.469-1.593l-4.093-6.563A2.98%202.98%200%200%200%2023.905%205zm0%202h5v6H4V8c0-.563.438-1%201-1m7%200h6v6h-6zm8%200h3.906c.348%200%20.66.176.844.469L28.188%2013H20zM4%2015h25v2h-3v2h3v4h-1.156c-.446-1.719-1.992-3-3.844-3s-3.398%201.281-3.844%203h-7.312c-.446-1.719-1.992-3-3.844-3s-3.398%201.281-3.844%203H4zm5%207c1.117%200%202%20.883%202%202s-.883%202-2%202s-2-.883-2-2s.883-2%202-2m15%200c1.117%200%202%20.883%202%202s-.883%202-2%202s-2-.883-2-2s.883-2%202-2%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%205C3.355%205%202%206.355%202%208v17h3.156c.446%201.719%201.992%203%203.844%203s3.398-1.281%203.844-3h7.312c.446%201.719%201.992%203%203.844%203s3.398-1.281%203.844-3H31V14.562a3.03%203.03%200%200%200-.469-1.593l-4.093-6.563A2.98%202.98%200%200%200%2023.905%205zm0%202h5v6H4V8c0-.563.438-1%201-1m7%200h6v6h-6zm8%200h3.906c.348%200%20.66.176.844.469L28.188%2013H20zM4%2015h25v2h-3v2h3v4h-1.156c-.446-1.719-1.992-3-3.844-3s-3.398%201.281-3.844%203h-7.312c-.446-1.719-1.992-3-3.844-3s-3.398%201.281-3.844%203H4zm5%207c1.117%200%202%20.883%202%202s-.883%202-2%202s-2-.883-2-2s.883-2%202-2m15%200c1.117%200%202%20.883%202%202s-.883%202-2%202s-2-.883-2-2s.883-2%202-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/shuttle-van.svg?color=%231a73e8&size=48