text number list rtl 90 icon

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

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

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the text number list rtl 90 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4.5 2a.5.5 0 0 1 .5.5v7.996a.5.5 0 0 1-1 0V2.5a.5.5 0 0 1 .5-.5m5 0a.5.5 0 0 1 .5.5v7.996a.5.5 0 0 1-1 0V2.5a.5.5 0 0 1 .5-.5m5 0a.5.5 0 0 1 .5.5v7.996a.5.5 0 0 1-1 0V2.5a.5.5 0 0 1 .5-.5m-11 12.744a.5.5 0 0 1 .5.5c0 .343.097.532.183.627a.37.37 0 0 0 .298.13c.194-.008.519-.186.519-.757c0-.412-.102-.626-.166-.722a.4.4 0 0 0-.076-.089l-.005-.004l.023.012h-.002l-.003-.002l-.004-.002l-.008-.004l-.008-.005l.002.001a.5.5 0 0 1 .47-.881h.002l.002.001l.003.002l.006.003l.016.009a1 1 0 0 1 .146.102c.081.068.177.166.268.302c.186.279.334.69.334 1.277C6 16.273 5.325 16.97 4.519 17a1.37 1.37 0 0 1-1.019-.396c-.283.278-.651.41-1.019.396C1.675 16.97 1 16.273 1 15.244c0-.587.148-.998.334-1.277a1.4 1.4 0 0 1 .374-.38l.04-.024l.016-.009l.006-.003l.004-.002h.001l.001-.001a.5.5 0 0 1 .471.881l-.005.004a.4.4 0 0 0-.076.089c-.064.096-.166.31-.166.722c0 .57.325.75.519.756a.37.37 0 0 0 .298-.129c.086-.095.183-.284.183-.627a.5.5 0 0 1 .5-.5m7.146-1.103a.5.5 0 0 1 .707 0l.002.001l.001.002l.004.003l.008.01a1 1 0 0 1 .103.12A2.5 2.5 0 0 1 12 15.312v.008c-.006.374-.103.78-.345 1.106c-.255.345-.65.567-1.155.567c-.548 0-.931-.242-1.205-.57c-.209-.25-.367-.573-.495-.834q-.03-.064-.06-.122c-.155-.31-.293-.546-.475-.712A1 1 0 0 0 8 14.584v1.91a.5.5 0 1 1-1-.001v-2.498a.5.5 0 0 1 .5-.5c.62 0 1.084.199 1.438.52c.333.303.54.692.697 1.005l.071.145c.134.27.232.467.358.618a.51.51 0 0 0 .436.21c.18 0 .28-.066.351-.162c.084-.113.144-.297.149-.524a1.5 1.5 0 0 0-.351-.956l-.006-.007a.5.5 0 0 1 .003-.703m7.34 1.968a.5.5 0 0 1-.486.385h-4a.5.5 0 1 1 0-1h2.582a3.6 3.6 0 0 1-.53-.776a.5.5 0 1 1 .895-.447c.207.414.524.735.803.958a3.5 3.5 0 0 0 .47.317c.205.107.32.334.267.563"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextNumberListRtl9020Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4.5 2a.5.5 0 0 1 .5.5v7.996a.5.5 0 0 1-1 0V2.5a.5.5 0 0 1 .5-.5m5 0a.5.5 0 0 1 .5.5v7.996a.5.5 0 0 1-1 0V2.5a.5.5 0 0 1 .5-.5m5 0a.5.5 0 0 1 .5.5v7.996a.5.5 0 0 1-1 0V2.5a.5.5 0 0 1 .5-.5m-11 12.744a.5.5 0 0 1 .5.5c0 .343.097.532.183.627a.37.37 0 0 0 .298.13c.194-.008.519-.186.519-.757c0-.412-.102-.626-.166-.722a.4.4 0 0 0-.076-.089l-.005-.004l.023.012h-.002l-.003-.002l-.004-.002l-.008-.004l-.008-.005l.002.001a.5.5 0 0 1 .47-.881h.002l.002.001l.003.002l.006.003l.016.009a1 1 0 0 1 .146.102c.081.068.177.166.268.302c.186.279.334.69.334 1.277C6 16.273 5.325 16.97 4.519 17a1.37 1.37 0 0 1-1.019-.396c-.283.278-.651.41-1.019.396C1.675 16.97 1 16.273 1 15.244c0-.587.148-.998.334-1.277a1.4 1.4 0 0 1 .374-.38l.04-.024l.016-.009l.006-.003l.004-.002h.001l.001-.001a.5.5 0 0 1 .471.881l-.005.004a.4.4 0 0 0-.076.089c-.064.096-.166.31-.166.722c0 .57.325.75.519.756a.37.37 0 0 0 .298-.129c.086-.095.183-.284.183-.627a.5.5 0 0 1 .5-.5m7.146-1.103a.5.5 0 0 1 .707 0l.002.001l.001.002l.004.003l.008.01a1 1 0 0 1 .103.12A2.5 2.5 0 0 1 12 15.312v.008c-.006.374-.103.78-.345 1.106c-.255.345-.65.567-1.155.567c-.548 0-.931-.242-1.205-.57c-.209-.25-.367-.573-.495-.834q-.03-.064-.06-.122c-.155-.31-.293-.546-.475-.712A1 1 0 0 0 8 14.584v1.91a.5.5 0 1 1-1-.001v-2.498a.5.5 0 0 1 .5-.5c.62 0 1.084.199 1.438.52c.333.303.54.692.697 1.005l.071.145c.134.27.232.467.358.618a.51.51 0 0 0 .436.21c.18 0 .28-.066.351-.162c.084-.113.144-.297.149-.524a1.5 1.5 0 0 0-.351-.956l-.006-.007a.5.5 0 0 1 .003-.703m7.34 1.968a.5.5 0 0 1-.486.385h-4a.5.5 0 1 1 0-1h2.582a3.6 3.6 0 0 1-.53-.776a.5.5 0 1 1 .895-.447c.207.414.524.735.803.958a3.5 3.5 0 0 0 .47.317c.205.107.32.334.267.563"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4.5 2a.5.5 0 0 1 .5.5v7.996a.5.5 0 0 1-1 0V2.5a.5.5 0 0 1 .5-.5m5 0a.5.5 0 0 1 .5.5v7.996a.5.5 0 0 1-1 0V2.5a.5.5 0 0 1 .5-.5m5 0a.5.5 0 0 1 .5.5v7.996a.5.5 0 0 1-1 0V2.5a.5.5 0 0 1 .5-.5m-11 12.744a.5.5 0 0 1 .5.5c0 .343.097.532.183.627a.37.37 0 0 0 .298.13c.194-.008.519-.186.519-.757c0-.412-.102-.626-.166-.722a.4.4 0 0 0-.076-.089l-.005-.004l.023.012h-.002l-.003-.002l-.004-.002l-.008-.004l-.008-.005l.002.001a.5.5 0 0 1 .47-.881h.002l.002.001l.003.002l.006.003l.016.009a1 1 0 0 1 .146.102c.081.068.177.166.268.302c.186.279.334.69.334 1.277C6 16.273 5.325 16.97 4.519 17a1.37 1.37 0 0 1-1.019-.396c-.283.278-.651.41-1.019.396C1.675 16.97 1 16.273 1 15.244c0-.587.148-.998.334-1.277a1.4 1.4 0 0 1 .374-.38l.04-.024l.016-.009l.006-.003l.004-.002h.001l.001-.001a.5.5 0 0 1 .471.881l-.005.004a.4.4 0 0 0-.076.089c-.064.096-.166.31-.166.722c0 .57.325.75.519.756a.37.37 0 0 0 .298-.129c.086-.095.183-.284.183-.627a.5.5 0 0 1 .5-.5m7.146-1.103a.5.5 0 0 1 .707 0l.002.001l.001.002l.004.003l.008.01a1 1 0 0 1 .103.12A2.5 2.5 0 0 1 12 15.312v.008c-.006.374-.103.78-.345 1.106c-.255.345-.65.567-1.155.567c-.548 0-.931-.242-1.205-.57c-.209-.25-.367-.573-.495-.834q-.03-.064-.06-.122c-.155-.31-.293-.546-.475-.712A1 1 0 0 0 8 14.584v1.91a.5.5 0 1 1-1-.001v-2.498a.5.5 0 0 1 .5-.5c.62 0 1.084.199 1.438.52c.333.303.54.692.697 1.005l.071.145c.134.27.232.467.358.618a.51.51 0 0 0 .436.21c.18 0 .28-.066.351-.162c.084-.113.144-.297.149-.524a1.5 1.5 0 0 0-.351-.956l-.006-.007a.5.5 0 0 1 .003-.703m7.34 1.968a.5.5 0 0 1-.486.385h-4a.5.5 0 1 1 0-1h2.582a3.6 3.6 0 0 1-.53-.776a.5.5 0 1 1 .895-.447c.207.414.524.735.803.958a3.5 3.5 0 0 0 .47.317c.205.107.32.334.267.563"/></svg>
</template>

