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

Name
check-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

The same icon in other sets

Use the check icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.77 5.79a.75.75 0 1 0-1.04-1.08l-6.75 6.5a.75.75 0 1 0 1.04 1.08zM18.987 5H4.55A2.55 2.55 0 0 0 2 7.55v6.9A2.55 2.55 0 0 0 4.55 17h14.9A2.55 2.55 0 0 0 22 14.45v-6.9q0-.278-.057-.538l-6.23 5.999a1.75 1.75 0 0 1-2.427-2.522zM4.5 9.25a.75.75 0 0 1 .75-.75h2a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1-.75-.75m0 3.5a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 0 1.5h-5a.75.75 0 0 1-.75-.75"/></svg>

React

import type { SVGProps } from "react";

export function FluentCheck24Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.77 5.79a.75.75 0 1 0-1.04-1.08l-6.75 6.5a.75.75 0 1 0 1.04 1.08zM18.987 5H4.55A2.55 2.55 0 0 0 2 7.55v6.9A2.55 2.55 0 0 0 4.55 17h14.9A2.55 2.55 0 0 0 22 14.45v-6.9q0-.278-.057-.538l-6.23 5.999a1.75 1.75 0 0 1-2.427-2.522zM4.5 9.25a.75.75 0 0 1 .75-.75h2a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1-.75-.75m0 3.5a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 0 1.5h-5a.75.75 0 0 1-.75-.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.77 5.79a.75.75 0 1 0-1.04-1.08l-6.75 6.5a.75.75 0 1 0 1.04 1.08zM18.987 5H4.55A2.55 2.55 0 0 0 2 7.55v6.9A2.55 2.55 0 0 0 4.55 17h14.9A2.55 2.55 0 0 0 22 14.45v-6.9q0-.278-.057-.538l-6.23 5.999a1.75 1.75 0 0 1-2.427-2.522zM4.5 9.25a.75.75 0 0 1 .75-.75h2a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1-.75-.75m0 3.5a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 0 1.5h-5a.75.75 0 0 1-.75-.75"/></svg>
</template>

CSS

.icon-check-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.77%205.79a.75.75%200%201%200-1.04-1.08l-6.75%206.5a.75.75%200%201%200%201.04%201.08zM18.987%205H4.55A2.55%202.55%200%200%200%202%207.55v6.9A2.55%202.55%200%200%200%204.55%2017h14.9A2.55%202.55%200%200%200%2022%2014.45v-6.9q0-.278-.057-.538l-6.23%205.999a1.75%201.75%200%200%201-2.427-2.522zM4.5%209.25a.75.75%200%200%201%20.75-.75h2a.75.75%200%200%201%200%201.5h-2a.75.75%200%200%201-.75-.75m0%203.5a.75.75%200%200%201%20.75-.75h5a.75.75%200%200%201%200%201.5h-5a.75.75%200%200%201-.75-.75%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.77%205.79a.75.75%200%201%200-1.04-1.08l-6.75%206.5a.75.75%200%201%200%201.04%201.08zM18.987%205H4.55A2.55%202.55%200%200%200%202%207.55v6.9A2.55%202.55%200%200%200%204.55%2017h14.9A2.55%202.55%200%200%200%2022%2014.45v-6.9q0-.278-.057-.538l-6.23%205.999a1.75%201.75%200%200%201-2.427-2.522zM4.5%209.25a.75.75%200%200%201%20.75-.75h2a.75.75%200%200%201%200%201.5h-2a.75.75%200%200%201-.75-.75m0%203.5a.75.75%200%200%201%20.75-.75h5a.75.75%200%200%201%200%201.5h-5a.75.75%200%200%201-.75-.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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