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

Name
box-checkmark-28-filled
Set
Fluent UI System Icons
Style
28 Filled
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="M12.61 2.5a3.75 3.75 0 0 1 2.785 0l8.877 3.551c.289.115.55.276.776.472L20.94 8.167l-11.25-4.5zM7.67 4.475l11.25 4.5l-4.918 1.967L2.956 6.523c.227-.196.488-.357.776-.472zm-5.548 3.33a2.8 2.8 0 0 0-.118.8v10.791a2.75 2.75 0 0 0 1.728 2.554l8.877 3.55q.316.127.643.193v-3.257A7.5 7.5 0 0 1 13 20.5c0-.67.088-1.318.252-1.936v-6.306zm23.879 7.597A7.48 7.48 0 0 0 20.5 13a7.48 7.48 0 0 0-5.748 2.682v-3.424l11.13-4.453q.117.384.118.8zM27 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 FluentBoxCheckmark28Filled(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="M12.61 2.5a3.75 3.75 0 0 1 2.785 0l8.877 3.551c.289.115.55.276.776.472L20.94 8.167l-11.25-4.5zM7.67 4.475l11.25 4.5l-4.918 1.967L2.956 6.523c.227-.196.488-.357.776-.472zm-5.548 3.33a2.8 2.8 0 0 0-.118.8v10.791a2.75 2.75 0 0 0 1.728 2.554l8.877 3.55q.316.127.643.193v-3.257A7.5 7.5 0 0 1 13 20.5c0-.67.088-1.318.252-1.936v-6.306zm23.879 7.597A7.48 7.48 0 0 0 20.5 13a7.48 7.48 0 0 0-5.748 2.682v-3.424l11.13-4.453q.117.384.118.8zM27 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="M12.61 2.5a3.75 3.75 0 0 1 2.785 0l8.877 3.551c.289.115.55.276.776.472L20.94 8.167l-11.25-4.5zM7.67 4.475l11.25 4.5l-4.918 1.967L2.956 6.523c.227-.196.488-.357.776-.472zm-5.548 3.33a2.8 2.8 0 0 0-.118.8v10.791a2.75 2.75 0 0 0 1.728 2.554l8.877 3.55q.316.127.643.193v-3.257A7.5 7.5 0 0 1 13 20.5c0-.67.088-1.318.252-1.936v-6.306zm23.879 7.597A7.48 7.48 0 0 0 20.5 13a7.48 7.48 0 0 0-5.748 2.682v-3.424l11.13-4.453q.117.384.118.8zM27 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-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.61%202.5a3.75%203.75%200%200%201%202.785%200l8.877%203.551c.289.115.55.276.776.472L20.94%208.167l-11.25-4.5zM7.67%204.475l11.25%204.5l-4.918%201.967L2.956%206.523c.227-.196.488-.357.776-.472zm-5.548%203.33a2.8%202.8%200%200%200-.118.8v10.791a2.75%202.75%200%200%200%201.728%202.554l8.877%203.55q.316.127.643.193v-3.257A7.5%207.5%200%200%201%2013%2020.5c0-.67.088-1.318.252-1.936v-6.306zm23.879%207.597A7.48%207.48%200%200%200%2020.5%2013a7.48%207.48%200%200%200-5.748%202.682v-3.424l11.13-4.453q.117.384.118.8zM27%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%22M12.61%202.5a3.75%203.75%200%200%201%202.785%200l8.877%203.551c.289.115.55.276.776.472L20.94%208.167l-11.25-4.5zM7.67%204.475l11.25%204.5l-4.918%201.967L2.956%206.523c.227-.196.488-.357.776-.472zm-5.548%203.33a2.8%202.8%200%200%200-.118.8v10.791a2.75%202.75%200%200%200%201.728%202.554l8.877%203.55q.316.127.643.193v-3.257A7.5%207.5%200%200%201%2013%2020.5c0-.67.088-1.318.252-1.936v-6.306zm23.879%207.597A7.48%207.48%200%200%200%2020.5%2013a7.48%207.48%200%200%200-5.748%202.682v-3.424l11.13-4.453q.117.384.118.8zM27%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-filled.svg?color=%231a73e8&size=48