CSS

.icon-text-number-list-rtl-90-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.5%202a.5.5%200%200%201%20.5.5v7.996a.5.5%200%200%201-1%200V2.5a.5.5%200%200%201%20.5-.5m5%200a.5.5%200%200%201%20.5.5v7.996a.5.5%200%200%201-1%200V2.5a.5.5%200%200%201%20.5-.5m5%200a.5.5%200%200%201%20.5.5v7.996a.5.5%200%200%201-1%200V2.5a.5.5%200%200%201%20.5-.5m-11%2012.744a.5.5%200%200%201%20.5.5c0%20.343.097.532.183.627a.37.37%200%200%200%20.298.13c.194-.008.519-.186.519-.757c0-.412-.102-.626-.166-.722a.4.4%200%200%200-.076-.089l-.005-.004l.023.012h-.002l-.003-.002l-.004-.002l-.008-.004l-.008-.005l.002.001a.5.5%200%200%201%20.47-.881h.002l.002.001l.003.002l.006.003l.016.009a1%201%200%200%201%20.146.102c.081.068.177.166.268.302c.186.279.334.69.334%201.277C6%2016.273%205.325%2016.97%204.519%2017a1.37%201.37%200%200%201-1.019-.396c-.283.278-.651.41-1.019.396C1.675%2016.97%201%2016.273%201%2015.244c0-.587.148-.998.334-1.277a1.4%201.4%200%200%201%20.374-.38l.04-.024l.016-.009l.006-.003l.004-.002h.001l.001-.001a.5.5%200%200%201%20.471.881l-.005.004a.4.4%200%200%200-.076.089c-.064.096-.166.31-.166.722c0%20.57.325.75.519.756a.37.37%200%200%200%20.298-.129c.086-.095.183-.284.183-.627a.5.5%200%200%201%20.5-.5m7.146-1.103a.5.5%200%200%201%20.707%200l.002.001l.001.002l.004.003l.008.01a1%201%200%200%201%20.103.12A2.5%202.5%200%200%201%2012%2015.312v.008c-.006.374-.103.78-.345%201.106c-.255.345-.65.567-1.155.567c-.548%200-.931-.242-1.205-.57c-.209-.25-.367-.573-.495-.834q-.03-.064-.06-.122c-.155-.31-.293-.546-.475-.712A1%201%200%200%200%208%2014.584v1.91a.5.5%200%201%201-1-.001v-2.498a.5.5%200%200%201%20.5-.5c.62%200%201.084.199%201.438.52c.333.303.54.692.697%201.005l.071.145c.134.27.232.467.358.618a.51.51%200%200%200%20.436.21c.18%200%20.28-.066.351-.162c.084-.113.144-.297.149-.524a1.5%201.5%200%200%200-.351-.956l-.006-.007a.5.5%200%200%201%20.003-.703m7.34%201.968a.5.5%200%200%201-.486.385h-4a.5.5%200%201%201%200-1h2.582a3.6%203.6%200%200%201-.53-.776a.5.5%200%201%201%20.895-.447c.207.414.524.735.803.958a3.5%203.5%200%200%200%20.47.317c.205.107.32.334.267.563%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.5%202a.5.5%200%200%201%20.5.5v7.996a.5.5%200%200%201-1%200V2.5a.5.5%200%200%201%20.5-.5m5%200a.5.5%200%200%201%20.5.5v7.996a.5.5%200%200%201-1%200V2.5a.5.5%200%200%201%20.5-.5m5%200a.5.5%200%200%201%20.5.5v7.996a.5.5%200%200%201-1%200V2.5a.5.5%200%200%201%20.5-.5m-11%2012.744a.5.5%200%200%201%20.5.5c0%20.343.097.532.183.627a.37.37%200%200%200%20.298.13c.194-.008.519-.186.519-.757c0-.412-.102-.626-.166-.722a.4.4%200%200%200-.076-.089l-.005-.004l.023.012h-.002l-.003-.002l-.004-.002l-.008-.004l-.008-.005l.002.001a.5.5%200%200%201%20.47-.881h.002l.002.001l.003.002l.006.003l.016.009a1%201%200%200%201%20.146.102c.081.068.177.166.268.302c.186.279.334.69.334%201.277C6%2016.273%205.325%2016.97%204.519%2017a1.37%201.37%200%200%201-1.019-.396c-.283.278-.651.41-1.019.396C1.675%2016.97%201%2016.273%201%2015.244c0-.587.148-.998.334-1.277a1.4%201.4%200%200%201%20.374-.38l.04-.024l.016-.009l.006-.003l.004-.002h.001l.001-.001a.5.5%200%200%201%20.471.881l-.005.004a.4.4%200%200%200-.076.089c-.064.096-.166.31-.166.722c0%20.57.325.75.519.756a.37.37%200%200%200%20.298-.129c.086-.095.183-.284.183-.627a.5.5%200%200%201%20.5-.5m7.146-1.103a.5.5%200%200%201%20.707%200l.002.001l.001.002l.004.003l.008.01a1%201%200%200%201%20.103.12A2.5%202.5%200%200%201%2012%2015.312v.008c-.006.374-.103.78-.345%201.106c-.255.345-.65.567-1.155.567c-.548%200-.931-.242-1.205-.57c-.209-.25-.367-.573-.495-.834q-.03-.064-.06-.122c-.155-.31-.293-.546-.475-.712A1%201%200%200%200%208%2014.584v1.91a.5.5%200%201%201-1-.001v-2.498a.5.5%200%200%201%20.5-.5c.62%200%201.084.199%201.438.52c.333.303.54.692.697%201.005l.071.145c.134.27.232.467.358.618a.51.51%200%200%200%20.436.21c.18%200%20.28-.066.351-.162c.084-.113.144-.297.149-.524a1.5%201.5%200%200%200-.351-.956l-.006-.007a.5.5%200%200%201%20.003-.703m7.34%201.968a.5.5%200%200%201-.486.385h-4a.5.5%200%201%201%200-1h2.582a3.6%203.6%200%200%201-.53-.776a.5.5%200%201%201%20.895-.447c.207.414.524.735.803.958a3.5%203.5%200%200%200%20.47.317c.205.107.32.334.267.563%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-90-20-regular.svg?color=%231a73e8&size=48