Welcome to mirror list, hosted at ThFree Co, Russian Federation.

grid.svg « icons - github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b072f78e1f62c2d8c82c0fa79d0f77bd26441a0c (plain)
1
2
3
4
5
6
7
8
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" class="bi bi-grid" viewBox="0 0 20 20">
  <g fill="none" fill-rule="evenodd" stroke="#000" transform="translate(3.5 3.5)">
    <rect width="5" height="5" x=".5" y="7.5" rx="1"/>
    <rect width="5" height="5" x="7.5" y="7.5" rx="1"/>
    <rect width="5" height="5" x="7.5" y=".5" rx="1"/>
    <rect width="5" height="5" x=".5" y=".5" rx="1"/>
  </g>
</svg>