text number list rtl icon
text-number-list-rtl-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- text-number-list-rtl-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- License
- MIT
7 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
text-abc-underline-double-32-filledtext-add-20-filledtext-add-space-after-20-filledtext-add-space-before-20-filledtext-add-t-20-filledtext-align-center-16-filledtext-align-center-rotate-270-16-filledtext-align-center-rotate-90-16-filledtext-align-distributed-20-filledtext-align-distributed-evenly-20-filledtext-align-distributed-vertical-20-filledtext-align-justify-20-filledtext-align-justify-low-20-filledtext-align-justify-low-90-20-filledtext-align-justify-low-rotate-270-20-filledtext-align-justify-low-rotate-90-20-filledtext-align-justify-rotate-270-20-filledtext-align-justify-rotate-90-20-filledtext-align-left-16-filledtext-align-left-rotate-270-16-filledtext-align-left-rotate-90-16-filledtext-align-right-16-filledtext-align-right-rotate-270-16-filledtext-align-right-rotate-90-16-filled
Use the text number list rtl icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M22.75 19c1.202 0 2.5.793 2.5 2.124c0 .561-.232 1.025-.588 1.375c.356.351.588.815.588 1.375c0 1.332-1.298 2.125-2.5 2.125a3.8 3.8 0 0 1-1.873-.471a3 3 0 0 1-.49-.34a2 2 0 0 1-.198-.19l-.002-.003l-.002-.001a.75.75 0 0 1 1.127-.992L21.31 24c.054.054.515.5 1.44.5c.73 0 1-.439 1-.626c0-.186-.27-.624-1-.625h-.25a.75.75 0 0 1 0-1.5h.25c.73 0 1-.438 1-.625c0-.186-.27-.624-1-.625c-.924 0-1.385.446-1.44.5l.002-.002v-.002a.75.75 0 0 1-1.126-.99c.066-.066.128-.132.2-.194a3 3 0 0 1 .491-.34A3.8 3.8 0 0 1 22.75 19m-6.5 2a.75.75 0 0 1 0 1.5H4.75a.75.75 0 0 1 0-1.5zm6.5-10.5c1.268 0 2.5.903 2.5 2.25c0 .749-.366 1.284-.803 1.667c-.404.355-.93.629-1.335.852c-.488.27-.838.491-1.061.73H24.5a.75.75 0 0 1 0 1.5H21a.75.75 0 0 1-.75-.75c0-1.612 1.308-2.334 2.126-2.786l.012-.006c.47-.26.819-.447 1.071-.668c.219-.191.291-.346.291-.54c0-.31-.335-.75-1-.75c-.44 0-.86.174-1.173.48l.001-.001v-.001a.75.75 0 1 1-1.156-.955c.051-.052.096-.11.183-.19a3.16 3.16 0 0 1 2.145-.833m-6.5 2.5a.75.75 0 0 1 0 1.5H4.75a.75.75 0 0 1 0-1.5zm6.922-10.98a.75.75 0 0 1 .578.73v5.5a.75.75 0 0 1-1.5 0V4.975c-.255.24-.542.474-.864.667a.75.75 0 0 1-.772-1.287c.504-.302.934-.776 1.25-1.206a5 5 0 0 0 .465-.736a.75.75 0 0 1 .843-.394M16.25 5a.75.75 0 0 1 0 1.5H4.75a.75.75 0 0 1 0-1.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentTextNumberListRtl28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M22.75 19c1.202 0 2.5.793 2.5 2.124c0 .561-.232 1.025-.588 1.375c.356.351.588.815.588 1.375c0 1.332-1.298 2.125-2.5 2.125a3.8 3.8 0 0 1-1.873-.471a3 3 0 0 1-.49-.34a2 2 0 0 1-.198-.19l-.002-.003l-.002-.001a.75.75 0 0 1 1.127-.992L21.31 24c.054.054.515.5 1.44.5c.73 0 1-.439 1-.626c0-.186-.27-.624-1-.625h-.25a.75.75 0 0 1 0-1.5h.25c.73 0 1-.438 1-.625c0-.186-.27-.624-1-.625c-.924 0-1.385.446-1.44.5l.002-.002v-.002a.75.75 0 0 1-1.126-.99c.066-.066.128-.132.2-.194a3 3 0 0 1 .491-.34A3.8 3.8 0 0 1 22.75 19m-6.5 2a.75.75 0 0 1 0 1.5H4.75a.75.75 0 0 1 0-1.5zm6.5-10.5c1.268 0 2.5.903 2.5 2.25c0 .749-.366 1.284-.803 1.667c-.404.355-.93.629-1.335.852c-.488.27-.838.491-1.061.73H24.5a.75.75 0 0 1 0 1.5H21a.75.75 0 0 1-.75-.75c0-1.612 1.308-2.334 2.126-2.786l.012-.006c.47-.26.819-.447 1.071-.668c.219-.191.291-.346.291-.54c0-.31-.335-.75-1-.75c-.44 0-.86.174-1.173.48l.001-.001v-.001a.75.75 0 1 1-1.156-.955c.051-.052.096-.11.183-.19a3.16 3.16 0 0 1 2.145-.833m-6.5 2.5a.75.75 0 0 1 0 1.5H4.75a.75.75 0 0 1 0-1.5zm6.922-10.98a.75.75 0 0 1 .578.73v5.5a.75.75 0 0 1-1.5 0V4.975c-.255.24-.542.474-.864.667a.75.75 0 0 1-.772-1.287c.504-.302.934-.776 1.25-1.206a5 5 0 0 0 .465-.736a.75.75 0 0 1 .843-.394M16.25 5a.75.75 0 0 1 0 1.5H4.75a.75.75 0 0 1 0-1.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M22.75 19c1.202 0 2.5.793 2.5 2.124c0 .561-.232 1.025-.588 1.375c.356.351.588.815.588 1.375c0 1.332-1.298 2.125-2.5 2.125a3.8 3.8 0 0 1-1.873-.471a3 3 0 0 1-.49-.34a2 2 0 0 1-.198-.19l-.002-.003l-.002-.001a.75.75 0 0 1 1.127-.992L21.31 24c.054.054.515.5 1.44.5c.73 0 1-.439 1-.626c0-.186-.27-.624-1-.625h-.25a.75.75 0 0 1 0-1.5h.25c.73 0 1-.438 1-.625c0-.186-.27-.624-1-.625c-.924 0-1.385.446-1.44.5l.002-.002v-.002a.75.75 0 0 1-1.126-.99c.066-.066.128-.132.2-.194a3 3 0 0 1 .491-.34A3.8 3.8 0 0 1 22.75 19m-6.5 2a.75.75 0 0 1 0 1.5H4.75a.75.75 0 0 1 0-1.5zm6.5-10.5c1.268 0 2.5.903 2.5 2.25c0 .749-.366 1.284-.803 1.667c-.404.355-.93.629-1.335.852c-.488.27-.838.491-1.061.73H24.5a.75.75 0 0 1 0 1.5H21a.75.75 0 0 1-.75-.75c0-1.612 1.308-2.334 2.126-2.786l.012-.006c.47-.26.819-.447 1.071-.668c.219-.191.291-.346.291-.54c0-.31-.335-.75-1-.75c-.44 0-.86.174-1.173.48l.001-.001v-.001a.75.75 0 1 1-1.156-.955c.051-.052.096-.11.183-.19a3.16 3.16 0 0 1 2.145-.833m-6.5 2.5a.75.75 0 0 1 0 1.5H4.75a.75.75 0 0 1 0-1.5zm6.922-10.98a.75.75 0 0 1 .578.73v5.5a.75.75 0 0 1-1.5 0V4.975c-.255.24-.542.474-.864.667a.75.75 0 0 1-.772-1.287c.504-.302.934-.776 1.25-1.206a5 5 0 0 0 .465-.736a.75.75 0 0 1 .843-.394M16.25 5a.75.75 0 0 1 0 1.5H4.75a.75.75 0 0 1 0-1.5z"/></svg> </template>
CSS
.icon-text-number-list-rtl-28-regular {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.75%2019c1.202%200%202.5.793%202.5%202.124c0%20.561-.232%201.025-.588%201.375c.356.351.588.815.588%201.375c0%201.332-1.298%202.125-2.5%202.125a3.8%203.8%200%200%201-1.873-.471a3%203%200%200%201-.49-.34a2%202%200%200%201-.198-.19l-.002-.003l-.002-.001a.75.75%200%200%201%201.127-.992L21.31%2024c.054.054.515.5%201.44.5c.73%200%201-.439%201-.626c0-.186-.27-.624-1-.625h-.25a.75.75%200%200%201%200-1.5h.25c.73%200%201-.438%201-.625c0-.186-.27-.624-1-.625c-.924%200-1.385.446-1.44.5l.002-.002v-.002a.75.75%200%200%201-1.126-.99c.066-.066.128-.132.2-.194a3%203%200%200%201%20.491-.34A3.8%203.8%200%200%201%2022.75%2019m-6.5%202a.75.75%200%200%201%200%201.5H4.75a.75.75%200%200%201%200-1.5zm6.5-10.5c1.268%200%202.5.903%202.5%202.25c0%20.749-.366%201.284-.803%201.667c-.404.355-.93.629-1.335.852c-.488.27-.838.491-1.061.73H24.5a.75.75%200%200%201%200%201.5H21a.75.75%200%200%201-.75-.75c0-1.612%201.308-2.334%202.126-2.786l.012-.006c.47-.26.819-.447%201.071-.668c.219-.191.291-.346.291-.54c0-.31-.335-.75-1-.75c-.44%200-.86.174-1.173.48l.001-.001v-.001a.75.75%200%201%201-1.156-.955c.051-.052.096-.11.183-.19a3.16%203.16%200%200%201%202.145-.833m-6.5%202.5a.75.75%200%200%201%200%201.5H4.75a.75.75%200%200%201%200-1.5zm6.922-10.98a.75.75%200%200%201%20.578.73v5.5a.75.75%200%200%201-1.5%200V4.975c-.255.24-.542.474-.864.667a.75.75%200%200%201-.772-1.287c.504-.302.934-.776%201.25-1.206a5%205%200%200%200%20.465-.736a.75.75%200%200%201%20.843-.394M16.25%205a.75.75%200%200%201%200%201.5H4.75a.75.75%200%200%201%200-1.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.75%2019c1.202%200%202.5.793%202.5%202.124c0%20.561-.232%201.025-.588%201.375c.356.351.588.815.588%201.375c0%201.332-1.298%202.125-2.5%202.125a3.8%203.8%200%200%201-1.873-.471a3%203%200%200%201-.49-.34a2%202%200%200%201-.198-.19l-.002-.003l-.002-.001a.75.75%200%200%201%201.127-.992L21.31%2024c.054.054.515.5%201.44.5c.73%200%201-.439%201-.626c0-.186-.27-.624-1-.625h-.25a.75.75%200%200%201%200-1.5h.25c.73%200%201-.438%201-.625c0-.186-.27-.624-1-.625c-.924%200-1.385.446-1.44.5l.002-.002v-.002a.75.75%200%200%201-1.126-.99c.066-.066.128-.132.2-.194a3%203%200%200%201%20.491-.34A3.8%203.8%200%200%201%2022.75%2019m-6.5%202a.75.75%200%200%201%200%201.5H4.75a.75.75%200%200%201%200-1.5zm6.5-10.5c1.268%200%202.5.903%202.5%202.25c0%20.749-.366%201.284-.803%201.667c-.404.355-.93.629-1.335.852c-.488.27-.838.491-1.061.73H24.5a.75.75%200%200%201%200%201.5H21a.75.75%200%200%201-.75-.75c0-1.612%201.308-2.334%202.126-2.786l.012-.006c.47-.26.819-.447%201.071-.668c.219-.191.291-.346.291-.54c0-.31-.335-.75-1-.75c-.44%200-.86.174-1.173.48l.001-.001v-.001a.75.75%200%201%201-1.156-.955c.051-.052.096-.11.183-.19a3.16%203.16%200%200%201%202.145-.833m-6.5%202.5a.75.75%200%200%201%200%201.5H4.75a.75.75%200%200%201%200-1.5zm6.922-10.98a.75.75%200%200%201%20.578.73v5.5a.75.75%200%200%201-1.5%200V4.975c-.255.24-.542.474-.864.667a.75.75%200%200%201-.772-1.287c.504-.302.934-.776%201.25-1.206a5%205%200%200%200%20.465-.736a.75.75%200%200%201%20.843-.394M16.25%205a.75.75%200%200%201%200%201.5H4.75a.75.75%200%200%201%200-1.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/text-number-list-rtl-28-regular.svg?color=%231a73e8&size=48