ionicons icon indicating copy to clipboard operation
ionicons copied to clipboard

icon request: grid of 2,6 and 9 squares

Open bpatrik opened this issue 9 months ago • 2 comments

Describe the Icon

There is the 2x2 grid icon and 1x1 grid (the square icon). I would like to request 1x2, 2x3 and 3x3 variants of the icon. While 3x3 icon exists as the app icon, that is not square, so does not perfectly fit the design.

Links to Examples

I would like to use such icons in a photo gallery app to select the different grid sizes: kép Now I'm just reusing the square icon and adding it multiple times for the small and the large items.

Font awesome sample: https://fontawesome.com/search?q=grid&o=r kép

Additional Information

No response

bpatrik avatar Sep 11 '23 14:09 bpatrik

How did you manage to group icons together ? ( I am trying to superpose 2 icons myself but having troubles)

AlixH avatar Sep 23 '23 21:09 AlixH

I'm using the icons in angular with ng-icons. I did nothing fancy just brute force: https://github.com/bpatrik/pigallery2/blob/master/src/frontend/app/ui/utils/grid-size-icon/grid-size-icon.component.html#L6-L14

bpatrik avatar Sep 23 '23 21:09 bpatrik