Text Edit Style Character A icon
The Text Edit Style Character A icon is part of Microsoft's Fluent UI System Icons, available here in regular and filled styles in 2 sizes from 28 to 32 px. 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, 28 px
ic_fluent_text_edit_style_character_a_28_regular.svg
Text Edit Style Character A icon in React
npm install @fluentui/react-icons
import { TextEditStyleCharacterA28Regular } from "@fluentui/react-icons";
export function Example() {
return <TextEditStyleCharacterA28Regular aria-label="Text Edit Style Character A" />;
}Use the Text Edit Style Character A 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 { TextEditStyleCharacterA28Regular, TextEditStyleCharacterA28Filled } from "@fluentui/react-icons";
export function Example() {
return <TextEditStyleCharacterA28Regular aria-label="Text Edit Style Character A" />;
}Use it in HTML
Reference the SVG file directly:
<img src="https://fluenticons.co/icons/ic_fluent_text_edit_style_character_a_28_regular.svg" width="28" height="28" alt="Text Edit Style Character A"> Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:
<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill="currentColor" d="M21.07 9a3.93 3.93 0 0 1 2.78 6.71l-7.76 7.76q-.7.7-1.64.96l-5.5 1.54a.75.75 0 0 1-.92-.92l1.54-5.5q.26-.94.96-1.64l7.76-7.76A4 4 0 0 1 21.07 9m0 1.5c-.65 0-1.27.26-1.72.71l-7.76 7.76q-.42.43-.58.99l-1.18 4.2L14.04 23q.56-.16.99-.58l7.76-7.76a2.43 2.43 0 0 0-1.72-4.15M8.5 2c.3 0 .58.18.7.46l4.49 10.88-1.15 1.15-1.24-2.99H5.7l-1.26 3.04a.75.75 0 0 1-1.38-.58L7.8 2.46A.8.8 0 0 1 8.5 2m-2.18 8h4.36L8.5 4.71z"/></svg>Details
| Name | Text Edit Style Character A |
|---|---|
| Styles | Regular (outlined), Filled |
| Sizes | 28 px, 32 px |
| Regular (outlined) file | ic_fluent_text_edit_style_character_a_28_regular.svg |
| Filled file | ic_fluent_text_edit_style_character_a_28_filled.svg |
| React (Regular) | TextEditStyleCharacterA28Regular, TextEditStyleCharacterA32Regular |
| React (Filled) | TextEditStyleCharacterA28Filled, TextEditStyleCharacterA32Filled |
| License | MIT (© Microsoft Corporation) |