vehicle truck checkmark icon

vehicle-truck-checkmark-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.

Name
vehicle-truck-checkmark-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the vehicle truck checkmark icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9 4.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0M3.854 6.354l3-3a.5.5 0 1 0-.708-.708L3.5 5.293l-.646-.647a.5.5 0 1 0-.708.708l1 1a.5.5 0 0 0 .708 0M10 3.75a.75.75 0 0 0-.123-.412a5.5 5.5 0 0 0-.473-1.331A1.75 1.75 0 0 1 11 3.75V4h.382a1.5 1.5 0 0 1 1.342.83l1.118 2.235a1.5 1.5 0 0 1 .158.671V11a1.5 1.5 0 0 1-1.5 1.5h-.563a2 2 0 0 1-3.874 0H6.937a2 2 0 0 1-3.907-.154A1.75 1.75 0 0 1 2 10.75V9.4q.476.245 1 .393v.957c0 .175.06.336.16.464a2 2 0 0 1 3.777.286h1.126A2 2 0 0 1 10 10zm1 6.518a2 2 0 0 1 .937 1.232h.563a.5.5 0 0 0 .5-.5V8h-2zM11 7h1.691l-.862-1.723A.5.5 0 0 0 11.382 5H11zm-6 4a1 1 0 1 0 0 2a1 1 0 0 0 0-2m4 1a1 1 0 1 0 2 0a1 1 0 0 0-2 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentVehicleTruckCheckmark16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9 4.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0M3.854 6.354l3-3a.5.5 0 1 0-.708-.708L3.5 5.293l-.646-.647a.5.5 0 1 0-.708.708l1 1a.5.5 0 0 0 .708 0M10 3.75a.75.75 0 0 0-.123-.412a5.5 5.5 0 0 0-.473-1.331A1.75 1.75 0 0 1 11 3.75V4h.382a1.5 1.5 0 0 1 1.342.83l1.118 2.235a1.5 1.5 0 0 1 .158.671V11a1.5 1.5 0 0 1-1.5 1.5h-.563a2 2 0 0 1-3.874 0H6.937a2 2 0 0 1-3.907-.154A1.75 1.75 0 0 1 2 10.75V9.4q.476.245 1 .393v.957c0 .175.06.336.16.464a2 2 0 0 1 3.777.286h1.126A2 2 0 0 1 10 10zm1 6.518a2 2 0 0 1 .937 1.232h.563a.5.5 0 0 0 .5-.5V8h-2zM11 7h1.691l-.862-1.723A.5.5 0 0 0 11.382 5H11zm-6 4a1 1 0 1 0 0 2a1 1 0 0 0 0-2m4 1a1 1 0 1 0 2 0a1 1 0 0 0-2 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9 4.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0M3.854 6.354l3-3a.5.5 0 1 0-.708-.708L3.5 5.293l-.646-.647a.5.5 0 1 0-.708.708l1 1a.5.5 0 0 0 .708 0M10 3.75a.75.75 0 0 0-.123-.412a5.5 5.5 0 0 0-.473-1.331A1.75 1.75 0 0 1 11 3.75V4h.382a1.5 1.5 0 0 1 1.342.83l1.118 2.235a1.5 1.5 0 0 1 .158.671V11a1.5 1.5 0 0 1-1.5 1.5h-.563a2 2 0 0 1-3.874 0H6.937a2 2 0 0 1-3.907-.154A1.75 1.75 0 0 1 2 10.75V9.4q.476.245 1 .393v.957c0 .175.06.336.16.464a2 2 0 0 1 3.777.286h1.126A2 2 0 0 1 10 10zm1 6.518a2 2 0 0 1 .937 1.232h.563a.5.5 0 0 0 .5-.5V8h-2zM11 7h1.691l-.862-1.723A.5.5 0 0 0 11.382 5H11zm-6 4a1 1 0 1 0 0 2a1 1 0 0 0 0-2m4 1a1 1 0 1 0 2 0a1 1 0 0 0-2 0"/></svg>
</template>

CSS

.icon-vehicle-truck-checkmark-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%204.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200M3.854%206.354l3-3a.5.5%200%201%200-.708-.708L3.5%205.293l-.646-.647a.5.5%200%201%200-.708.708l1%201a.5.5%200%200%200%20.708%200M10%203.75a.75.75%200%200%200-.123-.412a5.5%205.5%200%200%200-.473-1.331A1.75%201.75%200%200%201%2011%203.75V4h.382a1.5%201.5%200%200%201%201.342.83l1.118%202.235a1.5%201.5%200%200%201%20.158.671V11a1.5%201.5%200%200%201-1.5%201.5h-.563a2%202%200%200%201-3.874%200H6.937a2%202%200%200%201-3.907-.154A1.75%201.75%200%200%201%202%2010.75V9.4q.476.245%201%20.393v.957c0%20.175.06.336.16.464a2%202%200%200%201%203.777.286h1.126A2%202%200%200%201%2010%2010zm1%206.518a2%202%200%200%201%20.937%201.232h.563a.5.5%200%200%200%20.5-.5V8h-2zM11%207h1.691l-.862-1.723A.5.5%200%200%200%2011.382%205H11zm-6%204a1%201%200%201%200%200%202a1%201%200%200%200%200-2m4%201a1%201%200%201%200%202%200a1%201%200%200%200-2%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%204.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200M3.854%206.354l3-3a.5.5%200%201%200-.708-.708L3.5%205.293l-.646-.647a.5.5%200%201%200-.708.708l1%201a.5.5%200%200%200%20.708%200M10%203.75a.75.75%200%200%200-.123-.412a5.5%205.5%200%200%200-.473-1.331A1.75%201.75%200%200%201%2011%203.75V4h.382a1.5%201.5%200%200%201%201.342.83l1.118%202.235a1.5%201.5%200%200%201%20.158.671V11a1.5%201.5%200%200%201-1.5%201.5h-.563a2%202%200%200%201-3.874%200H6.937a2%202%200%200%201-3.907-.154A1.75%201.75%200%200%201%202%2010.75V9.4q.476.245%201%20.393v.957c0%20.175.06.336.16.464a2%202%200%200%201%203.777.286h1.126A2%202%200%200%201%2010%2010zm1%206.518a2%202%200%200%201%20.937%201.232h.563a.5.5%200%200%200%20.5-.5V8h-2zM11%207h1.691l-.862-1.723A.5.5%200%200%200%2011.382%205H11zm-6%204a1%201%200%201%200%200%202a1%201%200%200%200%200-2m4%201a1%201%200%201%200%202%200a1%201%200%200%200-2%200%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-16-regular.svg?color=%231a73e8&size=48