text number list rtl rotate 90 icon

text-number-list-rtl-rotate-90-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.

Name
text-number-list-rtl-rotate-90-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
License
MIT

1 other variant in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the text number list rtl rotate 90 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M6.936 20.256a.75.75 0 0 1 1.058-.07c.067.066.133.128.194.2c.098.115.22.278.34.491A3.77 3.77 0 0 1 9 22.75c0 1.202-.793 2.5-2.125 2.5c-.56 0-1.024-.232-1.375-.588c-.35.356-.814.588-1.375.588C2.793 25.25 2 23.952 2 22.75c0-.818.23-1.444.472-1.873c.12-.213.242-.376.34-.49q.087-.106.189-.198l.003-.002l.002-.002a.75.75 0 0 1 .991 1.127L4 21.31c-.053.054-.499.515-.499 1.44c0 .73.438 1 .625 1s.625-.27.625-1v-.25a.75.75 0 0 1 1.5 0v.25c0 .73.438 1 .625 1s.625-.27.625-1c0-.924-.445-1.385-.499-1.44v.002h.003a.75.75 0 0 1-.068-1.056m4.314-.006c1.613 0 2.335 1.308 2.786 2.126l.007.012c.26.47.446.819.667 1.071c.192.219.347.291.54.291c.31 0 .75-.335.75-1c0-.44-.173-.86-.48-1.173l.002.001a.75.75 0 1 1 .955-1.156c.052.051.11.096.19.183a3.16 3.16 0 0 1 .833 2.145c0 1.268-.903 2.5-2.25 2.5c-.75 0-1.285-.366-1.668-.803c-.354-.404-.629-.93-.852-1.335c-.27-.488-.49-.838-.73-1.061V24.5a.75.75 0 0 1-1.5 0V21a.75.75 0 0 1 .75-.75m11.364.106a.75.75 0 0 1 1.03.258c.302.504.775.935 1.206 1.25a5 5 0 0 0 .736.465a.75.75 0 0 1-.336 1.421h-5.5a.75.75 0 0 1 0-1.5h3.273a5 5 0 0 1-.667-.864a.75.75 0 0 1 .258-1.03M6.25 4a.75.75 0 0 1 .75.75v11.5a.75.75 0 0 1-1.5 0V4.75A.75.75 0 0 1 6.25 4m8 0a.75.75 0 0 1 .75.75v11.5a.75.75 0 0 1-1.5 0V4.75a.75.75 0 0 1 .75-.75m8 0a.75.75 0 0 1 .75.75v11.5a.75.75 0 0 1-1.5 0V4.75a.75.75 0 0 1 .75-.75"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextNumberListRtlRotate9028Regular(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="M6.936 20.256a.75.75 0 0 1 1.058-.07c.067.066.133.128.194.2c.098.115.22.278.34.491A3.77 3.77 0 0 1 9 22.75c0 1.202-.793 2.5-2.125 2.5c-.56 0-1.024-.232-1.375-.588c-.35.356-.814.588-1.375.588C2.793 25.25 2 23.952 2 22.75c0-.818.23-1.444.472-1.873c.12-.213.242-.376.34-.49q.087-.106.189-.198l.003-.002l.002-.002a.75.75 0 0 1 .991 1.127L4 21.31c-.053.054-.499.515-.499 1.44c0 .73.438 1 .625 1s.625-.27.625-1v-.25a.75.75 0 0 1 1.5 0v.25c0 .73.438 1 .625 1s.625-.27.625-1c0-.924-.445-1.385-.499-1.44v.002h.003a.75.75 0 0 1-.068-1.056m4.314-.006c1.613 0 2.335 1.308 2.786 2.126l.007.012c.26.47.446.819.667 1.071c.192.219.347.291.54.291c.31 0 .75-.335.75-1c0-.44-.173-.86-.48-1.173l.002.001a.75.75 0 1 1 .955-1.156c.052.051.11.096.19.183a3.16 3.16 0 0 1 .833 2.145c0 1.268-.903 2.5-2.25 2.5c-.75 0-1.285-.366-1.668-.803c-.354-.404-.629-.93-.852-1.335c-.27-.488-.49-.838-.73-1.061V24.5a.75.75 0 0 1-1.5 0V21a.75.75 0 0 1 .75-.75m11.364.106a.75.75 0 0 1 1.03.258c.302.504.775.935 1.206 1.25a5 5 0 0 0 .736.465a.75.75 0 0 1-.336 1.421h-5.5a.75.75 0 0 1 0-1.5h3.273a5 5 0 0 1-.667-.864a.75.75 0 0 1 .258-1.03M6.25 4a.75.75 0 0 1 .75.75v11.5a.75.75 0 0 1-1.5 0V4.75A.75.75 0 0 1 6.25 4m8 0a.75.75 0 0 1 .75.75v11.5a.75.75 0 0 1-1.5 0V4.75a.75.75 0 0 1 .75-.75m8 0a.75.75 0 0 1 .75.75v11.5a.75.75 0 0 1-1.5 0V4.75a.75.75 0 0 1 .75-.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M6.936 20.256a.75.75 0 0 1 1.058-.07c.067.066.133.128.194.2c.098.115.22.278.34.491A3.77 3.77 0 0 1 9 22.75c0 1.202-.793 2.5-2.125 2.5c-.56 0-1.024-.232-1.375-.588c-.35.356-.814.588-1.375.588C2.793 25.25 2 23.952 2 22.75c0-.818.23-1.444.472-1.873c.12-.213.242-.376.34-.49q.087-.106.189-.198l.003-.002l.002-.002a.75.75 0 0 1 .991 1.127L4 21.31c-.053.054-.499.515-.499 1.44c0 .73.438 1 .625 1s.625-.27.625-1v-.25a.75.75 0 0 1 1.5 0v.25c0 .73.438 1 .625 1s.625-.27.625-1c0-.924-.445-1.385-.499-1.44v.002h.003a.75.75 0 0 1-.068-1.056m4.314-.006c1.613 0 2.335 1.308 2.786 2.126l.007.012c.26.47.446.819.667 1.071c.192.219.347.291.54.291c.31 0 .75-.335.75-1c0-.44-.173-.86-.48-1.173l.002.001a.75.75 0 1 1 .955-1.156c.052.051.11.096.19.183a3.16 3.16 0 0 1 .833 2.145c0 1.268-.903 2.5-2.25 2.5c-.75 0-1.285-.366-1.668-.803c-.354-.404-.629-.93-.852-1.335c-.27-.488-.49-.838-.73-1.061V24.5a.75.75 0 0 1-1.5 0V21a.75.75 0 0 1 .75-.75m11.364.106a.75.75 0 0 1 1.03.258c.302.504.775.935 1.206 1.25a5 5 0 0 0 .736.465a.75.75 0 0 1-.336 1.421h-5.5a.75.75 0 0 1 0-1.5h3.273a5 5 0 0 1-.667-.864a.75.75 0 0 1 .258-1.03M6.25 4a.75.75 0 0 1 .75.75v11.5a.75.75 0 0 1-1.5 0V4.75A.75.75 0 0 1 6.25 4m8 0a.75.75 0 0 1 .75.75v11.5a.75.75 0 0 1-1.5 0V4.75a.75.75 0 0 1 .75-.75m8 0a.75.75 0 0 1 .75.75v11.5a.75.75 0 0 1-1.5 0V4.75a.75.75 0 0 1 .75-.75"/></svg>
</template>

