square fill line vertical square icon
square-fill-line-vertical-square from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- square-fill-line-vertical-square
- Set
- Framework7 Icons
- Style
- Outline
- 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-on-circle-fillsquare-fill-on-square-fillsquare-grid-2x2square-grid-3x2square-grid-4x3-fillsquare-lefthalf-fillsquare-line-vertical-squaresquare-listsquare-on-circlesquare-on-squaresquare-pencilsquare-righthalf-fillsquare-split-1x2square-split-2x1square-split-2x2square-stack
Use the square fill line vertical square icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M26.68 12.579v35.308c0 .705.615 1.266 1.32 1.266s1.338-.561 1.338-1.266V12.579c0-.705-.633-1.248-1.338-1.248s-1.32.543-1.32 1.248M4.16 40.832h12.88c2.767 0 4.16-1.338 4.16-4.124V23.74c0-2.75-1.393-4.106-4.16-4.106H4.16C1.393 19.633 0 20.99 0 23.74v12.97c0 2.785 1.393 4.123 4.16 4.123m34.801 0H51.84c2.767 0 4.16-1.338 4.16-4.124V23.74c0-2.75-1.393-4.106-4.16-4.106H38.961c-2.767 0-4.16 1.357-4.16 4.106v12.97c0 2.785 1.393 4.123 4.16 4.123m.217-2.731c-1.067 0-1.645-.543-1.645-1.664v-12.39c0-1.14.578-1.682 1.645-1.682h12.445c1.067 0 1.646.542 1.646 1.682v12.39c0 1.121-.579 1.664-1.646 1.664Z"/></svg>
React
import type { SVGProps } from "react";
export function F7SquareFillLineVerticalSquare(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="M26.68 12.579v35.308c0 .705.615 1.266 1.32 1.266s1.338-.561 1.338-1.266V12.579c0-.705-.633-1.248-1.338-1.248s-1.32.543-1.32 1.248M4.16 40.832h12.88c2.767 0 4.16-1.338 4.16-4.124V23.74c0-2.75-1.393-4.106-4.16-4.106H4.16C1.393 19.633 0 20.99 0 23.74v12.97c0 2.785 1.393 4.123 4.16 4.123m34.801 0H51.84c2.767 0 4.16-1.338 4.16-4.124V23.74c0-2.75-1.393-4.106-4.16-4.106H38.961c-2.767 0-4.16 1.357-4.16 4.106v12.97c0 2.785 1.393 4.123 4.16 4.123m.217-2.731c-1.067 0-1.645-.543-1.645-1.664v-12.39c0-1.14.578-1.682 1.645-1.682h12.445c1.067 0 1.646.542 1.646 1.682v12.39c0 1.121-.579 1.664-1.646 1.664Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M26.68 12.579v35.308c0 .705.615 1.266 1.32 1.266s1.338-.561 1.338-1.266V12.579c0-.705-.633-1.248-1.338-1.248s-1.32.543-1.32 1.248M4.16 40.832h12.88c2.767 0 4.16-1.338 4.16-4.124V23.74c0-2.75-1.393-4.106-4.16-4.106H4.16C1.393 19.633 0 20.99 0 23.74v12.97c0 2.785 1.393 4.123 4.16 4.123m34.801 0H51.84c2.767 0 4.16-1.338 4.16-4.124V23.74c0-2.75-1.393-4.106-4.16-4.106H38.961c-2.767 0-4.16 1.357-4.16 4.106v12.97c0 2.785 1.393 4.123 4.16 4.123m.217-2.731c-1.067 0-1.645-.543-1.645-1.664v-12.39c0-1.14.578-1.682 1.645-1.682h12.445c1.067 0 1.646.542 1.646 1.682v12.39c0 1.121-.579 1.664-1.646 1.664Z"/></svg> </template>
CSS
.icon-square-fill-line-vertical-square {
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%22M26.68%2012.579v35.308c0%20.705.615%201.266%201.32%201.266s1.338-.561%201.338-1.266V12.579c0-.705-.633-1.248-1.338-1.248s-1.32.543-1.32%201.248M4.16%2040.832h12.88c2.767%200%204.16-1.338%204.16-4.124V23.74c0-2.75-1.393-4.106-4.16-4.106H4.16C1.393%2019.633%200%2020.99%200%2023.74v12.97c0%202.785%201.393%204.123%204.16%204.123m34.801%200H51.84c2.767%200%204.16-1.338%204.16-4.124V23.74c0-2.75-1.393-4.106-4.16-4.106H38.961c-2.767%200-4.16%201.357-4.16%204.106v12.97c0%202.785%201.393%204.123%204.16%204.123m.217-2.731c-1.067%200-1.645-.543-1.645-1.664v-12.39c0-1.14.578-1.682%201.645-1.682h12.445c1.067%200%201.646.542%201.646%201.682v12.39c0%201.121-.579%201.664-1.646%201.664Z%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%22M26.68%2012.579v35.308c0%20.705.615%201.266%201.32%201.266s1.338-.561%201.338-1.266V12.579c0-.705-.633-1.248-1.338-1.248s-1.32.543-1.32%201.248M4.16%2040.832h12.88c2.767%200%204.16-1.338%204.16-4.124V23.74c0-2.75-1.393-4.106-4.16-4.106H4.16C1.393%2019.633%200%2020.99%200%2023.74v12.97c0%202.785%201.393%204.123%204.16%204.123m34.801%200H51.84c2.767%200%204.16-1.338%204.16-4.124V23.74c0-2.75-1.393-4.106-4.16-4.106H38.961c-2.767%200-4.16%201.357-4.16%204.106v12.97c0%202.785%201.393%204.123%204.16%204.123m.217-2.731c-1.067%200-1.645-.543-1.645-1.664v-12.39c0-1.14.578-1.682%201.645-1.682h12.445c1.067%200%201.646.542%201.646%201.682v12.39c0%201.121-.579%201.664-1.646%201.664Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/square-fill-line-vertical-square.svg?color=%231a73e8&size=48