car-side from Font Awesome 6 Solid by Dave Gandy · Regular · Automotive · CC-BY-4.0 Attribution required.

Name
car-side
Set
Font Awesome 6 Solid
Style
Regular
Category
Automotive
Viewbox
640×512
License
CC BY 4.0

The same icon in other sets

More automotive icons from Font Awesome 6 Solid

Use the car side icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M171.3 96H224v96H111.3l30.4-75.9C146.5 104 158.2 96 171.3 96M272 192V96h81.2c9.7 0 18.9 4.4 25 12l67.2 84zm256.2 1l-100-125c-18.2-22.8-45.8-36-75-36H171.3C132 32 96.7 55.9 82.2 92.3L40.6 196.4C16.8 205.8 0 228.9 0 256v112c0 17.7 14.3 32 32 32h33.3c7.6 45.4 47.1 80 94.7 80s87.1-34.6 94.7-80h130.7c7.6 45.4 47.1 80 94.7 80s87.1-34.6 94.7-80h33.3c17.7 0 32-14.3 32-32v-48c0-65.2-48.8-119-111.8-127zm-93.5 175a48 48 0 1 1 90.5 32a48 48 0 1 1-90.5-32M160 336a48 48 0 1 1 0 96a48 48 0 1 1 0-96"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidCarSide(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="M171.3 96H224v96H111.3l30.4-75.9C146.5 104 158.2 96 171.3 96M272 192V96h81.2c9.7 0 18.9 4.4 25 12l67.2 84zm256.2 1l-100-125c-18.2-22.8-45.8-36-75-36H171.3C132 32 96.7 55.9 82.2 92.3L40.6 196.4C16.8 205.8 0 228.9 0 256v112c0 17.7 14.3 32 32 32h33.3c7.6 45.4 47.1 80 94.7 80s87.1-34.6 94.7-80h130.7c7.6 45.4 47.1 80 94.7 80s87.1-34.6 94.7-80h33.3c17.7 0 32-14.3 32-32v-48c0-65.2-48.8-119-111.8-127zm-93.5 175a48 48 0 1 1 90.5 32a48 48 0 1 1-90.5-32M160 336a48 48 0 1 1 0 96a48 48 0 1 1 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="M171.3 96H224v96H111.3l30.4-75.9C146.5 104 158.2 96 171.3 96M272 192V96h81.2c9.7 0 18.9 4.4 25 12l67.2 84zm256.2 1l-100-125c-18.2-22.8-45.8-36-75-36H171.3C132 32 96.7 55.9 82.2 92.3L40.6 196.4C16.8 205.8 0 228.9 0 256v112c0 17.7 14.3 32 32 32h33.3c7.6 45.4 47.1 80 94.7 80s87.1-34.6 94.7-80h130.7c7.6 45.4 47.1 80 94.7 80s87.1-34.6 94.7-80h33.3c17.7 0 32-14.3 32-32v-48c0-65.2-48.8-119-111.8-127zm-93.5 175a48 48 0 1 1 90.5 32a48 48 0 1 1-90.5-32M160 336a48 48 0 1 1 0 96a48 48 0 1 1 0-96"/></svg>
</template>

CSS

.icon-car-side {
  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%22M171.3%2096H224v96H111.3l30.4-75.9C146.5%20104%20158.2%2096%20171.3%2096M272%20192V96h81.2c9.7%200%2018.9%204.4%2025%2012l67.2%2084zm256.2%201l-100-125c-18.2-22.8-45.8-36-75-36H171.3C132%2032%2096.7%2055.9%2082.2%2092.3L40.6%20196.4C16.8%20205.8%200%20228.9%200%20256v112c0%2017.7%2014.3%2032%2032%2032h33.3c7.6%2045.4%2047.1%2080%2094.7%2080s87.1-34.6%2094.7-80h130.7c7.6%2045.4%2047.1%2080%2094.7%2080s87.1-34.6%2094.7-80h33.3c17.7%200%2032-14.3%2032-32v-48c0-65.2-48.8-119-111.8-127zm-93.5%20175a48%2048%200%201%201%2090.5%2032a48%2048%200%201%201-90.5-32M160%20336a48%2048%200%201%201%200%2096a48%2048%200%201%201%200-96%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%22M171.3%2096H224v96H111.3l30.4-75.9C146.5%20104%20158.2%2096%20171.3%2096M272%20192V96h81.2c9.7%200%2018.9%204.4%2025%2012l67.2%2084zm256.2%201l-100-125c-18.2-22.8-45.8-36-75-36H171.3C132%2032%2096.7%2055.9%2082.2%2092.3L40.6%20196.4C16.8%20205.8%200%20228.9%200%20256v112c0%2017.7%2014.3%2032%2032%2032h33.3c7.6%2045.4%2047.1%2080%2094.7%2080s87.1-34.6%2094.7-80h130.7c7.6%2045.4%2047.1%2080%2094.7%2080s87.1-34.6%2094.7-80h33.3c17.7%200%2032-14.3%2032-32v-48c0-65.2-48.8-119-111.8-127zm-93.5%20175a48%2048%200%201%201%2090.5%2032a48%2048%200%201%201-90.5-32M160%20336a48%2048%200%201%201%200%2096a48%2048%200%201%201%200-96%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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