checkmark circle square icon
checkmark-circle-square-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- checkmark-circle-square-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the checkmark circle square icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.5 10a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m1.854-5.146l-2 2a.5.5 0 0 1-.708 0l-1-1a.5.5 0 1 1 .708-.708L5 5.793l1.646-1.647a.5.5 0 1 1 .708.708M6 10.978V12.5A2.5 2.5 0 0 0 8.5 15h4a2.5 2.5 0 0 0 2.5-2.5v-4A2.5 2.5 0 0 0 12.5 6h-1.522a5.5 5.5 0 0 1-.185 1H12.5A1.5 1.5 0 0 1 14 8.5v4a1.5 1.5 0 0 1-1.5 1.5h-4A1.5 1.5 0 0 1 7 12.5v-1.707a5.5 5.5 0 0 1-1 .185m6.353-1.124a.5.5 0 0 0-.708-.708L10 10.793l-.646-.647a.5.5 0 0 0-.708.708l1 1a.5.5 0 0 0 .708 0z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCheckmarkCircleSquare16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.5 10a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m1.854-5.146l-2 2a.5.5 0 0 1-.708 0l-1-1a.5.5 0 1 1 .708-.708L5 5.793l1.646-1.647a.5.5 0 1 1 .708.708M6 10.978V12.5A2.5 2.5 0 0 0 8.5 15h4a2.5 2.5 0 0 0 2.5-2.5v-4A2.5 2.5 0 0 0 12.5 6h-1.522a5.5 5.5 0 0 1-.185 1H12.5A1.5 1.5 0 0 1 14 8.5v4a1.5 1.5 0 0 1-1.5 1.5h-4A1.5 1.5 0 0 1 7 12.5v-1.707a5.5 5.5 0 0 1-1 .185m6.353-1.124a.5.5 0 0 0-.708-.708L10 10.793l-.646-.647a.5.5 0 0 0-.708.708l1 1a.5.5 0 0 0 .708 0z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.5 10a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m1.854-5.146l-2 2a.5.5 0 0 1-.708 0l-1-1a.5.5 0 1 1 .708-.708L5 5.793l1.646-1.647a.5.5 0 1 1 .708.708M6 10.978V12.5A2.5 2.5 0 0 0 8.5 15h4a2.5 2.5 0 0 0 2.5-2.5v-4A2.5 2.5 0 0 0 12.5 6h-1.522a5.5 5.5 0 0 1-.185 1H12.5A1.5 1.5 0 0 1 14 8.5v4a1.5 1.5 0 0 1-1.5 1.5h-4A1.5 1.5 0 0 1 7 12.5v-1.707a5.5 5.5 0 0 1-1 .185m6.353-1.124a.5.5 0 0 0-.708-.708L10 10.793l-.646-.647a.5.5 0 0 0-.708.708l1 1a.5.5 0 0 0 .708 0z"/></svg> </template>
CSS
.icon-checkmark-circle-square-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.5%2010a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209m1.854-5.146l-2%202a.5.5%200%200%201-.708%200l-1-1a.5.5%200%201%201%20.708-.708L5%205.793l1.646-1.647a.5.5%200%201%201%20.708.708M6%2010.978V12.5A2.5%202.5%200%200%200%208.5%2015h4a2.5%202.5%200%200%200%202.5-2.5v-4A2.5%202.5%200%200%200%2012.5%206h-1.522a5.5%205.5%200%200%201-.185%201H12.5A1.5%201.5%200%200%201%2014%208.5v4a1.5%201.5%200%200%201-1.5%201.5h-4A1.5%201.5%200%200%201%207%2012.5v-1.707a5.5%205.5%200%200%201-1%20.185m6.353-1.124a.5.5%200%200%200-.708-.708L10%2010.793l-.646-.647a.5.5%200%200%200-.708.708l1%201a.5.5%200%200%200%20.708%200z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.5%2010a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209m1.854-5.146l-2%202a.5.5%200%200%201-.708%200l-1-1a.5.5%200%201%201%20.708-.708L5%205.793l1.646-1.647a.5.5%200%201%201%20.708.708M6%2010.978V12.5A2.5%202.5%200%200%200%208.5%2015h4a2.5%202.5%200%200%200%202.5-2.5v-4A2.5%202.5%200%200%200%2012.5%206h-1.522a5.5%205.5%200%200%201-.185%201H12.5A1.5%201.5%200%200%201%2014%208.5v4a1.5%201.5%200%200%201-1.5%201.5h-4A1.5%201.5%200%200%201%207%2012.5v-1.707a5.5%205.5%200%200%201-1%20.185m6.353-1.124a.5.5%200%200%200-.708-.708L10%2010.793l-.646-.647a.5.5%200%200%200-.708.708l1%201a.5.5%200%200%200%20.708%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/checkmark-circle-square-16-filled.svg?color=%231a73e8&size=48