Icon

The Icon component displays a graphic symbol representing an object or function.

The package provides a large number of prepackaged icon components as well as a generic icon component to which you can provide your own SVG. A brief, introductory couple of sentences about the component. This is a second sentence just so that there’s a second line in this document. Think of this a teaser for the When/How to Use section.

Examples #

Icon #

Text to explain what’s special about this example.

<IconSentimentSatisfied />

Color #

You can apply a color to any icon. Text to explain what’s special about this example.

<IconSentimentSatisfied color="coral" />

Sizes #

Icons are available in three preset sizes, or you can supply your own custom size. Slightly longer text to explain what’s so special about this particular example.

<div>
	<IconSentimentSatisfied size="small" />
	<IconSentimentSatisfied />
	<IconSentimentSatisfied size="large" />
	<IconSentimentSatisfied size="7em" />
</div>

Title #

Standalone icons need a title as opposed to decorative icons (those that repeat the information conveyed by text or do not add significant value). Text to explain what’s special about this example.

smiley-face
<IconSentimentSatisfied title="smiley-face" />

RTL #

Some icons will be automatically mirrored for (right-to-left) RTL languages Slightly longer text to explain what’s so special about this particular example.

<ThemeProvider theme={{ direction: 'rtl' }}>
	<IconHelp />
</ThemeProvider>

Custom #

You can render a custom icon by supplying an SVG as a child. Text to explain what’s special about this example. Text to explain what’s special about this example. Text to explain what’s special about this example.

