vehicle car profile rtl icon
vehicle-car-profile-rtl-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- vehicle-car-profile-rtl-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- 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-16-filledvehicle-car-profile-ltr-clock-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 rtl icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.626 6.026A2.75 2.75 0 0 0 15.971 4h-4.83a2.75 2.75 0 0 0-2.368 1.352L6.265 9.598l-2.182.546A2.75 2.75 0 0 0 2 12.812V14.5a2.75 2.75 0 0 0 1.585 2.492a3.251 3.251 0 0 0 6.258.258h4.814a3.252 3.252 0 0 0 6.32-.61A2.75 2.75 0 0 0 22 14.5v-2.25a2.75 2.75 0 0 0-2.422-2.73zM9.962 15.75a3.25 3.25 0 0 0-6.274-.591A1.24 1.24 0 0 1 3.5 14.5v-1.688c0-.574.39-1.074.947-1.213L6.844 11H19.25c.69 0 1.25.56 1.25 1.25v2.267a3.25 3.25 0 0 0-5.962 1.233zM13 9.5H8.066l2-3.386a1.25 1.25 0 0 1 1.076-.614H13zm1.5-4h1.472a1.25 1.25 0 0 1 1.206.921l.84 3.079H14.5zm3.25 9a1.75 1.75 0 1 1 0 3.5a1.75 1.75 0 0 1 0-3.5M8.5 16.25a1.75 1.75 0 1 1-3.5 0a1.75 1.75 0 0 1 3.5 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentVehicleCarProfileRtl24Regular(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="M18.626 6.026A2.75 2.75 0 0 0 15.971 4h-4.83a2.75 2.75 0 0 0-2.368 1.352L6.265 9.598l-2.182.546A2.75 2.75 0 0 0 2 12.812V14.5a2.75 2.75 0 0 0 1.585 2.492a3.251 3.251 0 0 0 6.258.258h4.814a3.252 3.252 0 0 0 6.32-.61A2.75 2.75 0 0 0 22 14.5v-2.25a2.75 2.75 0 0 0-2.422-2.73zM9.962 15.75a3.25 3.25 0 0 0-6.274-.591A1.24 1.24 0 0 1 3.5 14.5v-1.688c0-.574.39-1.074.947-1.213L6.844 11H19.25c.69 0 1.25.56 1.25 1.25v2.267a3.25 3.25 0 0 0-5.962 1.233zM13 9.5H8.066l2-3.386a1.25 1.25 0 0 1 1.076-.614H13zm1.5-4h1.472a1.25 1.25 0 0 1 1.206.921l.84 3.079H14.5zm3.25 9a1.75 1.75 0 1 1 0 3.5a1.75 1.75 0 0 1 0-3.5M8.5 16.25a1.75 1.75 0 1 1-3.5 0a1.75 1.75 0 0 1 3.5 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.626 6.026A2.75 2.75 0 0 0 15.971 4h-4.83a2.75 2.75 0 0 0-2.368 1.352L6.265 9.598l-2.182.546A2.75 2.75 0 0 0 2 12.812V14.5a2.75 2.75 0 0 0 1.585 2.492a3.251 3.251 0 0 0 6.258.258h4.814a3.252 3.252 0 0 0 6.32-.61A2.75 2.75 0 0 0 22 14.5v-2.25a2.75 2.75 0 0 0-2.422-2.73zM9.962 15.75a3.25 3.25 0 0 0-6.274-.591A1.24 1.24 0 0 1 3.5 14.5v-1.688c0-.574.39-1.074.947-1.213L6.844 11H19.25c.69 0 1.25.56 1.25 1.25v2.267a3.25 3.25 0 0 0-5.962 1.233zM13 9.5H8.066l2-3.386a1.25 1.25 0 0 1 1.076-.614H13zm1.5-4h1.472a1.25 1.25 0 0 1 1.206.921l.84 3.079H14.5zm3.25 9a1.75 1.75 0 1 1 0 3.5a1.75 1.75 0 0 1 0-3.5M8.5 16.25a1.75 1.75 0 1 1-3.5 0a1.75 1.75 0 0 1 3.5 0"/></svg> </template>
CSS
.icon-vehicle-car-profile-rtl-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.626%206.026A2.75%202.75%200%200%200%2015.971%204h-4.83a2.75%202.75%200%200%200-2.368%201.352L6.265%209.598l-2.182.546A2.75%202.75%200%200%200%202%2012.812V14.5a2.75%202.75%200%200%200%201.585%202.492a3.251%203.251%200%200%200%206.258.258h4.814a3.252%203.252%200%200%200%206.32-.61A2.75%202.75%200%200%200%2022%2014.5v-2.25a2.75%202.75%200%200%200-2.422-2.73zM9.962%2015.75a3.25%203.25%200%200%200-6.274-.591A1.24%201.24%200%200%201%203.5%2014.5v-1.688c0-.574.39-1.074.947-1.213L6.844%2011H19.25c.69%200%201.25.56%201.25%201.25v2.267a3.25%203.25%200%200%200-5.962%201.233zM13%209.5H8.066l2-3.386a1.25%201.25%200%200%201%201.076-.614H13zm1.5-4h1.472a1.25%201.25%200%200%201%201.206.921l.84%203.079H14.5zm3.25%209a1.75%201.75%200%201%201%200%203.5a1.75%201.75%200%200%201%200-3.5M8.5%2016.25a1.75%201.75%200%201%201-3.5%200a1.75%201.75%200%200%201%203.5%200%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%22M18.626%206.026A2.75%202.75%200%200%200%2015.971%204h-4.83a2.75%202.75%200%200%200-2.368%201.352L6.265%209.598l-2.182.546A2.75%202.75%200%200%200%202%2012.812V14.5a2.75%202.75%200%200%200%201.585%202.492a3.251%203.251%200%200%200%206.258.258h4.814a3.252%203.252%200%200%200%206.32-.61A2.75%202.75%200%200%200%2022%2014.5v-2.25a2.75%202.75%200%200%200-2.422-2.73zM9.962%2015.75a3.25%203.25%200%200%200-6.274-.591A1.24%201.24%200%200%201%203.5%2014.5v-1.688c0-.574.39-1.074.947-1.213L6.844%2011H19.25c.69%200%201.25.56%201.25%201.25v2.267a3.25%203.25%200%200%200-5.962%201.233zM13%209.5H8.066l2-3.386a1.25%201.25%200%200%201%201.076-.614H13zm1.5-4h1.472a1.25%201.25%200%200%201%201.206.921l.84%203.079H14.5zm3.25%209a1.75%201.75%200%201%201%200%203.5a1.75%201.75%200%200%201%200-3.5M8.5%2016.25a1.75%201.75%200%201%201-3.5%200a1.75%201.75%200%200%201%203.5%200%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-rtl-24-regular.svg?color=%231a73e8&size=48