car-side from Line Awesome by Icons8 · Line · Automotive · Apache-2.0 Free for personal and commercial use.

Name
car-side
Set
Line Awesome
Style
Line
Category
Automotive
Viewbox
32×32
License
Apache 2.0
Aliases
car-side-solid

The same icon in other sets

More automotive icons from Line Awesome

Use the car side icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6.594 6c-1.336 0-2.57.668-3.313 1.781L.5 11.938a2.97 2.97 0 0 0-.5 1.656v6.625a1.99 1.99 0 0 0 1.5 1.937l2.594.657A4 4 0 0 0 8 26c1.852 0 3.398-1.281 3.844-3h9.312c.446 1.719 1.992 3 3.844 3s3.398-1.281 3.844-3H30c1.094 0 2-.906 2-2v-3.656a4 4 0 0 0-3.031-3.875l-5.407-1.375l-3.906-4.656A3.99 3.99 0 0 0 16.594 6zm0 2H11v4H2.875l2.063-3.094v-.031A1.96 1.96 0 0 1 6.593 8zM13 8h3.594c.593 0 1.152.262 1.531.719L20.875 12H13zM2 14h20.875l5.625 1.406a1.976 1.976 0 0 1 1.5 1.938V21h-1.156c-.446-1.719-1.992-3-3.844-3s-3.398 1.281-3.844 3h-9.312c-.446-1.719-1.992-3-3.844-3c-1.773 0-3.262 1.172-3.781 2.781L2 20.22zm6 6c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2m17 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 LaCarSide(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="M6.594 6c-1.336 0-2.57.668-3.313 1.781L.5 11.938a2.97 2.97 0 0 0-.5 1.656v6.625a1.99 1.99 0 0 0 1.5 1.937l2.594.657A4 4 0 0 0 8 26c1.852 0 3.398-1.281 3.844-3h9.312c.446 1.719 1.992 3 3.844 3s3.398-1.281 3.844-3H30c1.094 0 2-.906 2-2v-3.656a4 4 0 0 0-3.031-3.875l-5.407-1.375l-3.906-4.656A3.99 3.99 0 0 0 16.594 6zm0 2H11v4H2.875l2.063-3.094v-.031A1.96 1.96 0 0 1 6.593 8zM13 8h3.594c.593 0 1.152.262 1.531.719L20.875 12H13zM2 14h20.875l5.625 1.406a1.976 1.976 0 0 1 1.5 1.938V21h-1.156c-.446-1.719-1.992-3-3.844-3s-3.398 1.281-3.844 3h-9.312c-.446-1.719-1.992-3-3.844-3c-1.773 0-3.262 1.172-3.781 2.781L2 20.22zm6 6c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2m17 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="M6.594 6c-1.336 0-2.57.668-3.313 1.781L.5 11.938a2.97 2.97 0 0 0-.5 1.656v6.625a1.99 1.99 0 0 0 1.5 1.937l2.594.657A4 4 0 0 0 8 26c1.852 0 3.398-1.281 3.844-3h9.312c.446 1.719 1.992 3 3.844 3s3.398-1.281 3.844-3H30c1.094 0 2-.906 2-2v-3.656a4 4 0 0 0-3.031-3.875l-5.407-1.375l-3.906-4.656A3.99 3.99 0 0 0 16.594 6zm0 2H11v4H2.875l2.063-3.094v-.031A1.96 1.96 0 0 1 6.593 8zM13 8h3.594c.593 0 1.152.262 1.531.719L20.875 12H13zM2 14h20.875l5.625 1.406a1.976 1.976 0 0 1 1.5 1.938V21h-1.156c-.446-1.719-1.992-3-3.844-3s-3.398 1.281-3.844 3h-9.312c-.446-1.719-1.992-3-3.844-3c-1.773 0-3.262 1.172-3.781 2.781L2 20.22zm6 6c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2m17 0c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.594%206c-1.336%200-2.57.668-3.313%201.781L.5%2011.938a2.97%202.97%200%200%200-.5%201.656v6.625a1.99%201.99%200%200%200%201.5%201.937l2.594.657A4%204%200%200%200%208%2026c1.852%200%203.398-1.281%203.844-3h9.312c.446%201.719%201.992%203%203.844%203s3.398-1.281%203.844-3H30c1.094%200%202-.906%202-2v-3.656a4%204%200%200%200-3.031-3.875l-5.407-1.375l-3.906-4.656A3.99%203.99%200%200%200%2016.594%206zm0%202H11v4H2.875l2.063-3.094v-.031A1.96%201.96%200%200%201%206.593%208zM13%208h3.594c.593%200%201.152.262%201.531.719L20.875%2012H13zM2%2014h20.875l5.625%201.406a1.976%201.976%200%200%201%201.5%201.938V21h-1.156c-.446-1.719-1.992-3-3.844-3s-3.398%201.281-3.844%203h-9.312c-.446-1.719-1.992-3-3.844-3c-1.773%200-3.262%201.172-3.781%202.781L2%2020.22zm6%206c1.117%200%202%20.883%202%202s-.883%202-2%202s-2-.883-2-2s.883-2%202-2m17%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%22M6.594%206c-1.336%200-2.57.668-3.313%201.781L.5%2011.938a2.97%202.97%200%200%200-.5%201.656v6.625a1.99%201.99%200%200%200%201.5%201.937l2.594.657A4%204%200%200%200%208%2026c1.852%200%203.398-1.281%203.844-3h9.312c.446%201.719%201.992%203%203.844%203s3.398-1.281%203.844-3H30c1.094%200%202-.906%202-2v-3.656a4%204%200%200%200-3.031-3.875l-5.407-1.375l-3.906-4.656A3.99%203.99%200%200%200%2016.594%206zm0%202H11v4H2.875l2.063-3.094v-.031A1.96%201.96%200%200%201%206.593%208zM13%208h3.594c.593%200%201.152.262%201.531.719L20.875%2012H13zM2%2014h20.875l5.625%201.406a1.976%201.976%200%200%201%201.5%201.938V21h-1.156c-.446-1.719-1.992-3-3.844-3s-3.398%201.281-3.844%203h-9.312c-.446-1.719-1.992-3-3.844-3c-1.773%200-3.262%201.172-3.781%202.781L2%2020.22zm6%206c1.117%200%202%20.883%202%202s-.883%202-2%202s-2-.883-2-2s.883-2%202-2m17%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/car-side.svg?color=%231a73e8&size=48