vehicle-car-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.

Name
vehicle-car-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the vehicle car icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="m9.198 16.5l-.433 1.767A4.25 4.25 0 0 0 6 22.25v17.5A3.25 3.25 0 0 0 9.25 43h3.5A3.25 3.25 0 0 0 16 39.75V36.5h16v3.25A3.25 3.25 0 0 0 35.25 43h3.5A3.25 3.25 0 0 0 42 39.75v-17.5c0-1.84-1.17-3.408-2.807-3.999l-.5-1.751h2.057a1.25 1.25 0 1 0 0-2.5h-2.771l-.991-3.467A6.25 6.25 0 0 0 30.978 6H16.674a6.25 6.25 0 0 0-6.07 4.763L9.81 14H7.25a1.25 1.25 0 1 0 0 2.5zm7.475-8H30.98a3.75 3.75 0 0 1 3.605 2.72L36.521 18H11.404l1.627-6.642A3.75 3.75 0 0 1 16.673 8.5m17.827 28h5v3.25a.75.75 0 0 1-.75.75h-3.5a.75.75 0 0 1-.75-.75zm-26 3.25V36.5h5v3.25a.75.75 0 0 1-.75.75h-3.5a.75.75 0 0 1-.75-.75M14 28a2 2 0 1 1 0-4a2 2 0 0 1 0 4m22-2a2 2 0 1 1-4 0a2 2 0 0 1 4 0m-15.75 2h7.5a1.25 1.25 0 1 1 0 2.5h-7.5a1.25 1.25 0 1 1 0-2.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentVehicleCar48Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="m9.198 16.5l-.433 1.767A4.25 4.25 0 0 0 6 22.25v17.5A3.25 3.25 0 0 0 9.25 43h3.5A3.25 3.25 0 0 0 16 39.75V36.5h16v3.25A3.25 3.25 0 0 0 35.25 43h3.5A3.25 3.25 0 0 0 42 39.75v-17.5c0-1.84-1.17-3.408-2.807-3.999l-.5-1.751h2.057a1.25 1.25 0 1 0 0-2.5h-2.771l-.991-3.467A6.25 6.25 0 0 0 30.978 6H16.674a6.25 6.25 0 0 0-6.07 4.763L9.81 14H7.25a1.25 1.25 0 1 0 0 2.5zm7.475-8H30.98a3.75 3.75 0 0 1 3.605 2.72L36.521 18H11.404l1.627-6.642A3.75 3.75 0 0 1 16.673 8.5m17.827 28h5v3.25a.75.75 0 0 1-.75.75h-3.5a.75.75 0 0 1-.75-.75zm-26 3.25V36.5h5v3.25a.75.75 0 0 1-.75.75h-3.5a.75.75 0 0 1-.75-.75M14 28a2 2 0 1 1 0-4a2 2 0 0 1 0 4m22-2a2 2 0 1 1-4 0a2 2 0 0 1 4 0m-15.75 2h7.5a1.25 1.25 0 1 1 0 2.5h-7.5a1.25 1.25 0 1 1 0-2.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="m9.198 16.5l-.433 1.767A4.25 4.25 0 0 0 6 22.25v17.5A3.25 3.25 0 0 0 9.25 43h3.5A3.25 3.25 0 0 0 16 39.75V36.5h16v3.25A3.25 3.25 0 0 0 35.25 43h3.5A3.25 3.25 0 0 0 42 39.75v-17.5c0-1.84-1.17-3.408-2.807-3.999l-.5-1.751h2.057a1.25 1.25 0 1 0 0-2.5h-2.771l-.991-3.467A6.25 6.25 0 0 0 30.978 6H16.674a6.25 6.25 0 0 0-6.07 4.763L9.81 14H7.25a1.25 1.25 0 1 0 0 2.5zm7.475-8H30.98a3.75 3.75 0 0 1 3.605 2.72L36.521 18H11.404l1.627-6.642A3.75 3.75 0 0 1 16.673 8.5m17.827 28h5v3.25a.75.75 0 0 1-.75.75h-3.5a.75.75 0 0 1-.75-.75zm-26 3.25V36.5h5v3.25a.75.75 0 0 1-.75.75h-3.5a.75.75 0 0 1-.75-.75M14 28a2 2 0 1 1 0-4a2 2 0 0 1 0 4m22-2a2 2 0 1 1-4 0a2 2 0 0 1 4 0m-15.75 2h7.5a1.25 1.25 0 1 1 0 2.5h-7.5a1.25 1.25 0 1 1 0-2.5"/></svg>
</template>

CSS

.icon-vehicle-car-48-filled {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9.198%2016.5l-.433%201.767A4.25%204.25%200%200%200%206%2022.25v17.5A3.25%203.25%200%200%200%209.25%2043h3.5A3.25%203.25%200%200%200%2016%2039.75V36.5h16v3.25A3.25%203.25%200%200%200%2035.25%2043h3.5A3.25%203.25%200%200%200%2042%2039.75v-17.5c0-1.84-1.17-3.408-2.807-3.999l-.5-1.751h2.057a1.25%201.25%200%201%200%200-2.5h-2.771l-.991-3.467A6.25%206.25%200%200%200%2030.978%206H16.674a6.25%206.25%200%200%200-6.07%204.763L9.81%2014H7.25a1.25%201.25%200%201%200%200%202.5zm7.475-8H30.98a3.75%203.75%200%200%201%203.605%202.72L36.521%2018H11.404l1.627-6.642A3.75%203.75%200%200%201%2016.673%208.5m17.827%2028h5v3.25a.75.75%200%200%201-.75.75h-3.5a.75.75%200%200%201-.75-.75zm-26%203.25V36.5h5v3.25a.75.75%200%200%201-.75.75h-3.5a.75.75%200%200%201-.75-.75M14%2028a2%202%200%201%201%200-4a2%202%200%200%201%200%204m22-2a2%202%200%201%201-4%200a2%202%200%200%201%204%200m-15.75%202h7.5a1.25%201.25%200%201%201%200%202.5h-7.5a1.25%201.25%200%201%201%200-2.5%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9.198%2016.5l-.433%201.767A4.25%204.25%200%200%200%206%2022.25v17.5A3.25%203.25%200%200%200%209.25%2043h3.5A3.25%203.25%200%200%200%2016%2039.75V36.5h16v3.25A3.25%203.25%200%200%200%2035.25%2043h3.5A3.25%203.25%200%200%200%2042%2039.75v-17.5c0-1.84-1.17-3.408-2.807-3.999l-.5-1.751h2.057a1.25%201.25%200%201%200%200-2.5h-2.771l-.991-3.467A6.25%206.25%200%200%200%2030.978%206H16.674a6.25%206.25%200%200%200-6.07%204.763L9.81%2014H7.25a1.25%201.25%200%201%200%200%202.5zm7.475-8H30.98a3.75%203.75%200%200%201%203.605%202.72L36.521%2018H11.404l1.627-6.642A3.75%203.75%200%200%201%2016.673%208.5m17.827%2028h5v3.25a.75.75%200%200%201-.75.75h-3.5a.75.75%200%200%201-.75-.75zm-26%203.25V36.5h5v3.25a.75.75%200%200%201-.75.75h-3.5a.75.75%200%200%201-.75-.75M14%2028a2%202%200%201%201%200-4a2%202%200%200%201%200%204m22-2a2%202%200%201%201-4%200a2%202%200%200%201%204%200m-15.75%202h7.5a1.25%201.25%200%201%201%200%202.5h-7.5a1.25%201.25%200%201%201%200-2.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/vehicle-car-48-filled.svg?color=%231a73e8&size=48