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

Name
desk-checkmark-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
License
MIT

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the desk checkmark icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.602 7A5.5 5.5 0 0 0 8 8.742v2.508A1.75 1.75 0 0 1 6.25 13h-3.5A1.75 1.75 0 0 1 1 11.25V7zM15 12.5a.5.5 0 0 1-1 0V9.398a5.5 5.5 0 0 0 1-.656zm-11.5-4a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1zm8-8.5a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9m2.354 2.646a.5.5 0 0 0-.707 0L10.5 5.293l-.646-.647a.5.5 0 1 0-.708.708l1 1a.5.5 0 0 0 .707 0l3-3a.5.5 0 0 0 0-.708M6.208 3a5.5 5.5 0 0 0 0 3H1V4.75C1 3.784 1.784 3 2.75 3z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDeskCheckmark16Filled(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="M6.602 7A5.5 5.5 0 0 0 8 8.742v2.508A1.75 1.75 0 0 1 6.25 13h-3.5A1.75 1.75 0 0 1 1 11.25V7zM15 12.5a.5.5 0 0 1-1 0V9.398a5.5 5.5 0 0 0 1-.656zm-11.5-4a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1zm8-8.5a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9m2.354 2.646a.5.5 0 0 0-.707 0L10.5 5.293l-.646-.647a.5.5 0 1 0-.708.708l1 1a.5.5 0 0 0 .707 0l3-3a.5.5 0 0 0 0-.708M6.208 3a5.5 5.5 0 0 0 0 3H1V4.75C1 3.784 1.784 3 2.75 3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.602 7A5.5 5.5 0 0 0 8 8.742v2.508A1.75 1.75 0 0 1 6.25 13h-3.5A1.75 1.75 0 0 1 1 11.25V7zM15 12.5a.5.5 0 0 1-1 0V9.398a5.5 5.5 0 0 0 1-.656zm-11.5-4a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1zm8-8.5a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9m2.354 2.646a.5.5 0 0 0-.707 0L10.5 5.293l-.646-.647a.5.5 0 1 0-.708.708l1 1a.5.5 0 0 0 .707 0l3-3a.5.5 0 0 0 0-.708M6.208 3a5.5 5.5 0 0 0 0 3H1V4.75C1 3.784 1.784 3 2.75 3z"/></svg>
</template>

CSS

.icon-desk-checkmark-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.602%207A5.5%205.5%200%200%200%208%208.742v2.508A1.75%201.75%200%200%201%206.25%2013h-3.5A1.75%201.75%200%200%201%201%2011.25V7zM15%2012.5a.5.5%200%200%201-1%200V9.398a5.5%205.5%200%200%200%201-.656zm-11.5-4a.5.5%200%200%200%200%201h2a.5.5%200%200%200%200-1zm8-8.5a4.5%204.5%200%201%201%200%209a4.5%204.5%200%200%201%200-9m2.354%202.646a.5.5%200%200%200-.707%200L10.5%205.293l-.646-.647a.5.5%200%201%200-.708.708l1%201a.5.5%200%200%200%20.707%200l3-3a.5.5%200%200%200%200-.708M6.208%203a5.5%205.5%200%200%200%200%203H1V4.75C1%203.784%201.784%203%202.75%203z%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%22M6.602%207A5.5%205.5%200%200%200%208%208.742v2.508A1.75%201.75%200%200%201%206.25%2013h-3.5A1.75%201.75%200%200%201%201%2011.25V7zM15%2012.5a.5.5%200%200%201-1%200V9.398a5.5%205.5%200%200%200%201-.656zm-11.5-4a.5.5%200%200%200%200%201h2a.5.5%200%200%200%200-1zm8-8.5a4.5%204.5%200%201%201%200%209a4.5%204.5%200%200%201%200-9m2.354%202.646a.5.5%200%200%200-.707%200L10.5%205.293l-.646-.647a.5.5%200%201%200-.708.708l1%201a.5.5%200%200%200%20.707%200l3-3a.5.5%200%200%200%200-.708M6.208%203a5.5%205.5%200%200%200%200%203H1V4.75C1%203.784%201.784%203%202.75%203z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/desk-checkmark-16-filled.svg?color=%231a73e8&size=48