Text Paragraph Direction Right icon
Used in general type creation and editing scenarios. The Text Paragraph Direction Right icon is part of Microsoft's Fluent UI System Icons, available here in filled and regular (outlined) styles on a 24 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.
Use the Text Paragraph Direction Right 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 { TextParagraphDirectionRight24Regular, TextParagraphDirectionRight24Filled } from "@fluentui/react-icons";
export function Example() {
return <TextParagraphDirectionRight24Regular aria-label="Text Paragraph Direction Right" />;
}Use it in HTML
Reference the SVG file directly:
<img src="https://fluenticons.co/icons/ic_fluent_text_paragraph_direction_right_24_regular.svg" width="24" height="24" alt="Text Paragraph Direction Right"> Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 8.5C8 5.46243 10.4624 3 13.5 3H20.0452C20.5725 3 21 3.33579 21 3.75C21 4.1297 20.6408 4.44349 20.1747 4.49315L20.0452 4.5H19.5V21.208C19.5 21.6454 19.1642 22 18.75 22C18.3358 22 18 21.6454 18 21.208V4.5H16.5V21.208C16.5 21.6454 16.1642 22 15.75 22C15.3358 22 15 21.6454 15 21.208V14H13.5C10.4624 14 8 11.5376 8 8.5ZM15 4.5H13.5C11.2909 4.5 9.5 6.29086 9.5 8.5C9.5 10.7091 11.2909 12.5 13.5 12.5H15V4.5ZM4.07978 14.8575C3.82419 15.0588 3.45294 15.0479 3.20927 14.8179C2.94123 14.5649 2.92906 14.1425 3.18209 13.8744L4.89557 12L3.18209 10.1256L3.11965 10.0489C2.93339 9.78213 2.9656 9.41212 3.20927 9.18209C3.47731 8.92906 3.89972 8.94123 4.15275 9.20927L6.29873 11.5418L6.36428 11.6231C6.53909 11.878 6.51724 12.2267 6.29873 12.4582L4.15275 14.7907L4.07978 14.8575Z" fill="currentColor"/></svg>Use it from the SVG package
Microsoft's @fluentui/svg-icons package contains the raw SVG files, which works well with bundlers that import SVGs:
npm install @fluentui/svg-icons
import icon from "@fluentui/svg-icons/icons/text_paragraph_direction_right_24_regular.svg";Details
| Name | Text Paragraph Direction Right |
|---|---|
| Styles | Regular (outlined), Filled |
| Size | 24 × 24 px (scalable SVG) |
| Regular (outlined) file | ic_fluent_text_paragraph_direction_right_24_regular.svg |
| Filled file | ic_fluent_text_paragraph_direction_right_24_filled.svg |
| React components | TextParagraphDirectionRight24Regular, TextParagraphDirectionRight24Filled |
| License | MIT (© Microsoft Corporation) |
Keywords
Related icons
Text Direction Horizontal RightText Direction Rotate 270 RightText Direction Rotate 315 RightText Direction Rotate 45 RightText Direction Rotate 90 RightText Paragraph DirectionText Paragraph Direction LeftText Align RightText Align Right Rotate 270Text Align Right Rotate 90Text Column Two RightText Direction Horizontal Left