CA Technologies
<Icon size="7em" title="CA Technologies">
	<svg viewBox="0 0 16 16">
		<path
			className="trademark"
			d="M14.514 10.187c-0.256 0-0.419-0.186-0.419-0.442s0.186-0.442 0.419-0.442c0.256 0 0.419 0.186 0.419 0.442 0 0.279-0.163 0.442-0.419 0.442zM14.514 9.373c-0.209 0-0.372 0.14-0.372 0.395s0.163 0.372 0.372 0.372c0.209 0 0.372-0.14 0.372-0.372 0-0.256-0.163-0.395-0.372-0.395zM14.653 9.977l-0.14-0.209h-0.070v0.209h-0.093v-0.489h0.14c0.093 0 0.163 0.047 0.163 0.14 0 0.070-0.047 0.116-0.093 0.14l0.14 0.186-0.047 0.023zM14.514 9.582h-0.070v0.14h0.070c0.047 0 0.093-0.023 0.093-0.070s-0.023-0.070-0.093-0.070z"
		/>
		<g className="technologies">
			<path d="M0.788 12.187v-0.465h0.349v0.465h0.279v0.279h-0.279v0.814c0 0.070 0.047 0.093 0.116 0.093 0.047 0 0.116-0.023 0.163-0.023v0.279c-0.093 0-0.186 0.023-0.279 0.023-0.256 0-0.349-0.116-0.349-0.326v-0.861h-0.186v-0.279h0.186z" />
			<path d="M1.905 12.955c0 0.302 0.14 0.419 0.302 0.419s0.233-0.070 0.326-0.163l0.256 0.163c-0.14 0.209-0.326 0.302-0.605 0.302-0.372 0-0.605-0.279-0.605-0.744s0.233-0.744 0.605-0.744c0.372 0 0.582 0.326 0.582 0.651v0.116h-0.861zM2.44 12.722c0-0.209-0.116-0.302-0.279-0.302s-0.279 0.116-0.279 0.302h0.558z" />
			<path d="M3.859 12.653c-0.047-0.116-0.116-0.209-0.279-0.209-0.186 0-0.279 0.14-0.279 0.465s0.093 0.465 0.279 0.465c0.14 0 0.233-0.093 0.302-0.233l0.256 0.14c-0.14 0.256-0.302 0.349-0.558 0.349-0.395 0-0.605-0.279-0.605-0.744s0.233-0.744 0.605-0.744c0.279 0 0.489 0.14 0.558 0.372l-0.279 0.14z" />
			<path d="M4.394 13.607v-1.977h0.349v0.698c0.093-0.093 0.233-0.186 0.419-0.186 0.279 0 0.419 0.186 0.419 0.489v0.977h-0.349v-0.931c0-0.186-0.070-0.256-0.186-0.256-0.14 0-0.256 0.093-0.326 0.163v1.024h-0.326z" />
			<path d="M5.906 13.607v-1.442h0.302v0.163c0.116-0.093 0.279-0.186 0.442-0.186 0.279 0 0.419 0.186 0.419 0.489v0.977h-0.349v-0.931c0-0.186-0.070-0.256-0.186-0.256-0.14 0-0.256 0.093-0.326 0.163v1.024h-0.302z" />
			<path d="M7.953 12.164c0.395 0 0.628 0.279 0.628 0.744s-0.233 0.744-0.628 0.744c-0.395 0-0.628-0.279-0.628-0.744s0.233-0.744 0.628-0.744zM7.953 12.443c-0.186 0-0.279 0.14-0.279 0.465s0.093 0.465 0.279 0.465c0.186 0 0.279-0.14 0.279-0.465s-0.093-0.465-0.279-0.465z" />
			<path d="M8.837 13.607v-1.977h0.349v1.977z" />
			<path d="M10.070 12.164c0.395 0 0.628 0.279 0.628 0.744s-0.233 0.744-0.628 0.744c-0.395 0-0.628-0.279-0.628-0.744s0.233-0.744 0.628-0.744zM10.070 12.443c-0.186 0-0.279 0.14-0.279 0.465s0.093 0.465 0.279 0.465c0.186 0 0.279-0.14 0.279-0.465s-0.093-0.465-0.279-0.465z" />
			<path d="M12.094 12.397c-0.070 0-0.163 0-0.209 0.023 0.047 0.070 0.070 0.14 0.070 0.256 0 0.279-0.186 0.465-0.535 0.465-0.14 0-0.256 0-0.256 0.093 0 0.233 0.931-0.093 0.931 0.489 0 0.209-0.209 0.419-0.651 0.419-0.372 0-0.628-0.116-0.628-0.349 0-0.186 0.14-0.256 0.256-0.256v0c-0.070-0.047-0.209-0.070-0.209-0.233 0-0.14 0.163-0.233 0.209-0.256-0.116-0.093-0.209-0.209-0.209-0.372 0-0.256 0.186-0.489 0.558-0.489 0.116 0 0.256 0.047 0.349 0.116 0.070-0.093 0.163-0.14 0.326-0.116v0.209zM11.094 13.746c0 0.116 0.093 0.163 0.372 0.163 0.209 0 0.302-0.116 0.302-0.163 0-0.070-0.093-0.163-0.419-0.163-0.209 0-0.256 0.116-0.256 0.163zM11.396 12.42c-0.14 0-0.256 0.093-0.256 0.233s0.093 0.233 0.256 0.233c0.14 0 0.233-0.116 0.233-0.233 0-0.14-0.093-0.233-0.233-0.233z" />
			<path d="M12.327 11.932v-0.326h0.349v0.326h-0.349zM12.676 13.188v0.419h-0.349v-1.442h0.349v1.024z" />
			<path d="M13.281 12.955c0 0.302 0.14 0.419 0.302 0.419s0.233-0.070 0.326-0.163l0.256 0.163c-0.14 0.209-0.326 0.302-0.605 0.302-0.372 0-0.605-0.279-0.605-0.744s0.233-0.744 0.628-0.744c0.372 0 0.582 0.326 0.582 0.651v0.116h-0.884zM13.816 12.722c0-0.209-0.116-0.302-0.279-0.302s-0.279 0.116-0.279 0.302h0.558z" />
			<path d="M15.119 12.56c-0.070-0.070-0.163-0.14-0.256-0.14-0.14 0-0.186 0.047-0.186 0.14 0 0.256 0.721 0.14 0.721 0.675 0 0.302-0.233 0.419-0.512 0.419-0.233 0-0.419-0.093-0.535-0.279l0.233-0.163c0.070 0.116 0.186 0.209 0.326 0.209 0.116 0 0.209-0.070 0.209-0.163 0-0.233-0.721-0.163-0.721-0.651 0-0.256 0.233-0.419 0.465-0.419 0.186 0 0.372 0.070 0.512 0.209l-0.256 0.163z" />
		</g>
		<g className="ca">
			<path d="M10.838 8.14c-0.279 0.419-0.698 0.675-1.186 0.675-0.651 0-1.21-0.302-1.21-1.024 0-1.047 1.535-1.419 2.722-1.489v0.302c0 0.698 0 1.047-0.326 1.535zM8.651 4.348c0.186-0.489 0.651-0.675 1.303-0.675 0.931 0 1.186 0.651 1.21 1.186v0.256c-2.559 0.116-4.955 0.605-4.909 2.931 0.023 1.628 1.512 2.303 2.536 2.303 1.186 0 1.838-0.326 2.489-1.117 0 0.349 0.047 0.698 0.116 0.954h2.28c-0.116-0.395-0.163-0.814-0.163-1.21v-4.257c0-1.024-0.186-1.605-0.744-2.117-0.535-0.489-1.373-0.744-2.536-0.744-1.070 0-1.977 0.233-2.652 0.698v0c0.558 0.465 0.931 1.070 1.070 1.791v0z" />
			<path d="M6.116 7.953c0 0.047 0 0.093 0 0.14 0 0.023 0 0.047 0 0.070 0.047 0.837 0.442 1.349 0.814 1.652-0.628 0.372-1.396 0.512-2.070 0.512-2.443 0.023-3.908-1.721-3.908-4.141 0-2.512 1.512-4.327 4.071-4.327 1.861 0 3.396 1 3.559 2.931h-2.233c0-0.744-0.512-1.117-1.233-1.117-1.163 0-1.512 0.814-1.512 2.326 0 1.535 0.326 2.419 1.512 2.419 0.442 0 0.791-0.14 1-0.465v0z" />
		</g>
	</svg>
