vehicle truck checkmark icon
vehicle-truck-checkmark-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- vehicle-truck-checkmark-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- 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-filledvehicle-truck-checkmark-32-regularvehicle-truck-checkmark-48-filled
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 48 48"><path fill="currentColor" d="M24 13c0 6.075-4.925 11-11 11S2 19.075 2 13S6.925 2 13 2s11 4.925 11 11m-12.293 4.707l8-8a1 1 0 0 0-1.414-1.414L11 15.586l-3.293-3.293a1 1 0 0 0-1.414 1.414l4 4a1 1 0 0 0 1.414 0M28.75 8.5H25.2A13 13 0 0 0 23.956 6h4.794A4.25 4.25 0 0 1 33 10.25V12h3.31c1.673 0 3.19.98 3.876 2.506l3.44 7.644A4.25 4.25 0 0 1 44 23.894V34.75A4.25 4.25 0 0 1 39.75 39h-3.833a6.002 6.002 0 0 1-11.834 0h-4.166a6.002 6.002 0 0 1-11.835-.003A4.25 4.25 0 0 1 4 34.75V22.38a13 13 0 0 0 2.5 1.88v10.49c0 .946.75 1.717 1.69 1.749a6.002 6.002 0 0 1 11.621.001h4.378a6 6 0 0 1 6.311-4.48V10.25a1.75 1.75 0 0 0-1.75-1.75m7.061 28h3.939a1.75 1.75 0 0 0 1.75-1.75V33.5h-3.25a1.25 1.25 0 1 1 0-2.5h3.25v-6.5H33v8.303a6 6 0 0 1 2.811 3.697M33 36.196a3.502 3.502 0 0 0-6.163.304a3.5 3.5 0 0 0-.192 2.5A3.502 3.502 0 1 0 33 36.196M14 41.5a3.502 3.502 0 0 0 3.163-5a3.5 3.5 0 1 0-3.163 5m19-27V22h7.817l-2.91-6.468A1.75 1.75 0 0 0 36.31 14.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentVehicleTruckCheckmark48Regular(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="M24 13c0 6.075-4.925 11-11 11S2 19.075 2 13S6.925 2 13 2s11 4.925 11 11m-12.293 4.707l8-8a1 1 0 0 0-1.414-1.414L11 15.586l-3.293-3.293a1 1 0 0 0-1.414 1.414l4 4a1 1 0 0 0 1.414 0M28.75 8.5H25.2A13 13 0 0 0 23.956 6h4.794A4.25 4.25 0 0 1 33 10.25V12h3.31c1.673 0 3.19.98 3.876 2.506l3.44 7.644A4.25 4.25 0 0 1 44 23.894V34.75A4.25 4.25 0 0 1 39.75 39h-3.833a6.002 6.002 0 0 1-11.834 0h-4.166a6.002 6.002 0 0 1-11.835-.003A4.25 4.25 0 0 1 4 34.75V22.38a13 13 0 0 0 2.5 1.88v10.49c0 .946.75 1.717 1.69 1.749a6.002 6.002 0 0 1 11.621.001h4.378a6 6 0 0 1 6.311-4.48V10.25a1.75 1.75 0 0 0-1.75-1.75m7.061 28h3.939a1.75 1.75 0 0 0 1.75-1.75V33.5h-3.25a1.25 1.25 0 1 1 0-2.5h3.25v-6.5H33v8.303a6 6 0 0 1 2.811 3.697M33 36.196a3.502 3.502 0 0 0-6.163.304a3.5 3.5 0 0 0-.192 2.5A3.502 3.502 0 1 0 33 36.196M14 41.5a3.502 3.502 0 0 0 3.163-5a3.5 3.5 0 1 0-3.163 5m19-27V22h7.817l-2.91-6.468A1.75 1.75 0 0 0 36.31 14.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 13c0 6.075-4.925 11-11 11S2 19.075 2 13S6.925 2 13 2s11 4.925 11 11m-12.293 4.707l8-8a1 1 0 0 0-1.414-1.414L11 15.586l-3.293-3.293a1 1 0 0 0-1.414 1.414l4 4a1 1 0 0 0 1.414 0M28.75 8.5H25.2A13 13 0 0 0 23.956 6h4.794A4.25 4.25 0 0 1 33 10.25V12h3.31c1.673 0 3.19.98 3.876 2.506l3.44 7.644A4.25 4.25 0 0 1 44 23.894V34.75A4.25 4.25 0 0 1 39.75 39h-3.833a6.002 6.002 0 0 1-11.834 0h-4.166a6.002 6.002 0 0 1-11.835-.003A4.25 4.25 0 0 1 4 34.75V22.38a13 13 0 0 0 2.5 1.88v10.49c0 .946.75 1.717 1.69 1.749a6.002 6.002 0 0 1 11.621.001h4.378a6 6 0 0 1 6.311-4.48V10.25a1.75 1.75 0 0 0-1.75-1.75m7.061 28h3.939a1.75 1.75 0 0 0 1.75-1.75V33.5h-3.25a1.25 1.25 0 1 1 0-2.5h3.25v-6.5H33v8.303a6 6 0 0 1 2.811 3.697M33 36.196a3.502 3.502 0 0 0-6.163.304a3.5 3.5 0 0 0-.192 2.5A3.502 3.502 0 1 0 33 36.196M14 41.5a3.502 3.502 0 0 0 3.163-5a3.5 3.5 0 1 0-3.163 5m19-27V22h7.817l-2.91-6.468A1.75 1.75 0 0 0 36.31 14.5z"/></svg> </template>
CSS
.icon-vehicle-truck-checkmark-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%2013c0%206.075-4.925%2011-11%2011S2%2019.075%202%2013S6.925%202%2013%202s11%204.925%2011%2011m-12.293%204.707l8-8a1%201%200%200%200-1.414-1.414L11%2015.586l-3.293-3.293a1%201%200%200%200-1.414%201.414l4%204a1%201%200%200%200%201.414%200M28.75%208.5H25.2A13%2013%200%200%200%2023.956%206h4.794A4.25%204.25%200%200%201%2033%2010.25V12h3.31c1.673%200%203.19.98%203.876%202.506l3.44%207.644A4.25%204.25%200%200%201%2044%2023.894V34.75A4.25%204.25%200%200%201%2039.75%2039h-3.833a6.002%206.002%200%200%201-11.834%200h-4.166a6.002%206.002%200%200%201-11.835-.003A4.25%204.25%200%200%201%204%2034.75V22.38a13%2013%200%200%200%202.5%201.88v10.49c0%20.946.75%201.717%201.69%201.749a6.002%206.002%200%200%201%2011.621.001h4.378a6%206%200%200%201%206.311-4.48V10.25a1.75%201.75%200%200%200-1.75-1.75m7.061%2028h3.939a1.75%201.75%200%200%200%201.75-1.75V33.5h-3.25a1.25%201.25%200%201%201%200-2.5h3.25v-6.5H33v8.303a6%206%200%200%201%202.811%203.697M33%2036.196a3.502%203.502%200%200%200-6.163.304a3.5%203.5%200%200%200-.192%202.5A3.502%203.502%200%201%200%2033%2036.196M14%2041.5a3.502%203.502%200%200%200%203.163-5a3.5%203.5%200%201%200-3.163%205m19-27V22h7.817l-2.91-6.468A1.75%201.75%200%200%200%2036.31%2014.5z%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%22M24%2013c0%206.075-4.925%2011-11%2011S2%2019.075%202%2013S6.925%202%2013%202s11%204.925%2011%2011m-12.293%204.707l8-8a1%201%200%200%200-1.414-1.414L11%2015.586l-3.293-3.293a1%201%200%200%200-1.414%201.414l4%204a1%201%200%200%200%201.414%200M28.75%208.5H25.2A13%2013%200%200%200%2023.956%206h4.794A4.25%204.25%200%200%201%2033%2010.25V12h3.31c1.673%200%203.19.98%203.876%202.506l3.44%207.644A4.25%204.25%200%200%201%2044%2023.894V34.75A4.25%204.25%200%200%201%2039.75%2039h-3.833a6.002%206.002%200%200%201-11.834%200h-4.166a6.002%206.002%200%200%201-11.835-.003A4.25%204.25%200%200%201%204%2034.75V22.38a13%2013%200%200%200%202.5%201.88v10.49c0%20.946.75%201.717%201.69%201.749a6.002%206.002%200%200%201%2011.621.001h4.378a6%206%200%200%201%206.311-4.48V10.25a1.75%201.75%200%200%200-1.75-1.75m7.061%2028h3.939a1.75%201.75%200%200%200%201.75-1.75V33.5h-3.25a1.25%201.25%200%201%201%200-2.5h3.25v-6.5H33v8.303a6%206%200%200%201%202.811%203.697M33%2036.196a3.502%203.502%200%200%200-6.163.304a3.5%203.5%200%200%200-.192%202.5A3.502%203.502%200%201%200%2033%2036.196M14%2041.5a3.502%203.502%200%200%200%203.163-5a3.5%203.5%200%201%200-3.163%205m19-27V22h7.817l-2.91-6.468A1.75%201.75%200%200%200%2036.31%2014.5z%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-48-regular.svg?color=%231a73e8&size=48