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

grid-fill.svg « icons - github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9823f3e1b45a4bfac7eddd64a4efa12f771e19ee (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-fill" viewBox="0 0 20 20">
  <g fill-rule="evenodd" transform="translate(3.5 3.5)">
    <rect width="6" height="6" y="7" rx="1"/>
    <rect width="6" height="6" x="7" y="7" rx="1"/>
    <rect width="6" height="6" x="7" rx="1"/>
    <rect width="6" height="6" rx="1"/>
  </g>
</svg>