text number list ltr rotate 90 icon

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

Name
text-number-list-ltr-rotate-90-28-filled
Set
Fluent UI System Icons
Style
28 Filled
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 ltr 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 11a1 1 0 0 1 1 1v11a1 1 0 0 1-2 0V12a1 1 0 0 1 1-1m8 0a1 1 0 0 1 1 1v11a1 1 0 0 1-2 0V12a1 1 0 0 1 1-1m8 0a1 1 0 0 1 1 1v11a1 1 0 0 1-2 0V12a1 1 0 0 1 1-1M6.936 3.006a.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 5.5C9 6.702 8.207 8 6.875 8c-.56 0-1.024-.232-1.375-.588c-.35.356-.814.588-1.375.588C2.793 8 2 6.702 2 5.5c0-.818.23-1.444.472-1.873c.12-.213.242-.376.34-.49q.087-.106.189-.198l.003-.001l.002-.002a.75.75 0 0 1 .991 1.126L4 4.06c-.053.053-.499.514-.499 1.439c0 .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.056M11.25 3c1.613 0 2.335 1.309 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.182A3.16 3.16 0 0 1 17.5 5.5c0 1.268-.903 2.5-2.25 2.5c-.75 0-1.285-.365-1.668-.803c-.354-.404-.629-.93-.852-1.335c-.27-.488-.49-.838-.73-1.061V7.25a.75.75 0 0 1-1.5 0v-3.5a.75.75 0 0 1 .75-.75m11.364.106a.75.75 0 0 1 1.03.258c.302.504.775.935 1.206 1.25c.232.17.477.336.736.465A.75.75 0 0 1 25.25 6.5h-5.5a.75.75 0 0 1 0-1.5h3.273a5 5 0 0 1-.667-.864a.75.75 0 0 1 .258-1.03"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextNumberListLtrRotate9028Filled(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 11a1 1 0 0 1 1 1v11a1 1 0 0 1-2 0V12a1 1 0 0 1 1-1m8 0a1 1 0 0 1 1 1v11a1 1 0 0 1-2 0V12a1 1 0 0 1 1-1m8 0a1 1 0 0 1 1 1v11a1 1 0 0 1-2 0V12a1 1 0 0 1 1-1M6.936 3.006a.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 5.5C9 6.702 8.207 8 6.875 8c-.56 0-1.024-.232-1.375-.588c-.35.356-.814.588-1.375.588C2.793 8 2 6.702 2 5.5c0-.818.23-1.444.472-1.873c.12-.213.242-.376.34-.49q.087-.106.189-.198l.003-.001l.002-.002a.75.75 0 0 1 .991 1.126L4 4.06c-.053.053-.499.514-.499 1.439c0 .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.056M11.25 3c1.613 0 2.335 1.309 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.182A3.16 3.16 0 0 1 17.5 5.5c0 1.268-.903 2.5-2.25 2.5c-.75 0-1.285-.365-1.668-.803c-.354-.404-.629-.93-.852-1.335c-.27-.488-.49-.838-.73-1.061V7.25a.75.75 0 0 1-1.5 0v-3.5a.75.75 0 0 1 .75-.75m11.364.106a.75.75 0 0 1 1.03.258c.302.504.775.935 1.206 1.25c.232.17.477.336.736.465A.75.75 0 0 1 25.25 6.5h-5.5a.75.75 0 0 1 0-1.5h3.273a5 5 0 0 1-.667-.864a.75.75 0 0 1 .258-1.03"/></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 11a1 1 0 0 1 1 1v11a1 1 0 0 1-2 0V12a1 1 0 0 1 1-1m8 0a1 1 0 0 1 1 1v11a1 1 0 0 1-2 0V12a1 1 0 0 1 1-1m8 0a1 1 0 0 1 1 1v11a1 1 0 0 1-2 0V12a1 1 0 0 1 1-1M6.936 3.006a.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 5.5C9 6.702 8.207 8 6.875 8c-.56 0-1.024-.232-1.375-.588c-.35.356-.814.588-1.375.588C2.793 8 2 6.702 2 5.5c0-.818.23-1.444.472-1.873c.12-.213.242-.376.34-.49q.087-.106.189-.198l.003-.001l.002-.002a.75.75 0 0 1 .991 1.126L4 4.06c-.053.053-.499.514-.499 1.439c0 .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.056M11.25 3c1.613 0 2.335 1.309 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.182A3.16 3.16 0 0 1 17.5 5.5c0 1.268-.903 2.5-2.25 2.5c-.75 0-1.285-.365-1.668-.803c-.354-.404-.629-.93-.852-1.335c-.27-.488-.49-.838-.73-1.061V7.25a.75.75 0 0 1-1.5 0v-3.5a.75.75 0 0 1 .75-.75m11.364.106a.75.75 0 0 1 1.03.258c.302.504.775.935 1.206 1.25c.232.17.477.336.736.465A.75.75 0 0 1 25.25 6.5h-5.5a.75.75 0 0 1 0-1.5h3.273a5 5 0 0 1-.667-.864a.75.75 0 0 1 .258-1.03"/></svg>
</template>

