check icon
check from Unicons Monochrome by Iconscout · Monochrome · User Interface · Apache-2.0 Free for personal and commercial use.
- Name
- check
- Set
- Unicons Monochrome
- Style
- Monochrome
- Category
- User Interface
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
checkAkar IconscheckBootstrap IconscheckBoxIcons v2checkFont Awesome 6 SolidcheckFeather Iconscheck-20-filledFluent UI System Iconscheckcss.ggcheckHeroIconscheckHuge IconscheckHumbleiconscheckIconoircheckJam IconscheckLine AwesomecheckLucidecheckMage IconscheckMajesticonscheckMaterial SymbolscheckMaterial Design Iconscheck-fillMingCute IconcheckOcticonscheckPhosphorcheckPixelarticonscheckRadix Iconscheck-fillRemix Icon
More user interface icons from Unicons Monochrome
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="M9.84 17.08a1 1 0 0 1-.707-.293l-3.84-3.84a1 1 0 1 1 1.414-1.414l3.133 3.133l7.453-7.453a1 1 0 0 1 1.414 1.414l-8.16 8.16a1 1 0 0 1-.707.293"/></svg>
React
import type { SVGProps } from "react";
export function UimCheck(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="M9.84 17.08a1 1 0 0 1-.707-.293l-3.84-3.84a1 1 0 1 1 1.414-1.414l3.133 3.133l7.453-7.453a1 1 0 0 1 1.414 1.414l-8.16 8.16a1 1 0 0 1-.707.293"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.84 17.08a1 1 0 0 1-.707-.293l-3.84-3.84a1 1 0 1 1 1.414-1.414l3.133 3.133l7.453-7.453a1 1 0 0 1 1.414 1.414l-8.16 8.16a1 1 0 0 1-.707.293"/></svg> </template>
CSS
.icon-check {
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%22M9.84%2017.08a1%201%200%200%201-.707-.293l-3.84-3.84a1%201%200%201%201%201.414-1.414l3.133%203.133l7.453-7.453a1%201%200%200%201%201.414%201.414l-8.16%208.16a1%201%200%200%201-.707.293%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%22M9.84%2017.08a1%201%200%200%201-.707-.293l-3.84-3.84a1%201%200%201%201%201.414-1.414l3.133%203.133l7.453-7.453a1%201%200%200%201%201.414%201.414l-8.16%208.16a1%201%200%200%201-.707.293%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uim/check.svg?color=%231a73e8&size=48