A collection of icons for designers and developers, organized by category and ready to drop into any project.
Crafting pixel-perfect icons for Retina and HiDPI screens
Modern displays have quietly reshaped the visual expectations of users in Australia and beyond. Walk past a flagship electronics store on George Street in Sydney and the difference is obvious: icons rendered for older screens look fuzzy next to those crafted for high-density panels. With Apple, Samsung, and a wave of premium Android handsets pushing pixel counts higher, designers are expected to deliver graphics that stay sharp across laptops, tablets, smartphones, and 4K monitors.
Studios from Melbourne's Cremorne to Brisbane's Fortitude Valley have shifted their pipelines to handle multiple resolutions from a single source file. The shift is no longer optional. A client reviewing mockups on a MacBook Pro with a Retina display will spot even the slightest softness, and feedback rounds multiply when icons fail to render crisply. Optimising for HiDPI screens saves time, reduces back-and-forth, and elevates the perceived quality of the final product.
Beyond the polish, there is a measurable payoff. Smaller, well-compressed icon files reduce page weight, which matters for Australians browsing on regional NBN connections or mobile data while commuting on the Sydney Trains network. Faster loads feed into Core Web Vitals, helping sites rank better in search results and keeping visitors engaged longer.
Pixel density and device pixel ratios explained
Device pixel ratio, often shortened to DPR, describes how many physical pixels fit into one CSS pixel. A standard display has a DPR of 1, while Retina screens use 2 and the newest iPhone Pro models reach 3. When a 24-pixel icon is requested at DPR 2, the browser pulls a 48-pixel asset to keep edges clean.
Designers working with Australian e-commerce brands such as The Iconic or Koala have learned to plan for these ratios from the outset. Shipping only a single 1x version forces the operating system to upscale the artwork, producing the slightly fuzzy look that draws criticism in client reviews. Preparing a small library of matched sizes lets the browser choose the closest match without distortion.
Common pixel ratio brackets used today:
- 1x for legacy monitors and entry-level laptops still found in regional offices
- 2x for the bulk of modern Apple devices and most mid-range Android phones
- 3x for current iPhone Pro models and high-end Samsung Galaxy handsets
- 4x for emerging 4K tablets and ultra-sharp desktop monitors
Designing at the source resolution
Vector source files remain the safest starting point for any icon system. A single master shape inside a Photoshop PSD can be resized infinitely without quality loss, provided the layers are kept editable. Designers in Adelaide and Perth studios often adopt a grid of 24, 48, or 64 units to align with both small UI elements and larger feature illustrations.
The smart objects workflow in Photoshop allows a vector layer to be embedded and exported at any dimension while keeping the original artwork intact. Designers who structure their PSD with grouped layers and named smart objects save hours when handing files to developers. The mock-up phase benefits from this approach too, since realistic previews can be assembled without flattening the master file. For a closer look at preparing presentation scenes, the smart objects workflow walk-through shows how to drop finished icons into a believable environment quickly.
Export settings and asset preparation
Exporting multiple sizes from one master file is the practical heart of icon optimisation. Photoshop's "Export As" dialog or the Generator plugin can spit out PNGs at 1x, 2x, and 3x in seconds. File naming conventions matter; a clear pattern such as icon-name@2x.png prevents confusion when developers reference assets.
Compression settings deserve attention as well. PNG-8 reduces file size for icons with limited colour palettes, while PNG-24 preserves the smooth gradients needed for richer artwork. Running each asset through a tool like TinyPNG or ImageOptim before delivery trims another 20 to 40 percent without visible loss, which adds up across a full icon set of fifty or more files.
Choosing the right format for the job
Format choice affects both fidelity and performance. PNG remains the safest option for icons that include transparency and subtle anti-aliasing, especially when older browsers are part of the support matrix. SVG delivers the smallest payload for line-based icons and scales without any pixelation, which suits logos and navigation glyphs.
Format selection checklist for HiDPI projects:
- SVG for monochromatic icons, logos, and scalable navigation elements
- PNG-24 for icons with photographic detail, soft shadows, or rich colour blends
- PNG-8 for flat icons with a small palette where smaller files outweigh colour depth
- WebP or AVIF for projects targeting modern browsers where significant compression gains are welcome
HTML and CSS implementation for crisp display
Even the best-prepared assets can fail when markup does not signal their availability. The srcset attribute on an <img> tag lets the browser pick the most appropriate resolution for the device, while the <picture> element offers finer control over format fallback. Developers in Australian agencies routinely include a 1x, 2x, and 3x source for every icon referenced in the interface.
CSS background images also benefit from resolution-aware declarations. Writing background-image: url(icon@2x.png); background-size: 24px 24px; ensures the asset is displayed at its intended logical size regardless of its physical pixel dimensions. Pairing these techniques with lazy loading keeps initial page weight low, which matters for visitors on slower connections in regional WA or Tasmania.
Performance, testing, and real-world delivery
Optimised icons contribute to faster pages, but only if every step of the pipeline is tested. Chrome DevTools' device emulation mode lets designers preview their work on simulated iPhone and Galaxy screens, while BrowserStack adds coverage for less common handsets. For Australian projects, testing on Telstra and Optus mobile networks reveals how assets behave on variable 4G and 5G connections.
Page weight calculators and Lighthouse audits confirm the gains in numbers. A typical fifty-icon set drops from around 800 kilobytes at 1x to roughly 350 kilobytes when SVG is adopted for simple shapes, with the remainder compressed to 1x and 2x PNG fallbacks. Reviewing these numbers before launch protects both user experience and search performance across Australian markets and beyond.
Browse the PSD Icons catalogue for packs already prepared with Retina and HiDPI variants, ready to drop into your next project. Subscribe to the email list for fresh releases, export tips, and member-only discounts on premium collections.
Ultimate Flat Social Icon Set
A premium pack of 70 icons delivered in PSD and PNG, across 4 sizes and 2 different styles, with an HTML/CSS3 version included.
It was built to complement the free library for projects needing a consistent, flat social icon set.
Browse by category
Icons are grouped into 19 categories, from everyday app and business icons to travel, music and user-interface glyphs.
Categories
Apps, Business, Communication, Design, E-commerce, Entertainment, Finance, Holidays & Events, Internet, Media, Miscellaneous, Music, News, Photography, Social, Technology, Travel, User Interfaces, Video.
License & Subscribe
Licensing terms cover use of both free and premium icons in personal and commercial work. Subscribers received email updates on new icon posts, with an RSS feed also available.
Get in touch
Questions, information or icon suggestions could be sent to contact.psdicons@psdicons.net, with replies typically arriving in 1–2 days.
𝕏