CSS

.icon-text-number-list-ltr-rotate-90-28-filled {
  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%2011a1%201%200%200%201%201%201v11a1%201%200%200%201-2%200V12a1%201%200%200%201%201-1m8%200a1%201%200%200%201%201%201v11a1%201%200%200%201-2%200V12a1%201%200%200%201%201-1m8%200a1%201%200%200%201%201%201v11a1%201%200%200%201-2%200V12a1%201%200%200%201%201-1M6.936%203.006a.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%205.5C9%206.702%208.207%208%206.875%208c-.56%200-1.024-.232-1.375-.588c-.35.356-.814.588-1.375.588C2.793%208%202%206.702%202%205.5c0-.818.23-1.444.472-1.873c.12-.213.242-.376.34-.49q.087-.106.189-.198l.003-.001l.002-.002a.75.75%200%200%201%20.991%201.126L4%204.06c-.053.053-.499.514-.499%201.439c0%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.056M11.25%203c1.613%200%202.335%201.309%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.182A3.16%203.16%200%200%201%2017.5%205.5c0%201.268-.903%202.5-2.25%202.5c-.75%200-1.285-.365-1.668-.803c-.354-.404-.629-.93-.852-1.335c-.27-.488-.49-.838-.73-1.061V7.25a.75.75%200%200%201-1.5%200v-3.5a.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.25c.232.17.477.336.736.465A.75.75%200%200%201%2025.25%206.5h-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.03%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%2011a1%201%200%200%201%201%201v11a1%201%200%200%201-2%200V12a1%201%200%200%201%201-1m8%200a1%201%200%200%201%201%201v11a1%201%200%200%201-2%200V12a1%201%200%200%201%201-1m8%200a1%201%200%200%201%201%201v11a1%201%200%200%201-2%200V12a1%201%200%200%201%201-1M6.936%203.006a.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%205.5C9%206.702%208.207%208%206.875%208c-.56%200-1.024-.232-1.375-.588c-.35.356-.814.588-1.375.588C2.793%208%202%206.702%202%205.5c0-.818.23-1.444.472-1.873c.12-.213.242-.376.34-.49q.087-.106.189-.198l.003-.001l.002-.002a.75.75%200%200%201%20.991%201.126L4%204.06c-.053.053-.499.514-.499%201.439c0%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.056M11.25%203c1.613%200%202.335%201.309%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.182A3.16%203.16%200%200%201%2017.5%205.5c0%201.268-.903%202.5-2.25%202.5c-.75%200-1.285-.365-1.668-.803c-.354-.404-.629-.93-.852-1.335c-.27-.488-.49-.838-.73-1.061V7.25a.75.75%200%200%201-1.5%200v-3.5a.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.25c.232.17.477.336.736.465A.75.75%200%200%201%2025.25%206.5h-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.03%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-ltr-rotate-90-28-filled.svg?color=%231a73e8&size=48