box-checkmark-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.

Name
box-checkmark-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
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 48 48"><path fill="currentColor" d="M26.321 4.832a6.25 6.25 0 0 0-4.642 0L6.672 10.835A4.25 4.25 0 0 0 4 14.78v18.438a4.25 4.25 0 0 0 2.672 3.945l7.46 2.985l.029.012l7.518 3.007a6.25 6.25 0 0 0 3.489.337a13 13 0 0 1-1.66-2.423a3.8 3.8 0 0 1-.9-.235L7.6 34.843a1.75 1.75 0 0 1-1.1-1.625V14.781q0-.092.01-.181l16.24 6.496v9.542a13 13 0 0 1 2.5-4.237v-5.305L41.49 14.6q.01.09.01.18v8.96a13 13 0 0 1 2.5 1.88V14.78a4.25 4.25 0 0 0-2.672-3.945zm-3.714 2.321a3.75 3.75 0 0 1 2.786 0l13.991 5.597l-6.009 2.403L17.991 9zm-7.982 3.193L30.009 16.5L24 18.903L8.616 12.75zM46 35c0 6.075-4.925 11-11 11s-11-4.925-11-11s4.925-11 11-11s11 4.925 11 11m-12.293 4.707l8-8a1 1 0 0 0-1.414-1.414L33 37.586l-3.293-3.293a1 1 0 0 0-1.414 1.414l4 4a1 1 0 0 0 1.414 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentBoxCheckmark48Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M26.321 4.832a6.25 6.25 0 0 0-4.642 0L6.672 10.835A4.25 4.25 0 0 0 4 14.78v18.438a4.25 4.25 0 0 0 2.672 3.945l7.46 2.985l.029.012l7.518 3.007a6.25 6.25 0 0 0 3.489.337a13 13 0 0 1-1.66-2.423a3.8 3.8 0 0 1-.9-.235L7.6 34.843a1.75 1.75 0 0 1-1.1-1.625V14.781q0-.092.01-.181l16.24 6.496v9.542a13 13 0 0 1 2.5-4.237v-5.305L41.49 14.6q.01.09.01.18v8.96a13 13 0 0 1 2.5 1.88V14.78a4.25 4.25 0 0 0-2.672-3.945zm-3.714 2.321a3.75 3.75 0 0 1 2.786 0l13.991 5.597l-6.009 2.403L17.991 9zm-7.982 3.193L30.009 16.5L24 18.903L8.616 12.75zM46 35c0 6.075-4.925 11-11 11s-11-4.925-11-11s4.925-11 11-11s11 4.925 11 11m-12.293 4.707l8-8a1 1 0 0 0-1.414-1.414L33 37.586l-3.293-3.293a1 1 0 0 0-1.414 1.414l4 4a1 1 0 0 0 1.414 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M26.321 4.832a6.25 6.25 0 0 0-4.642 0L6.672 10.835A4.25 4.25 0 0 0 4 14.78v18.438a4.25 4.25 0 0 0 2.672 3.945l7.46 2.985l.029.012l7.518 3.007a6.25 6.25 0 0 0 3.489.337a13 13 0 0 1-1.66-2.423a3.8 3.8 0 0 1-.9-.235L7.6 34.843a1.75 1.75 0 0 1-1.1-1.625V14.781q0-.092.01-.181l16.24 6.496v9.542a13 13 0 0 1 2.5-4.237v-5.305L41.49 14.6q.01.09.01.18v8.96a13 13 0 0 1 2.5 1.88V14.78a4.25 4.25 0 0 0-2.672-3.945zm-3.714 2.321a3.75 3.75 0 0 1 2.786 0l13.991 5.597l-6.009 2.403L17.991 9zm-7.982 3.193L30.009 16.5L24 18.903L8.616 12.75zM46 35c0 6.075-4.925 11-11 11s-11-4.925-11-11s4.925-11 11-11s11 4.925 11 11m-12.293 4.707l8-8a1 1 0 0 0-1.414-1.414L33 37.586l-3.293-3.293a1 1 0 0 0-1.414 1.414l4 4a1 1 0 0 0 1.414 0"/></svg>
</template>

CSS

.icon-box-checkmark-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26.321%204.832a6.25%206.25%200%200%200-4.642%200L6.672%2010.835A4.25%204.25%200%200%200%204%2014.78v18.438a4.25%204.25%200%200%200%202.672%203.945l7.46%202.985l.029.012l7.518%203.007a6.25%206.25%200%200%200%203.489.337a13%2013%200%200%201-1.66-2.423a3.8%203.8%200%200%201-.9-.235L7.6%2034.843a1.75%201.75%200%200%201-1.1-1.625V14.781q0-.092.01-.181l16.24%206.496v9.542a13%2013%200%200%201%202.5-4.237v-5.305L41.49%2014.6q.01.09.01.18v8.96a13%2013%200%200%201%202.5%201.88V14.78a4.25%204.25%200%200%200-2.672-3.945zm-3.714%202.321a3.75%203.75%200%200%201%202.786%200l13.991%205.597l-6.009%202.403L17.991%209zm-7.982%203.193L30.009%2016.5L24%2018.903L8.616%2012.75zM46%2035c0%206.075-4.925%2011-11%2011s-11-4.925-11-11s4.925-11%2011-11s11%204.925%2011%2011m-12.293%204.707l8-8a1%201%200%200%200-1.414-1.414L33%2037.586l-3.293-3.293a1%201%200%200%200-1.414%201.414l4%204a1%201%200%200%200%201.414%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26.321%204.832a6.25%206.25%200%200%200-4.642%200L6.672%2010.835A4.25%204.25%200%200%200%204%2014.78v18.438a4.25%204.25%200%200%200%202.672%203.945l7.46%202.985l.029.012l7.518%203.007a6.25%206.25%200%200%200%203.489.337a13%2013%200%200%201-1.66-2.423a3.8%203.8%200%200%201-.9-.235L7.6%2034.843a1.75%201.75%200%200%201-1.1-1.625V14.781q0-.092.01-.181l16.24%206.496v9.542a13%2013%200%200%201%202.5-4.237v-5.305L41.49%2014.6q.01.09.01.18v8.96a13%2013%200%200%201%202.5%201.88V14.78a4.25%204.25%200%200%200-2.672-3.945zm-3.714%202.321a3.75%203.75%200%200%201%202.786%200l13.991%205.597l-6.009%202.403L17.991%209zm-7.982%203.193L30.009%2016.5L24%2018.903L8.616%2012.75zM46%2035c0%206.075-4.925%2011-11%2011s-11-4.925-11-11s4.925-11%2011-11s11%204.925%2011%2011m-12.293%204.707l8-8a1%201%200%200%200-1.414-1.414L33%2037.586l-3.293-3.293a1%201%200%200%200-1.414%201.414l4%204a1%201%200%200%200%201.414%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-48-regular.svg?color=%231a73e8&size=48