vehicle truck checkmark icon
vehicle-truck-checkmark-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- vehicle-truck-checkmark-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- 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-32-filledvehicle-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 28 28"><path fill="currentColor" d="M14 7.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0m-7.646 2.854l5-5a.5.5 0 0 0-.708-.708L6 9.293L4.354 7.646a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0M16.25 4.5h-1.874A7.5 7.5 0 0 0 13.5 3h2.749A2.75 2.75 0 0 1 19 5.75V7h2.24a2.75 2.75 0 0 1 2.48 1.563l2.01 4.204c.178.37.27.776.27 1.187v6.296A2.75 2.75 0 0 1 23.25 23h-2.285a3.501 3.501 0 0 1-6.93 0h-2.07a3.501 3.501 0 0 1-6.93 0H4.75A2.75 2.75 0 0 1 2 20.25V12.6c.443.476.947.896 1.5 1.245v6.405c0 .69.56 1.25 1.25 1.25h.395a3.502 3.502 0 0 1 6.71 0h2.29A3.5 3.5 0 0 1 17.5 19V5.75c0-.69-.56-1.25-1.25-1.25m4.605 17h2.395c.69 0 1.25-.56 1.25-1.25v-.75h-1.75a.75.75 0 0 1 0-1.5h1.75v-3.5H19v4.837a3.5 3.5 0 0 1 1.855 2.163M19 21.177a2 2 0 1 0-1.5 3.323a2 2 0 0 0 1.5-3.323M8.5 24.5a2 2 0 1 0 0-4.002a2 2 0 0 0 0 4.002M19 8.5V13h5.18l-1.813-3.79a1.25 1.25 0 0 0-1.127-.71z"/></svg>
React
import type { SVGProps } from "react";
export function FluentVehicleTruckCheckmark28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14 7.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0m-7.646 2.854l5-5a.5.5 0 0 0-.708-.708L6 9.293L4.354 7.646a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0M16.25 4.5h-1.874A7.5 7.5 0 0 0 13.5 3h2.749A2.75 2.75 0 0 1 19 5.75V7h2.24a2.75 2.75 0 0 1 2.48 1.563l2.01 4.204c.178.37.27.776.27 1.187v6.296A2.75 2.75 0 0 1 23.25 23h-2.285a3.501 3.501 0 0 1-6.93 0h-2.07a3.501 3.501 0 0 1-6.93 0H4.75A2.75 2.75 0 0 1 2 20.25V12.6c.443.476.947.896 1.5 1.245v6.405c0 .69.56 1.25 1.25 1.25h.395a3.502 3.502 0 0 1 6.71 0h2.29A3.5 3.5 0 0 1 17.5 19V5.75c0-.69-.56-1.25-1.25-1.25m4.605 17h2.395c.69 0 1.25-.56 1.25-1.25v-.75h-1.75a.75.75 0 0 1 0-1.5h1.75v-3.5H19v4.837a3.5 3.5 0 0 1 1.855 2.163M19 21.177a2 2 0 1 0-1.5 3.323a2 2 0 0 0 1.5-3.323M8.5 24.5a2 2 0 1 0 0-4.002a2 2 0 0 0 0 4.002M19 8.5V13h5.18l-1.813-3.79a1.25 1.25 0 0 0-1.127-.71z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14 7.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0m-7.646 2.854l5-5a.5.5 0 0 0-.708-.708L6 9.293L4.354 7.646a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0M16.25 4.5h-1.874A7.5 7.5 0 0 0 13.5 3h2.749A2.75 2.75 0 0 1 19 5.75V7h2.24a2.75 2.75 0 0 1 2.48 1.563l2.01 4.204c.178.37.27.776.27 1.187v6.296A2.75 2.75 0 0 1 23.25 23h-2.285a3.501 3.501 0 0 1-6.93 0h-2.07a3.501 3.501 0 0 1-6.93 0H4.75A2.75 2.75 0 0 1 2 20.25V12.6c.443.476.947.896 1.5 1.245v6.405c0 .69.56 1.25 1.25 1.25h.395a3.502 3.502 0 0 1 6.71 0h2.29A3.5 3.5 0 0 1 17.5 19V5.75c0-.69-.56-1.25-1.25-1.25m4.605 17h2.395c.69 0 1.25-.56 1.25-1.25v-.75h-1.75a.75.75 0 0 1 0-1.5h1.75v-3.5H19v4.837a3.5 3.5 0 0 1 1.855 2.163M19 21.177a2 2 0 1 0-1.5 3.323a2 2 0 0 0 1.5-3.323M8.5 24.5a2 2 0 1 0 0-4.002a2 2 0 0 0 0 4.002M19 8.5V13h5.18l-1.813-3.79a1.25 1.25 0 0 0-1.127-.71z"/></svg> </template>
CSS
.icon-vehicle-truck-checkmark-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%207.5a6.5%206.5%200%201%201-13%200a6.5%206.5%200%200%201%2013%200m-7.646%202.854l5-5a.5.5%200%200%200-.708-.708L6%209.293L4.354%207.646a.5.5%200%201%200-.708.708l2%202a.5.5%200%200%200%20.708%200M16.25%204.5h-1.874A7.5%207.5%200%200%200%2013.5%203h2.749A2.75%202.75%200%200%201%2019%205.75V7h2.24a2.75%202.75%200%200%201%202.48%201.563l2.01%204.204c.178.37.27.776.27%201.187v6.296A2.75%202.75%200%200%201%2023.25%2023h-2.285a3.501%203.501%200%200%201-6.93%200h-2.07a3.501%203.501%200%200%201-6.93%200H4.75A2.75%202.75%200%200%201%202%2020.25V12.6c.443.476.947.896%201.5%201.245v6.405c0%20.69.56%201.25%201.25%201.25h.395a3.502%203.502%200%200%201%206.71%200h2.29A3.5%203.5%200%200%201%2017.5%2019V5.75c0-.69-.56-1.25-1.25-1.25m4.605%2017h2.395c.69%200%201.25-.56%201.25-1.25v-.75h-1.75a.75.75%200%200%201%200-1.5h1.75v-3.5H19v4.837a3.5%203.5%200%200%201%201.855%202.163M19%2021.177a2%202%200%201%200-1.5%203.323a2%202%200%200%200%201.5-3.323M8.5%2024.5a2%202%200%201%200%200-4.002a2%202%200%200%200%200%204.002M19%208.5V13h5.18l-1.813-3.79a1.25%201.25%200%200%200-1.127-.71z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%207.5a6.5%206.5%200%201%201-13%200a6.5%206.5%200%200%201%2013%200m-7.646%202.854l5-5a.5.5%200%200%200-.708-.708L6%209.293L4.354%207.646a.5.5%200%201%200-.708.708l2%202a.5.5%200%200%200%20.708%200M16.25%204.5h-1.874A7.5%207.5%200%200%200%2013.5%203h2.749A2.75%202.75%200%200%201%2019%205.75V7h2.24a2.75%202.75%200%200%201%202.48%201.563l2.01%204.204c.178.37.27.776.27%201.187v6.296A2.75%202.75%200%200%201%2023.25%2023h-2.285a3.501%203.501%200%200%201-6.93%200h-2.07a3.501%203.501%200%200%201-6.93%200H4.75A2.75%202.75%200%200%201%202%2020.25V12.6c.443.476.947.896%201.5%201.245v6.405c0%20.69.56%201.25%201.25%201.25h.395a3.502%203.502%200%200%201%206.71%200h2.29A3.5%203.5%200%200%201%2017.5%2019V5.75c0-.69-.56-1.25-1.25-1.25m4.605%2017h2.395c.69%200%201.25-.56%201.25-1.25v-.75h-1.75a.75.75%200%200%201%200-1.5h1.75v-3.5H19v4.837a3.5%203.5%200%200%201%201.855%202.163M19%2021.177a2%202%200%201%200-1.5%203.323a2%202%200%200%200%201.5-3.323M8.5%2024.5a2%202%200%201%200%200-4.002a2%202%200%200%200%200%204.002M19%208.5V13h5.18l-1.813-3.79a1.25%201.25%200%200%200-1.127-.71z%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-28-regular.svg?color=%231a73e8&size=48