</Icon>

Icons by Category #

Text to explain what’s special about this example. Text to explain what’s special about this example. Text to explain what’s special about this example.

action

Icon3DRotation
IconAccessibility
IconAccessible
IconAccountBalance
IconAccountBalanceWallet
IconAccountBox
IconAccountCircle
IconAddShoppingCart
IconAlarm
IconAlarmAdd
IconAlarmOff
IconAlarmOn
IconAllOut
IconAndroid
IconAnnouncement
IconAspectRatio
IconAssessment
IconAssignment
IconAssignmentInd
IconAssignmentLate
IconAssignmentReturn
IconAssignmentReturned
IconAssignmentTurnedIn
IconAutorenew
IconBackup
IconBook
IconBookmark
IconBookmarkBorder
IconBugReport
IconBuild
IconCached
IconCameraEnhance
IconCardGiftcard
IconCardMembership
IconCardTravel
IconChangeHistory
IconCheckCircle
IconChromeReaderMode
IconClass
IconCode
IconCompareArrows
IconCopyright
IconCreditCard
IconDashboard
IconDateRange
IconDelete
IconDeleteForever
IconDescription
IconDns
IconDone
IconDoneAll
IconDonutLarge
IconDonutSmall
IconEject
IconEuroSymbol
IconEvent
IconEventSeat
IconExitToApp
IconExplore
IconExtension
IconFace
IconFavorite
IconFavoriteBorder
IconFeedback
IconFindInPage
IconFindReplace
IconFingerprint
IconFlightLand
IconFlightTakeoff
IconFlipToBack
IconFlipToFront
IconGTranslate
IconGavel
IconGetApp
IconGif
IconGrade
IconGroupWork
IconHelp
IconHelpOutline
IconHighlightOff
IconHistory
IconHome
IconHourglassEmpty
IconHourglassFull
IconHttp
IconHttps
IconImportantDevices
IconInfo
IconInfoOutline
IconInput
IconInvertColors
IconLabel
IconLabelOutline
IconLanguage
IconLaunch
IconLightbulbOutline
IconLineStyle
IconLineWeight
IconList
IconLock
IconLockOpen
IconLockOutline
IconLoyalty
IconMarkunreadMailbox
IconMotorcycle
IconNoteAdd
IconOfflinePin
IconOpacity
IconOpenInBrowser
IconOpenInNew
IconOpenWith
IconPageview
IconPanTool
IconPayment
IconPermCameraMic
IconPermContactCalendar
IconPermDataSetting
IconPermDeviceInformation
IconPermIdentity
IconPermMedia
IconPermPhoneMsg
IconPermScanWifi
IconPets
IconPictureInPicture
IconPictureInPictureAlt
IconPlayForWork
IconPolymer
IconPowerSettingsNew
IconPregnantWoman
IconPrint
IconQueryBuilder
IconQuestionAnswer
IconReceipt
IconRecordVoiceOver
IconRedeem
IconRemoveShoppingCart
IconReorder
IconReportProblem
IconRestore
IconRestorePage
IconRoom
IconRoundedCorner
IconRowing
IconSchedule
IconSearch
IconSettings
IconSettingsApplications
IconSettingsBackupRestore
IconSettingsBluetooth
IconSettingsBrightness
IconSettingsCell
IconSettingsEthernet
IconSettingsInputAntenna
IconSettingsInputComponent
IconSettingsInputComposite
IconSettingsInputHdmi
IconSettingsInputSvideo
IconSettingsOverscan
IconSettingsPhone
IconSettingsPower
IconSettingsRemote
IconSettingsVoice
IconShop
IconShopTwo
IconShoppingBasket
IconShoppingCart
IconSpeakerNotes
IconSpeakerNotesOff
IconSpellcheck
IconStars
IconStore
IconSubject
IconSupervisorAccount
IconSwapHoriz
IconSwapVert
IconSwapVerticalCircle
IconSystemUpdateAlt
IconTab
IconTabUnselected
IconTheaters
IconThumbDown
IconThumbUp
IconThumbsUpDown
IconTimeline
IconToc
IconToday
IconToll
IconTouchApp
IconTrackChanges
IconTranslate
IconTrendingDown
IconTrendingFlat
IconTrendingUp
IconTurnedIn
IconTurnedInNot
IconUpdate
IconVerifiedUser
IconViewAgenda
IconViewArray
IconViewCarousel
IconViewColumn
IconViewDay
IconViewHeadline
IconViewList
IconViewModule
IconViewQuilt
IconViewStream
IconViewWeek
IconVisibility
IconVisibilityOff
IconWatchLater
IconWork
IconYoutubeSearchedFor
IconZoomIn
IconZoomOut