CSS

.icon-text-number-list-rtl-rotate-90-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%22M6.936%2020.256a.75.75%200%200%201%201.058-.07c.067.066.133.128.194.2c.098.115.22.278.34.491A3.77%203.77%200%200%201%209%2022.75c0%201.202-.793%202.5-2.125%202.5c-.56%200-1.024-.232-1.375-.588c-.35.356-.814.588-1.375.588C2.793%2025.25%202%2023.952%202%2022.75c0-.818.23-1.444.472-1.873c.12-.213.242-.376.34-.49q.087-.106.189-.198l.003-.002l.002-.002a.75.75%200%200%201%20.991%201.127L4%2021.31c-.053.054-.499.515-.499%201.44c0%20.73.438%201%20.625%201s.625-.27.625-1v-.25a.75.75%200%200%201%201.5%200v.25c0%20.73.438%201%20.625%201s.625-.27.625-1c0-.924-.445-1.385-.499-1.44v.002h.003a.75.75%200%200%201-.068-1.056m4.314-.006c1.613%200%202.335%201.308%202.786%202.126l.007.012c.26.47.446.819.667%201.071c.192.219.347.291.54.291c.31%200%20.75-.335.75-1c0-.44-.173-.86-.48-1.173l.002.001a.75.75%200%201%201%20.955-1.156c.052.051.11.096.19.183a3.16%203.16%200%200%201%20.833%202.145c0%201.268-.903%202.5-2.25%202.5c-.75%200-1.285-.366-1.668-.803c-.354-.404-.629-.93-.852-1.335c-.27-.488-.49-.838-.73-1.061V24.5a.75.75%200%200%201-1.5%200V21a.75.75%200%200%201%20.75-.75m11.364.106a.75.75%200%200%201%201.03.258c.302.504.775.935%201.206%201.25a5%205%200%200%200%20.736.465a.75.75%200%200%201-.336%201.421h-5.5a.75.75%200%200%201%200-1.5h3.273a5%205%200%200%201-.667-.864a.75.75%200%200%201%20.258-1.03M6.25%204a.75.75%200%200%201%20.75.75v11.5a.75.75%200%200%201-1.5%200V4.75A.75.75%200%200%201%206.25%204m8%200a.75.75%200%200%201%20.75.75v11.5a.75.75%200%200%201-1.5%200V4.75a.75.75%200%200%201%20.75-.75m8%200a.75.75%200%200%201%20.75.75v11.5a.75.75%200%200%201-1.5%200V4.75a.75.75%200%200%201%20.75-.75%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%22M6.936%2020.256a.75.75%200%200%201%201.058-.07c.067.066.133.128.194.2c.098.115.22.278.34.491A3.77%203.77%200%200%201%209%2022.75c0%201.202-.793%202.5-2.125%202.5c-.56%200-1.024-.232-1.375-.588c-.35.356-.814.588-1.375.588C2.793%2025.25%202%2023.952%202%2022.75c0-.818.23-1.444.472-1.873c.12-.213.242-.376.34-.49q.087-.106.189-.198l.003-.002l.002-.002a.75.75%200%200%201%20.991%201.127L4%2021.31c-.053.054-.499.515-.499%201.44c0%20.73.438%201%20.625%201s.625-.27.625-1v-.25a.75.75%200%200%201%201.5%200v.25c0%20.73.438%201%20.625%201s.625-.27.625-1c0-.924-.445-1.385-.499-1.44v.002h.003a.75.75%200%200%201-.068-1.056m4.314-.006c1.613%200%202.335%201.308%202.786%202.126l.007.012c.26.47.446.819.667%201.071c.192.219.347.291.54.291c.31%200%20.75-.335.75-1c0-.44-.173-.86-.48-1.173l.002.001a.75.75%200%201%201%20.955-1.156c.052.051.11.096.19.183a3.16%203.16%200%200%201%20.833%202.145c0%201.268-.903%202.5-2.25%202.5c-.75%200-1.285-.366-1.668-.803c-.354-.404-.629-.93-.852-1.335c-.27-.488-.49-.838-.73-1.061V24.5a.75.75%200%200%201-1.5%200V21a.75.75%200%200%201%20.75-.75m11.364.106a.75.75%200%200%201%201.03.258c.302.504.775.935%201.206%201.25a5%205%200%200%200%20.736.465a.75.75%200%200%201-.336%201.421h-5.5a.75.75%200%200%201%200-1.5h3.273a5%205%200%200%201-.667-.864a.75.75%200%200%201%20.258-1.03M6.25%204a.75.75%200%200%201%20.75.75v11.5a.75.75%200%200%201-1.5%200V4.75A.75.75%200%200%201%206.25%204m8%200a.75.75%200%200%201%20.75.75v11.5a.75.75%200%200%201-1.5%200V4.75a.75.75%200%200%201%20.75-.75m8%200a.75.75%200%200%201%20.75.75v11.5a.75.75%200%200%201-1.5%200V4.75a.75.75%200%200%201%20.75-.75%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-rotate-90-28-regular.svg?color=%231a73e8&size=48