car tunnel icon
car-tunnel from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- car-tunnel
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 512×512
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome 6 Solid
Use the car tunnel icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 0C114.6 0 0 114.6 0 256v192c0 35.3 28.7 64 64 64h42.8c-6.6-5.9-10.8-14.4-10.8-24V376c0-20.8 11.3-38.9 28.1-48.6l21-64.7c7.5-23.1 29-38.7 53.3-38.7h115.2c24.3 0 45.8 15.6 53.3 38.7l21 64.7c16.8 9.7 28.2 27.8 28.2 48.6v112c0 9.6-4.2 18.1-10.8 24h42.8c35.3 0 64-28.7 64-64V256C512 114.6 397.4 0 256 0m106.8 512c-6.6-5.9-10.8-14.4-10.8-24v-40H160v40c0 9.6-4.2 18.1-10.8 24h213.7zm-172-234.5L177 320h158l-13.8-42.5c-1.1-3.3-4.1-5.5-7.6-5.5H198.4c-3.5 0-6.5 2.2-7.6 5.5M168 408a24 24 0 1 0 0-48a24 24 0 1 0 0 48m200-24a24 24 0 1 0-48 0a24 24 0 1 0 48 0"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidCarTunnel(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 0C114.6 0 0 114.6 0 256v192c0 35.3 28.7 64 64 64h42.8c-6.6-5.9-10.8-14.4-10.8-24V376c0-20.8 11.3-38.9 28.1-48.6l21-64.7c7.5-23.1 29-38.7 53.3-38.7h115.2c24.3 0 45.8 15.6 53.3 38.7l21 64.7c16.8 9.7 28.2 27.8 28.2 48.6v112c0 9.6-4.2 18.1-10.8 24h42.8c35.3 0 64-28.7 64-64V256C512 114.6 397.4 0 256 0m106.8 512c-6.6-5.9-10.8-14.4-10.8-24v-40H160v40c0 9.6-4.2 18.1-10.8 24h213.7zm-172-234.5L177 320h158l-13.8-42.5c-1.1-3.3-4.1-5.5-7.6-5.5H198.4c-3.5 0-6.5 2.2-7.6 5.5M168 408a24 24 0 1 0 0-48a24 24 0 1 0 0 48m200-24a24 24 0 1 0-48 0a24 24 0 1 0 48 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 0C114.6 0 0 114.6 0 256v192c0 35.3 28.7 64 64 64h42.8c-6.6-5.9-10.8-14.4-10.8-24V376c0-20.8 11.3-38.9 28.1-48.6l21-64.7c7.5-23.1 29-38.7 53.3-38.7h115.2c24.3 0 45.8 15.6 53.3 38.7l21 64.7c16.8 9.7 28.2 27.8 28.2 48.6v112c0 9.6-4.2 18.1-10.8 24h42.8c35.3 0 64-28.7 64-64V256C512 114.6 397.4 0 256 0m106.8 512c-6.6-5.9-10.8-14.4-10.8-24v-40H160v40c0 9.6-4.2 18.1-10.8 24h213.7zm-172-234.5L177 320h158l-13.8-42.5c-1.1-3.3-4.1-5.5-7.6-5.5H198.4c-3.5 0-6.5 2.2-7.6 5.5M168 408a24 24 0 1 0 0-48a24 24 0 1 0 0 48m200-24a24 24 0 1 0-48 0a24 24 0 1 0 48 0"/></svg> </template>
CSS
.icon-car-tunnel {
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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%200C114.6%200%200%20114.6%200%20256v192c0%2035.3%2028.7%2064%2064%2064h42.8c-6.6-5.9-10.8-14.4-10.8-24V376c0-20.8%2011.3-38.9%2028.1-48.6l21-64.7c7.5-23.1%2029-38.7%2053.3-38.7h115.2c24.3%200%2045.8%2015.6%2053.3%2038.7l21%2064.7c16.8%209.7%2028.2%2027.8%2028.2%2048.6v112c0%209.6-4.2%2018.1-10.8%2024h42.8c35.3%200%2064-28.7%2064-64V256C512%20114.6%20397.4%200%20256%200m106.8%20512c-6.6-5.9-10.8-14.4-10.8-24v-40H160v40c0%209.6-4.2%2018.1-10.8%2024h213.7zm-172-234.5L177%20320h158l-13.8-42.5c-1.1-3.3-4.1-5.5-7.6-5.5H198.4c-3.5%200-6.5%202.2-7.6%205.5M168%20408a24%2024%200%201%200%200-48a24%2024%200%201%200%200%2048m200-24a24%2024%200%201%200-48%200a24%2024%200%201%200%2048%200%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%200C114.6%200%200%20114.6%200%20256v192c0%2035.3%2028.7%2064%2064%2064h42.8c-6.6-5.9-10.8-14.4-10.8-24V376c0-20.8%2011.3-38.9%2028.1-48.6l21-64.7c7.5-23.1%2029-38.7%2053.3-38.7h115.2c24.3%200%2045.8%2015.6%2053.3%2038.7l21%2064.7c16.8%209.7%2028.2%2027.8%2028.2%2048.6v112c0%209.6-4.2%2018.1-10.8%2024h42.8c35.3%200%2064-28.7%2064-64V256C512%20114.6%20397.4%200%20256%200m106.8%20512c-6.6-5.9-10.8-14.4-10.8-24v-40H160v40c0%209.6-4.2%2018.1-10.8%2024h213.7zm-172-234.5L177%20320h158l-13.8-42.5c-1.1-3.3-4.1-5.5-7.6-5.5H198.4c-3.5%200-6.5%202.2-7.6%205.5M168%20408a24%2024%200%201%200%200-48a24%2024%200%201%200%200%2048m200-24a24%2024%200%201%200-48%200a24%2024%200%201%200%2048%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/car-tunnel.svg?color=%231a73e8&size=48