alert

IconAddAlert
IconError
IconErrorOutline
IconWarning

av

IconAddToQueue
IconAirplay
IconAlbum
IconArtTrack
IconAvTimer
IconBrandingWatermark
IconCallToAction
IconClosedCaption
IconEqualizer
IconExplicit
IconFastForward
IconFastRewind
IconFeaturedPlayList
IconFeaturedVideo
IconFiberDvr
IconFiberManualRecord
IconFiberNew
IconFiberPin
IconFiberSmartRecord
IconForward10
IconForward30
IconForward5
IconGames
IconHd
IconHearing
IconHighQuality
IconLibraryAdd
IconLibraryBooks
IconLibraryMusic
IconLoop
IconMic
IconMicNone
IconMicOff
IconMovie
IconMusicVideo
IconNewReleases
IconNotInterested
IconNote
IconPause
IconPauseCircleFilled
IconPauseCircleOutline
IconPlayArrow
IconPlayCircleFilled
IconPlayCircleOutline
IconPlaylistAdd
IconPlaylistAddCheck
IconPlaylistPlay
IconQueue
IconQueueMusic
IconQueuePlayNext
IconRadio
IconRecentActors
IconRemoveFromQueue
IconRepeat
IconRepeatOne
IconReplay10
IconReplay
IconReplay30
IconReplay5
IconShuffle
IconSkipNext
IconSkipPrevious
IconSlowMotionVideo
IconSnooze
IconSortByAlpha
IconStop
IconSubscriptions
IconSubtitles
IconSurroundSound
IconVideoCall
IconVideoLabel
IconVideoLibrary
IconVideocam
IconVideocamOff
IconVolumeDown
IconVolumeMute
IconVolumeOff
IconVolumeUp
IconWeb
IconWebAsset

