vehicle truck checkmark icon

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

Name
vehicle-truck-checkmark-32-regular
Set
Fluent UI System Icons
Style
32 Regular
Viewbox
32×32
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 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 0M2 14.657a9 9 0 0 0 2 1.828v6.265c0 .69.56 1.25 1.25 1.25h.876a4.002 4.002 0 0 1 7.748 0h2.252c.444-1.725 2.01-3 3.874-3V6.25C20 5.56 19.44 5 18.75 5h-1.686a9 9 0 0 0-1.356-2h3.042A3.25 3.25 0 0 1 22 6.25V7h2.516c1.3 0 2.475.775 2.988 1.97l2.233 5.212c.174.404.263.84.263 1.28v7.288A3.25 3.25 0 0 1 26.75 26h-2.876a4.002 4.002 0 0 1-7.748 0h-2.252a4.002 4.002 0 0 1-7.748 0H5.25A3.25 3.25 0 0 1 2 22.75zM23.874 24h2.876c.69 0 1.25-.56 1.25-1.25V22h-2a1 1 0 1 1 0-2h2v-4h-6v5.535A4 4 0 0 1 23.874 24m-5.606 0A2 2 0 0 0 18 25a2 2 0 1 0 4 0a2 2 0 0 0-3.732-1M10 27a2 2 0 1 0-1.732-3A2 2 0 0 0 8 25a2 2 0 0 0 2 2m12-13h5.483l-1.818-4.242A1.25 1.25 0 0 0 24.516 9H22z"/></svg>

React

import type { SVGProps } from "react";

export function FluentVehicleTruckCheckmark32Regular(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 0M2 14.657a9 9 0 0 0 2 1.828v6.265c0 .69.56 1.25 1.25 1.25h.876a4.002 4.002 0 0 1 7.748 0h2.252c.444-1.725 2.01-3 3.874-3V6.25C20 5.56 19.44 5 18.75 5h-1.686a9 9 0 0 0-1.356-2h3.042A3.25 3.25 0 0 1 22 6.25V7h2.516c1.3 0 2.475.775 2.988 1.97l2.233 5.212c.174.404.263.84.263 1.28v7.288A3.25 3.25 0 0 1 26.75 26h-2.876a4.002 4.002 0 0 1-7.748 0h-2.252a4.002 4.002 0 0 1-7.748 0H5.25A3.25 3.25 0 0 1 2 22.75zM23.874 24h2.876c.69 0 1.25-.56 1.25-1.25V22h-2a1 1 0 1 1 0-2h2v-4h-6v5.535A4 4 0 0 1 23.874 24m-5.606 0A2 2 0 0 0 18 25a2 2 0 1 0 4 0a2 2 0 0 0-3.732-1M10 27a2 2 0 1 0-1.732-3A2 2 0 0 0 8 25a2 2 0 0 0 2 2m12-13h5.483l-1.818-4.242A1.25 1.25 0 0 0 24.516 9H22z"/></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 0M2 14.657a9 9 0 0 0 2 1.828v6.265c0 .69.56 1.25 1.25 1.25h.876a4.002 4.002 0 0 1 7.748 0h2.252c.444-1.725 2.01-3 3.874-3V6.25C20 5.56 19.44 5 18.75 5h-1.686a9 9 0 0 0-1.356-2h3.042A3.25 3.25 0 0 1 22 6.25V7h2.516c1.3 0 2.475.775 2.988 1.97l2.233 5.212c.174.404.263.84.263 1.28v7.288A3.25 3.25 0 0 1 26.75 26h-2.876a4.002 4.002 0 0 1-7.748 0h-2.252a4.002 4.002 0 0 1-7.748 0H5.25A3.25 3.25 0 0 1 2 22.75zM23.874 24h2.876c.69 0 1.25-.56 1.25-1.25V22h-2a1 1 0 1 1 0-2h2v-4h-6v5.535A4 4 0 0 1 23.874 24m-5.606 0A2 2 0 0 0 18 25a2 2 0 1 0 4 0a2 2 0 0 0-3.732-1M10 27a2 2 0 1 0-1.732-3A2 2 0 0 0 8 25a2 2 0 0 0 2 2m12-13h5.483l-1.818-4.242A1.25 1.25 0 0 0 24.516 9H22z"/></svg>
</template>

CSS

.icon-vehicle-truck-checkmark-32-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%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%200M2%2014.657a9%209%200%200%200%202%201.828v6.265c0%20.69.56%201.25%201.25%201.25h.876a4.002%204.002%200%200%201%207.748%200h2.252c.444-1.725%202.01-3%203.874-3V6.25C20%205.56%2019.44%205%2018.75%205h-1.686a9%209%200%200%200-1.356-2h3.042A3.25%203.25%200%200%201%2022%206.25V7h2.516c1.3%200%202.475.775%202.988%201.97l2.233%205.212c.174.404.263.84.263%201.28v7.288A3.25%203.25%200%200%201%2026.75%2026h-2.876a4.002%204.002%200%200%201-7.748%200h-2.252a4.002%204.002%200%200%201-7.748%200H5.25A3.25%203.25%200%200%201%202%2022.75zM23.874%2024h2.876c.69%200%201.25-.56%201.25-1.25V22h-2a1%201%200%201%201%200-2h2v-4h-6v5.535A4%204%200%200%201%2023.874%2024m-5.606%200A2%202%200%200%200%2018%2025a2%202%200%201%200%204%200a2%202%200%200%200-3.732-1M10%2027a2%202%200%201%200-1.732-3A2%202%200%200%200%208%2025a2%202%200%200%200%202%202m12-13h5.483l-1.818-4.242A1.25%201.25%200%200%200%2024.516%209H22z%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%200M2%2014.657a9%209%200%200%200%202%201.828v6.265c0%20.69.56%201.25%201.25%201.25h.876a4.002%204.002%200%200%201%207.748%200h2.252c.444-1.725%202.01-3%203.874-3V6.25C20%205.56%2019.44%205%2018.75%205h-1.686a9%209%200%200%200-1.356-2h3.042A3.25%203.25%200%200%201%2022%206.25V7h2.516c1.3%200%202.475.775%202.988%201.97l2.233%205.212c.174.404.263.84.263%201.28v7.288A3.25%203.25%200%200%201%2026.75%2026h-2.876a4.002%204.002%200%200%201-7.748%200h-2.252a4.002%204.002%200%200%201-7.748%200H5.25A3.25%203.25%200%200%201%202%2022.75zM23.874%2024h2.876c.69%200%201.25-.56%201.25-1.25V22h-2a1%201%200%201%201%200-2h2v-4h-6v5.535A4%204%200%200%201%2023.874%2024m-5.606%200A2%202%200%200%200%2018%2025a2%202%200%201%200%204%200a2%202%200%200%200-3.732-1M10%2027a2%202%200%201%200-1.732-3A2%202%200%200%200%208%2025a2%202%200%200%200%202%202m12-13h5.483l-1.818-4.242A1.25%201.25%200%200%200%2024.516%209H22z%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-regular.svg?color=%231a73e8&size=48