vehicle truck checkmark icon
vehicle-truck-checkmark-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- vehicle-truck-checkmark-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- Viewbox
- 32×32
- License
- MIT
11 other variants in Fluent UI System Icons
vehicle-truck-checkmark-16-filledvehicle-truck-checkmark-16-regularvehicle-truck-checkmark-20-filledvehicle-truck-checkmark-20-regularvehicle-truck-checkmark-24-filledvehicle-truck-checkmark-24-regularvehicle-truck-checkmark-28-filledvehicle-truck-checkmark-28-regularvehicle-truck-checkmark-32-regularvehicle-truck-checkmark-48-filledvehicle-truck-checkmark-48-regular
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-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-cube-20-filledvehicle-truck-profile-16-filled
Use the vehicle truck checkmark icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9 1.5a7.5 7.5 0 1 1 0 15a7.5 7.5 0 0 1 0-15m-.72 11.03l5.25-5.25a.75.75 0 0 0-1.06-1.06l-4.72 4.72l-1.97-1.97a.75.75 0 0 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0M18 9a9 9 0 0 1-16 5.657v8.093A3.25 3.25 0 0 0 5.25 26h.876a4.002 4.002 0 0 0 7.748 0h2.252a4.002 4.002 0 0 0 7.748 0h2.876A3.25 3.25 0 0 0 30 22.75v-7.288c0-.44-.09-.876-.263-1.28L27.504 8.97A3.25 3.25 0 0 0 24.516 7H22v-.75A3.25 3.25 0 0 0 18.75 3h-3.042A8.97 8.97 0 0 1 18 9m.268 17a2 2 0 1 1 3.465-2a2 2 0 0 1-3.465 2M10 27a2 2 0 1 1-.002-3.998A2 2 0 0 1 10 27m12-13V9h2.516c.5 0 .952.298 1.15.758L27.482 14zm4 6h2v2h-2a1 1 0 1 1 0-2"/></svg>
React
import type { SVGProps } from "react";
export function FluentVehicleTruckCheckmark32Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9 1.5a7.5 7.5 0 1 1 0 15a7.5 7.5 0 0 1 0-15m-.72 11.03l5.25-5.25a.75.75 0 0 0-1.06-1.06l-4.72 4.72l-1.97-1.97a.75.75 0 0 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0M18 9a9 9 0 0 1-16 5.657v8.093A3.25 3.25 0 0 0 5.25 26h.876a4.002 4.002 0 0 0 7.748 0h2.252a4.002 4.002 0 0 0 7.748 0h2.876A3.25 3.25 0 0 0 30 22.75v-7.288c0-.44-.09-.876-.263-1.28L27.504 8.97A3.25 3.25 0 0 0 24.516 7H22v-.75A3.25 3.25 0 0 0 18.75 3h-3.042A8.97 8.97 0 0 1 18 9m.268 17a2 2 0 1 1 3.465-2a2 2 0 0 1-3.465 2M10 27a2 2 0 1 1-.002-3.998A2 2 0 0 1 10 27m12-13V9h2.516c.5 0 .952.298 1.15.758L27.482 14zm4 6h2v2h-2a1 1 0 1 1 0-2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9 1.5a7.5 7.5 0 1 1 0 15a7.5 7.5 0 0 1 0-15m-.72 11.03l5.25-5.25a.75.75 0 0 0-1.06-1.06l-4.72 4.72l-1.97-1.97a.75.75 0 0 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0M18 9a9 9 0 0 1-16 5.657v8.093A3.25 3.25 0 0 0 5.25 26h.876a4.002 4.002 0 0 0 7.748 0h2.252a4.002 4.002 0 0 0 7.748 0h2.876A3.25 3.25 0 0 0 30 22.75v-7.288c0-.44-.09-.876-.263-1.28L27.504 8.97A3.25 3.25 0 0 0 24.516 7H22v-.75A3.25 3.25 0 0 0 18.75 3h-3.042A8.97 8.97 0 0 1 18 9m.268 17a2 2 0 1 1 3.465-2a2 2 0 0 1-3.465 2M10 27a2 2 0 1 1-.002-3.998A2 2 0 0 1 10 27m12-13V9h2.516c.5 0 .952.298 1.15.758L27.482 14zm4 6h2v2h-2a1 1 0 1 1 0-2"/></svg> </template>
CSS
.icon-vehicle-truck-checkmark-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%201.5a7.5%207.5%200%201%201%200%2015a7.5%207.5%200%200%201%200-15m-.72%2011.03l5.25-5.25a.75.75%200%200%200-1.06-1.06l-4.72%204.72l-1.97-1.97a.75.75%200%200%200-1.06%201.06l2.5%202.5a.75.75%200%200%200%201.06%200M18%209a9%209%200%200%201-16%205.657v8.093A3.25%203.25%200%200%200%205.25%2026h.876a4.002%204.002%200%200%200%207.748%200h2.252a4.002%204.002%200%200%200%207.748%200h2.876A3.25%203.25%200%200%200%2030%2022.75v-7.288c0-.44-.09-.876-.263-1.28L27.504%208.97A3.25%203.25%200%200%200%2024.516%207H22v-.75A3.25%203.25%200%200%200%2018.75%203h-3.042A8.97%208.97%200%200%201%2018%209m.268%2017a2%202%200%201%201%203.465-2a2%202%200%200%201-3.465%202M10%2027a2%202%200%201%201-.002-3.998A2%202%200%200%201%2010%2027m12-13V9h2.516c.5%200%20.952.298%201.15.758L27.482%2014zm4%206h2v2h-2a1%201%200%201%201%200-2%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%201.5a7.5%207.5%200%201%201%200%2015a7.5%207.5%200%200%201%200-15m-.72%2011.03l5.25-5.25a.75.75%200%200%200-1.06-1.06l-4.72%204.72l-1.97-1.97a.75.75%200%200%200-1.06%201.06l2.5%202.5a.75.75%200%200%200%201.06%200M18%209a9%209%200%200%201-16%205.657v8.093A3.25%203.25%200%200%200%205.25%2026h.876a4.002%204.002%200%200%200%207.748%200h2.252a4.002%204.002%200%200%200%207.748%200h2.876A3.25%203.25%200%200%200%2030%2022.75v-7.288c0-.44-.09-.876-.263-1.28L27.504%208.97A3.25%203.25%200%200%200%2024.516%207H22v-.75A3.25%203.25%200%200%200%2018.75%203h-3.042A8.97%208.97%200%200%201%2018%209m.268%2017a2%202%200%201%201%203.465-2a2%202%200%200%201-3.465%202M10%2027a2%202%200%201%201-.002-3.998A2%202%200%200%201%2010%2027m12-13V9h2.516c.5%200%20.952.298%201.15.758L27.482%2014zm4%206h2v2h-2a1%201%200%201%201%200-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/vehicle-truck-checkmark-32-filled.svg?color=%231a73e8&size=48