transporter icon
transporter from IconPark by ByteDance · Color · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- transporter
- Set
- IconPark
- Style
- Color
- Category
- Hardware
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More hardware icons from IconPark
Use the transporter icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M42 8H20C18.8954 8 18 8.89543 18 10V32C18 33.1046 18.8954 34 20 34H42C43.1046 34 44 33.1046 44 32V10C44 8.89543 43.1046 8 42 8Z"/><path fill="#2F88FF" d="M4 34H18V20H11L4 26.4615V34Z"/><path stroke-linecap="round" d="M18 36C18 38.2091 16.2091 40 14 40C11.7909 40 10 38.2091 10 36"/><path stroke-linecap="round" d="M40 36C40 38.2091 38.2091 40 36 40C33.7909 40 32 38.2091 32 36"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkTransporter(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" d="M42 8H20C18.8954 8 18 8.89543 18 10V32C18 33.1046 18.8954 34 20 34H42C43.1046 34 44 33.1046 44 32V10C44 8.89543 43.1046 8 42 8Z"/><path fill="#2F88FF" d="M4 34H18V20H11L4 26.4615V34Z"/><path strokeLinecap="round" d="M18 36C18 38.2091 16.2091 40 14 40C11.7909 40 10 38.2091 10 36"/><path strokeLinecap="round" d="M40 36C40 38.2091 38.2091 40 36 40C33.7909 40 32 38.2091 32 36"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M42 8H20C18.8954 8 18 8.89543 18 10V32C18 33.1046 18.8954 34 20 34H42C43.1046 34 44 33.1046 44 32V10C44 8.89543 43.1046 8 42 8Z"/><path fill="#2F88FF" d="M4 34H18V20H11L4 26.4615V34Z"/><path stroke-linecap="round" d="M18 36C18 38.2091 16.2091 40 14 40C11.7909 40 10 38.2091 10 36"/><path stroke-linecap="round" d="M40 36C40 38.2091 38.2091 40 36 40C33.7909 40 32 38.2091 32 36"/></g></svg> </template>
CSS
.icon-transporter {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M42%208H20C18.8954%208%2018%208.89543%2018%2010V32C18%2033.1046%2018.8954%2034%2020%2034H42C43.1046%2034%2044%2033.1046%2044%2032V10C44%208.89543%2043.1046%208%2042%208Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M4%2034H18V20H11L4%2026.4615V34Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18%2036C18%2038.2091%2016.2091%2040%2014%2040C11.7909%2040%2010%2038.2091%2010%2036%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M40%2036C40%2038.2091%2038.2091%2040%2036%2040C33.7909%2040%2032%2038.2091%2032%2036%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M42%208H20C18.8954%208%2018%208.89543%2018%2010V32C18%2033.1046%2018.8954%2034%2020%2034H42C43.1046%2034%2044%2033.1046%2044%2032V10C44%208.89543%2043.1046%208%2042%208Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M4%2034H18V20H11L4%2026.4615V34Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18%2036C18%2038.2091%2016.2091%2040%2014%2040C11.7909%2040%2010%2038.2091%2010%2036%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M40%2036C40%2038.2091%2038.2091%2040%2036%2040C33.7909%2040%2032%2038.2091%2032%2036%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/transporter.svg?color=%231a73e8&size=48