Text Abc Underline Double icon
The Text Abc Underline Double icon is part of Microsoft's Fluent UI System Icons, available here in regular and filled styles on a 32 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, 32 px
ic_fluent_text_abc_underline_double_32_regular.svg
Text Abc Underline Double icon in React
npm install @fluentui/react-icons
import { TextAbcUnderlineDouble32Regular } from "@fluentui/react-icons";
export function Example() {
return <TextAbcUnderlineDouble32Regular aria-label="Text Abc Underline Double" />;
}Use the Text Abc Underline Double 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 { TextAbcUnderlineDouble32Regular, TextAbcUnderlineDouble32Filled } from "@fluentui/react-icons";
export function Example() {
return <TextAbcUnderlineDouble32Regular aria-label="Text Abc Underline Double" />;
}Use it in HTML
Reference the SVG file directly:
<img src="https://fluenticons.co/icons/ic_fluent_text_abc_underline_double_32_regular.svg" width="32" height="32" alt="Text Abc Underline Double"> Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill="currentColor" d="M7.5 5a1 1 0 0 1 .92.6l3.5 8a1 1 0 1 1-1.84.8l-.6-1.4H5.52l-.61 1.4a1 1 0 0 1-1.84-.8l3.5-8A1 1 0 0 1 7.5 5m1.1 6L7.5 8.5 6.4 11zM4 19a1 1 0 1 0 0 2h24a1 1 0 0 0 0-2zm0 6a1 1 0 1 0 0 2h24a1 1 0 0 0 0-2zm9-19a1 1 0 0 1 1-1h2.5a3 3 0 0 1 2.46 4.72A3 3 0 0 1 17 15h-3a1 1 0 0 1-1-1zm2 5v2h2a1 1 0 0 0 0-2zm0-2h1.5a1 1 0 0 0 0-2H15zm8 1c0-1.18.3-1.93.65-2.37Q24.17 7 24.98 7c.66 0 1.23.32 1.6 1.18a1 1 0 1 0 1.84-.8A3.7 3.7 0 0 0 24.98 5c-1.11 0-2.15.46-2.88 1.37-.73.9-1.1 2.14-1.1 3.63 0 1.5.37 2.74 1.1 3.63A3.6 3.6 0 0 0 24.98 15c1.53 0 2.78-.87 3.44-2.38a1 1 0 1 0-1.84-.8c-.37.86-.94 1.18-1.6 1.18q-.8 0-1.33-.63c-.36-.44-.65-1.2-.65-2.37"/></svg>Details
| Name | Text Abc Underline Double |
|---|---|
| Styles | Regular (outlined), Filled |
| Sizes | 32 px |
| Regular (outlined) file | ic_fluent_text_abc_underline_double_32_regular.svg |
| Filled file | ic_fluent_text_abc_underline_double_32_filled.svg |
| React (Regular) | TextAbcUnderlineDouble32Regular |
| React (Filled) | TextAbcUnderlineDouble32Filled |
| License | MIT (© Microsoft Corporation) |