Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9190679
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T20:31:04+00:00 2026-06-17T20:31:04+00:00

What size should an application icon and menu bar icon for OS X be?

  • 0

What size should an application icon and menu bar icon for OS X be?

I can deal with small resolution displays but what about Retina – does an icon displayed on the menu bar (e.g. 20 x 20 ) will be smaller or blurred on a new MacBook Pro with Retina display?
I reckon that the Application icon will be scaled, so if I’ll prepare twice larger than regular it should be OK on Retina.

I found an excellent guide for iOS development with sizes specification but I can’t find similar size specifications for OS X.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T20:31:06+00:00Added an answer on June 17, 2026 at 8:31 pm

    NSStatusBar icons (i.e. Menu bar icons) are different from regular app icons. I have not been able to find an NSStatusBar official icon guideline, but I have to believe that the Toolbar Icon guideline for buttons is pretty close. It suggests:

    • Create icons that measure no more than 19×19 pixels.
    • Make the outline sharp and clear.
    • Use a straight-on perspective.
    • Use black (add transparency only as necessary to suggest
      dimensionality).
    • Use anti-aliasing.
    • Use the PDF format.
    • Make sure the
      image is visually centered in the control (note that visually
      centered might not be the same as mathematically centered).

    In testing, I’ve found:

    1. NSStatusBar seems to look best with something 18 pixels high, or less. The systemStatusBar has a thickness of 22.
    2. While it lists PDF format, I’ve been using png without issue.
    3. If you want your icon to be white on blue when it’s selected, you need to provide the alternateImage as a separate white version of your icon.

    Code sample:

    myStatusItem = [[NSStatusBar systemStatusBar]statusItemWithLength:NSSquareStatusItemLength];
    NSImage *statusImage = [NSImage imageNamed:@"Status.png"];
    [myStatusItem setImage:statusImage];
    NSImage *altStatusImage = [NSImage imageNamed:@"StatusHighlighted"];
    [myStatusItem setAlternateImage:altStatusImage];
    [myStatusItem setHighlightMode:YES];
    [myStatusItem setMenu:self.myStatusMenu];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

What size should the Application Icon be for .NET programs?
My application should look good on small screens. When it is normal size, everything
Many people have argued about function size. They say that functions in general should
I'd like to add an icon of my application to screen's title bar. what
This is part of an iPhone application but should apply to Cocoa written in
What should be maximum size of Sitemap.xml for any e-commerece ASP .Net website.
This should reduce the executable size quite a bit in some of my very
Summary: How should the UIViewController know the size of its UIView instance when initialising
This predicate should print a list of size N containing possible permutations of 0
Html text box should have same font size for both upper and lower case

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.