Vehicle Car Profile LTR icon

The Vehicle Car Profile LTR icon is part of Microsoft's Fluent UI System Icons, available here in filled and regular (outlined) styles on a 24 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.

Regular (outlined)

SVG

Filled

SVG

Use the Vehicle Car Profile LTR icon in React

Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.

npm install @fluentui/react-icons

import { VehicleCarProfileLtr24Regular, VehicleCarProfileLtr24Filled } from "@fluentui/react-icons";

export function Example() {
  return <VehicleCarProfileLtr24Regular aria-label="Vehicle Car Profile LTR" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_vehicle_car_profile_ltr_24_regular.svg" width="24" height="24" alt="Vehicle Car Profile LTR">

Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.37449 6.02643C5.70079 4.83001 6.78748 4 8.02759 4H12.8584C13.8312 4 14.7316 4.51393 15.2263 5.35154L17.7345 9.59844L19.9167 10.1438C21.141 10.4497 22 11.5497 22 12.8117V14.5C22 15.6024 21.3514 16.5532 20.415 16.9918C20.0794 18.4293 18.7897 19.5 17.25 19.5C15.804 19.5 14.5785 18.5556 14.1567 17.25H9.34325C8.92147 18.5556 7.69602 19.5 6.25 19.5C4.58719 19.5 3.21604 18.2512 3.02321 16.6404C2.39913 16.1363 2 15.3647 2 14.5V12.25C2 10.8423 3.05777 9.68156 4.42187 9.51937L5.37449 6.02643ZM14.0382 15.75C14.2787 14.1925 15.6251 13 17.25 13C18.6622 13 19.8641 13.9007 20.3124 15.159C20.4313 14.9677 20.5 14.7419 20.5 14.5V12.8117C20.5 12.2381 20.1096 11.7381 19.553 11.599L17.156 11H4.75C4.05964 11 3.5 11.5596 3.5 12.25V14.5L3.50011 14.517C4.07579 13.6054 5.09219 13 6.25 13C7.87489 13 9.22127 14.1925 9.46178 15.75H14.0382ZM11 9.5H15.9343L13.9347 6.11433C13.7099 5.73361 13.3006 5.5 12.8584 5.5H11V9.5ZM9.5 5.5H8.02759C7.4639 5.5 6.96995 5.87728 6.82164 6.4211L5.98194 9.5H9.5L9.5 5.5ZM6.25 14.5C5.2835 14.5 4.5 15.2835 4.5 16.25C4.5 17.2165 5.2835 18 6.25 18C7.2165 18 8 17.2165 8 16.25C8 15.2835 7.2165 14.5 6.25 14.5ZM15.5 16.25C15.5 17.2165 16.2835 18 17.25 18C18.2165 18 19 17.2165 19 16.25C19 15.2835 18.2165 14.5 17.25 14.5C16.2835 14.5 15.5 15.2835 15.5 16.25Z" fill="currentColor"/></svg>

Use it from the SVG package

Microsoft's @fluentui/svg-icons package contains the raw SVG files, which works well with bundlers that import SVGs:

npm install @fluentui/svg-icons

import icon from "@fluentui/svg-icons/icons/vehicle_car_profile_ltr_24_regular.svg";

Details

NameVehicle Car Profile LTR
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_vehicle_car_profile_ltr_24_regular.svg
Filled fileic_fluent_vehicle_car_profile_ltr_24_filled.svg
React componentsVehicleCarProfileLtr24Regular, VehicleCarProfileLtr24Filled
LicenseMIT (© Microsoft Corporation)

Related icons