checkmark square icon
checkmark-square-fill from Eva Icons by Akveo · Fill · MIT Free for personal and commercial use.
- Name
- checkmark-square-fill
- Set
- Eva Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- MIT
1 other variant in Eva Icons
The same icon in other sets
Related icons in Eva Icons
Use the checkmark square icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 11.83a1 1 0 0 0-1 1v5.57a.6.6 0 0 1-.6.6H5.6a.6.6 0 0 1-.6-.6V5.6a.6.6 0 0 1 .6-.6h9.57a1 1 0 1 0 0-2H5.6A2.61 2.61 0 0 0 3 5.6v12.8A2.61 2.61 0 0 0 5.6 21h12.8a2.61 2.61 0 0 0 2.6-2.6v-5.57a1 1 0 0 0-1-1"/><path fill="currentColor" d="M10.72 11a1 1 0 0 0-1.44 1.38l2.22 2.33a1 1 0 0 0 .72.31a1 1 0 0 0 .72-.3l6.78-7a1 1 0 1 0-1.44-1.4l-6.05 6.26Z"/></svg>
React
import type { SVGProps } from "react";
export function EvaCheckmarkSquareFill(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="M20 11.83a1 1 0 0 0-1 1v5.57a.6.6 0 0 1-.6.6H5.6a.6.6 0 0 1-.6-.6V5.6a.6.6 0 0 1 .6-.6h9.57a1 1 0 1 0 0-2H5.6A2.61 2.61 0 0 0 3 5.6v12.8A2.61 2.61 0 0 0 5.6 21h12.8a2.61 2.61 0 0 0 2.6-2.6v-5.57a1 1 0 0 0-1-1"/><path fill="currentColor" d="M10.72 11a1 1 0 0 0-1.44 1.38l2.22 2.33a1 1 0 0 0 .72.31a1 1 0 0 0 .72-.3l6.78-7a1 1 0 1 0-1.44-1.4l-6.05 6.26Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 11.83a1 1 0 0 0-1 1v5.57a.6.6 0 0 1-.6.6H5.6a.6.6 0 0 1-.6-.6V5.6a.6.6 0 0 1 .6-.6h9.57a1 1 0 1 0 0-2H5.6A2.61 2.61 0 0 0 3 5.6v12.8A2.61 2.61 0 0 0 5.6 21h12.8a2.61 2.61 0 0 0 2.6-2.6v-5.57a1 1 0 0 0-1-1"/><path fill="currentColor" d="M10.72 11a1 1 0 0 0-1.44 1.38l2.22 2.33a1 1 0 0 0 .72.31a1 1 0 0 0 .72-.3l6.78-7a1 1 0 1 0-1.44-1.4l-6.05 6.26Z"/></svg> </template>
CSS
.icon-checkmark-square-fill {
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%22M20%2011.83a1%201%200%200%200-1%201v5.57a.6.6%200%200%201-.6.6H5.6a.6.6%200%200%201-.6-.6V5.6a.6.6%200%200%201%20.6-.6h9.57a1%201%200%201%200%200-2H5.6A2.61%202.61%200%200%200%203%205.6v12.8A2.61%202.61%200%200%200%205.6%2021h12.8a2.61%202.61%200%200%200%202.6-2.6v-5.57a1%201%200%200%200-1-1%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.72%2011a1%201%200%200%200-1.44%201.38l2.22%202.33a1%201%200%200%200%20.72.31a1%201%200%200%200%20.72-.3l6.78-7a1%201%200%201%200-1.44-1.4l-6.05%206.26Z%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%22M20%2011.83a1%201%200%200%200-1%201v5.57a.6.6%200%200%201-.6.6H5.6a.6.6%200%200%201-.6-.6V5.6a.6.6%200%200%201%20.6-.6h9.57a1%201%200%201%200%200-2H5.6A2.61%202.61%200%200%200%203%205.6v12.8A2.61%202.61%200%200%200%205.6%2021h12.8a2.61%202.61%200%200%200%202.6-2.6v-5.57a1%201%200%200%200-1-1%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.72%2011a1%201%200%200%200-1.44%201.38l2.22%202.33a1%201%200%200%200%20.72.31a1%201%200%200%200%20.72-.3l6.78-7a1%201%200%201%200-1.44-1.4l-6.05%206.26Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/eva/checkmark-square-fill.svg?color=%231a73e8&size=48