Text Edit Style Character Ga icon
The Text Edit Style Character Ga 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_ga_28_regular.svg
Text Edit Style Character Ga icon in React
npm install @fluentui/react-icons
import { TextEditStyleCharacterGa28Regular } from "@fluentui/react-icons";
export function Example() {
return <TextEditStyleCharacterGa28Regular aria-label="Text Edit Style Character Ga" />;
}Use the Text Edit Style Character Ga 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 { TextEditStyleCharacterGa28Regular, TextEditStyleCharacterGa28Filled } from "@fluentui/react-icons";
export function Example() {
return <TextEditStyleCharacterGa28Regular aria-label="Text Edit Style Character Ga" />;
}Use it in HTML
Reference the SVG file directly:
<img src="https://fluenticons.co/icons/ic_fluent_text_edit_style_character_ga_28_regular.svg" width="28" height="28" alt="Text Edit Style Character Ga"> 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.26.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.15M13.25 3c.41 0 .75.34.75.75V7.5h1.75a.75.75 0 0 1 0 1.5H14v4.03l-1.5 1.5V3.75c0-.41.34-.75.75-.75m-3.5 1c.4 0 .73.32.75.72v.09a5 5 0 0 1-.06.96 9 9 0 0 1-.66 2.37c-.8 1.84-2.46 3.89-5.83 4.83a.75.75 0 0 1-.4-1.44c2.88-.8 4.22-2.51 4.86-3.99a7 7 0 0 0 .54-1.96V5.5h-5.2a.75.75 0 0 1 0-1.5z"/></svg>Details
| Name | Text Edit Style Character Ga |
|---|---|
| Styles | Regular (outlined), Filled |
| Sizes | 28 px, 32 px |
| Regular (outlined) file | ic_fluent_text_edit_style_character_ga_28_regular.svg |
| Filled file | ic_fluent_text_edit_style_character_ga_28_filled.svg |
| React (Regular) | TextEditStyleCharacterGa28Regular, TextEditStyleCharacterGa32Regular |
| React (Filled) | TextEditStyleCharacterGa28Filled, TextEditStyleCharacterGa32Filled |
| License | MIT (© Microsoft Corporation) |