vehicle car icon
vehicle-car-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- vehicle-car-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
11 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
vehicle-bicycle-16-filledvehicle-bus-16-filledvehicle-cab-16-filledvehicle-cable-car-20-filledvehicle-car-collision-16-filledvehicle-car-parking-16-filledvehicle-car-profile-16-filledvehicle-car-profile-ltr-16-filledvehicle-car-profile-ltr-clock-16-filledvehicle-car-profile-rtl-16-filledvehicle-motorcycle-16-filledvehicle-rv-16-filledvehicle-ship-16-filledvehicle-subway-16-filledvehicle-subway-clock-16-filledvehicle-tractor-20-filledvehicle-trailer-16-filledvehicle-trailer-arrow-down-16-filledvehicle-truck-16-filledvehicle-truck-bag-20-filledvehicle-truck-checkmark-16-filledvehicle-truck-cube-20-filledvehicle-truck-profile-16-filled
Use the vehicle car icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M13.86 3a2.5 2.5 0 0 1 2.452 2.01l.197.99h.741a.75.75 0 0 1 .743.648L18 6.75a.75.75 0 0 1-.648.743l-.102.007h-.441l.112.56A1.5 1.5 0 0 1 18 9.5v5a1.5 1.5 0 0 1-1.5 1.5H16v1a1 1 0 1 1-2 0v-1H6v1a1 1 0 1 1-2 0v-1h-.5A1.5 1.5 0 0 1 2 14.5v-5a1.5 1.5 0 0 1 1.079-1.44l.111-.56h-.44a.75.75 0 0 1 0-1.5h.74l.198-.99A2.5 2.5 0 0 1 6.14 3zm2.64 6h-13a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5M6 11a1 1 0 1 1 0 2a1 1 0 0 1 0-2m8 0a1 1 0 1 1 0 2a1 1 0 0 1 0-2m-.14-7H6.14a1.5 1.5 0 0 0-1.471 1.206L4.109 8H15.89l-.559-2.794A1.5 1.5 0 0 0 13.861 4"/></svg>
React
import type { SVGProps } from "react";
export function FluentVehicleCar20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M13.86 3a2.5 2.5 0 0 1 2.452 2.01l.197.99h.741a.75.75 0 0 1 .743.648L18 6.75a.75.75 0 0 1-.648.743l-.102.007h-.441l.112.56A1.5 1.5 0 0 1 18 9.5v5a1.5 1.5 0 0 1-1.5 1.5H16v1a1 1 0 1 1-2 0v-1H6v1a1 1 0 1 1-2 0v-1h-.5A1.5 1.5 0 0 1 2 14.5v-5a1.5 1.5 0 0 1 1.079-1.44l.111-.56h-.44a.75.75 0 0 1 0-1.5h.74l.198-.99A2.5 2.5 0 0 1 6.14 3zm2.64 6h-13a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5M6 11a1 1 0 1 1 0 2a1 1 0 0 1 0-2m8 0a1 1 0 1 1 0 2a1 1 0 0 1 0-2m-.14-7H6.14a1.5 1.5 0 0 0-1.471 1.206L4.109 8H15.89l-.559-2.794A1.5 1.5 0 0 0 13.861 4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M13.86 3a2.5 2.5 0 0 1 2.452 2.01l.197.99h.741a.75.75 0 0 1 .743.648L18 6.75a.75.75 0 0 1-.648.743l-.102.007h-.441l.112.56A1.5 1.5 0 0 1 18 9.5v5a1.5 1.5 0 0 1-1.5 1.5H16v1a1 1 0 1 1-2 0v-1H6v1a1 1 0 1 1-2 0v-1h-.5A1.5 1.5 0 0 1 2 14.5v-5a1.5 1.5 0 0 1 1.079-1.44l.111-.56h-.44a.75.75 0 0 1 0-1.5h.74l.198-.99A2.5 2.5 0 0 1 6.14 3zm2.64 6h-13a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5M6 11a1 1 0 1 1 0 2a1 1 0 0 1 0-2m8 0a1 1 0 1 1 0 2a1 1 0 0 1 0-2m-.14-7H6.14a1.5 1.5 0 0 0-1.471 1.206L4.109 8H15.89l-.559-2.794A1.5 1.5 0 0 0 13.861 4"/></svg> </template>
CSS
.icon-vehicle-car-20-regular {
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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.86%203a2.5%202.5%200%200%201%202.452%202.01l.197.99h.741a.75.75%200%200%201%20.743.648L18%206.75a.75.75%200%200%201-.648.743l-.102.007h-.441l.112.56A1.5%201.5%200%200%201%2018%209.5v5a1.5%201.5%200%200%201-1.5%201.5H16v1a1%201%200%201%201-2%200v-1H6v1a1%201%200%201%201-2%200v-1h-.5A1.5%201.5%200%200%201%202%2014.5v-5a1.5%201.5%200%200%201%201.079-1.44l.111-.56h-.44a.75.75%200%200%201%200-1.5h.74l.198-.99A2.5%202.5%200%200%201%206.14%203zm2.64%206h-13a.5.5%200%200%200-.5.5v5a.5.5%200%200%200%20.5.5h13a.5.5%200%200%200%20.5-.5v-5a.5.5%200%200%200-.5-.5M6%2011a1%201%200%201%201%200%202a1%201%200%200%201%200-2m8%200a1%201%200%201%201%200%202a1%201%200%200%201%200-2m-.14-7H6.14a1.5%201.5%200%200%200-1.471%201.206L4.109%208H15.89l-.559-2.794A1.5%201.5%200%200%200%2013.861%204%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.86%203a2.5%202.5%200%200%201%202.452%202.01l.197.99h.741a.75.75%200%200%201%20.743.648L18%206.75a.75.75%200%200%201-.648.743l-.102.007h-.441l.112.56A1.5%201.5%200%200%201%2018%209.5v5a1.5%201.5%200%200%201-1.5%201.5H16v1a1%201%200%201%201-2%200v-1H6v1a1%201%200%201%201-2%200v-1h-.5A1.5%201.5%200%200%201%202%2014.5v-5a1.5%201.5%200%200%201%201.079-1.44l.111-.56h-.44a.75.75%200%200%201%200-1.5h.74l.198-.99A2.5%202.5%200%200%201%206.14%203zm2.64%206h-13a.5.5%200%200%200-.5.5v5a.5.5%200%200%200%20.5.5h13a.5.5%200%200%200%20.5-.5v-5a.5.5%200%200%200-.5-.5M6%2011a1%201%200%201%201%200%202a1%201%200%200%201%200-2m8%200a1%201%200%201%201%200%202a1%201%200%200%201%200-2m-.14-7H6.14a1.5%201.5%200%200%200-1.471%201.206L4.109%208H15.89l-.559-2.794A1.5%201.5%200%200%200%2013.861%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/vehicle-car-20-regular.svg?color=%231a73e8&size=48