communication

IconBusiness
IconCall
IconCallEnd
IconCallMade
IconCallMerge
IconCallMissed
IconCallMissedOutgoing
IconCallReceived
IconCallSplit
IconChat
IconChatBubble
IconChatBubbleOutline
IconClearAll
IconComment
IconContactMail
IconContactPhone
IconContacts
IconDialerSip
IconDialpad
IconEmail
IconForum
IconImportContacts
IconImportExport
IconInvertColorsOff
IconLiveHelp
IconLocationOff
IconLocationOn
IconMailOutline
IconMessage
IconNoSim
IconPhone
IconPhonelinkErase
IconPhonelinkLock
IconPhonelinkRing
IconPhonelinkSetup
IconPortableWifiOff
IconPresentToAll
IconRingVolume
IconRssFeed
IconScreenShare
IconSpeakerPhone
IconStayCurrentLandscape
IconStayCurrentPortrait
IconStayPrimaryLandscape
IconStayPrimaryPortrait
IconStopScreenShare
IconSwapCalls
IconTextsms
IconVoicemail
IconVpnKey

content

IconAdd
IconAddBox
IconAddCircle
IconAddCircleOutline
IconArchive
IconBackspace
IconBlock
IconClear
IconContentCopy
IconContentCut
IconContentPaste
IconCreate
IconDeleteSweep
IconDrafts
IconFilterList
IconFlag
IconFontDownload
IconForward
IconGesture
IconInbox
IconLink
IconLowPriority
IconMail
IconMarkunread
IconMoveToInbox
IconNextWeek
IconRedo
IconRemove
IconRemoveCircle
IconRemoveCircleOutline
IconReply
IconReplyAll
IconReport
IconSave
IconSelectAll
IconSend
IconSort
IconTextFormat
IconUnarchive
IconUndo
IconWeekend

device

IconAccessAlarm
IconAccessAlarms
IconAccessTime
IconAddAlarm
IconAirplanemodeActive
IconAirplanemodeInactive
IconBattery20
IconBattery30
IconBattery50
IconBattery60
IconBattery80
IconBattery90
IconBatteryAlert
IconBatteryCharging20
IconBatteryCharging30
IconBatteryCharging50
IconBatteryCharging60
IconBatteryCharging80
IconBatteryCharging90
IconBatteryChargingFull
IconBatteryFull
IconBatteryStd
IconBatteryUnknown
IconBluetooth
IconBluetoothConnected
IconBluetoothDisabled
IconBluetoothSearching
IconBrightnessAuto
IconBrightnessHigh
IconBrightnessLow
IconBrightnessMedium
IconDataUsage
IconDeveloperMode
IconDevices
IconDvr
IconGpsFixed
IconGpsNotFixed
IconGpsOff
IconGraphicEq
IconLocationDisabled
IconLocationSearching
IconNetworkCell
IconNetworkWifi
IconNfc
IconScreenLockLandscape
IconScreenLockPortrait
IconScreenLockRotation
IconScreenRotation
IconSdStorage
IconSettingsSystemDaydream
IconSignalCellular0Bar
IconSignalCellular1Bar
IconSignalCellular2Bar
IconSignalCellular3Bar
IconSignalCellular4Bar
IconSignalCellularConnectedNoInternet0Bar
IconSignalCellularConnectedNoInternet1Bar
IconSignalCellularConnectedNoInternet2Bar
IconSignalCellularConnectedNoInternet3Bar
IconSignalCellularConnectedNoInternet4Bar
IconSignalCellularNoSim
IconSignalCellularNull
IconSignalCellularOff
IconSignalWifi0Bar
IconSignalWifi1Bar
IconSignalWifi1BarLock
IconSignalWifi2Bar
IconSignalWifi2BarLock
IconSignalWifi3Bar
IconSignalWifi3BarLock
IconSignalWifi4Bar
IconSignalWifi4BarLock
IconSignalWifiOff
IconStorage
IconUsb
IconWallpaper
IconWidgets
IconWifiLock
IconWifiTethering

