list number rtl icon

list-number-rtl from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
list-number-rtl
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

Related icons in Framework7 Icons

Use the list number rtl icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M48.168 19.012c.914 0 1.523-.516 1.523-1.57v-7.57c0-.985-.703-1.618-1.71-1.618c-.844 0-1.36.281-1.946.68l-1.64 1.148c-.493.328-.727.633-.727 1.125c0 .61.469 1.031 1.008 1.031c.281 0 .445-.047.843-.328l1.079-.726h.023v6.257c0 1.055.633 1.57 1.547 1.57M6.285 16.176h31.336a1.85 1.85 0 0 0 1.875-1.875c0-1.078-.82-1.899-1.875-1.899H6.285c-1.078 0-1.898.82-1.898 1.899c0 1.054.82 1.875 1.898 1.875m38.11 16.969h6.023c.656 0 1.148-.446 1.148-1.102c0-.703-.492-1.148-1.148-1.148H47.09v-.07l1.898-1.548c1.617-1.312 2.25-2.062 2.25-3.445c0-1.875-1.594-3.14-4.101-3.14c-2.25 0-3.891 1.171-3.891 2.671c0 .75.492 1.149 1.29 1.149c.538 0 .913-.164 1.218-.703c.328-.563.773-.868 1.43-.868c.68 0 1.148.446 1.148 1.102c0 .563-.281 1.055-1.476 2.016l-3.094 2.53c-.446.376-.633.798-.633 1.313c0 .727.492 1.242 1.266 1.242m-38.11-2.79h31.336c1.055 0 1.875-.843 1.875-1.898s-.82-1.875-1.875-1.875H6.285c-1.078 0-1.898.82-1.898 1.875s.82 1.898 1.898 1.898m40.898 17.391c2.79 0 4.43-1.242 4.43-3.21c0-1.29-.914-2.18-2.531-2.321v-.07c1.196-.211 2.133-1.008 2.133-2.368c0-1.78-1.758-2.765-4.055-2.765c-1.851 0-3.844.867-3.844 2.414c0 .656.47 1.125 1.196 1.125c.515 0 .75-.211 1.078-.563c.539-.586.984-.773 1.57-.773c.703 0 1.242.351 1.242 1.054c0 .657-.539.985-1.5.985h-.281c-.656 0-1.078.328-1.078 1.008c0 .633.398 1.008 1.078 1.008h.305c1.054 0 1.617.351 1.617 1.078c0 .633-.586 1.101-1.36 1.101c-.843 0-1.43-.468-1.874-.914c-.282-.258-.516-.445-.938-.445c-.773 0-1.312.445-1.312 1.172c0 1.617 2.203 2.484 4.124 2.484M6.285 44.512h31.336a1.85 1.85 0 0 0 1.875-1.875c0-1.078-.82-1.899-1.875-1.899H6.285c-1.078 0-1.898.82-1.898 1.899c0 1.054.82 1.875 1.898 1.875"/></svg>

React

import type { SVGProps } from "react";

