text number list rtl rotate 270 icon

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

Name
text-number-list-rtl-rotate-270-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the text number list rtl rotate 270 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.75 4a.75.75 0 0 0-.307 1.434l.003.002l.024.011l.108.056c.096.052.232.131.385.238c.312.217.662.524.901.906a.75.75 0 1 0 1.272-.794a4 4 0 0 0-.248-.353H7.25a.75.75 0 1 0 0-1.5zM18 11v8.5l.007.117A1 1 0 0 0 20 19.5V11l-.007-.117A1 1 0 0 0 18 11m-6.5 0v8.5l.007.117A1 1 0 0 0 13.5 19.5V11l-.007-.117A1 1 0 0 0 11.5 11M6 10a1 1 0 0 0-1 1v8.5l.007.117A1 1 0 0 0 7 19.5V11l-.007-.117A1 1 0 0 0 6 10m4.52-5.15c-.053.3.066.676.26.87a.75.75 0 0 1-1.06 1.06c-.556-.556-.812-1.43-.677-2.192c.07-.397.254-.805.605-1.115C10.006 3.157 10.473 3 11 3c.62 0 1.08.271 1.42.606c.283.278.511.63.689.906l.051.08c.127.195.237.354.34.481V3.75a.75.75 0 0 1 1.5 0v2.5a.75.75 0 0 1-.75.75c-1.313 0-1.953-.984-2.337-1.575l-.04-.06c-.205-.318-.345-.533-.504-.69c-.136-.134-.238-.175-.369-.175c-.223 0-.318.061-.36.098a.42.42 0 0 0-.12.251m10.76 2.18s.084-.093.005-.004l.005-.006l.013-.013a1.4 1.4 0 0 0 .125-.15c.071-.095.158-.227.243-.397c.17-.341.33-.83.33-1.46c0-.64-.182-1.196-.54-1.601a1.73 1.73 0 0 0-1.36-.595a1.78 1.78 0 0 0-1.1.426a1.78 1.78 0 0 0-1.102-.426a1.73 1.73 0 0 0-1.36.595C16.182 3.804 16 4.36 16 5c0 .63.158 1.119.33 1.46a2.6 2.6 0 0 0 .334.51l.033.037l.013.013l.005.006l.003.002v.001l.002.001a.75.75 0 0 0 1.072-1.048l-.02-.026a1 1 0 0 1-.101-.166A1.75 1.75 0 0 1 17.5 5c0-.36.099-.536.163-.608a.23.23 0 0 1 .187-.088a.33.33 0 0 1 .23.123c.078.089.17.263.17.573a.75.75 0 0 0 1.5 0c0-.31.09-.484.167-.573a.32.32 0 0 1 .231-.123a.23.23 0 0 1 .188.088c.063.072.163.247.163.608c0 .37-.092.631-.17.79a1 1 0 0 1-.122.192a.75.75 0 0 0 1.072 1.048m-4.562-.002v.001"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextNumberListRtlRotate27024Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.75 4a.75.75 0 0 0-.307 1.434l.003.002l.024.011l.108.056c.096.052.232.131.385.238c.312.217.662.524.901.906a.75.75 0 1 0 1.272-.794a4 4 0 0 0-.248-.353H7.25a.75.75 0 1 0 0-1.5zM18 11v8.5l.007.117A1 1 0 0 0 20 19.5V11l-.007-.117A1 1 0 0 0 18 11m-6.5 0v8.5l.007.117A1 1 0 0 0 13.5 19.5V11l-.007-.117A1 1 0 0 0 11.5 11M6 10a1 1 0 0 0-1 1v8.5l.007.117A1 1 0 0 0 7 19.5V11l-.007-.117A1 1 0 0 0 6 10m4.52-5.15c-.053.3.066.676.26.87a.75.75 0 0 1-1.06 1.06c-.556-.556-.812-1.43-.677-2.192c.07-.397.254-.805.605-1.115C10.006 3.157 10.473 3 11 3c.62 0 1.08.271 1.42.606c.283.278.511.63.689.906l.051.08c.127.195.237.354.34.481V3.75a.75.75 0 0 1 1.5 0v2.5a.75.75 0 0 1-.75.75c-1.313 0-1.953-.984-2.337-1.575l-.04-.06c-.205-.318-.345-.533-.504-.69c-.136-.134-.238-.175-.369-.175c-.223 0-.318.061-.36.098a.42.42 0 0 0-.12.251m10.76 2.18s.084-.093.005-.004l.005-.006l.013-.013a1.4 1.4 0 0 0 .125-.15c.071-.095.158-.227.243-.397c.17-.341.33-.83.33-1.46c0-.64-.182-1.196-.54-1.601a1.73 1.73 0 0 0-1.36-.595a1.78 1.78 0 0 0-1.1.426a1.78 1.78 0 0 0-1.102-.426a1.73 1.73 0 0 0-1.36.595C16.182 3.804 16 4.36 16 5c0 .63.158 1.119.33 1.46a2.6 2.6 0 0 0 .334.51l.033.037l.013.013l.005.006l.003.002v.001l.002.001a.75.75 0 0 0 1.072-1.048l-.02-.026a1 1 0 0 1-.101-.166A1.75 1.75 0 0 1 17.5 5c0-.36.099-.536.163-.608a.23.23 0 0 1 .187-.088a.33.33 0 0 1 .23.123c.078.089.17.263.17.573a.75.75 0 0 0 1.5 0c0-.31.09-.484.167-.573a.32.32 0 0 1 .231-.123a.23.23 0 0 1 .188.088c.063.072.163.247.163.608c0 .37-.092.631-.17.79a1 1 0 0 1-.122.192a.75.75 0 0 0 1.072 1.048m-4.562-.002v.001"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.75 4a.75.75 0 0 0-.307 1.434l.003.002l.024.011l.108.056c.096.052.232.131.385.238c.312.217.662.524.901.906a.75.75 0 1 0 1.272-.794a4 4 0 0 0-.248-.353H7.25a.75.75 0 1 0 0-1.5zM18 11v8.5l.007.117A1 1 0 0 0 20 19.5V11l-.007-.117A1 1 0 0 0 18 11m-6.5 0v8.5l.007.117A1 1 0 0 0 13.5 19.5V11l-.007-.117A1 1 0 0 0 11.5 11M6 10a1 1 0 0 0-1 1v8.5l.007.117A1 1 0 0 0 7 19.5V11l-.007-.117A1 1 0 0 0 6 10m4.52-5.15c-.053.3.066.676.26.87a.75.75 0 0 1-1.06 1.06c-.556-.556-.812-1.43-.677-2.192c.07-.397.254-.805.605-1.115C10.006 3.157 10.473 3 11 3c.62 0 1.08.271 1.42.606c.283.278.511.63.689.906l.051.08c.127.195.237.354.34.481V3.75a.75.75 0 0 1 1.5 0v2.5a.75.75 0 0 1-.75.75c-1.313 0-1.953-.984-2.337-1.575l-.04-.06c-.205-.318-.345-.533-.504-.69c-.136-.134-.238-.175-.369-.175c-.223 0-.318.061-.36.098a.42.42 0 0 0-.12.251m10.76 2.18s.084-.093.005-.004l.005-.006l.013-.013a1.4 1.4 0 0 0 .125-.15c.071-.095.158-.227.243-.397c.17-.341.33-.83.33-1.46c0-.64-.182-1.196-.54-1.601a1.73 1.73 0 0 0-1.36-.595a1.78 1.78 0 0 0-1.1.426a1.78 1.78 0 0 0-1.102-.426a1.73 1.73 0 0 0-1.36.595C16.182 3.804 16 4.36 16 5c0 .63.158 1.119.33 1.46a2.6 2.6 0 0 0 .334.51l.033.037l.013.013l.005.006l.003.002v.001l.002.001a.75.75 0 0 0 1.072-1.048l-.02-.026a1 1 0 0 1-.101-.166A1.75 1.75 0 0 1 17.5 5c0-.36.099-.536.163-.608a.23.23 0 0 1 .187-.088a.33.33 0 0 1 .23.123c.078.089.17.263.17.573a.75.75 0 0 0 1.5 0c0-.31.09-.484.167-.573a.32.32 0 0 1 .231-.123a.23.23 0 0 1 .188.088c.063.072.163.247.163.608c0 .37-.092.631-.17.79a1 1 0 0 1-.122.192a.75.75 0 0 0 1.072 1.048m-4.562-.002v.001"/></svg>
</template>

