Text Proofing Tools Abc icon
The Text Proofing Tools Abc icon is part of Microsoft's Fluent UI System Icons, available here in regular and filled styles on a 16 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.
Every size and style
Microsoft draws each size separately so icons stay crisp, rather than scaling one drawing. Pick a style and size to preview it, download it, or copy the code for your platform.
Regular, 16 px
ic_fluent_text_proofing_tools_abc_16_regular.svg
Text Proofing Tools Abc icon in React
npm install @fluentui/react-icons
import { TextProofingToolsAbc16Regular } from "@fluentui/react-icons";
export function Example() {
return <TextProofingToolsAbc16Regular aria-label="Text Proofing Tools Abc" />;
}Use the Text Proofing Tools Abc icon in React
Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.
npm install @fluentui/react-icons
import { TextProofingToolsAbc16Regular, TextProofingToolsAbc16Filled } from "@fluentui/react-icons";
export function Example() {
return <TextProofingToolsAbc16Regular aria-label="Text Proofing Tools Abc" />;
}Use it in HTML
Reference the SVG file directly:
<img src="https://fluenticons.co/icons/ic_fluent_text_proofing_tools_abc_16_regular.svg" width="16" height="16" alt="Text Proofing Tools Abc"> Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill="currentColor" d="M10.62 8.17a.5.5 0 1 1 .76.66l-3.5 4a.5.5 0 0 1-.73.02l-2-2-.07-.07a.5.5 0 0 1 .7-.7l.07.07 1.63 1.62zM3 2q.32.02.46.3l1.75 4 .03.1a.5.5 0 0 1-.9.39L4.3 6.7 4 6H2l-.3.7a.5.5 0 0 1-.92-.4l1.75-4 .04-.07A.5.5 0 0 1 3 2m4.75 0a1.5 1.5 0 0 1 1.23 2.36A1.5 1.5 0 0 1 8 7H6.5a.5.5 0 0 1-.5-.5v-4l.01-.1A.5.5 0 0 1 6.5 2zm4.75 0c.67 0 1.2.31 1.54.8q.1.16.19.34c.14.3-.12.61-.45.61-.23 0-.42-.16-.55-.35q0-.02-.02-.03A.8.8 0 0 0 12.5 3a.8.8 0 0 0-.71.37q-.28.38-.29 1.13.01.75.29 1.13.23.36.71.37.48-.01.71-.37l.02-.03c.13-.2.32-.35.55-.35.33 0 .59.31.45.61q-.09.18-.2.34c-.33.49-.86.8-1.53.8a1.8 1.8 0 0 1-1.54-.8 3 3 0 0 1-.46-1.7 3 3 0 0 1 .46-1.7c.34-.49.87-.8 1.54-.8M7 6h1a.5.5 0 0 0 0-1H7zM2.45 5h1.1L3 3.75zM7 4h.75a.5.5 0 0 0 0-1H7z"/></svg>Details
| Name | Text Proofing Tools Abc |
|---|---|
| Styles | Regular (outlined), Filled |
| Sizes | 16 px |
| Regular (outlined) file | ic_fluent_text_proofing_tools_abc_16_regular.svg |
| Filled file | ic_fluent_text_proofing_tools_abc_16_filled.svg |
| React (Regular) | TextProofingToolsAbc16Regular |
| React (Filled) | TextProofingToolsAbc16Filled |
| License | MIT (© Microsoft Corporation) |