editor

IconAttachFile
IconAttachMoney
IconBorderAll
IconBorderBottom
IconBorderClear
IconBorderColor
IconBorderHorizontal
IconBorderInner
IconBorderLeft
IconBorderOuter
IconBorderRight
IconBorderStyle
IconBorderTop
IconBorderVertical
IconBubbleChart
IconDragHandle
IconFormatAlignCenter
IconFormatAlignJustify
IconFormatAlignLeft
IconFormatAlignRight
IconFormatBold
IconFormatClear
IconFormatColorFill
IconFormatColorReset
IconFormatColorText
IconFormatIndentDecrease
IconFormatIndentIncrease
IconFormatItalic
IconFormatLineSpacing
IconFormatListBulleted
IconFormatListNumbered
IconFormatPaint
IconFormatQuote
IconFormatShapes
IconFormatSize
IconFormatStrikethrough
IconFormatTextdirectionLToR
IconFormatTextdirectionRToL
IconFormatUnderlined
IconFunctions
IconHighlight
IconInsertChart
IconInsertComment
IconInsertDriveFile
IconInsertEmoticon
IconInsertInvitation
IconInsertLink
IconInsertPhoto
IconLinearScale
IconMergeType
IconModeComment
IconModeEdit
IconMonetizationOn
IconMoneyOff
IconMultilineChart
IconPieChart
IconPieChartOutlined
IconPublish
IconShortText
IconShowChart
IconSpaceBar
IconStrikethroughS
IconTextFields
IconTitle
IconVerticalAlignBottom
IconVerticalAlignCenter
IconVerticalAlignTop
IconWrapText

file

IconAttachment
IconCloud
IconCloudCircle
IconCloudDone
IconCloudDownload
IconCloudOff
IconCloudQueue
IconCloudUpload
IconCreateNewFolder
IconFileDownload
IconFileUpload
IconFolder
IconFolderOpen
IconFolderShared

hardware

IconCast
IconCastConnected
IconComputer
IconDesktopMac
IconDesktopWindows
IconDeveloperBoard
IconDeviceHub
IconDevicesOther
IconDock
IconGamepad
IconHeadset
IconHeadsetMic
IconKeyboard
IconKeyboardArrowDown
IconKeyboardArrowLeft
IconKeyboardArrowRight
IconKeyboardArrowUp
IconKeyboardBackspace
IconKeyboardCapslock
IconKeyboardHide
IconKeyboardReturn
IconKeyboardTab
IconKeyboardVoice
IconLaptop
IconLaptopChromebook
IconLaptopMac
IconLaptopWindows
IconMemory
IconMouse
IconPhoneAndroid
IconPhoneIphone
IconPhonelink
IconPhonelinkOff
IconPowerInput
IconRouter
IconScanner
IconSecurity
IconSimCard
IconSmartphone
IconSpeaker
IconSpeakerGroup
IconTablet
IconTabletAndroid
IconTabletMac
IconToys
IconTv
IconVideogameAsset
IconWatch

image

