square list icon
square-list-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- square-list-fill
- Set
- Framework7 Icons
- Style
- Fill
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
Related icons in Framework7 Icons
square-arrow-downsquare-arrow-down-on-squaresquare-arrow-leftsquare-arrow-rightsquare-arrow-upsquare-arrow-up-on-squaresquare-favoritessquare-favorites-altsquare-fill-line-vertical-squaresquare-fill-on-circle-fillsquare-fill-on-square-fillsquare-grid-2x2square-grid-3x2square-grid-4x3-fillsquare-lefthalf-fillsquare-line-vertical-squaresquare-on-circlesquare-on-squaresquare-pencilsquare-righthalf-fillsquare-split-1x2square-split-2x1square-split-2x2square-stack
Use the square list icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M42.239 6.426c4.898 0 7.336 2.438 7.336 7.266v28.617c0 4.828-2.438 7.265-7.337 7.265H13.786c-4.875 0-7.359-2.414-7.359-7.265V13.692c0-4.852 2.484-7.266 7.36-7.266ZM16 36a2 2 0 1 0 0 4a2 2 0 0 0 0-4m25.182 0H24.818C23.814 36 23 36.896 23 38s.814 2 1.818 2h16.364C42.186 40 43 39.105 43 38s-.814-2-1.818-2M16 26a2 2 0 1 0 0 4a2 2 0 0 0 0-4m25.182 0H24.818C23.814 26 23 26.896 23 28s.814 2 1.818 2h16.364C42.186 30 43 29.105 43 28s-.814-2-1.818-2M16 16a2 2 0 1 0 0 4a2 2 0 0 0 0-4m25.182 0H24.818C23.814 16 23 16.896 23 18s.814 2 1.818 2h16.364C42.186 20 43 19.105 43 18s-.814-2-1.818-2"/></svg>
React
import type { SVGProps } from "react";
export function F7SquareListFill(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="M42.239 6.426c4.898 0 7.336 2.438 7.336 7.266v28.617c0 4.828-2.438 7.265-7.337 7.265H13.786c-4.875 0-7.359-2.414-7.359-7.265V13.692c0-4.852 2.484-7.266 7.36-7.266ZM16 36a2 2 0 1 0 0 4a2 2 0 0 0 0-4m25.182 0H24.818C23.814 36 23 36.896 23 38s.814 2 1.818 2h16.364C42.186 40 43 39.105 43 38s-.814-2-1.818-2M16 26a2 2 0 1 0 0 4a2 2 0 0 0 0-4m25.182 0H24.818C23.814 26 23 26.896 23 28s.814 2 1.818 2h16.364C42.186 30 43 29.105 43 28s-.814-2-1.818-2M16 16a2 2 0 1 0 0 4a2 2 0 0 0 0-4m25.182 0H24.818C23.814 16 23 16.896 23 18s.814 2 1.818 2h16.364C42.186 20 43 19.105 43 18s-.814-2-1.818-2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M42.239 6.426c4.898 0 7.336 2.438 7.336 7.266v28.617c0 4.828-2.438 7.265-7.337 7.265H13.786c-4.875 0-7.359-2.414-7.359-7.265V13.692c0-4.852 2.484-7.266 7.36-7.266ZM16 36a2 2 0 1 0 0 4a2 2 0 0 0 0-4m25.182 0H24.818C23.814 36 23 36.896 23 38s.814 2 1.818 2h16.364C42.186 40 43 39.105 43 38s-.814-2-1.818-2M16 26a2 2 0 1 0 0 4a2 2 0 0 0 0-4m25.182 0H24.818C23.814 26 23 26.896 23 28s.814 2 1.818 2h16.364C42.186 30 43 29.105 43 28s-.814-2-1.818-2M16 16a2 2 0 1 0 0 4a2 2 0 0 0 0-4m25.182 0H24.818C23.814 16 23 16.896 23 18s.814 2 1.818 2h16.364C42.186 20 43 19.105 43 18s-.814-2-1.818-2"/></svg> </template>
CSS
.icon-square-list-fill {
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%22M42.239%206.426c4.898%200%207.336%202.438%207.336%207.266v28.617c0%204.828-2.438%207.265-7.337%207.265H13.786c-4.875%200-7.359-2.414-7.359-7.265V13.692c0-4.852%202.484-7.266%207.36-7.266ZM16%2036a2%202%200%201%200%200%204a2%202%200%200%200%200-4m25.182%200H24.818C23.814%2036%2023%2036.896%2023%2038s.814%202%201.818%202h16.364C42.186%2040%2043%2039.105%2043%2038s-.814-2-1.818-2M16%2026a2%202%200%201%200%200%204a2%202%200%200%200%200-4m25.182%200H24.818C23.814%2026%2023%2026.896%2023%2028s.814%202%201.818%202h16.364C42.186%2030%2043%2029.105%2043%2028s-.814-2-1.818-2M16%2016a2%202%200%201%200%200%204a2%202%200%200%200%200-4m25.182%200H24.818C23.814%2016%2023%2016.896%2023%2018s.814%202%201.818%202h16.364C42.186%2020%2043%2019.105%2043%2018s-.814-2-1.818-2%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%22M42.239%206.426c4.898%200%207.336%202.438%207.336%207.266v28.617c0%204.828-2.438%207.265-7.337%207.265H13.786c-4.875%200-7.359-2.414-7.359-7.265V13.692c0-4.852%202.484-7.266%207.36-7.266ZM16%2036a2%202%200%201%200%200%204a2%202%200%200%200%200-4m25.182%200H24.818C23.814%2036%2023%2036.896%2023%2038s.814%202%201.818%202h16.364C42.186%2040%2043%2039.105%2043%2038s-.814-2-1.818-2M16%2026a2%202%200%201%200%200%204a2%202%200%200%200%200-4m25.182%200H24.818C23.814%2026%2023%2026.896%2023%2028s.814%202%201.818%202h16.364C42.186%2030%2043%2029.105%2043%2028s-.814-2-1.818-2M16%2016a2%202%200%201%200%200%204a2%202%200%200%200%200-4m25.182%200H24.818C23.814%2016%2023%2016.896%2023%2018s.814%202%201.818%202h16.364C42.186%2020%2043%2019.105%2043%2018s-.814-2-1.818-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/square-list-fill.svg?color=%231a73e8&size=48