CSS

.icon-text-number-list-rtl-rotate-270-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.75%204a.75.75%200%200%200-.307%201.434l.003.002l.024.011l.108.056c.096.052.232.131.385.238c.312.217.662.524.901.906a.75.75%200%201%200%201.272-.794a4%204%200%200%200-.248-.353H7.25a.75.75%200%201%200%200-1.5zM18%2011v8.5l.007.117A1%201%200%200%200%2020%2019.5V11l-.007-.117A1%201%200%200%200%2018%2011m-6.5%200v8.5l.007.117A1%201%200%200%200%2013.5%2019.5V11l-.007-.117A1%201%200%200%200%2011.5%2011M6%2010a1%201%200%200%200-1%201v8.5l.007.117A1%201%200%200%200%207%2019.5V11l-.007-.117A1%201%200%200%200%206%2010m4.52-5.15c-.053.3.066.676.26.87a.75.75%200%200%201-1.06%201.06c-.556-.556-.812-1.43-.677-2.192c.07-.397.254-.805.605-1.115C10.006%203.157%2010.473%203%2011%203c.62%200%201.08.271%201.42.606c.283.278.511.63.689.906l.051.08c.127.195.237.354.34.481V3.75a.75.75%200%200%201%201.5%200v2.5a.75.75%200%200%201-.75.75c-1.313%200-1.953-.984-2.337-1.575l-.04-.06c-.205-.318-.345-.533-.504-.69c-.136-.134-.238-.175-.369-.175c-.223%200-.318.061-.36.098a.42.42%200%200%200-.12.251m10.76%202.18s.084-.093.005-.004l.005-.006l.013-.013a1.4%201.4%200%200%200%20.125-.15c.071-.095.158-.227.243-.397c.17-.341.33-.83.33-1.46c0-.64-.182-1.196-.54-1.601a1.73%201.73%200%200%200-1.36-.595a1.78%201.78%200%200%200-1.1.426a1.78%201.78%200%200%200-1.102-.426a1.73%201.73%200%200%200-1.36.595C16.182%203.804%2016%204.36%2016%205c0%20.63.158%201.119.33%201.46a2.6%202.6%200%200%200%20.334.51l.033.037l.013.013l.005.006l.003.002v.001l.002.001a.75.75%200%200%200%201.072-1.048l-.02-.026a1%201%200%200%201-.101-.166A1.75%201.75%200%200%201%2017.5%205c0-.36.099-.536.163-.608a.23.23%200%200%201%20.187-.088a.33.33%200%200%201%20.23.123c.078.089.17.263.17.573a.75.75%200%200%200%201.5%200c0-.31.09-.484.167-.573a.32.32%200%200%201%20.231-.123a.23.23%200%200%201%20.188.088c.063.072.163.247.163.608c0%20.37-.092.631-.17.79a1%201%200%200%201-.122.192a.75.75%200%200%200%201.072%201.048m-4.562-.002v.001%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.75%204a.75.75%200%200%200-.307%201.434l.003.002l.024.011l.108.056c.096.052.232.131.385.238c.312.217.662.524.901.906a.75.75%200%201%200%201.272-.794a4%204%200%200%200-.248-.353H7.25a.75.75%200%201%200%200-1.5zM18%2011v8.5l.007.117A1%201%200%200%200%2020%2019.5V11l-.007-.117A1%201%200%200%200%2018%2011m-6.5%200v8.5l.007.117A1%201%200%200%200%2013.5%2019.5V11l-.007-.117A1%201%200%200%200%2011.5%2011M6%2010a1%201%200%200%200-1%201v8.5l.007.117A1%201%200%200%200%207%2019.5V11l-.007-.117A1%201%200%200%200%206%2010m4.52-5.15c-.053.3.066.676.26.87a.75.75%200%200%201-1.06%201.06c-.556-.556-.812-1.43-.677-2.192c.07-.397.254-.805.605-1.115C10.006%203.157%2010.473%203%2011%203c.62%200%201.08.271%201.42.606c.283.278.511.63.689.906l.051.08c.127.195.237.354.34.481V3.75a.75.75%200%200%201%201.5%200v2.5a.75.75%200%200%201-.75.75c-1.313%200-1.953-.984-2.337-1.575l-.04-.06c-.205-.318-.345-.533-.504-.69c-.136-.134-.238-.175-.369-.175c-.223%200-.318.061-.36.098a.42.42%200%200%200-.12.251m10.76%202.18s.084-.093.005-.004l.005-.006l.013-.013a1.4%201.4%200%200%200%20.125-.15c.071-.095.158-.227.243-.397c.17-.341.33-.83.33-1.46c0-.64-.182-1.196-.54-1.601a1.73%201.73%200%200%200-1.36-.595a1.78%201.78%200%200%200-1.1.426a1.78%201.78%200%200%200-1.102-.426a1.73%201.73%200%200%200-1.36.595C16.182%203.804%2016%204.36%2016%205c0%20.63.158%201.119.33%201.46a2.6%202.6%200%200%200%20.334.51l.033.037l.013.013l.005.006l.003.002v.001l.002.001a.75.75%200%200%200%201.072-1.048l-.02-.026a1%201%200%200%201-.101-.166A1.75%201.75%200%200%201%2017.5%205c0-.36.099-.536.163-.608a.23.23%200%200%201%20.187-.088a.33.33%200%200%201%20.23.123c.078.089.17.263.17.573a.75.75%200%200%200%201.5%200c0-.31.09-.484.167-.573a.32.32%200%200%201%20.231-.123a.23.23%200%200%201%20.188.088c.063.072.163.247.163.608c0%20.37-.092.631-.17.79a1%201%200%200%201-.122.192a.75.75%200%200%200%201.072%201.048m-4.562-.002v.001%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-270-24-filled.svg?color=%231a73e8&size=48