IconAddAPhoto
IconAddToPhotos
IconAdjust
IconAssistant
IconAssistantPhoto
IconAudiotrack
IconBlurCircular
IconBlurLinear
IconBlurOff
IconBlurOn
IconBrightness1
IconBrightness2
IconBrightness3
IconBrightness4
IconBrightness5
IconBrightness6
IconBrightness7
IconBrokenImage
IconBrush
IconBurstMode
IconCamera
IconCameraAlt
IconCameraFront
IconCameraRear
IconCameraRoll
IconCenterFocusStrong
IconCenterFocusWeak
IconCollections
IconCollectionsBookmark
IconColorLens
IconColorize
IconCompare
IconControlPoint
IconControlPointDuplicate
IconCrop169
IconCrop
IconCrop32
IconCrop54
IconCrop75
IconCropDin
IconCropFree
IconCropLandscape
IconCropOriginal
IconCropPortrait
IconCropRotate
IconCropSquare
IconDehaze
IconDetails
IconEdit
IconExposure
IconExposureNeg1
IconExposureNeg2
IconExposurePlus1
IconExposurePlus2
IconExposureZero
IconFilter1
IconFilter2
IconFilter
IconFilter3
IconFilter4
IconFilter5
IconFilter6
IconFilter7
IconFilter8
IconFilter9
IconFilter9Plus
IconFilterBAndW
IconFilterCenterFocus
IconFilterDrama
IconFilterFrames
IconFilterHdr
IconFilterNone
IconFilterTiltShift
IconFilterVintage
IconFlare
IconFlashAuto
IconFlashOff
IconFlashOn
IconFlip
IconGradient
IconGrain
IconGridOff
IconGridOn
IconHdrOff
IconHdrOn
IconHdrStrong
IconHdrWeak
IconHealing
IconImage
IconImageAspectRatio
IconIso
IconLandscape
IconLeakAdd
IconLeakRemove
IconLens
IconLinkedCamera
IconLooks
IconLooks3
IconLooks4
IconLooks5
IconLooks6
IconLooksOne
IconLooksTwo
IconLoupe
IconMonochromePhotos
IconMovieCreation
IconMovieFilter
IconMusicNote
IconNature
IconNaturePeople
IconNavigateBefore
IconNavigateNext
IconPalette
IconPanorama
IconPanoramaFishEye
IconPanoramaHorizontal
IconPanoramaVertical
IconPanoramaWideAngle
IconPhoto
IconPhotoAlbum
IconPhotoCamera
IconPhotoFilter
IconPhotoLibrary
IconPhotoSizeSelectActual
IconPhotoSizeSelectLarge
IconPhotoSizeSelectSmall
IconPictureAsPdf
IconPortrait
IconRemoveRedEye
IconRotate90DegreesCcw
IconRotateLeft
IconRotateRight
IconSlideshow
IconStraighten
IconStyle
IconSwitchCamera
IconSwitchVideo
IconTagFaces
IconTexture
IconTimelapse
IconTimer10
IconTimer
IconTimer3
IconTimerOff
IconTonality
IconTransform
IconTune
IconViewComfy
IconViewCompact
IconVignette
IconWbAuto
IconWbCloudy
IconWbIncandescent
IconWbIridescent
IconWbSunny

maps

IconAddLocation
IconBeenhere
IconDirections
IconDirectionsBike
IconDirectionsBoat
IconDirectionsBus
IconDirectionsCar
IconDirectionsRailway
IconDirectionsRun
IconDirectionsSubway
IconDirectionsTransit
IconDirectionsWalk
IconEditLocation
IconEvStation
IconFlight
IconHotel
IconLayers
IconLayersClear
IconLocalActivity
IconLocalAirport
IconLocalAtm
IconLocalBar
IconLocalCafe
IconLocalCarWash
IconLocalConvenienceStore
IconLocalDining
IconLocalDrink
IconLocalFlorist
IconLocalGasStation
IconLocalGroceryStore
IconLocalHospital
IconLocalHotel
IconLocalLaundryService
IconLocalLibrary
IconLocalMall
IconLocalMovies
IconLocalOffer
IconLocalParking
IconLocalPharmacy
IconLocalPhone
IconLocalPizza
IconLocalPlay
IconLocalPostOffice
IconLocalPrintshop
IconLocalSee
IconLocalShipping
IconLocalTaxi
IconMap
IconMyLocation
IconNavigation
IconNearMe
IconPersonPin
IconPersonPinCircle
IconPinDrop
IconPlace
IconRateReview
IconRestaurant
IconRestaurantMenu
IconSatellite
IconStoreMallDirectory
IconStreetview
IconSubway
IconTerrain
IconTraffic
IconTrain
IconTram
IconTransferWithinAStation
IconZoomOutMap

navigation

IconApps
IconArrowBack
IconArrowDownward
IconArrowDropDown
IconArrowDropDownCircle
IconArrowDropUp
IconArrowForward
IconArrowUpward
IconCancel
IconCheck
IconChevronLeft
IconChevronRight
IconClose
IconExpandLess
IconExpandMore
IconFirstPage
IconFullscreen
IconFullscreenExit
IconLastPage
IconMenu
IconMoreHoriz
IconMoreVert
IconRefresh
IconSubdirectoryArrowLeft
IconSubdirectoryArrowRight
IconUnfoldLess
IconUnfoldMore

