box checkmark icon
box-checkmark-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- box-checkmark-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- License
- MIT
11 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the box checkmark icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M15.395 2.5a3.75 3.75 0 0 0-2.786 0L3.732 6.05a2.75 2.75 0 0 0-1.728 2.553v10.792a2.75 2.75 0 0 0 1.728 2.554l8.878 3.55a3.75 3.75 0 0 0 2.416.127a7.5 7.5 0 0 1-1.012-1.358a2.3 2.3 0 0 1-.847-.161l-4.51-1.804l-.028-.011l-4.34-1.736a1.25 1.25 0 0 1-.785-1.16V8.603q0-.12.023-.237l9.725 3.891v6.306a7.5 7.5 0 0 1 1.5-2.882v-3.424l9.726-3.89q.022.115.022.236v5.55c.554.35 1.058.77 1.5 1.248V8.604a2.75 2.75 0 0 0-1.728-2.553zm-2.229 1.392a2.25 2.25 0 0 1 1.672 0L23.23 7.25l-3.605 1.442L10.397 5zM8.378 5.808l9.23 3.692l-3.606 1.443L4.773 7.25zM27 20.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0m-7.646 2.854l5-5a.5.5 0 0 0-.708-.708L19 22.293l-1.646-1.647a.5.5 0 0 0-.708.708l2 2a.5.5 0 0 0 .708 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentBoxCheckmark28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M15.395 2.5a3.75 3.75 0 0 0-2.786 0L3.732 6.05a2.75 2.75 0 0 0-1.728 2.553v10.792a2.75 2.75 0 0 0 1.728 2.554l8.878 3.55a3.75 3.75 0 0 0 2.416.127a7.5 7.5 0 0 1-1.012-1.358a2.3 2.3 0 0 1-.847-.161l-4.51-1.804l-.028-.011l-4.34-1.736a1.25 1.25 0 0 1-.785-1.16V8.603q0-.12.023-.237l9.725 3.891v6.306a7.5 7.5 0 0 1 1.5-2.882v-3.424l9.726-3.89q.022.115.022.236v5.55c.554.35 1.058.77 1.5 1.248V8.604a2.75 2.75 0 0 0-1.728-2.553zm-2.229 1.392a2.25 2.25 0 0 1 1.672 0L23.23 7.25l-3.605 1.442L10.397 5zM8.378 5.808l9.23 3.692l-3.606 1.443L4.773 7.25zM27 20.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0m-7.646 2.854l5-5a.5.5 0 0 0-.708-.708L19 22.293l-1.646-1.647a.5.5 0 0 0-.708.708l2 2a.5.5 0 0 0 .708 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M15.395 2.5a3.75 3.75 0 0 0-2.786 0L3.732 6.05a2.75 2.75 0 0 0-1.728 2.553v10.792a2.75 2.75 0 0 0 1.728 2.554l8.878 3.55a3.75 3.75 0 0 0 2.416.127a7.5 7.5 0 0 1-1.012-1.358a2.3 2.3 0 0 1-.847-.161l-4.51-1.804l-.028-.011l-4.34-1.736a1.25 1.25 0 0 1-.785-1.16V8.603q0-.12.023-.237l9.725 3.891v6.306a7.5 7.5 0 0 1 1.5-2.882v-3.424l9.726-3.89q.022.115.022.236v5.55c.554.35 1.058.77 1.5 1.248V8.604a2.75 2.75 0 0 0-1.728-2.553zm-2.229 1.392a2.25 2.25 0 0 1 1.672 0L23.23 7.25l-3.605 1.442L10.397 5zM8.378 5.808l9.23 3.692l-3.606 1.443L4.773 7.25zM27 20.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0m-7.646 2.854l5-5a.5.5 0 0 0-.708-.708L19 22.293l-1.646-1.647a.5.5 0 0 0-.708.708l2 2a.5.5 0 0 0 .708 0"/></svg> </template>
CSS
.icon-box-checkmark-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.395%202.5a3.75%203.75%200%200%200-2.786%200L3.732%206.05a2.75%202.75%200%200%200-1.728%202.553v10.792a2.75%202.75%200%200%200%201.728%202.554l8.878%203.55a3.75%203.75%200%200%200%202.416.127a7.5%207.5%200%200%201-1.012-1.358a2.3%202.3%200%200%201-.847-.161l-4.51-1.804l-.028-.011l-4.34-1.736a1.25%201.25%200%200%201-.785-1.16V8.603q0-.12.023-.237l9.725%203.891v6.306a7.5%207.5%200%200%201%201.5-2.882v-3.424l9.726-3.89q.022.115.022.236v5.55c.554.35%201.058.77%201.5%201.248V8.604a2.75%202.75%200%200%200-1.728-2.553zm-2.229%201.392a2.25%202.25%200%200%201%201.672%200L23.23%207.25l-3.605%201.442L10.397%205zM8.378%205.808l9.23%203.692l-3.606%201.443L4.773%207.25zM27%2020.5a6.5%206.5%200%201%201-13%200a6.5%206.5%200%200%201%2013%200m-7.646%202.854l5-5a.5.5%200%200%200-.708-.708L19%2022.293l-1.646-1.647a.5.5%200%200%200-.708.708l2%202a.5.5%200%200%200%20.708%200%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.395%202.5a3.75%203.75%200%200%200-2.786%200L3.732%206.05a2.75%202.75%200%200%200-1.728%202.553v10.792a2.75%202.75%200%200%200%201.728%202.554l8.878%203.55a3.75%203.75%200%200%200%202.416.127a7.5%207.5%200%200%201-1.012-1.358a2.3%202.3%200%200%201-.847-.161l-4.51-1.804l-.028-.011l-4.34-1.736a1.25%201.25%200%200%201-.785-1.16V8.603q0-.12.023-.237l9.725%203.891v6.306a7.5%207.5%200%200%201%201.5-2.882v-3.424l9.726-3.89q.022.115.022.236v5.55c.554.35%201.058.77%201.5%201.248V8.604a2.75%202.75%200%200%200-1.728-2.553zm-2.229%201.392a2.25%202.25%200%200%201%201.672%200L23.23%207.25l-3.605%201.442L10.397%205zM8.378%205.808l9.23%203.692l-3.606%201.443L4.773%207.25zM27%2020.5a6.5%206.5%200%201%201-13%200a6.5%206.5%200%200%201%2013%200m-7.646%202.854l5-5a.5.5%200%200%200-.708-.708L19%2022.293l-1.646-1.647a.5.5%200%200%200-.708.708l2%202a.5.5%200%200%200%20.708%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/box-checkmark-28-regular.svg?color=%231a73e8&size=48