textbox checkmark icon
textbox-checkmark-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- textbox-checkmark-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- License
- MIT
11 other variants in Fluent UI System Icons
textbox-checkmark-16-regulartextbox-checkmark-20-filledtextbox-checkmark-20-regulartextbox-checkmark-24-filledtextbox-checkmark-24-regulartextbox-checkmark-28-filledtextbox-checkmark-28-regulartextbox-checkmark-32-filledtextbox-checkmark-32-regulartextbox-checkmark-48-filledtextbox-checkmark-48-regular
Related icons in Fluent UI System Icons
textbox-align-bottom-20-filledtextbox-align-bottom-center-16-filledtextbox-align-bottom-left-16-filledtextbox-align-bottom-right-16-filledtextbox-align-bottom-rotate-90-20-filledtextbox-align-center-16-filledtextbox-align-middle-16-filledtextbox-align-middle-left-16-filledtextbox-align-middle-right-16-filledtextbox-align-middle-rotate-90-20-filledtextbox-align-top-20-filledtextbox-align-top-arrow-clockwise-20-filledtextbox-align-top-center-16-filledtextbox-align-top-left-16-filledtextbox-align-top-right-16-filledtextbox-align-top-rotate-90-20-filledtextbox-more-20-filledtextbox-rotate-90-20-filledtextbox-settings-20-filledtextbox-vertical-20-regular
Use the textbox checkmark icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.5 2A2.5 2.5 0 0 0 2 4.5v7A2.5 2.5 0 0 0 4.5 14h2.1a5.5 5.5 0 0 1-.578-3H5.5a.5.5 0 0 1 0-1h.707a5.5 5.5 0 0 1 .682-1.5H5.5a.5.5 0 0 1 0-1h2.225A5.48 5.48 0 0 1 11.5 6c.9 0 1.75.216 2.5.6V4.5A2.5 2.5 0 0 0 11.5 2zm1 3h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1M16 11.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-2.854-1.854L10.5 12.293l-.646-.647a.5.5 0 0 0-.708.708l1 1a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708"/></svg>
React
import type { SVGProps } from "react";
export function FluentTextboxCheckmark16Filled(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="M4.5 2A2.5 2.5 0 0 0 2 4.5v7A2.5 2.5 0 0 0 4.5 14h2.1a5.5 5.5 0 0 1-.578-3H5.5a.5.5 0 0 1 0-1h.707a5.5 5.5 0 0 1 .682-1.5H5.5a.5.5 0 0 1 0-1h2.225A5.48 5.48 0 0 1 11.5 6c.9 0 1.75.216 2.5.6V4.5A2.5 2.5 0 0 0 11.5 2zm1 3h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1M16 11.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-2.854-1.854L10.5 12.293l-.646-.647a.5.5 0 0 0-.708.708l1 1a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.5 2A2.5 2.5 0 0 0 2 4.5v7A2.5 2.5 0 0 0 4.5 14h2.1a5.5 5.5 0 0 1-.578-3H5.5a.5.5 0 0 1 0-1h.707a5.5 5.5 0 0 1 .682-1.5H5.5a.5.5 0 0 1 0-1h2.225A5.48 5.48 0 0 1 11.5 6c.9 0 1.75.216 2.5.6V4.5A2.5 2.5 0 0 0 11.5 2zm1 3h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1M16 11.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-2.854-1.854L10.5 12.293l-.646-.647a.5.5 0 0 0-.708.708l1 1a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708"/></svg> </template>
CSS
.icon-textbox-checkmark-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%22M4.5%202A2.5%202.5%200%200%200%202%204.5v7A2.5%202.5%200%200%200%204.5%2014h2.1a5.5%205.5%200%200%201-.578-3H5.5a.5.5%200%200%201%200-1h.707a5.5%205.5%200%200%201%20.682-1.5H5.5a.5.5%200%200%201%200-1h2.225A5.48%205.48%200%200%201%2011.5%206c.9%200%201.75.216%202.5.6V4.5A2.5%202.5%200%200%200%2011.5%202zm1%203h5a.5.5%200%200%201%200%201h-5a.5.5%200%200%201%200-1M16%2011.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-2.854-1.854L10.5%2012.293l-.646-.647a.5.5%200%200%200-.708.708l1%201a.5.5%200%200%200%20.708%200l3-3a.5.5%200%200%200-.708-.708%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%22M4.5%202A2.5%202.5%200%200%200%202%204.5v7A2.5%202.5%200%200%200%204.5%2014h2.1a5.5%205.5%200%200%201-.578-3H5.5a.5.5%200%200%201%200-1h.707a5.5%205.5%200%200%201%20.682-1.5H5.5a.5.5%200%200%201%200-1h2.225A5.48%205.48%200%200%201%2011.5%206c.9%200%201.75.216%202.5.6V4.5A2.5%202.5%200%200%200%2011.5%202zm1%203h5a.5.5%200%200%201%200%201h-5a.5.5%200%200%201%200-1M16%2011.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-2.854-1.854L10.5%2012.293l-.646-.647a.5.5%200%200%200-.708.708l1%201a.5.5%200%200%200%20.708%200l3-3a.5.5%200%200%200-.708-.708%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/textbox-checkmark-16-filled.svg?color=%231a73e8&size=48