tabler / tabler-icons

A set of over 5700 free MIT-licensed high-quality SVG icons for you to use in your web projects.
https://tabler.io/icons
MIT License
18.35k stars 921 forks source link

Bed Icon Size Mismatch in Tabular Icons #1219

Closed sinjuangajan closed 2 months ago

sinjuangajan commented 2 months ago

Description

I am using a set of icons (bed, bath, measure) in a web layout. However, the bed icon is noticeably smaller than the bath and measure icons, resulting in an inconsistent visual appearance.

Screenshot 2024-09-06 095251

Package

Version

3.14.0

Browser

Operating system

Steps to reproduce

  1. Implement the bed, bath, and measure icons on a web page.
  2. Observe that the bed icon is smaller than the bath and measure icons.

Checklist

BG-Software-BG commented 2 months ago

It's not a bug. There are a lot of icons that don't have 100% width or 100% height.

This is because some of the objects/elements represented by the icons aren't square in real life. For example, a bed typically has a width larger than its height, so it's normal for its proportions to be different.

sinjuangajan commented 2 months ago

Thank you for the explanation. I understand that the icons represent real-life objects with varying proportions. From my perspective, visual consistency is crucial. Since these icons fall under the real estate category, similar to social media icons, any significant size discrepancy might affect their appearance. To address the issue with the bed icon, I’m opting for a customized icon approach for these specific icons instead of using web fonts to ensure better visual alignment.

ICONS