textbox checkmark icon
textbox-checkmark-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- textbox-checkmark-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- 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-filledtextbox-checkmark-32-regulartextbox-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 48 48"><path fill="currentColor" d="M6 12a6 6 0 0 1 6-6h24a6 6 0 0 1 6 6v12.044A12.94 12.94 0 0 0 35 22c-5.598 0-10.37 3.538-12.2 8.5h-7.55a1.25 1.25 0 1 0 0 2.5h6.903q-.151.979-.153 2c0 2.577.75 4.98 2.044 7H12a6 6 0 0 1-6-6zm9.25 10.5a1.25 1.25 0 1 0 0 2.5h10.5a1.25 1.25 0 1 0 0-2.5zm0-8a1.25 1.25 0 1 0 0 2.5h17.5a1.25 1.25 0 1 0 0-2.5zM46 35c0 6.075-4.925 11-11 11s-11-4.925-11-11s4.925-11 11-11s11 4.925 11 11m-4.293-4.707a1 1 0 0 0-1.414 0L33 37.586l-3.293-3.293a1 1 0 0 0-1.414 1.414l4 4a1 1 0 0 0 1.414 0l8-8a1 1 0 0 0 0-1.414"/></svg>
React
import type { SVGProps } from "react";
export function FluentTextboxCheckmark48Filled(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="M6 12a6 6 0 0 1 6-6h24a6 6 0 0 1 6 6v12.044A12.94 12.94 0 0 0 35 22c-5.598 0-10.37 3.538-12.2 8.5h-7.55a1.25 1.25 0 1 0 0 2.5h6.903q-.151.979-.153 2c0 2.577.75 4.98 2.044 7H12a6 6 0 0 1-6-6zm9.25 10.5a1.25 1.25 0 1 0 0 2.5h10.5a1.25 1.25 0 1 0 0-2.5zm0-8a1.25 1.25 0 1 0 0 2.5h17.5a1.25 1.25 0 1 0 0-2.5zM46 35c0 6.075-4.925 11-11 11s-11-4.925-11-11s4.925-11 11-11s11 4.925 11 11m-4.293-4.707a1 1 0 0 0-1.414 0L33 37.586l-3.293-3.293a1 1 0 0 0-1.414 1.414l4 4a1 1 0 0 0 1.414 0l8-8a1 1 0 0 0 0-1.414"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M6 12a6 6 0 0 1 6-6h24a6 6 0 0 1 6 6v12.044A12.94 12.94 0 0 0 35 22c-5.598 0-10.37 3.538-12.2 8.5h-7.55a1.25 1.25 0 1 0 0 2.5h6.903q-.151.979-.153 2c0 2.577.75 4.98 2.044 7H12a6 6 0 0 1-6-6zm9.25 10.5a1.25 1.25 0 1 0 0 2.5h10.5a1.25 1.25 0 1 0 0-2.5zm0-8a1.25 1.25 0 1 0 0 2.5h17.5a1.25 1.25 0 1 0 0-2.5zM46 35c0 6.075-4.925 11-11 11s-11-4.925-11-11s4.925-11 11-11s11 4.925 11 11m-4.293-4.707a1 1 0 0 0-1.414 0L33 37.586l-3.293-3.293a1 1 0 0 0-1.414 1.414l4 4a1 1 0 0 0 1.414 0l8-8a1 1 0 0 0 0-1.414"/></svg> </template>
CSS
.icon-textbox-checkmark-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%2012a6%206%200%200%201%206-6h24a6%206%200%200%201%206%206v12.044A12.94%2012.94%200%200%200%2035%2022c-5.598%200-10.37%203.538-12.2%208.5h-7.55a1.25%201.25%200%201%200%200%202.5h6.903q-.151.979-.153%202c0%202.577.75%204.98%202.044%207H12a6%206%200%200%201-6-6zm9.25%2010.5a1.25%201.25%200%201%200%200%202.5h10.5a1.25%201.25%200%201%200%200-2.5zm0-8a1.25%201.25%200%201%200%200%202.5h17.5a1.25%201.25%200%201%200%200-2.5zM46%2035c0%206.075-4.925%2011-11%2011s-11-4.925-11-11s4.925-11%2011-11s11%204.925%2011%2011m-4.293-4.707a1%201%200%200%200-1.414%200L33%2037.586l-3.293-3.293a1%201%200%200%200-1.414%201.414l4%204a1%201%200%200%200%201.414%200l8-8a1%201%200%200%200%200-1.414%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%22M6%2012a6%206%200%200%201%206-6h24a6%206%200%200%201%206%206v12.044A12.94%2012.94%200%200%200%2035%2022c-5.598%200-10.37%203.538-12.2%208.5h-7.55a1.25%201.25%200%201%200%200%202.5h6.903q-.151.979-.153%202c0%202.577.75%204.98%202.044%207H12a6%206%200%200%201-6-6zm9.25%2010.5a1.25%201.25%200%201%200%200%202.5h10.5a1.25%201.25%200%201%200%200-2.5zm0-8a1.25%201.25%200%201%200%200%202.5h17.5a1.25%201.25%200%201%200%200-2.5zM46%2035c0%206.075-4.925%2011-11%2011s-11-4.925-11-11s4.925-11%2011-11s11%204.925%2011%2011m-4.293-4.707a1%201%200%200%200-1.414%200L33%2037.586l-3.293-3.293a1%201%200%200%200-1.414%201.414l4%204a1%201%200%200%200%201.414%200l8-8a1%201%200%200%200%200-1.414%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/textbox-checkmark-48-filled.svg?color=%231a73e8&size=48