list number icon
list-number from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- list-number
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
The same icon in other sets
Related icons in Framework7 Icons
Use the list number icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M9.496 19.012c.914 0 1.524-.516 1.524-1.57v-7.57c0-.985-.704-1.618-1.711-1.618c-.844 0-1.36.281-1.946.68l-1.64 1.148c-.493.328-.75.633-.75 1.125c0 .61.492 1.031 1.03 1.031c.282 0 .446-.047.845-.328l1.078-.726h.023v6.257c0 1.055.633 1.57 1.547 1.57m8.133-2.836h32.086c1.078 0 1.898-.82 1.898-1.875c0-1.078-.82-1.899-1.898-1.899H17.629c-1.055 0-1.875.82-1.875 1.899c0 1.054.82 1.875 1.875 1.875M5.723 33.145h6.023c.656 0 1.125-.446 1.125-1.102c0-.703-.469-1.148-1.125-1.148H8.395v-.07l1.921-1.548c1.617-1.312 2.227-2.062 2.227-3.445c0-1.875-1.57-3.14-4.102-3.14c-2.226 0-3.867 1.171-3.867 2.671c0 .75.492 1.149 1.29 1.149c.538 0 .913-.164 1.218-.703c.328-.563.773-.868 1.406-.868c.703 0 1.172.446 1.172 1.102c0 .563-.281 1.055-1.476 2.016l-3.094 2.53c-.445.376-.633.798-.633 1.313c0 .727.492 1.242 1.266 1.242m11.906-2.79h32.086a1.876 1.876 0 0 0 1.898-1.898c0-1.055-.82-1.875-1.898-1.875H17.629c-1.055 0-1.875.82-1.875 1.875s.82 1.898 1.875 1.898M8.512 47.747c2.765 0 4.43-1.242 4.43-3.21c0-1.29-.915-2.18-2.532-2.321v-.07c1.195-.211 2.11-1.008 2.11-2.368c0-1.78-1.735-2.765-4.032-2.765c-1.851 0-3.843.867-3.843 2.414c0 .656.468 1.125 1.195 1.125c.515 0 .75-.211 1.078-.563c.539-.586.984-.773 1.547-.773c.726 0 1.265.351 1.265 1.054c0 .657-.539.985-1.5.985h-.28c-.657 0-1.079.328-1.079 1.008c0 .633.398 1.008 1.078 1.008h.305c1.055 0 1.617.351 1.617 1.078c0 .633-.586 1.101-1.36 1.101c-.843 0-1.429-.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.125 2.484m9.117-3.234h32.086c1.078 0 1.898-.82 1.898-1.875c0-1.078-.82-1.899-1.898-1.899H17.629c-1.055 0-1.875.82-1.875 1.899c0 1.054.82 1.875 1.875 1.875"/></svg>
React
import type { SVGProps } from "react";
export function F7ListNumber(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="M9.496 19.012c.914 0 1.524-.516 1.524-1.57v-7.57c0-.985-.704-1.618-1.711-1.618c-.844 0-1.36.281-1.946.68l-1.64 1.148c-.493.328-.75.633-.75 1.125c0 .61.492 1.031 1.03 1.031c.282 0 .446-.047.845-.328l1.078-.726h.023v6.257c0 1.055.633 1.57 1.547 1.57m8.133-2.836h32.086c1.078 0 1.898-.82 1.898-1.875c0-1.078-.82-1.899-1.898-1.899H17.629c-1.055 0-1.875.82-1.875 1.899c0 1.054.82 1.875 1.875 1.875M5.723 33.145h6.023c.656 0 1.125-.446 1.125-1.102c0-.703-.469-1.148-1.125-1.148H8.395v-.07l1.921-1.548c1.617-1.312 2.227-2.062 2.227-3.445c0-1.875-1.57-3.14-4.102-3.14c-2.226 0-3.867 1.171-3.867 2.671c0 .75.492 1.149 1.29 1.149c.538 0 .913-.164 1.218-.703c.328-.563.773-.868 1.406-.868c.703 0 1.172.446 1.172 1.102c0 .563-.281 1.055-1.476 2.016l-3.094 2.53c-.445.376-.633.798-.633 1.313c0 .727.492 1.242 1.266 1.242m11.906-2.79h32.086a1.876 1.876 0 0 0 1.898-1.898c0-1.055-.82-1.875-1.898-1.875H17.629c-1.055 0-1.875.82-1.875 1.875s.82 1.898 1.875 1.898M8.512 47.747c2.765 0 4.43-1.242 4.43-3.21c0-1.29-.915-2.18-2.532-2.321v-.07c1.195-.211 2.11-1.008 2.11-2.368c0-1.78-1.735-2.765-4.032-2.765c-1.851 0-3.843.867-3.843 2.414c0 .656.468 1.125 1.195 1.125c.515 0 .75-.211 1.078-.563c.539-.586.984-.773 1.547-.773c.726 0 1.265.351 1.265 1.054c0 .657-.539.985-1.5.985h-.28c-.657 0-1.079.328-1.079 1.008c0 .633.398 1.008 1.078 1.008h.305c1.055 0 1.617.351 1.617 1.078c0 .633-.586 1.101-1.36 1.101c-.843 0-1.429-.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.125 2.484m9.117-3.234h32.086c1.078 0 1.898-.82 1.898-1.875c0-1.078-.82-1.899-1.898-1.899H17.629c-1.055 0-1.875.82-1.875 1.899c0 1.054.82 1.875 1.875 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="M9.496 19.012c.914 0 1.524-.516 1.524-1.57v-7.57c0-.985-.704-1.618-1.711-1.618c-.844 0-1.36.281-1.946.68l-1.64 1.148c-.493.328-.75.633-.75 1.125c0 .61.492 1.031 1.03 1.031c.282 0 .446-.047.845-.328l1.078-.726h.023v6.257c0 1.055.633 1.57 1.547 1.57m8.133-2.836h32.086c1.078 0 1.898-.82 1.898-1.875c0-1.078-.82-1.899-1.898-1.899H17.629c-1.055 0-1.875.82-1.875 1.899c0 1.054.82 1.875 1.875 1.875M5.723 33.145h6.023c.656 0 1.125-.446 1.125-1.102c0-.703-.469-1.148-1.125-1.148H8.395v-.07l1.921-1.548c1.617-1.312 2.227-2.062 2.227-3.445c0-1.875-1.57-3.14-4.102-3.14c-2.226 0-3.867 1.171-3.867 2.671c0 .75.492 1.149 1.29 1.149c.538 0 .913-.164 1.218-.703c.328-.563.773-.868 1.406-.868c.703 0 1.172.446 1.172 1.102c0 .563-.281 1.055-1.476 2.016l-3.094 2.53c-.445.376-.633.798-.633 1.313c0 .727.492 1.242 1.266 1.242m11.906-2.79h32.086a1.876 1.876 0 0 0 1.898-1.898c0-1.055-.82-1.875-1.898-1.875H17.629c-1.055 0-1.875.82-1.875 1.875s.82 1.898 1.875 1.898M8.512 47.747c2.765 0 4.43-1.242 4.43-3.21c0-1.29-.915-2.18-2.532-2.321v-.07c1.195-.211 2.11-1.008 2.11-2.368c0-1.78-1.735-2.765-4.032-2.765c-1.851 0-3.843.867-3.843 2.414c0 .656.468 1.125 1.195 1.125c.515 0 .75-.211 1.078-.563c.539-.586.984-.773 1.547-.773c.726 0 1.265.351 1.265 1.054c0 .657-.539.985-1.5.985h-.28c-.657 0-1.079.328-1.079 1.008c0 .633.398 1.008 1.078 1.008h.305c1.055 0 1.617.351 1.617 1.078c0 .633-.586 1.101-1.36 1.101c-.843 0-1.429-.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.125 2.484m9.117-3.234h32.086c1.078 0 1.898-.82 1.898-1.875c0-1.078-.82-1.899-1.898-1.899H17.629c-1.055 0-1.875.82-1.875 1.899c0 1.054.82 1.875 1.875 1.875"/></svg> </template>
CSS
.icon-list-number {
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%22M9.496%2019.012c.914%200%201.524-.516%201.524-1.57v-7.57c0-.985-.704-1.618-1.711-1.618c-.844%200-1.36.281-1.946.68l-1.64%201.148c-.493.328-.75.633-.75%201.125c0%20.61.492%201.031%201.03%201.031c.282%200%20.446-.047.845-.328l1.078-.726h.023v6.257c0%201.055.633%201.57%201.547%201.57m8.133-2.836h32.086c1.078%200%201.898-.82%201.898-1.875c0-1.078-.82-1.899-1.898-1.899H17.629c-1.055%200-1.875.82-1.875%201.899c0%201.054.82%201.875%201.875%201.875M5.723%2033.145h6.023c.656%200%201.125-.446%201.125-1.102c0-.703-.469-1.148-1.125-1.148H8.395v-.07l1.921-1.548c1.617-1.312%202.227-2.062%202.227-3.445c0-1.875-1.57-3.14-4.102-3.14c-2.226%200-3.867%201.171-3.867%202.671c0%20.75.492%201.149%201.29%201.149c.538%200%20.913-.164%201.218-.703c.328-.563.773-.868%201.406-.868c.703%200%201.172.446%201.172%201.102c0%20.563-.281%201.055-1.476%202.016l-3.094%202.53c-.445.376-.633.798-.633%201.313c0%20.727.492%201.242%201.266%201.242m11.906-2.79h32.086a1.876%201.876%200%200%200%201.898-1.898c0-1.055-.82-1.875-1.898-1.875H17.629c-1.055%200-1.875.82-1.875%201.875s.82%201.898%201.875%201.898M8.512%2047.747c2.765%200%204.43-1.242%204.43-3.21c0-1.29-.915-2.18-2.532-2.321v-.07c1.195-.211%202.11-1.008%202.11-2.368c0-1.78-1.735-2.765-4.032-2.765c-1.851%200-3.843.867-3.843%202.414c0%20.656.468%201.125%201.195%201.125c.515%200%20.75-.211%201.078-.563c.539-.586.984-.773%201.547-.773c.726%200%201.265.351%201.265%201.054c0%20.657-.539.985-1.5.985h-.28c-.657%200-1.079.328-1.079%201.008c0%20.633.398%201.008%201.078%201.008h.305c1.055%200%201.617.351%201.617%201.078c0%20.633-.586%201.101-1.36%201.101c-.843%200-1.429-.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.125%202.484m9.117-3.234h32.086c1.078%200%201.898-.82%201.898-1.875c0-1.078-.82-1.899-1.898-1.899H17.629c-1.055%200-1.875.82-1.875%201.899c0%201.054.82%201.875%201.875%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%22M9.496%2019.012c.914%200%201.524-.516%201.524-1.57v-7.57c0-.985-.704-1.618-1.711-1.618c-.844%200-1.36.281-1.946.68l-1.64%201.148c-.493.328-.75.633-.75%201.125c0%20.61.492%201.031%201.03%201.031c.282%200%20.446-.047.845-.328l1.078-.726h.023v6.257c0%201.055.633%201.57%201.547%201.57m8.133-2.836h32.086c1.078%200%201.898-.82%201.898-1.875c0-1.078-.82-1.899-1.898-1.899H17.629c-1.055%200-1.875.82-1.875%201.899c0%201.054.82%201.875%201.875%201.875M5.723%2033.145h6.023c.656%200%201.125-.446%201.125-1.102c0-.703-.469-1.148-1.125-1.148H8.395v-.07l1.921-1.548c1.617-1.312%202.227-2.062%202.227-3.445c0-1.875-1.57-3.14-4.102-3.14c-2.226%200-3.867%201.171-3.867%202.671c0%20.75.492%201.149%201.29%201.149c.538%200%20.913-.164%201.218-.703c.328-.563.773-.868%201.406-.868c.703%200%201.172.446%201.172%201.102c0%20.563-.281%201.055-1.476%202.016l-3.094%202.53c-.445.376-.633.798-.633%201.313c0%20.727.492%201.242%201.266%201.242m11.906-2.79h32.086a1.876%201.876%200%200%200%201.898-1.898c0-1.055-.82-1.875-1.898-1.875H17.629c-1.055%200-1.875.82-1.875%201.875s.82%201.898%201.875%201.898M8.512%2047.747c2.765%200%204.43-1.242%204.43-3.21c0-1.29-.915-2.18-2.532-2.321v-.07c1.195-.211%202.11-1.008%202.11-2.368c0-1.78-1.735-2.765-4.032-2.765c-1.851%200-3.843.867-3.843%202.414c0%20.656.468%201.125%201.195%201.125c.515%200%20.75-.211%201.078-.563c.539-.586.984-.773%201.547-.773c.726%200%201.265.351%201.265%201.054c0%20.657-.539.985-1.5.985h-.28c-.657%200-1.079.328-1.079%201.008c0%20.633.398%201.008%201.078%201.008h.305c1.055%200%201.617.351%201.617%201.078c0%20.633-.586%201.101-1.36%201.101c-.843%200-1.429-.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.125%202.484m9.117-3.234h32.086c1.078%200%201.898-.82%201.898-1.875c0-1.078-.82-1.899-1.898-1.899H17.629c-1.055%200-1.875.82-1.875%201.899c0%201.054.82%201.875%201.875%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.svg?color=%231a73e8&size=48