> ## Content Index
> Fetch the complete content index at: https://nolongerset.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Icon Dimensions in the Office Ribbon
- URL: https://nolongerset.com/icon-dimensions-in-the-office-ribbon/
- Published: 2022-02-05T00:52:54.000Z
- Updated: 2026-05-08T12:59:46.000Z
- Description: Custom ribbon icons look sharpest when they are displayed at their native resolution.
- Author: Mike Wolfe
- Tags: Ribbon, #Import 2026-05-20 02:59

You can use custom images when building ribbon interfaces in Microsoft Office.

If you want those images to look crisp, you need to use icons that are sized to match the native resolution of the ribbon. Small icons should be 16 x 16 pixel squares, while large icons should be 32 x 32 pixels.

- **RibbonControlSizeRegular**: 16 x 16 pixels
- **RibbonControlSizeLarge**: 32 x 32 pixels

## A Quick Experiment

I had a surprisingly difficult time finding this information when I searched for it today. I ended up running a quick experiment to confirm the sizes. I loaded a 64 x 64 pixel square .png file as the custom image for regular and large buttons. I then used a screen grab tool to measure the outside dimensions of the resized square. The large button was 32 x 32 pixels, while the regular (small) button was 16 x 16.

## Source for Custom Icons

At the [2021 Access DevCon](https://nolongerset.com/access-devcon-2021-day-2/#data-source-manager), Kevin Bell presented his free [Data Source Manager](https://accessui.com/Products/DataSourceManager) application. I liked the icons he showed so much that I asked where they came from. He said they came from icons8.com, the 40x40 size. 

It appears that this is [the set](https://icons8.com/icons/office) he was using:

![](https://storage.ghost.io/c/eb/d7/ebd732c1-5f03-4f07-b386-5d08557e15c9/content/images/2022/02/image-19.png)

Screenshot from https://icons8.com/icons/

For the small (RibbonControlSizeRegular) icons, I found it was worth looking for icons that are available in a native 16x16 resolution, as they appeared noticeably sharper in the ribbon.