textbox checkmark icon
textbox-checkmark-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- textbox-checkmark-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- Viewbox
- 32×32
- License
- MIT
11 other variants in Fluent UI System Icons
textbox-checkmark-16-filledtextbox-checkmark-16-regulartextbox-checkmark-20-filledtextbox-checkmark-20-regulartextbox-checkmark-24-filledtextbox-checkmark-24-regulartextbox-checkmark-28-filledtextbox-checkmark-28-regulartextbox-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 32 32"><path fill="currentColor" d="M7.5 3A4.5 4.5 0 0 0 3 7.5v17A4.5 4.5 0 0 0 7.5 29h8.875a8.96 8.96 0 0 1-1.861-6H10a1 1 0 1 1 0-2h4.852a9 9 0 0 1 2.484-4.058A1 1 0 0 1 17 17h-7a1 1 0 1 1 0-2h7a1 1 0 0 1 .885 1.466A8.96 8.96 0 0 1 23.5 14.5c2.071 0 3.98.7 5.5 1.875V7.5A4.5 4.5 0 0 0 24.5 3zM10 9h12a1 1 0 1 1 0 2H10a1 1 0 1 1 0-2m13.5 7a7.5 7.5 0 1 1 0 15a7.5 7.5 0 0 1 0-15m4.53 4.72a.75.75 0 0 0-1.06 0l-4.72 4.72l-1.97-1.97a.75.75 0 1 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0l5.25-5.25a.75.75 0 0 0 0-1.06"/></svg>
React
import type { SVGProps } from "react";
export function FluentTextboxCheckmark32Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.5 3A4.5 4.5 0 0 0 3 7.5v17A4.5 4.5 0 0 0 7.5 29h8.875a8.96 8.96 0 0 1-1.861-6H10a1 1 0 1 1 0-2h4.852a9 9 0 0 1 2.484-4.058A1 1 0 0 1 17 17h-7a1 1 0 1 1 0-2h7a1 1 0 0 1 .885 1.466A8.96 8.96 0 0 1 23.5 14.5c2.071 0 3.98.7 5.5 1.875V7.5A4.5 4.5 0 0 0 24.5 3zM10 9h12a1 1 0 1 1 0 2H10a1 1 0 1 1 0-2m13.5 7a7.5 7.5 0 1 1 0 15a7.5 7.5 0 0 1 0-15m4.53 4.72a.75.75 0 0 0-1.06 0l-4.72 4.72l-1.97-1.97a.75.75 0 1 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0l5.25-5.25a.75.75 0 0 0 0-1.06"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.5 3A4.5 4.5 0 0 0 3 7.5v17A4.5 4.5 0 0 0 7.5 29h8.875a8.96 8.96 0 0 1-1.861-6H10a1 1 0 1 1 0-2h4.852a9 9 0 0 1 2.484-4.058A1 1 0 0 1 17 17h-7a1 1 0 1 1 0-2h7a1 1 0 0 1 .885 1.466A8.96 8.96 0 0 1 23.5 14.5c2.071 0 3.98.7 5.5 1.875V7.5A4.5 4.5 0 0 0 24.5 3zM10 9h12a1 1 0 1 1 0 2H10a1 1 0 1 1 0-2m13.5 7a7.5 7.5 0 1 1 0 15a7.5 7.5 0 0 1 0-15m4.53 4.72a.75.75 0 0 0-1.06 0l-4.72 4.72l-1.97-1.97a.75.75 0 1 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0l5.25-5.25a.75.75 0 0 0 0-1.06"/></svg> </template>
CSS
.icon-textbox-checkmark-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%203A4.5%204.5%200%200%200%203%207.5v17A4.5%204.5%200%200%200%207.5%2029h8.875a8.96%208.96%200%200%201-1.861-6H10a1%201%200%201%201%200-2h4.852a9%209%200%200%201%202.484-4.058A1%201%200%200%201%2017%2017h-7a1%201%200%201%201%200-2h7a1%201%200%200%201%20.885%201.466A8.96%208.96%200%200%201%2023.5%2014.5c2.071%200%203.98.7%205.5%201.875V7.5A4.5%204.5%200%200%200%2024.5%203zM10%209h12a1%201%200%201%201%200%202H10a1%201%200%201%201%200-2m13.5%207a7.5%207.5%200%201%201%200%2015a7.5%207.5%200%200%201%200-15m4.53%204.72a.75.75%200%200%200-1.06%200l-4.72%204.72l-1.97-1.97a.75.75%200%201%200-1.06%201.06l2.5%202.5a.75.75%200%200%200%201.06%200l5.25-5.25a.75.75%200%200%200%200-1.06%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%203A4.5%204.5%200%200%200%203%207.5v17A4.5%204.5%200%200%200%207.5%2029h8.875a8.96%208.96%200%200%201-1.861-6H10a1%201%200%201%201%200-2h4.852a9%209%200%200%201%202.484-4.058A1%201%200%200%201%2017%2017h-7a1%201%200%201%201%200-2h7a1%201%200%200%201%20.885%201.466A8.96%208.96%200%200%201%2023.5%2014.5c2.071%200%203.98.7%205.5%201.875V7.5A4.5%204.5%200%200%200%2024.5%203zM10%209h12a1%201%200%201%201%200%202H10a1%201%200%201%201%200-2m13.5%207a7.5%207.5%200%201%201%200%2015a7.5%207.5%200%200%201%200-15m4.53%204.72a.75.75%200%200%200-1.06%200l-4.72%204.72l-1.97-1.97a.75.75%200%201%200-1.06%201.06l2.5%202.5a.75.75%200%200%200%201.06%200l5.25-5.25a.75.75%200%200%200%200-1.06%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/textbox-checkmark-32-filled.svg?color=%231a73e8&size=48