export function F7ListNumberRtl(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M48.168 19.012c.914 0 1.523-.516 1.523-1.57v-7.57c0-.985-.703-1.618-1.71-1.618c-.844 0-1.36.281-1.946.68l-1.64 1.148c-.493.328-.727.633-.727 1.125c0 .61.469 1.031 1.008 1.031c.281 0 .445-.047.843-.328l1.079-.726h.023v6.257c0 1.055.633 1.57 1.547 1.57M6.285 16.176h31.336a1.85 1.85 0 0 0 1.875-1.875c0-1.078-.82-1.899-1.875-1.899H6.285c-1.078 0-1.898.82-1.898 1.899c0 1.054.82 1.875 1.898 1.875m38.11 16.969h6.023c.656 0 1.148-.446 1.148-1.102c0-.703-.492-1.148-1.148-1.148H47.09v-.07l1.898-1.548c1.617-1.312 2.25-2.062 2.25-3.445c0-1.875-1.594-3.14-4.101-3.14c-2.25 0-3.891 1.171-3.891 2.671c0 .75.492 1.149 1.29 1.149c.538 0 .913-.164 1.218-.703c.328-.563.773-.868 1.43-.868c.68 0 1.148.446 1.148 1.102c0 .563-.281 1.055-1.476 2.016l-3.094 2.53c-.446.376-.633.798-.633 1.313c0 .727.492 1.242 1.266 1.242m-38.11-2.79h31.336c1.055 0 1.875-.843 1.875-1.898s-.82-1.875-1.875-1.875H6.285c-1.078 0-1.898.82-1.898 1.875s.82 1.898 1.898 1.898m40.898 17.391c2.79 0 4.43-1.242 4.43-3.21c0-1.29-.914-2.18-2.531-2.321v-.07c1.196-.211 2.133-1.008 2.133-2.368c0-1.78-1.758-2.765-4.055-2.765c-1.851 0-3.844.867-3.844 2.414c0 .656.47 1.125 1.196 1.125c.515 0 .75-.211 1.078-.563c.539-.586.984-.773 1.57-.773c.703 0 1.242.351 1.242 1.054c0 .657-.539.985-1.5.985h-.281c-.656 0-1.078.328-1.078 1.008c0 .633.398 1.008 1.078 1.008h.305c1.054 0 1.617.351 1.617 1.078c0 .633-.586 1.101-1.36 1.101c-.843 0-1.43-.468-1.874-.914c-.282-.258-.516-.445-.938-.445c-.773 0-1.312.445-1.312 1.172c0 1.617 2.203 2.484 4.124 2.484M6.285 44.512h31.336a1.85 1.85 0 0 0 1.875-1.875c0-1.078-.82-1.899-1.875-1.899H6.285c-1.078 0-1.898.82-1.898 1.899c0 1.054.82 1.875 1.898 1.875"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M48.168 19.012c.914 0 1.523-.516 1.523-1.57v-7.57c0-.985-.703-1.618-1.71-1.618c-.844 0-1.36.281-1.946.68l-1.64 1.148c-.493.328-.727.633-.727 1.125c0 .61.469 1.031 1.008 1.031c.281 0 .445-.047.843-.328l1.079-.726h.023v6.257c0 1.055.633 1.57 1.547 1.57M6.285 16.176h31.336a1.85 1.85 0 0 0 1.875-1.875c0-1.078-.82-1.899-1.875-1.899H6.285c-1.078 0-1.898.82-1.898 1.899c0 1.054.82 1.875 1.898 1.875m38.11 16.969h6.023c.656 0 1.148-.446 1.148-1.102c0-.703-.492-1.148-1.148-1.148H47.09v-.07l1.898-1.548c1.617-1.312 2.25-2.062 2.25-3.445c0-1.875-1.594-3.14-4.101-3.14c-2.25 0-3.891 1.171-3.891 2.671c0 .75.492 1.149 1.29 1.149c.538 0 .913-.164 1.218-.703c.328-.563.773-.868 1.43-.868c.68 0 1.148.446 1.148 1.102c0 .563-.281 1.055-1.476 2.016l-3.094 2.53c-.446.376-.633.798-.633 1.313c0 .727.492 1.242 1.266 1.242m-38.11-2.79h31.336c1.055 0 1.875-.843 1.875-1.898s-.82-1.875-1.875-1.875H6.285c-1.078 0-1.898.82-1.898 1.875s.82 1.898 1.898 1.898m40.898 17.391c2.79 0 4.43-1.242 4.43-3.21c0-1.29-.914-2.18-2.531-2.321v-.07c1.196-.211 2.133-1.008 2.133-2.368c0-1.78-1.758-2.765-4.055-2.765c-1.851 0-3.844.867-3.844 2.414c0 .656.47 1.125 1.196 1.125c.515 0 .75-.211 1.078-.563c.539-.586.984-.773 1.57-.773c.703 0 1.242.351 1.242 1.054c0 .657-.539.985-1.5.985h-.281c-.656 0-1.078.328-1.078 1.008c0 .633.398 1.008 1.078 1.008h.305c1.054 0 1.617.351 1.617 1.078c0 .633-.586 1.101-1.36 1.101c-.843 0-1.43-.468-1.874-.914c-.282-.258-.516-.445-.938-.445c-.773 0-1.312.445-1.312 1.172c0 1.617 2.203 2.484 4.124 2.484M6.285 44.512h31.336a1.85 1.85 0 0 0 1.875-1.875c0-1.078-.82-1.899-1.875-1.899H6.285c-1.078 0-1.898.82-1.898 1.899c0 1.054.82 1.875 1.898 1.875"/></svg>
</template>

CSS

.icon-list-number-rtl {
  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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M48.168%2019.012c.914%200%201.523-.516%201.523-1.57v-7.57c0-.985-.703-1.618-1.71-1.618c-.844%200-1.36.281-1.946.68l-1.64%201.148c-.493.328-.727.633-.727%201.125c0%20.61.469%201.031%201.008%201.031c.281%200%20.445-.047.843-.328l1.079-.726h.023v6.257c0%201.055.633%201.57%201.547%201.57M6.285%2016.176h31.336a1.85%201.85%200%200%200%201.875-1.875c0-1.078-.82-1.899-1.875-1.899H6.285c-1.078%200-1.898.82-1.898%201.899c0%201.054.82%201.875%201.898%201.875m38.11%2016.969h6.023c.656%200%201.148-.446%201.148-1.102c0-.703-.492-1.148-1.148-1.148H47.09v-.07l1.898-1.548c1.617-1.312%202.25-2.062%202.25-3.445c0-1.875-1.594-3.14-4.101-3.14c-2.25%200-3.891%201.171-3.891%202.671c0%20.75.492%201.149%201.29%201.149c.538%200%20.913-.164%201.218-.703c.328-.563.773-.868%201.43-.868c.68%200%201.148.446%201.148%201.102c0%20.563-.281%201.055-1.476%202.016l-3.094%202.53c-.446.376-.633.798-.633%201.313c0%20.727.492%201.242%201.266%201.242m-38.11-2.79h31.336c1.055%200%201.875-.843%201.875-1.898s-.82-1.875-1.875-1.875H6.285c-1.078%200-1.898.82-1.898%201.875s.82%201.898%201.898%201.898m40.898%2017.391c2.79%200%204.43-1.242%204.43-3.21c0-1.29-.914-2.18-2.531-2.321v-.07c1.196-.211%202.133-1.008%202.133-2.368c0-1.78-1.758-2.765-4.055-2.765c-1.851%200-3.844.867-3.844%202.414c0%20.656.47%201.125%201.196%201.125c.515%200%20.75-.211%201.078-.563c.539-.586.984-.773%201.57-.773c.703%200%201.242.351%201.242%201.054c0%20.657-.539.985-1.5.985h-.281c-.656%200-1.078.328-1.078%201.008c0%20.633.398%201.008%201.078%201.008h.305c1.054%200%201.617.351%201.617%201.078c0%20.633-.586%201.101-1.36%201.101c-.843%200-1.43-.468-1.874-.914c-.282-.258-.516-.445-.938-.445c-.773%200-1.312.445-1.312%201.172c0%201.617%202.203%202.484%204.124%202.484M6.285%2044.512h31.336a1.85%201.85%200%200%200%201.875-1.875c0-1.078-.82-1.899-1.875-1.899H6.285c-1.078%200-1.898.82-1.898%201.899c0%201.054.82%201.875%201.898%201.875%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M48.168%2019.012c.914%200%201.523-.516%201.523-1.57v-7.57c0-.985-.703-1.618-1.71-1.618c-.844%200-1.36.281-1.946.68l-1.64%201.148c-.493.328-.727.633-.727%201.125c0%20.61.469%201.031%201.008%201.031c.281%200%20.445-.047.843-.328l1.079-.726h.023v6.257c0%201.055.633%201.57%201.547%201.57M6.285%2016.176h31.336a1.85%201.85%200%200%200%201.875-1.875c0-1.078-.82-1.899-1.875-1.899H6.285c-1.078%200-1.898.82-1.898%201.899c0%201.054.82%201.875%201.898%201.875m38.11%2016.969h6.023c.656%200%201.148-.446%201.148-1.102c0-.703-.492-1.148-1.148-1.148H47.09v-.07l1.898-1.548c1.617-1.312%202.25-2.062%202.25-3.445c0-1.875-1.594-3.14-4.101-3.14c-2.25%200-3.891%201.171-3.891%202.671c0%20.75.492%201.149%201.29%201.149c.538%200%20.913-.164%201.218-.703c.328-.563.773-.868%201.43-.868c.68%200%201.148.446%201.148%201.102c0%20.563-.281%201.055-1.476%202.016l-3.094%202.53c-.446.376-.633.798-.633%201.313c0%20.727.492%201.242%201.266%201.242m-38.11-2.79h31.336c1.055%200%201.875-.843%201.875-1.898s-.82-1.875-1.875-1.875H6.285c-1.078%200-1.898.82-1.898%201.875s.82%201.898%201.898%201.898m40.898%2017.391c2.79%200%204.43-1.242%204.43-3.21c0-1.29-.914-2.18-2.531-2.321v-.07c1.196-.211%202.133-1.008%202.133-2.368c0-1.78-1.758-2.765-4.055-2.765c-1.851%200-3.844.867-3.844%202.414c0%20.656.47%201.125%201.196%201.125c.515%200%20.75-.211%201.078-.563c.539-.586.984-.773%201.57-.773c.703%200%201.242.351%201.242%201.054c0%20.657-.539.985-1.5.985h-.281c-.656%200-1.078.328-1.078%201.008c0%20.633.398%201.008%201.078%201.008h.305c1.054%200%201.617.351%201.617%201.078c0%20.633-.586%201.101-1.36%201.101c-.843%200-1.43-.468-1.874-.914c-.282-.258-.516-.445-.938-.445c-.773%200-1.312.445-1.312%201.172c0%201.617%202.203%202.484%204.124%202.484M6.285%2044.512h31.336a1.85%201.85%200%200%200%201.875-1.875c0-1.078-.82-1.899-1.875-1.899H6.285c-1.078%200-1.898.82-1.898%201.899c0%201.054.82%201.875%201.898%201.875%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/list-number-rtl.svg?color=%231a73e8&size=48