format list numbered rtl icon
format-list-numbered-rtl-rounded from Material Symbols by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- format-list-numbered-rtl-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- format-list-numbered-rtl-outline-rounded
2 other variants in Material Symbols
The same icon in other sets
More text icons from Material Symbols
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
Use the format list numbered rtl icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.75 22q-.325 0-.537-.213T17 21.25t.213-.537t.537-.213h1.75v-.75h-.75q-.325 0-.537-.213T18 19t.213-.537t.537-.213h.75v-.75h-1.75q-.325 0-.537-.213T17 16.75t.213-.537t.537-.213H20q.425 0 .713.288T21 17v1q0 .425-.288.713T20 19q.425 0 .713.288T21 20v1q0 .425-.288.713T20 22zm0-7q-.325 0-.537-.213T17 14.25v-2q0-.425.288-.712T18 11.25h1.5v-.75h-1.75q-.325 0-.537-.213T17 9.75t.213-.537T17.75 9H20q.425 0 .713.288T21 10v1.75q0 .425-.288.713T20 12.75h-1.5v.75h1.75q.325 0 .538.213t.212.537t-.213.538t-.537.212zm.963-7.212q-.213-.213-.213-.538V3.5h-.75q-.325 0-.537-.213T17 2.75t.213-.537T17.75 2h1.5q.325 0 .538.213T20 2.75v4.5q0 .325-.213.538T19.25 8t-.537-.213M4 19q-.425 0-.712-.288T3 18t.288-.712T4 17h10q.425 0 .713.288T15 18t-.288.713T14 19zm0-6q-.425 0-.712-.288T3 12t.288-.712T4 11h10q.425 0 .713.288T15 12t-.288.713T14 13zm0-6q-.425 0-.712-.288T3 6t.288-.712T4 5h10q.425 0 .713.288T15 6t-.288.713T14 7z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFormatListNumberedRtlRounded(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="M17.75 22q-.325 0-.537-.213T17 21.25t.213-.537t.537-.213h1.75v-.75h-.75q-.325 0-.537-.213T18 19t.213-.537t.537-.213h.75v-.75h-1.75q-.325 0-.537-.213T17 16.75t.213-.537t.537-.213H20q.425 0 .713.288T21 17v1q0 .425-.288.713T20 19q.425 0 .713.288T21 20v1q0 .425-.288.713T20 22zm0-7q-.325 0-.537-.213T17 14.25v-2q0-.425.288-.712T18 11.25h1.5v-.75h-1.75q-.325 0-.537-.213T17 9.75t.213-.537T17.75 9H20q.425 0 .713.288T21 10v1.75q0 .425-.288.713T20 12.75h-1.5v.75h1.75q.325 0 .538.213t.212.537t-.213.538t-.537.212zm.963-7.212q-.213-.213-.213-.538V3.5h-.75q-.325 0-.537-.213T17 2.75t.213-.537T17.75 2h1.5q.325 0 .538.213T20 2.75v4.5q0 .325-.213.538T19.25 8t-.537-.213M4 19q-.425 0-.712-.288T3 18t.288-.712T4 17h10q.425 0 .713.288T15 18t-.288.713T14 19zm0-6q-.425 0-.712-.288T3 12t.288-.712T4 11h10q.425 0 .713.288T15 12t-.288.713T14 13zm0-6q-.425 0-.712-.288T3 6t.288-.712T4 5h10q.425 0 .713.288T15 6t-.288.713T14 7z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.75 22q-.325 0-.537-.213T17 21.25t.213-.537t.537-.213h1.75v-.75h-.75q-.325 0-.537-.213T18 19t.213-.537t.537-.213h.75v-.75h-1.75q-.325 0-.537-.213T17 16.75t.213-.537t.537-.213H20q.425 0 .713.288T21 17v1q0 .425-.288.713T20 19q.425 0 .713.288T21 20v1q0 .425-.288.713T20 22zm0-7q-.325 0-.537-.213T17 14.25v-2q0-.425.288-.712T18 11.25h1.5v-.75h-1.75q-.325 0-.537-.213T17 9.75t.213-.537T17.75 9H20q.425 0 .713.288T21 10v1.75q0 .425-.288.713T20 12.75h-1.5v.75h1.75q.325 0 .538.213t.212.537t-.213.538t-.537.212zm.963-7.212q-.213-.213-.213-.538V3.5h-.75q-.325 0-.537-.213T17 2.75t.213-.537T17.75 2h1.5q.325 0 .538.213T20 2.75v4.5q0 .325-.213.538T19.25 8t-.537-.213M4 19q-.425 0-.712-.288T3 18t.288-.712T4 17h10q.425 0 .713.288T15 18t-.288.713T14 19zm0-6q-.425 0-.712-.288T3 12t.288-.712T4 11h10q.425 0 .713.288T15 12t-.288.713T14 13zm0-6q-.425 0-.712-.288T3 6t.288-.712T4 5h10q.425 0 .713.288T15 6t-.288.713T14 7z"/></svg> </template>
CSS
.icon-format-list-numbered-rtl-rounded {
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%22M17.75%2022q-.325%200-.537-.213T17%2021.25t.213-.537t.537-.213h1.75v-.75h-.75q-.325%200-.537-.213T18%2019t.213-.537t.537-.213h.75v-.75h-1.75q-.325%200-.537-.213T17%2016.75t.213-.537t.537-.213H20q.425%200%20.713.288T21%2017v1q0%20.425-.288.713T20%2019q.425%200%20.713.288T21%2020v1q0%20.425-.288.713T20%2022zm0-7q-.325%200-.537-.213T17%2014.25v-2q0-.425.288-.712T18%2011.25h1.5v-.75h-1.75q-.325%200-.537-.213T17%209.75t.213-.537T17.75%209H20q.425%200%20.713.288T21%2010v1.75q0%20.425-.288.713T20%2012.75h-1.5v.75h1.75q.325%200%20.538.213t.212.537t-.213.538t-.537.212zm.963-7.212q-.213-.213-.213-.538V3.5h-.75q-.325%200-.537-.213T17%202.75t.213-.537T17.75%202h1.5q.325%200%20.538.213T20%202.75v4.5q0%20.325-.213.538T19.25%208t-.537-.213M4%2019q-.425%200-.712-.288T3%2018t.288-.712T4%2017h10q.425%200%20.713.288T15%2018t-.288.713T14%2019zm0-6q-.425%200-.712-.288T3%2012t.288-.712T4%2011h10q.425%200%20.713.288T15%2012t-.288.713T14%2013zm0-6q-.425%200-.712-.288T3%206t.288-.712T4%205h10q.425%200%20.713.288T15%206t-.288.713T14%207z%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%22M17.75%2022q-.325%200-.537-.213T17%2021.25t.213-.537t.537-.213h1.75v-.75h-.75q-.325%200-.537-.213T18%2019t.213-.537t.537-.213h.75v-.75h-1.75q-.325%200-.537-.213T17%2016.75t.213-.537t.537-.213H20q.425%200%20.713.288T21%2017v1q0%20.425-.288.713T20%2019q.425%200%20.713.288T21%2020v1q0%20.425-.288.713T20%2022zm0-7q-.325%200-.537-.213T17%2014.25v-2q0-.425.288-.712T18%2011.25h1.5v-.75h-1.75q-.325%200-.537-.213T17%209.75t.213-.537T17.75%209H20q.425%200%20.713.288T21%2010v1.75q0%20.425-.288.713T20%2012.75h-1.5v.75h1.75q.325%200%20.538.213t.212.537t-.213.538t-.537.212zm.963-7.212q-.213-.213-.213-.538V3.5h-.75q-.325%200-.537-.213T17%202.75t.213-.537T17.75%202h1.5q.325%200%20.538.213T20%202.75v4.5q0%20.325-.213.538T19.25%208t-.537-.213M4%2019q-.425%200-.712-.288T3%2018t.288-.712T4%2017h10q.425%200%20.713.288T15%2018t-.288.713T14%2019zm0-6q-.425%200-.712-.288T3%2012t.288-.712T4%2011h10q.425%200%20.713.288T15%2012t-.288.713T14%2013zm0-6q-.425%200-.712-.288T3%206t.288-.712T4%205h10q.425%200%20.713.288T15%206t-.288.713T14%207z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/format-list-numbered-rtl-rounded.svg?color=%231a73e8&size=48