Theme Icons

Each of the following icons is available via the theme package as a function. For example theme.InfoIcon().

The icons are also available via their source icon name by using the ThemeIconName with the Icon method on a struct implementing fyne.Theme. For example theme.Icon(theme.IconNameInfo).

List

  • AccountIcon
  • ArrowDropDownIcon
  • ArrowDropUpIcon
  • BrokenImageIcon
  • CancelIcon
  • CheckButtonIcon
  • CheckButtonCheckedIcon
  • ColorAchromaticIcon
  • ColorChromaticIcon
  • ColorPaletteIcon
  • ComputerIcon
  • ConfirmIcon
  • ContentAddIcon
  • ContentClearIcon
  • ContentCopyIcon
  • ContentCutIcon
  • ContentPasteIcon
  • ContentRedoIcon
  • ContentRemoveIcon
  • ContentUndoIcon
  • DeleteIcon
  • DocumentCreateIcon
  • DocumentIcon
  • DocumentPrintIcon
  • DocumentSaveIcon
  • DownloadIcon
  • ErrorIcon
  • FileApplicationIcon
  • FileAudioIcon
  • FileIcon
  • FileImageIcon
  • FileTextIcon
  • FileVideoIcon
  • FolderIcon
  • FolderNewIcon
  • FolderOpenIcon
  • GridIcon
  • HelpIcon
  • HistoryIcon
  • HomeIcon
  • InfoIcon
  • ListIcon
  • LoginIcon
  • LogoutIcon
  • MailAttachmentIcon
  • MailComposeIcon
  • MailForwardIcon
  • MailReplyAllIcon
  • MailReplyIcon
  • MailSendIcon
  • MediaFastForwardIcon
  • MediaFastRewindIcon
  • MediaMusicIcon
  • MediaPauseIcon
  • MediaPhotoIcon
  • MediaPlayIcon
  • MediaRecordIcon
  • MediaReplayIcon
  • MediaSkipNextIcon
  • MediaSkipPreviousIcon
  • MediaStopIcon
  • MediaVideoIcon
  • MenuExpandIcon
  • MenuIcon
  • MoreHorizontalIcon
  • MoreVerticalIcon
  • MoveDownIcon
  • MoveUpIcon
  • NavigateBackIcon
  • NavigateNextIcon
  • QuestionIcon
  • RadioButtonCheckedIcon
  • RadioButtonIcon
  • SearchReplaceIcon
  • SearchIcon
  • SettingsIcon
  • StorageIcon
  • UploadIcon
  • ViewFullScreenIcon
  • ViewRefreshIcon
  • ViewRestoreIcon
  • ViewZoomFitIcon
  • ViewZoomInIcon
  • ViewZoomOutIcon
  • VisibilityOffIcon
  • VisibilityIcon
  • VolumeDownIcon
  • VolumeMuteIcon
  • VolumeUpIcon
  • WarningIcon

Using other color sets

Each icon can be used as a source for a particular themed color using the various public helper methods:

  • NewDisabledThemedResource
  • NewErrorThemedResource
  • NewInvertedThemedResource
  • NewPrimaryThemedResource

By default, all icons adapt to the current theme foreground using NewThemedResource which uses the theme foreground color. All Icons are SVG width="24", height="24".