car-tunnel from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.

Name
car-tunnel
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome Solid

Use the car tunnel icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 64C178.6 64 64 178.6 64 320v192c0 35.3 28.7 64 64 64h42.8c-6.6-5.9-10.8-14.4-10.8-24V438.9c0-13.5 3.1-26.8 9-38.9l39.7-80.8c9.4-19.1 28.9-31.3 50.2-31.3l122.1.1c21.3 0 40.8 12.1 50.2 31.3L471 400c5.9 12.1 9 25.4 9 38.9V552c0 9.6-4.2 18.1-10.8 24H512c35.3 0 64-28.7 64-64V320c0-141.4-114.6-256-256-256m106.8 512c-6.6-5.9-10.8-14.4-10.8-24v-24H224v24c0 9.6-4.2 18.1-10.8 24h213.7zm-175-235.5L222.5 400h194.9l-29.3-59.5c-1.3-2.7-4.1-4.5-7.2-4.5H259c-3 0-5.8 1.7-7.2 4.5M240 488c13.3 0 24-10.7 24-24s-10.7-24-24-24s-24 10.7-24 24s10.7 24 24 24m184-24c0-13.3-10.7-24-24-24s-24 10.7-24 24s10.7 24 24 24s24-10.7 24-24"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidCarTunnel(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 64C178.6 64 64 178.6 64 320v192c0 35.3 28.7 64 64 64h42.8c-6.6-5.9-10.8-14.4-10.8-24V438.9c0-13.5 3.1-26.8 9-38.9l39.7-80.8c9.4-19.1 28.9-31.3 50.2-31.3l122.1.1c21.3 0 40.8 12.1 50.2 31.3L471 400c5.9 12.1 9 25.4 9 38.9V552c0 9.6-4.2 18.1-10.8 24H512c35.3 0 64-28.7 64-64V320c0-141.4-114.6-256-256-256m106.8 512c-6.6-5.9-10.8-14.4-10.8-24v-24H224v24c0 9.6-4.2 18.1-10.8 24h213.7zm-175-235.5L222.5 400h194.9l-29.3-59.5c-1.3-2.7-4.1-4.5-7.2-4.5H259c-3 0-5.8 1.7-7.2 4.5M240 488c13.3 0 24-10.7 24-24s-10.7-24-24-24s-24 10.7-24 24s10.7 24 24 24m184-24c0-13.3-10.7-24-24-24s-24 10.7-24 24s10.7 24 24 24s24-10.7 24-24"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 64C178.6 64 64 178.6 64 320v192c0 35.3 28.7 64 64 64h42.8c-6.6-5.9-10.8-14.4-10.8-24V438.9c0-13.5 3.1-26.8 9-38.9l39.7-80.8c9.4-19.1 28.9-31.3 50.2-31.3l122.1.1c21.3 0 40.8 12.1 50.2 31.3L471 400c5.9 12.1 9 25.4 9 38.9V552c0 9.6-4.2 18.1-10.8 24H512c35.3 0 64-28.7 64-64V320c0-141.4-114.6-256-256-256m106.8 512c-6.6-5.9-10.8-14.4-10.8-24v-24H224v24c0 9.6-4.2 18.1-10.8 24h213.7zm-175-235.5L222.5 400h194.9l-29.3-59.5c-1.3-2.7-4.1-4.5-7.2-4.5H259c-3 0-5.8 1.7-7.2 4.5M240 488c13.3 0 24-10.7 24-24s-10.7-24-24-24s-24 10.7-24 24s10.7 24 24 24m184-24c0-13.3-10.7-24-24-24s-24 10.7-24 24s10.7 24 24 24s24-10.7 24-24"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%2064C178.6%2064%2064%20178.6%2064%20320v192c0%2035.3%2028.7%2064%2064%2064h42.8c-6.6-5.9-10.8-14.4-10.8-24V438.9c0-13.5%203.1-26.8%209-38.9l39.7-80.8c9.4-19.1%2028.9-31.3%2050.2-31.3l122.1.1c21.3%200%2040.8%2012.1%2050.2%2031.3L471%20400c5.9%2012.1%209%2025.4%209%2038.9V552c0%209.6-4.2%2018.1-10.8%2024H512c35.3%200%2064-28.7%2064-64V320c0-141.4-114.6-256-256-256m106.8%20512c-6.6-5.9-10.8-14.4-10.8-24v-24H224v24c0%209.6-4.2%2018.1-10.8%2024h213.7zm-175-235.5L222.5%20400h194.9l-29.3-59.5c-1.3-2.7-4.1-4.5-7.2-4.5H259c-3%200-5.8%201.7-7.2%204.5M240%20488c13.3%200%2024-10.7%2024-24s-10.7-24-24-24s-24%2010.7-24%2024s10.7%2024%2024%2024m184-24c0-13.3-10.7-24-24-24s-24%2010.7-24%2024s10.7%2024%2024%2024s24-10.7%2024-24%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%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%2064C178.6%2064%2064%20178.6%2064%20320v192c0%2035.3%2028.7%2064%2064%2064h42.8c-6.6-5.9-10.8-14.4-10.8-24V438.9c0-13.5%203.1-26.8%209-38.9l39.7-80.8c9.4-19.1%2028.9-31.3%2050.2-31.3l122.1.1c21.3%200%2040.8%2012.1%2050.2%2031.3L471%20400c5.9%2012.1%209%2025.4%209%2038.9V552c0%209.6-4.2%2018.1-10.8%2024H512c35.3%200%2064-28.7%2064-64V320c0-141.4-114.6-256-256-256m106.8%20512c-6.6-5.9-10.8-14.4-10.8-24v-24H224v24c0%209.6-4.2%2018.1-10.8%2024h213.7zm-175-235.5L222.5%20400h194.9l-29.3-59.5c-1.3-2.7-4.1-4.5-7.2-4.5H259c-3%200-5.8%201.7-7.2%204.5M240%20488c13.3%200%2024-10.7%2024-24s-10.7-24-24-24s-24%2010.7-24%2024s10.7%2024%2024%2024m184-24c0-13.3-10.7-24-24-24s-24%2010.7-24%2024s10.7%2024%2024%2024s24-10.7%2024-24%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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