vehicle truck checkmark icon

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

Name
vehicle-truck-checkmark-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
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 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 0M13 26c7.18 0 13-5.82 13-13c0-2.577-.75-4.98-2.044-7h4.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.38A12.96 12.96 0 0 0 13 26m13.645 13a3.502 3.502 0 0 0 6.855-1a3.5 3.5 0 1 0-6.855 1M14 41.5a3.5 3.5 0 0 0 3.5-3.5a3.5 3.5 0 1 0-3.5 3.5M41.5 31h-3.25a1.25 1.25 0 1 0 0 2.5h3.25zM33 22h7.817l-2.91-6.468A1.75 1.75 0 0 0 36.31 14.5H33z"/></svg>

React

import type { SVGProps } from "react";

export function FluentVehicleTruckCheckmark48Filled(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 0M13 26c7.18 0 13-5.82 13-13c0-2.577-.75-4.98-2.044-7h4.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.38A12.96 12.96 0 0 0 13 26m13.645 13a3.502 3.502 0 0 0 6.855-1a3.5 3.5 0 1 0-6.855 1M14 41.5a3.5 3.5 0 0 0 3.5-3.5a3.5 3.5 0 1 0-3.5 3.5M41.5 31h-3.25a1.25 1.25 0 1 0 0 2.5h3.25zM33 22h7.817l-2.91-6.468A1.75 1.75 0 0 0 36.31 14.5H33z"/></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 0M13 26c7.18 0 13-5.82 13-13c0-2.577-.75-4.98-2.044-7h4.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.38A12.96 12.96 0 0 0 13 26m13.645 13a3.502 3.502 0 0 0 6.855-1a3.5 3.5 0 1 0-6.855 1M14 41.5a3.5 3.5 0 0 0 3.5-3.5a3.5 3.5 0 1 0-3.5 3.5M41.5 31h-3.25a1.25 1.25 0 1 0 0 2.5h3.25zM33 22h7.817l-2.91-6.468A1.75 1.75 0 0 0 36.31 14.5H33z"/></svg>
</template>

CSS

.icon-vehicle-truck-checkmark-48-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%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%200M13%2026c7.18%200%2013-5.82%2013-13c0-2.577-.75-4.98-2.044-7h4.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.38A12.96%2012.96%200%200%200%2013%2026m13.645%2013a3.502%203.502%200%200%200%206.855-1a3.5%203.5%200%201%200-6.855%201M14%2041.5a3.5%203.5%200%200%200%203.5-3.5a3.5%203.5%200%201%200-3.5%203.5M41.5%2031h-3.25a1.25%201.25%200%201%200%200%202.5h3.25zM33%2022h7.817l-2.91-6.468A1.75%201.75%200%200%200%2036.31%2014.5H33z%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%200M13%2026c7.18%200%2013-5.82%2013-13c0-2.577-.75-4.98-2.044-7h4.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.38A12.96%2012.96%200%200%200%2013%2026m13.645%2013a3.502%203.502%200%200%200%206.855-1a3.5%203.5%200%201%200-6.855%201M14%2041.5a3.5%203.5%200%200%200%203.5-3.5a3.5%203.5%200%201%200-3.5%203.5M41.5%2031h-3.25a1.25%201.25%200%201%200%200%202.5h3.25zM33%2022h7.817l-2.91-6.468A1.75%201.75%200%200%200%2036.31%2014.5H33z%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-filled.svg?color=%231a73e8&size=48