vehicle truck checkmark icon

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

Name
vehicle-truck-checkmark-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
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 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 0M7.5 15a7.5 7.5 0 0 0 6-12h2.75A2.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.6A7.48 7.48 0 0 0 7.5 15m8.063 8a2 2 0 1 0 3.874-1.002A2 2 0 0 0 15.563 23M8.5 24.5a2 2 0 1 0 0-4.002a2 2 0 0 0 0 4.002m16-6.5h-1.75a.75.75 0 0 0 0 1.5h1.75zM19 13h5.18l-1.813-3.79a1.25 1.25 0 0 0-1.127-.71H19z"/></svg>

React

import type { SVGProps } from "react";

export function FluentVehicleTruckCheckmark28Filled(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 0M7.5 15a7.5 7.5 0 0 0 6-12h2.75A2.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.6A7.48 7.48 0 0 0 7.5 15m8.063 8a2 2 0 1 0 3.874-1.002A2 2 0 0 0 15.563 23M8.5 24.5a2 2 0 1 0 0-4.002a2 2 0 0 0 0 4.002m16-6.5h-1.75a.75.75 0 0 0 0 1.5h1.75zM19 13h5.18l-1.813-3.79a1.25 1.25 0 0 0-1.127-.71H19z"/></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 0M7.5 15a7.5 7.5 0 0 0 6-12h2.75A2.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.6A7.48 7.48 0 0 0 7.5 15m8.063 8a2 2 0 1 0 3.874-1.002A2 2 0 0 0 15.563 23M8.5 24.5a2 2 0 1 0 0-4.002a2 2 0 0 0 0 4.002m16-6.5h-1.75a.75.75 0 0 0 0 1.5h1.75zM19 13h5.18l-1.813-3.79a1.25 1.25 0 0 0-1.127-.71H19z"/></svg>
</template>

CSS

.icon-vehicle-truck-checkmark-28-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%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%200M7.5%2015a7.5%207.5%200%200%200%206-12h2.75A2.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.6A7.48%207.48%200%200%200%207.5%2015m8.063%208a2%202%200%201%200%203.874-1.002A2%202%200%200%200%2015.563%2023M8.5%2024.5a2%202%200%201%200%200-4.002a2%202%200%200%200%200%204.002m16-6.5h-1.75a.75.75%200%200%200%200%201.5h1.75zM19%2013h5.18l-1.813-3.79a1.25%201.25%200%200%200-1.127-.71H19z%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%200M7.5%2015a7.5%207.5%200%200%200%206-12h2.75A2.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.6A7.48%207.48%200%200%200%207.5%2015m8.063%208a2%202%200%201%200%203.874-1.002A2%202%200%200%200%2015.563%2023M8.5%2024.5a2%202%200%201%200%200-4.002a2%202%200%200%200%200%204.002m16-6.5h-1.75a.75.75%200%200%200%200%201.5h1.75zM19%2013h5.18l-1.813-3.79a1.25%201.25%200%200%200-1.127-.71H19z%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-filled.svg?color=%231a73e8&size=48