textbox checkmark icon
textbox-checkmark-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- textbox-checkmark-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- 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-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 24 24"><path fill="currentColor" d="M17.5 11a6.47 6.47 0 0 1 3.5 1.022V5.75A2.75 2.75 0 0 0 18.25 3H5.75A2.75 2.75 0 0 0 3 5.75v12.5A2.75 2.75 0 0 0 5.75 21h6.272A6.47 6.47 0 0 1 11 17.5q0-.51.076-1H6.75l-.102-.007A.75.75 0 0 1 6.75 15h4.748a6.5 6.5 0 0 1 1.848-2.5H6.75l-.102-.007A.75.75 0 0 1 6.75 11h7.5l.102.007a.75.75 0 0 1 .61.507A6.5 6.5 0 0 1 17.5 11M6.75 8.5l-.102-.007A.75.75 0 0 1 6.75 7h10.5l.102.007A.75.75 0 0 1 17.25 8.5zm16.25 9a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m-2.146-2.354a.5.5 0 0 0-.708 0L16.5 18.793l-1.646-1.647a.5.5 0 0 0-.708.708l2 2a.5.5 0 0 0 .708 0l4-4a.5.5 0 0 0 0-.708"/></svg>
React
import type { SVGProps } from "react";
export function FluentTextboxCheckmark24Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.5 11a6.47 6.47 0 0 1 3.5 1.022V5.75A2.75 2.75 0 0 0 18.25 3H5.75A2.75 2.75 0 0 0 3 5.75v12.5A2.75 2.75 0 0 0 5.75 21h6.272A6.47 6.47 0 0 1 11 17.5q0-.51.076-1H6.75l-.102-.007A.75.75 0 0 1 6.75 15h4.748a6.5 6.5 0 0 1 1.848-2.5H6.75l-.102-.007A.75.75 0 0 1 6.75 11h7.5l.102.007a.75.75 0 0 1 .61.507A6.5 6.5 0 0 1 17.5 11M6.75 8.5l-.102-.007A.75.75 0 0 1 6.75 7h10.5l.102.007A.75.75 0 0 1 17.25 8.5zm16.25 9a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m-2.146-2.354a.5.5 0 0 0-.708 0L16.5 18.793l-1.646-1.647a.5.5 0 0 0-.708.708l2 2a.5.5 0 0 0 .708 0l4-4a.5.5 0 0 0 0-.708"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.5 11a6.47 6.47 0 0 1 3.5 1.022V5.75A2.75 2.75 0 0 0 18.25 3H5.75A2.75 2.75 0 0 0 3 5.75v12.5A2.75 2.75 0 0 0 5.75 21h6.272A6.47 6.47 0 0 1 11 17.5q0-.51.076-1H6.75l-.102-.007A.75.75 0 0 1 6.75 15h4.748a6.5 6.5 0 0 1 1.848-2.5H6.75l-.102-.007A.75.75 0 0 1 6.75 11h7.5l.102.007a.75.75 0 0 1 .61.507A6.5 6.5 0 0 1 17.5 11M6.75 8.5l-.102-.007A.75.75 0 0 1 6.75 7h10.5l.102.007A.75.75 0 0 1 17.25 8.5zm16.25 9a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m-2.146-2.354a.5.5 0 0 0-.708 0L16.5 18.793l-1.646-1.647a.5.5 0 0 0-.708.708l2 2a.5.5 0 0 0 .708 0l4-4a.5.5 0 0 0 0-.708"/></svg> </template>
CSS
.icon-textbox-checkmark-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.5%2011a6.47%206.47%200%200%201%203.5%201.022V5.75A2.75%202.75%200%200%200%2018.25%203H5.75A2.75%202.75%200%200%200%203%205.75v12.5A2.75%202.75%200%200%200%205.75%2021h6.272A6.47%206.47%200%200%201%2011%2017.5q0-.51.076-1H6.75l-.102-.007A.75.75%200%200%201%206.75%2015h4.748a6.5%206.5%200%200%201%201.848-2.5H6.75l-.102-.007A.75.75%200%200%201%206.75%2011h7.5l.102.007a.75.75%200%200%201%20.61.507A6.5%206.5%200%200%201%2017.5%2011M6.75%208.5l-.102-.007A.75.75%200%200%201%206.75%207h10.5l.102.007A.75.75%200%200%201%2017.25%208.5zm16.25%209a5.5%205.5%200%201%201-11%200a5.5%205.5%200%200%201%2011%200m-2.146-2.354a.5.5%200%200%200-.708%200L16.5%2018.793l-1.646-1.647a.5.5%200%200%200-.708.708l2%202a.5.5%200%200%200%20.708%200l4-4a.5.5%200%200%200%200-.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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.5%2011a6.47%206.47%200%200%201%203.5%201.022V5.75A2.75%202.75%200%200%200%2018.25%203H5.75A2.75%202.75%200%200%200%203%205.75v12.5A2.75%202.75%200%200%200%205.75%2021h6.272A6.47%206.47%200%200%201%2011%2017.5q0-.51.076-1H6.75l-.102-.007A.75.75%200%200%201%206.75%2015h4.748a6.5%206.5%200%200%201%201.848-2.5H6.75l-.102-.007A.75.75%200%200%201%206.75%2011h7.5l.102.007a.75.75%200%200%201%20.61.507A6.5%206.5%200%200%201%2017.5%2011M6.75%208.5l-.102-.007A.75.75%200%200%201%206.75%207h10.5l.102.007A.75.75%200%200%201%2017.25%208.5zm16.25%209a5.5%205.5%200%201%201-11%200a5.5%205.5%200%200%201%2011%200m-2.146-2.354a.5.5%200%200%200-.708%200L16.5%2018.793l-1.646-1.647a.5.5%200%200%200-.708.708l2%202a.5.5%200%200%200%20.708%200l4-4a.5.5%200%200%200%200-.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-24-filled.svg?color=%231a73e8&size=48