vehicle car profile ltr icon
vehicle-car-profile-ltr-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- vehicle-car-profile-ltr-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
5 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-16-filledvehicle-car-collision-16-filledvehicle-car-parking-16-filledvehicle-car-profile-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 profile ltr icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5.518 6.026L4.86 8H8V5H6.942a1.5 1.5 0 0 0-1.424 1.026M4.528 9l-.004.01l-.266.066l-.122.03A1.5 1.5 0 0 0 3 10.562v1.688c0 .16.05.31.137.432A2.501 2.501 0 0 1 7.95 13h4.1a2.5 2.5 0 0 1 4.813-.318a.75.75 0 0 0 .137-.432v-1.213a1.5 1.5 0 0 0-1.114-1.45L13.686 9zm8.345-1l-1.239-2.228A1.5 1.5 0 0 0 10.324 5H9v3zM18 12.25a1.75 1.75 0 0 1-1.023 1.592A2.5 2.5 0 0 1 12.05 14h-4.1a2.5 2.5 0 0 1-4.927-.158A1.75 1.75 0 0 1 2 12.25v-1.688a2.5 2.5 0 0 1 1.747-2.384l.823-2.469A2.5 2.5 0 0 1 6.942 4h3.381a2.5 2.5 0 0 1 2.186 1.286l1.542 2.777l2.093.558A2.5 2.5 0 0 1 18 11.037zM5.5 12a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m9 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/></svg>
React
import type { SVGProps } from "react";
export function FluentVehicleCarProfileLtr20Regular(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="M5.518 6.026L4.86 8H8V5H6.942a1.5 1.5 0 0 0-1.424 1.026M4.528 9l-.004.01l-.266.066l-.122.03A1.5 1.5 0 0 0 3 10.562v1.688c0 .16.05.31.137.432A2.501 2.501 0 0 1 7.95 13h4.1a2.5 2.5 0 0 1 4.813-.318a.75.75 0 0 0 .137-.432v-1.213a1.5 1.5 0 0 0-1.114-1.45L13.686 9zm8.345-1l-1.239-2.228A1.5 1.5 0 0 0 10.324 5H9v3zM18 12.25a1.75 1.75 0 0 1-1.023 1.592A2.5 2.5 0 0 1 12.05 14h-4.1a2.5 2.5 0 0 1-4.927-.158A1.75 1.75 0 0 1 2 12.25v-1.688a2.5 2.5 0 0 1 1.747-2.384l.823-2.469A2.5 2.5 0 0 1 6.942 4h3.381a2.5 2.5 0 0 1 2.186 1.286l1.542 2.777l2.093.558A2.5 2.5 0 0 1 18 11.037zM5.5 12a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m9 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5.518 6.026L4.86 8H8V5H6.942a1.5 1.5 0 0 0-1.424 1.026M4.528 9l-.004.01l-.266.066l-.122.03A1.5 1.5 0 0 0 3 10.562v1.688c0 .16.05.31.137.432A2.501 2.501 0 0 1 7.95 13h4.1a2.5 2.5 0 0 1 4.813-.318a.75.75 0 0 0 .137-.432v-1.213a1.5 1.5 0 0 0-1.114-1.45L13.686 9zm8.345-1l-1.239-2.228A1.5 1.5 0 0 0 10.324 5H9v3zM18 12.25a1.75 1.75 0 0 1-1.023 1.592A2.5 2.5 0 0 1 12.05 14h-4.1a2.5 2.5 0 0 1-4.927-.158A1.75 1.75 0 0 1 2 12.25v-1.688a2.5 2.5 0 0 1 1.747-2.384l.823-2.469A2.5 2.5 0 0 1 6.942 4h3.381a2.5 2.5 0 0 1 2.186 1.286l1.542 2.777l2.093.558A2.5 2.5 0 0 1 18 11.037zM5.5 12a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m9 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/></svg> </template>
CSS
.icon-vehicle-car-profile-ltr-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%22M5.518%206.026L4.86%208H8V5H6.942a1.5%201.5%200%200%200-1.424%201.026M4.528%209l-.004.01l-.266.066l-.122.03A1.5%201.5%200%200%200%203%2010.562v1.688c0%20.16.05.31.137.432A2.501%202.501%200%200%201%207.95%2013h4.1a2.5%202.5%200%200%201%204.813-.318a.75.75%200%200%200%20.137-.432v-1.213a1.5%201.5%200%200%200-1.114-1.45L13.686%209zm8.345-1l-1.239-2.228A1.5%201.5%200%200%200%2010.324%205H9v3zM18%2012.25a1.75%201.75%200%200%201-1.023%201.592A2.5%202.5%200%200%201%2012.05%2014h-4.1a2.5%202.5%200%200%201-4.927-.158A1.75%201.75%200%200%201%202%2012.25v-1.688a2.5%202.5%200%200%201%201.747-2.384l.823-2.469A2.5%202.5%200%200%201%206.942%204h3.381a2.5%202.5%200%200%201%202.186%201.286l1.542%202.777l2.093.558A2.5%202.5%200%200%201%2018%2011.037zM5.5%2012a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3m9%200a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3%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%22M5.518%206.026L4.86%208H8V5H6.942a1.5%201.5%200%200%200-1.424%201.026M4.528%209l-.004.01l-.266.066l-.122.03A1.5%201.5%200%200%200%203%2010.562v1.688c0%20.16.05.31.137.432A2.501%202.501%200%200%201%207.95%2013h4.1a2.5%202.5%200%200%201%204.813-.318a.75.75%200%200%200%20.137-.432v-1.213a1.5%201.5%200%200%200-1.114-1.45L13.686%209zm8.345-1l-1.239-2.228A1.5%201.5%200%200%200%2010.324%205H9v3zM18%2012.25a1.75%201.75%200%200%201-1.023%201.592A2.5%202.5%200%200%201%2012.05%2014h-4.1a2.5%202.5%200%200%201-4.927-.158A1.75%201.75%200%200%201%202%2012.25v-1.688a2.5%202.5%200%200%201%201.747-2.384l.823-2.469A2.5%202.5%200%200%201%206.942%204h3.381a2.5%202.5%200%200%201%202.186%201.286l1.542%202.777l2.093.558A2.5%202.5%200%200%201%2018%2011.037zM5.5%2012a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3m9%200a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/vehicle-car-profile-ltr-20-regular.svg?color=%231a73e8&size=48