car icon
car from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- car
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-car
The same icon in other sets
car-filledAnt Design IconscarBoxIcons v2 SolidcarCarboncar-fillEva Iconscar-fillFramework7 IconscarFont Awesome 6 SolidcarFont Awesome SolidcarHumbleiconscarIconParkcarIconPark OutlinecarIconPark SolidcarIconPark TwoTonecarIconoircarIonIconscarJam IconscarLine AwesomecarLucidecarMajesticonscarMaterial Design Iconscar-fillMingCute IconcarPhosphorcarPixelarticonscarPrime Iconscar-fillRemix Icon
Use the car icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.772 10.156l-1.368-4.105A2.995 2.995 0 0 0 16.559 4H7.441a2.995 2.995 0 0 0-2.845 2.051l-1.368 4.105A2 2 0 0 0 2 12v5c0 .753.423 1.402 1.039 1.743c-.013.066-.039.126-.039.195V21a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-2h12v2a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-2.062c0-.069-.026-.13-.039-.195A1.99 1.99 0 0 0 22 17v-5c0-.829-.508-1.541-1.228-1.844M4 17v-5h16l.002 5zM7.441 6h9.117c.431 0 .813.274.949.684L18.613 10H5.387l1.105-3.316A1 1 0 0 1 7.441 6"/><circle cx="6.5" cy="14.5" r="1.5" fill="currentColor"/><circle cx="17.5" cy="14.5" r="1.5" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function BxCar(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.772 10.156l-1.368-4.105A2.995 2.995 0 0 0 16.559 4H7.441a2.995 2.995 0 0 0-2.845 2.051l-1.368 4.105A2 2 0 0 0 2 12v5c0 .753.423 1.402 1.039 1.743c-.013.066-.039.126-.039.195V21a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-2h12v2a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-2.062c0-.069-.026-.13-.039-.195A1.99 1.99 0 0 0 22 17v-5c0-.829-.508-1.541-1.228-1.844M4 17v-5h16l.002 5zM7.441 6h9.117c.431 0 .813.274.949.684L18.613 10H5.387l1.105-3.316A1 1 0 0 1 7.441 6"/><circle cx="6.5" cy="14.5" r="1.5" fill="currentColor"/><circle cx="17.5" cy="14.5" r="1.5" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.772 10.156l-1.368-4.105A2.995 2.995 0 0 0 16.559 4H7.441a2.995 2.995 0 0 0-2.845 2.051l-1.368 4.105A2 2 0 0 0 2 12v5c0 .753.423 1.402 1.039 1.743c-.013.066-.039.126-.039.195V21a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-2h12v2a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-2.062c0-.069-.026-.13-.039-.195A1.99 1.99 0 0 0 22 17v-5c0-.829-.508-1.541-1.228-1.844M4 17v-5h16l.002 5zM7.441 6h9.117c.431 0 .813.274.949.684L18.613 10H5.387l1.105-3.316A1 1 0 0 1 7.441 6"/><circle cx="6.5" cy="14.5" r="1.5" fill="currentColor"/><circle cx="17.5" cy="14.5" r="1.5" fill="currentColor"/></svg> </template>
CSS
.icon-car {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m20.772%2010.156l-1.368-4.105A2.995%202.995%200%200%200%2016.559%204H7.441a2.995%202.995%200%200%200-2.845%202.051l-1.368%204.105A2%202%200%200%200%202%2012v5c0%20.753.423%201.402%201.039%201.743c-.013.066-.039.126-.039.195V21a1%201%200%200%200%201%201h1a1%201%200%200%200%201-1v-2h12v2a1%201%200%200%200%201%201h1a1%201%200%200%200%201-1v-2.062c0-.069-.026-.13-.039-.195A1.99%201.99%200%200%200%2022%2017v-5c0-.829-.508-1.541-1.228-1.844M4%2017v-5h16l.002%205zM7.441%206h9.117c.431%200%20.813.274.949.684L18.613%2010H5.387l1.105-3.316A1%201%200%200%201%207.441%206%22%2F%3E%3Ccircle%20cx%3D%226.5%22%20cy%3D%2214.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2217.5%22%20cy%3D%2214.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m20.772%2010.156l-1.368-4.105A2.995%202.995%200%200%200%2016.559%204H7.441a2.995%202.995%200%200%200-2.845%202.051l-1.368%204.105A2%202%200%200%200%202%2012v5c0%20.753.423%201.402%201.039%201.743c-.013.066-.039.126-.039.195V21a1%201%200%200%200%201%201h1a1%201%200%200%200%201-1v-2h12v2a1%201%200%200%200%201%201h1a1%201%200%200%200%201-1v-2.062c0-.069-.026-.13-.039-.195A1.99%201.99%200%200%200%2022%2017v-5c0-.829-.508-1.541-1.228-1.844M4%2017v-5h16l.002%205zM7.441%206h9.117c.431%200%20.813.274.949.684L18.613%2010H5.387l1.105-3.316A1%201%200%200%201%207.441%206%22%2F%3E%3Ccircle%20cx%3D%226.5%22%20cy%3D%2214.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2217.5%22%20cy%3D%2214.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/car.svg?color=%231a73e8&size=48