check icon
check-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- check-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
The same icon in other sets
checkAkar Iconscheck-outlinedAnt Design IconscheckBootstrap IconscheckBoxIcons v2checkCodiconscheckElement PluscheckFont Awesome 6 SolidcheckFont Awesome SolidcheckFeather Iconscheck-outlineFlowbite Iconscheckcss.ggcheckHeroIconscheckHuge IconscheckHumbleiconscheckIconParkcheckIconPark OutlinecheckIconoircheckJam IconscheckLine AwesomecheckLucidecheckMage IconscheckMajesticonscheckMaterial SymbolscheckMaterial Symbols Light
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.78 5.78a.75.75 0 0 0-1.06-1.06l-7.5 7.5a.75.75 0 1 0 1.06 1.06zm.167 1.248q.053.253.053.522v6.9A2.55 2.55 0 0 1 19.45 17H4.55A2.55 2.55 0 0 1 2 14.45v-6.9A2.55 2.55 0 0 1 4.55 5h14.475l-1.5 1.5H4.55c-.58 0-1.05.47-1.05 1.05v6.9c0 .58.47 1.05 1.05 1.05h14.9c.58 0 1.05-.47 1.05-1.05V8.475zM4.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 FluentCheck24Regular(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.78 5.78a.75.75 0 0 0-1.06-1.06l-7.5 7.5a.75.75 0 1 0 1.06 1.06zm.167 1.248q.053.253.053.522v6.9A2.55 2.55 0 0 1 19.45 17H4.55A2.55 2.55 0 0 1 2 14.45v-6.9A2.55 2.55 0 0 1 4.55 5h14.475l-1.5 1.5H4.55c-.58 0-1.05.47-1.05 1.05v6.9c0 .58.47 1.05 1.05 1.05h14.9c.58 0 1.05-.47 1.05-1.05V8.475zM4.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.78 5.78a.75.75 0 0 0-1.06-1.06l-7.5 7.5a.75.75 0 1 0 1.06 1.06zm.167 1.248q.053.253.053.522v6.9A2.55 2.55 0 0 1 19.45 17H4.55A2.55 2.55 0 0 1 2 14.45v-6.9A2.55 2.55 0 0 1 4.55 5h14.475l-1.5 1.5H4.55c-.58 0-1.05.47-1.05 1.05v6.9c0 .58.47 1.05 1.05 1.05h14.9c.58 0 1.05-.47 1.05-1.05V8.475zM4.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-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.78%205.78a.75.75%200%200%200-1.06-1.06l-7.5%207.5a.75.75%200%201%200%201.06%201.06zm.167%201.248q.053.253.053.522v6.9A2.55%202.55%200%200%201%2019.45%2017H4.55A2.55%202.55%200%200%201%202%2014.45v-6.9A2.55%202.55%200%200%201%204.55%205h14.475l-1.5%201.5H4.55c-.58%200-1.05.47-1.05%201.05v6.9c0%20.58.47%201.05%201.05%201.05h14.9c.58%200%201.05-.47%201.05-1.05V8.475zM4.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.78%205.78a.75.75%200%200%200-1.06-1.06l-7.5%207.5a.75.75%200%201%200%201.06%201.06zm.167%201.248q.053.253.053.522v6.9A2.55%202.55%200%200%201%2019.45%2017H4.55A2.55%202.55%200%200%201%202%2014.45v-6.9A2.55%202.55%200%200%201%204.55%205h14.475l-1.5%201.5H4.55c-.58%200-1.05.47-1.05%201.05v6.9c0%20.58.47%201.05%201.05%201.05h14.9c.58%200%201.05-.47%201.05-1.05V8.475zM4.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-regular.svg?color=%231a73e8&size=48