notification

IconAdb
IconAirlineSeatFlat
IconAirlineSeatFlatAngled
IconAirlineSeatIndividualSuite
IconAirlineSeatLegroomExtra
IconAirlineSeatLegroomNormal
IconAirlineSeatLegroomReduced
IconAirlineSeatReclineExtra
IconAirlineSeatReclineNormal
IconBluetoothAudio
IconConfirmationNumber
IconDiscFull
IconDoNotDisturb
IconDoNotDisturbAlt
IconDoNotDisturbOff
IconDoNotDisturbOn
IconDriveEta
IconEnhancedEncryption
IconEventAvailable
IconEventBusy
IconEventNote
IconFolderSpecial
IconLiveTv
IconMms
IconMore
IconNetworkCheck
IconNetworkLocked
IconNoEncryption
IconOndemandVideo
IconPersonalVideo
IconPhoneBluetoothSpeaker
IconPhoneForwarded
IconPhoneInTalk
IconPhoneLocked
IconPhoneMissed
IconPhonePaused
IconPower
IconPriorityHigh
IconRvHookup
IconSdCard
IconSimCardAlert
IconSms
IconSmsFailed
IconSync
IconSyncDisabled
IconSyncProblem
IconSystemUpdate
IconTapAndPlay
IconTimeToLeave
IconVibration
IconVoiceChat
IconVpnLock
IconWc
IconWifi

places

IconAcUnit
IconAirportShuttle
IconAllInclusive
IconBeachAccess
IconBusinessCenter
IconCasino
IconChildCare
IconChildFriendly
IconFitnessCenter
IconFreeBreakfast
IconGolfCourse
IconHotTub
IconKitchen
IconPool
IconRoomService
IconSmokeFree
IconSmokingRooms
IconSpa

social

IconCake
IconDomain
IconGroup
IconGroupAdd
IconLocationCity
IconMood
IconMoodBad
IconNotifications
IconNotificationsActive
IconNotificationsNone
IconNotificationsOff
IconNotificationsPaused
IconPages
IconPartyMode
IconPeople
IconPeopleOutline
IconPerson
IconPersonAdd
IconPersonOutline
IconPlusOne
IconPoll
IconPublic
IconSchool
IconSentimentDissatisfied
IconSentimentNeutral
IconSentimentSatisfied
IconSentimentVeryDissatisfied
IconSentimentVerySatisfied
IconShare
IconWhatshot

toggle

IconCheckBox
IconCheckBoxOutlineBlank
IconIndeterminateCheckBox
IconRadioButtonChecked
IconRadioButtonUnchecked
IconStar
IconStarBorder
IconStarHalf

Icon Props #

NameTypeDefaultDescription
childrenMnrlReactNode

SVG content, required for the generic Icon component

colorstring

Fill color, defaults to theme.color_gray_60

rtlboolean

Flip the icon horizontally when used with RTL languages

size'small', 'medium', 'large', string'medium'

Available sizes, including custom - e.g. '5em' or '20px'

titlestring

Alternative text

Undocumented properties will be applied to the root element.

Icon Theme Variables #

These variables can be used as hooks to override this component’s style at either a global or local level. The theme referenced below is whatever theme is available from props to the instance of this component.

VariableValue
Icon_filltheme.color_gray_60
Icon_size_small0.75em
Icon_size_medium1em
Icon_size_large1.25em

When/How to Use #

An explanation of when to use this component and basics about how to use it. Could also include when not to use this component, and which component should be used instead. More detailed how-to-use info is under Best Practices, below. It might be a couple of short sentences, or it could be a full paragraph or two.

Best Practices #

DO this practice

Some text to explain why you should do this and when.

DON’T do this other practice

Some text to explain why you should not do this.

DO this other practice

Some text to explain why you should do this and when.

DO this third practice

Some text to explain why you should do this and when.

Copyright © 2017 CA
We welcome feedback and contributions on GitHub