Textbox Align Top Arrow Clockwise icon
The Textbox Align Top Arrow Clockwise icon is part of Microsoft's Fluent UI System Icons, available here in regular and filled styles on a 20 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, 20 px
ic_fluent_textbox_align_top_arrow_clockwise_20_regular.svg
Textbox Align Top Arrow Clockwise icon in React
npm install @fluentui/react-icons
import { TextboxAlignTopArrowClockwise20Regular } from "@fluentui/react-icons";
export function Example() {
return <TextboxAlignTopArrowClockwise20Regular aria-label="Textbox Align Top Arrow Clockwise" />;
}Use the Textbox Align Top Arrow Clockwise 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 { TextboxAlignTopArrowClockwise20Regular, TextboxAlignTopArrowClockwise20Filled } from "@fluentui/react-icons";
export function Example() {
return <TextboxAlignTopArrowClockwise20Regular aria-label="Textbox Align Top Arrow Clockwise" />;
}Use it in HTML
Reference the SVG file directly:
<img src="https://fluenticons.co/icons/ic_fluent_textbox_align_top_arrow_clockwise_20_regular.svg" width="20" height="20" alt="Textbox Align Top Arrow Clockwise"> Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill="currentColor" d="M14.5 3A2.5 2.5 0 0 1 17 5.5v7a.5.5 0 0 1-1 0v-7c0-.83-.67-1.5-1.5-1.5h-9C4.67 4 4 4.67 4 5.5v9c0 .83.67 1.5 1.5 1.5h10.8l-1.15-1.15a.5.5 0 1 1 .7-.7l2 2c.2.2.2.5 0 .7l-2 2a.5.5 0 1 1-.7-.7L16.29 17H5.5A2.5 2.5 0 0 1 3 14.5v-9A2.5 2.5 0 0 1 5.5 3zm-1 6a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1zm0-3a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1z"/></svg>Details
| Name | Textbox Align Top Arrow Clockwise |
|---|---|
| Styles | Regular (outlined), Filled |
| Sizes | 20 px |
| Regular (outlined) file | ic_fluent_textbox_align_top_arrow_clockwise_20_regular.svg |
| Filled file | ic_fluent_textbox_align_top_arrow_clockwise_20_filled.svg |
| React (Regular) | TextboxAlignTopArrowClockwise20Regular |
| React (Filled) | TextboxAlignTopArrowClockwise20Filled |
| License | MIT (© Microsoft Corporation) |