Skip to content

Icons

Icons are visual symbols that help communicate meaning, actions, and navigation throughout an interface. The Cimpress UI library provides a collection of icons as React components that can be imported from @cimpress-ui/react/icons.

Icons can be sized using the size prop, which accepts 16, 24 and 32 as valid pixel sizes.

Icons can be customized with different foreground colors using the tone prop. For information about available foreground colors and their intended use, please refer to the foreground colors documentation.

By default, the icon components from @cimpress-ui/react/icons are treated as decorative content. This means that we set aria-hidden="true" unless certain props are passed to the component.

If you would like the icon to be announced by a screen reader, you can supply an aria-label or aria-labelledby. For example:

import { IconAdd } from '@cimpress-ui/react/icons';
function App() {
return <IconAdd aria-label="Add" />;
}

IconActionRedo

IconActionUndo

IconAdd

IconAddBold

IconAddCircle

IconAddCircleFill

IconAddSquare

IconAddSquareFill

IconAnalyticsGraph

IconAnalyticsPie

IconAnalyticsPieFill

IconAppWindowLayout

IconAppWindowNext

IconAppWindowSearch

IconArrowDown

IconArrowDownBold

IconArrowLeft

IconArrowLeftBold

IconArrowRight

IconArrowRightBold

IconArrowUp

IconArrowUpBold

IconAttachment

IconBarcode

IconBell

IconBellOff

IconBookOpen

IconBookOpenFill

IconBrackets

IconCalculator

IconCalculatorAlt

IconCalendar

IconCalendarFill

IconCalendarEmpty

IconCategoryApparel

IconCategoryBag

IconCategoryBook

IconCategoryGift

IconCategoryLargeFormat

IconCategoryNewspaper

IconCategoryPackage

IconCategoryPromoProduct

IconCategorySmallFormat

IconCheck

IconCheckBold

IconCheckBadge

IconCheckBadgeFill

IconCheckCircle

IconCheckCircleFill

IconCheckSquare

IconCheckSquareFill

IconChevronDown

IconChevronDownBold

IconChevronExpand

IconChevronExpandBold

IconChevronLeft

IconChevronLeftBold

IconChevronRight

IconChevronRightBold

IconChevronUp

IconChevronUpBold

IconCircleBoldFill

IconClose

IconCloseBold

IconCloseCircleFill

IconCoinsBill

IconCopy

IconCopyPaste

IconDeliveryBox

IconDeliveryPlane

IconDeliveryTruck

IconDeliveryTruckFill

IconDownload

IconEmail

IconEmailOpen

IconFileFinances

IconHome

IconImage

IconImageFill

IconInfoCircle

IconInfoCircleFill

IconKeyboard

IconLayers

IconLink

IconListBullets

IconListNumbers

IconLock

IconLockFill

IconLockOpen

IconLockOpenFill

IconMenu

IconMenuBold

IconMenuGrid

IconMenuMoreHorizontal

IconMenuMoreVertical

IconPencil

IconPencilFill

IconPlaceholder

IconQuestionCircle

IconQuestionCircleFill

IconRatingStar

IconRatingStarFill

IconRatingStarBold

IconRatingStarBoldFill

IconSave

IconSearch

IconSearchBold

IconSettingsCog

IconSettingsCogFill

IconSettingsSlider

IconShirtAdd

IconSortAscending

IconSortAscendingAlt

IconSortDescending

IconSortDescendingAlt

IconSortUnsorted

IconSubtract

IconSubtractBold

IconTextBold

IconTextAlignmentCenter

IconTextAlignmentJustify

IconTextAlignmentLeft

IconTextAlignmentRight

IconTextItalic

IconTextStrikethrough

IconTextUnderline

IconTrash

IconTrashFill

IconView

IconViewOff

IconWarning

IconWarningFill

IconWarningCircleFill

IconZoomIn

IconZoomOut