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

Name
vehicle-tractor-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the vehicle tractor icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.02 3a2.25 2.25 0 0 0-2.219 1.88L3.98 9.815A6 6 0 1 0 12.659 17h3.376q-.035.245-.035.5a3.5 3.5 0 1 0 6.001-2.448V12.25A3.25 3.25 0 0 0 18.751 9H17.5V6.75a.75.75 0 0 0-1.5 0V9h-2.115L13.2 4.88A2.25 2.25 0 0 0 10.979 3zm.018 6a6 6 0 0 0-1.43.162l.673-4.035a.75.75 0 0 1 .74-.627h3.958a.75.75 0 0 1 .74.627L12.365 9zM19.5 15.5a2 2 0 1 1 0 4a2 2 0 0 1 0-4m-17-.5a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentVehicleTractor24Filled(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="M7.02 3a2.25 2.25 0 0 0-2.219 1.88L3.98 9.815A6 6 0 1 0 12.659 17h3.376q-.035.245-.035.5a3.5 3.5 0 1 0 6.001-2.448V12.25A3.25 3.25 0 0 0 18.751 9H17.5V6.75a.75.75 0 0 0-1.5 0V9h-2.115L13.2 4.88A2.25 2.25 0 0 0 10.979 3zm.018 6a6 6 0 0 0-1.43.162l.673-4.035a.75.75 0 0 1 .74-.627h3.958a.75.75 0 0 1 .74.627L12.365 9zM19.5 15.5a2 2 0 1 1 0 4a2 2 0 0 1 0-4m-17-.5a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 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="M7.02 3a2.25 2.25 0 0 0-2.219 1.88L3.98 9.815A6 6 0 1 0 12.659 17h3.376q-.035.245-.035.5a3.5 3.5 0 1 0 6.001-2.448V12.25A3.25 3.25 0 0 0 18.751 9H17.5V6.75a.75.75 0 0 0-1.5 0V9h-2.115L13.2 4.88A2.25 2.25 0 0 0 10.979 3zm.018 6a6 6 0 0 0-1.43.162l.673-4.035a.75.75 0 0 1 .74-.627h3.958a.75.75 0 0 1 .74.627L12.365 9zM19.5 15.5a2 2 0 1 1 0 4a2 2 0 0 1 0-4m-17-.5a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 0"/></svg>
</template>

CSS

.icon-vehicle-tractor-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.02%203a2.25%202.25%200%200%200-2.219%201.88L3.98%209.815A6%206%200%201%200%2012.659%2017h3.376q-.035.245-.035.5a3.5%203.5%200%201%200%206.001-2.448V12.25A3.25%203.25%200%200%200%2018.751%209H17.5V6.75a.75.75%200%200%200-1.5%200V9h-2.115L13.2%204.88A2.25%202.25%200%200%200%2010.979%203zm.018%206a6%206%200%200%200-1.43.162l.673-4.035a.75.75%200%200%201%20.74-.627h3.958a.75.75%200%200%201%20.74.627L12.365%209zM19.5%2015.5a2%202%200%201%201%200%204a2%202%200%200%201%200-4m-17-.5a4.5%204.5%200%201%201%209%200a4.5%204.5%200%200%201-9%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%22M7.02%203a2.25%202.25%200%200%200-2.219%201.88L3.98%209.815A6%206%200%201%200%2012.659%2017h3.376q-.035.245-.035.5a3.5%203.5%200%201%200%206.001-2.448V12.25A3.25%203.25%200%200%200%2018.751%209H17.5V6.75a.75.75%200%200%200-1.5%200V9h-2.115L13.2%204.88A2.25%202.25%200%200%200%2010.979%203zm.018%206a6%206%200%200%200-1.43.162l.673-4.035a.75.75%200%200%201%20.74-.627h3.958a.75.75%200%200%201%20.74.627L12.365%209zM19.5%2015.5a2%202%200%201%201%200%204a2%202%200%200%201%200-4m-17-.5a4.5%204.5%200%201%201%209%200a4.5%204.5%200%200%201-9%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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