Skip to content

Icons

1,894 Lucide icons available as individual React components. All icons can be visually browsed at lucide.dev/icons.

Import

tsx
import { Check, X, Plus, Search, User } from '@vacano/ui/icons'

Import only the icons you need for optimal tree-shaking.

Props

PropTypeDefaultDescription
sizenumber24Width and height in pixels
colorstring'currentColor'Stroke color (inherited from CSS color by default)
strokeWidthnumber2SVG stroke width
classNamestring-CSS class name
All SVG attributesHTMLAttributes<SVGElement>-Any valid SVG HTML attribute

Usage

Basic

tsx
import { Check, X, Star } from '@vacano/ui/icons'

<Check />
<X />
<Star />

Sizing

tsx
import { Heart } from '@vacano/ui/icons'

<Heart size={16} />
<Heart size={24} />
<Heart size={32} />
<Heart size={48} />

Coloring

tsx
import { AlertTriangle, CheckCircle, XCircle } from '@vacano/ui/icons'

<AlertTriangle color="#f59e0b" />
<CheckCircle color="#22c55e" />
<XCircle color="#ef4444" />

With Buttons

tsx
import { Button } from '@vacano/ui'
import { Plus, Download, Trash2 } from '@vacano/ui/icons'

<Button icon={<Plus size={16} />}>Add Item</Button>
<Button icon={<Download size={16} />}>Download</Button>
<Button variant="danger" icon={<Trash2 size={16} />}>Delete</Button>

Inline with Text

tsx
import { Star, MapPin } from '@vacano/ui/icons'

<span style={{ display: 'inline-flex', alignItems: 'center', gap: 4 }}>
  <Star size={16} /> Featured
</span>

<span style={{ display: 'inline-flex', alignItems: 'center', gap: 4 }}>
  <MapPin size={16} /> New York, NY
</span>

Icon Reference

All 1,894 icons organized by category. Each icon is imported by its exact component name from @vacano/ui/icons.


Actions

Common user actions: confirm, cancel, edit, delete, copy, save, search, etc.

IconDescription
CheckConfirm, approve, done, tick
CheckCheckDouble check, verified, read receipt
CheckLineCheck with line, confirm
XClose, cancel, remove, dismiss
PlusAdd, create, new, insert
MinusRemove, subtract, reduce
CopyCopy, duplicate, clipboard
CopyCheckCopy confirmed, copied
CopyMinusCopy remove
CopyPlusCopy add, duplicate
CopySlashCopy disabled
CopyXCopy failed, copy error
ClipboardClipboard, paste buffer
ClipboardCheckClipboard confirmed, pasted
ClipboardClockClipboard pending, timed
ClipboardCopyClipboard copy action
ClipboardEditClipboard edit
ClipboardListClipboard list, checklist
ClipboardMinusClipboard remove
ClipboardPastePaste from clipboard
ClipboardPenClipboard write, edit
ClipboardPenLineClipboard pen with line
ClipboardPlusClipboard add
ClipboardSignatureClipboard sign, signature
ClipboardTypeClipboard text type
ClipboardXClipboard clear, remove
SaveSave, floppy disk, store
SaveAllSave all, save multiple
SaveOffSave disabled, unsaved
DeleteDelete key, backspace, remove
TrashTrash, delete, discard, bin
Trash2Trash alternate, delete, remove
EditEdit, pencil, modify
Edit2Edit alternate, pencil
Edit3Edit line, modify
PenPen, write, compose
PenBoxPen in box, edit mode
PenLinePen with line, write
PenOffPen disabled, read-only
PenSquarePen in square, edit
PenToolPen tool, vector draw
PencilPencil, draw, write
PencilLinePencil with line, edit
PencilOffPencil disabled
PencilRulerPencil with ruler, design
UndoUndo, revert, back
Undo2Undo alternate
UndoDotUndo with dot
RedoRedo, repeat, forward
Redo2Redo alternate
RedoDotRedo with dot
RefreshCcwRefresh counterclockwise, reload
RefreshCcwDotRefresh CCW with dot
RefreshCwRefresh clockwise, reload
RefreshCwOffRefresh disabled
RotateCcwRotate counterclockwise
RotateCcwKeyRotate CCW key
RotateCcwSquareRotate CCW square
RotateCwRotate clockwise
RotateCwSquareRotate CW square
Rotate3d3D rotation, transform
DownloadDownload, save file
DownloadCloudCloud download
UploadUpload, send file
UploadCloudCloud upload
SearchSearch, find, lookup, magnifier
SearchAlertSearch warning, alert
SearchCheckSearch confirmed, found
SearchCodeSearch code, find in code
SearchSlashSearch disabled
SearchXSearch clear, no results
FilterFilter, funnel, refine
FilterXFilter clear, remove filter
FunnelFunnel, filter, sort
FunnelPlusFunnel add, add filter
FunnelXFunnel remove, clear filter
ReplaceReplace, swap, substitute
ReplaceAllReplace all, find and replace
ImportImport, bring in
ExpandExpand, enlarge, grow
ShrinkShrink, reduce, compact
MaximizeMaximize, fullscreen, enlarge
Maximize2Maximize alternate
MinimizeMinimize, reduce, shrink
Minimize2Minimize alternate
FullscreenFullscreen, expand all
MoveMove, drag, reposition
Move3d3D move, transform
MoveDiagonalMove diagonal
MoveDiagonal2Move diagonal alternate
MoveDownMove down
MoveDownLeftMove down-left
MoveDownRightMove down-right
MoveHorizontalMove horizontal, resize width
MoveLeftMove left
MoveRightMove right
MoveUpMove up
MoveUpLeftMove up-left
MoveUpRightMove up-right
MoveVerticalMove vertical, resize height
GrabGrab, hand, drag handle
HandHand, grab, pointer
HandGrabHand grab, dragging
HandFistHand fist, grab tight
BanBan, block, prohibit, forbidden
ArchiveArchive, store, box
ArchiveRestoreArchive restore, unarchive
ArchiveXArchive remove, delete archive
RecycleRecycle, reuse, refresh
CombineCombine, merge, join
MergeMerge, combine, join
SplitSplit, separate, divide
UngroupUngroup, separate
GroupGroup, combine, cluster
BringToFrontBring to front, layer up
SendToBackSend to back, layer down
FlipHorizontalFlip horizontal, mirror
FlipHorizontal2Flip horizontal alternate
FlipVerticalFlip vertical, mirror
FlipVertical2Flip vertical alternate
FoldHorizontalFold horizontal, collapse
FoldVerticalFold vertical, collapse
UnfoldHorizontalUnfold horizontal, expand
UnfoldVerticalUnfold vertical, expand
ZoomInZoom in, magnify, enlarge
ZoomOutZoom out, reduce, shrink
StretchHorizontalStretch horizontal, widen
StretchVerticalStretch vertical, heighten
ScalingScaling, resize, transform
Scale3d3D scale, resize
CropCrop, trim, cut image
ScissorsScissors, cut, trim
ScissorsLineDashedScissors dashed cut line
ScissorsSquareScissors in square
ScissorsSquareDashedBottomScissors square dashed
SliceSlice, cut, divide
ScanScan, recognize, read
ScanBarcodeScan barcode, read code
ScanEyeScan with eye, biometric
ScanFaceScan face, facial recognition
ScanHeartScan heart, health scan
ScanLineScan line
ScanQrCodeScan QR code
ScanSearchScan search, analyze
ScanTextScan text, OCR
SquareBottomDashedScissorsSquare dashed scissors
SquareScissorsSquare scissors, cut
LocateLocate, find position, GPS
LocateFixedLocate fixed, GPS locked
LocateOffLocate off, GPS disabled
LocationEditLocation edit, change position
FocusFocus, center, target
CrosshairCrosshair, aim, target
TargetTarget, goal, bullseye
GoalGoal, target, objective
PinPin, attach, thumbtack
PinOffUnpin, detach, remove pin
PipettePipette, color picker, eyedropper
StampStamp, seal, mark
StickerSticker, label, tag
TagTag, label, price
TagsTags, labels, multiple
BookmarkBookmark, save, favorite
BookmarkCheckBookmark confirmed
BookmarkMinusBookmark remove
BookmarkPlusBookmark add
BookmarkXBookmark delete
LoaderLoader, loading, spinner
Loader2Loader alternate, spinner
LoaderCircleLoader circle, loading
LoaderPinwheelLoader pinwheel, spinner
IterationCcwIterate counterclockwise
IterationCwIterate clockwise
DiffDiff, compare, changes
SortAscSort ascending, A-Z
SortDescSort descending, Z-A
OutdentOutdent, decrease indent
IndentIndent, increase indent
IndentDecreaseDecrease indentation
IndentIncreaseIncrease indentation
MagnetMagnet, attract, snap
WandWand, magic, auto
Wand2Wand alternate, magic
WandSparklesMagic wand sparkles, auto-fix
SparkleSparkle, magic, AI, new
SparklesSparkles, magic, AI, effects
ZapZap, lightning, quick action, flash
ZapOffZap off, disabled
PowerPower, on/off, switch
PowerCirclePower circle
PowerOffPower off, shutdown
PowerSquarePower square
ToggleLeftToggle left, switch off
ToggleRightToggle right, switch on
LassoLasso, select area
LassoSelectLasso select, freeform
BoxSelectBox select, rectangle select
MousePointerMouse pointer, cursor
MousePointer2Mouse pointer alternate
MousePointer2OffMouse pointer off
MousePointerBanMouse pointer banned
MousePointerClickMouse click, tap
MousePointerSquareDashedMouse pointer dashed square
SquareDashedMousePointerDashed square mouse pointer
SquareMousePointerSquare mouse pointer
PointerPointer, cursor, hand
PointerOffPointer off, disabled
SlashSlash, separator, divide
OptionOption, alt key, choice
CommandCommand key, meta
SpaceSpace, spacebar
HashHash, number, pound sign
AsteriskAsterisk, star, wildcard
AsteriskSquareAsterisk in square
SquareAsteriskSquare with asterisk
AmpersandAmpersand, and symbol
AmpersandsMultiple ampersands
AtSignAt sign, email, mention
PercentPercent, percentage
PercentCirclePercent in circle
PercentDiamondPercent in diamond
PercentSquarePercent in square

Arrows and Chevrons

Directional arrows, chevrons, and navigation indicators.

IconDescription
ArrowBigDownBig arrow down
ArrowBigDownDashBig arrow down dashed
ArrowBigLeftBig arrow left
ArrowBigLeftDashBig arrow left dashed
ArrowBigRightBig arrow right
ArrowBigRightDashBig arrow right dashed
ArrowBigUpBig arrow up
ArrowBigUpDashBig arrow up dashed
ArrowDownArrow down, descend
ArrowDown01Arrow down 0-1, sort numeric asc
ArrowDown10Arrow down 1-0, sort numeric desc
ArrowDownAZArrow down A-Z, sort alpha asc
ArrowDownCircleArrow down circle
ArrowDownFromLineArrow down from line
ArrowDownLeftArrow down-left, diagonal
ArrowDownLeftFromCircleArrow down-left from circle
ArrowDownLeftFromSquareArrow down-left from square
ArrowDownLeftSquareArrow down-left in square
ArrowDownNarrowWideSort narrow to wide
ArrowDownRightArrow down-right, diagonal
ArrowDownRightFromCircleArrow down-right from circle
ArrowDownRightFromSquareArrow down-right from square
ArrowDownRightSquareArrow down-right in square
ArrowDownSquareArrow down in square
ArrowDownToDotArrow down to dot
ArrowDownToLineArrow down to line
ArrowDownUpArrow down-up, sort, swap
ArrowDownWideNarrowSort wide to narrow
ArrowDownZAArrow down Z-A, sort alpha desc
ArrowLeftArrow left, back, previous
ArrowLeftCircleArrow left circle
ArrowLeftFromLineArrow left from line
ArrowLeftRightArrow left-right, swap, exchange
ArrowLeftSquareArrow left in square
ArrowLeftToLineArrow left to line
ArrowRightArrow right, next, forward
ArrowRightCircleArrow right circle
ArrowRightFromLineArrow right from line
ArrowRightLeftArrow right-left, swap
ArrowRightSquareArrow right in square
ArrowRightToLineArrow right to line
ArrowUpArrow up, ascend
ArrowUp01Arrow up 0-1, sort asc
ArrowUp10Arrow up 1-0, sort desc
ArrowUpAZArrow up A-Z, sort alpha
ArrowUpCircleArrow up circle
ArrowUpDownArrow up-down, sort, reorder
ArrowUpFromDotArrow up from dot
ArrowUpFromLineArrow up from line
ArrowUpLeftArrow up-left, diagonal
ArrowUpLeftFromCircleArrow up-left from circle
ArrowUpLeftFromSquareArrow up-left from square
ArrowUpLeftSquareArrow up-left in square
ArrowUpNarrowWideSort narrow to wide up
ArrowUpRightArrow up-right, diagonal, external
ArrowUpRightFromCircleArrow up-right from circle
ArrowUpRightFromSquareArrow up-right from square, external link
ArrowUpRightSquareArrow up-right in square
ArrowUpSquareArrow up in square
ArrowUpToLineArrow up to line
ArrowUpWideNarrowSort wide to narrow up
ArrowUpZAArrow up Z-A, sort alpha desc
ArrowsUpFromLineArrows up from line, multiple
ChevronDownChevron down, expand, dropdown
ChevronDownCircleChevron down circle
ChevronDownSquareChevron down square
ChevronFirstChevron first, skip to start
ChevronLastChevron last, skip to end
ChevronLeftChevron left, back, previous
ChevronLeftCircleChevron left circle
ChevronLeftSquareChevron left square
ChevronRightChevron right, next, forward
ChevronRightCircleChevron right circle
ChevronRightSquareChevron right square
ChevronUpChevron up, collapse
ChevronUpCircleChevron up circle
ChevronUpSquareChevron up square
ChevronsDownDouble chevron down, fast scroll
ChevronsDownUpChevrons down-up, collapse
ChevronsLeftDouble chevron left, fast back
ChevronsLeftRightChevrons left-right, expand
ChevronsLeftRightEllipsisChevrons expand ellipsis
ChevronsRightDouble chevron right, fast forward
ChevronsRightLeftChevrons right-left, collapse
ChevronsUpDouble chevron up, fast scroll
ChevronsUpDownChevrons up-down, select, sort
CircleArrowDownCircle arrow down
CircleArrowLeftCircle arrow left
CircleArrowOutDownLeftCircle arrow out down-left
CircleArrowOutDownRightCircle arrow out down-right
CircleArrowOutUpLeftCircle arrow out up-left
CircleArrowOutUpRightCircle arrow out up-right
CircleArrowRightCircle arrow right
CircleArrowUpCircle arrow up
CircleChevronDownCircle chevron down
CircleChevronLeftCircle chevron left
CircleChevronRightCircle chevron right
CircleChevronUpCircle chevron up
CircleFadingArrowUpCircle fading arrow up
CornerDownLeftCorner down-left, enter
CornerDownRightCorner down-right
CornerLeftDownCorner left-down
CornerLeftUpCorner left-up
CornerRightDownCorner right-down
CornerRightUpCorner right-up
CornerUpLeftCorner up-left
CornerUpRightCorner up-right
SquareArrowDownSquare arrow down
SquareArrowDownLeftSquare arrow down-left
SquareArrowDownRightSquare arrow down-right
SquareArrowLeftSquare arrow left
SquareArrowOutDownLeftSquare arrow out down-left
SquareArrowOutDownRightSquare arrow out down-right
SquareArrowOutUpLeftSquare arrow out up-left
SquareArrowOutUpRightSquare arrow out up-right, external link
SquareArrowRightSquare arrow right
SquareArrowUpSquare arrow up
SquareArrowUpLeftSquare arrow up-left
SquareArrowUpRightSquare arrow up-right
SquareChevronDownSquare chevron down
SquareChevronLeftSquare chevron left
SquareChevronRightSquare chevron right
SquareChevronUpSquare chevron up
ExternalLinkExternal link, open new tab

Charts and Analytics

Charts, graphs, data visualization, and analytics indicators.

IconDescription
AreaChartArea chart, graph, analytics
BarChartBar chart, analytics, graph
BarChart2Bar chart alternate
BarChart3Bar chart triple
BarChart4Bar chart quad
BarChartBigBar chart large
BarChartHorizontalHorizontal bar chart
BarChartHorizontalBigHorizontal bar chart large
CandlestickChartCandlestick chart, stocks, trading
ChartAreaChart area, fill graph
ChartBarChart bar, analytics
ChartBarBigChart bar large
ChartBarDecreasingChart bar decreasing, decline
ChartBarIncreasingChart bar increasing, growth
ChartBarStackedChart bar stacked, grouped
ChartCandlestickCandlestick chart, finance
ChartColumnChart column, vertical bar
ChartColumnBigChart column large
ChartColumnDecreasingChart column decreasing
ChartColumnIncreasingChart column increasing
ChartColumnStackedChart column stacked
ChartGanttGantt chart, project timeline
ChartLineLine chart, trend, graph
ChartNetworkNetwork chart, topology
ChartNoAxesColumnColumn chart without axes
ChartNoAxesColumnDecreasingColumn chart no axes decreasing
ChartNoAxesColumnIncreasingColumn chart no axes increasing
ChartNoAxesCombinedCombined chart without axes
ChartNoAxesGanttGantt chart without axes
ChartPiePie chart, donut, breakdown
ChartScatterScatter chart, plot, distribution
ChartSplineSpline chart, smooth line
FileBarChartFile bar chart, report
FileBarChart2File bar chart alternate
FileChartColumnFile chart column
FileChartColumnIncreasingFile chart column increasing
FileChartLineFile chart line
FileChartPieFile chart pie
FileLineChartFile line chart
FilePieChartFile pie chart
GanttChartGantt chart, project plan
GanttChartSquareGantt chart in square
LineChartLine chart, trend
PieChartPie chart, breakdown
ScatterChartScatter chart, data points
TrendingDownTrending down, decrease, decline
TrendingUpTrending up, increase, growth
TrendingUpDownTrending up and down, volatile
ActivityActivity, pulse, heartbeat, analytics
ActivitySquareActivity in square
SquareActivitySquare activity pulse
GaugeGauge, meter, speedometer
GaugeCircleGauge circle, meter
CircleGaugeCircle gauge, speedometer
ProportionsProportions, ratio, analytics
RatioRatio, aspect, proportion
SigmaSigma, sum, total
SigmaSquareSigma in square
SquareSigmaSquare with sigma
WaypointsWaypoints, data flow, path

Communication

Mail, messaging, notifications, phone, and social communication.

IconDescription
MailMail, email, envelope, message
MailCheckMail confirmed, email sent
MailMinusMail remove
MailOpenMail open, read email
MailPlusMail add, compose email
MailQuestionMail question, unknown email
MailQuestionMarkMail question mark
MailSearchMail search, find email
MailWarningMail warning, email alert
MailXMail error, email failed
MailboxMailbox, inbox
MailsMultiple mails, emails
InboxInbox, received messages
MessageCircleMessage circle, chat bubble
MessageCircleCodeMessage circle code, dev chat
MessageCircleDashedMessage circle dashed, draft
MessageCircleHeartMessage circle heart, love
MessageCircleMoreMessage circle more, typing
MessageCircleOffMessage circle off, muted
MessageCirclePlusMessage circle add, new message
MessageCircleQuestionMessage circle question, help
MessageCircleQuestionMarkMessage circle question mark
MessageCircleReplyMessage circle reply
MessageCircleWarningMessage circle warning
MessageCircleXMessage circle close
MessageSquareMessage square, comment
MessageSquareCodeMessage square code
MessageSquareDashedMessage square dashed, draft
MessageSquareDiffMessage square diff, compare
MessageSquareDotMessage square dot, unread
MessageSquareHeartMessage square heart, favorite
MessageSquareLockMessage square lock, encrypted
MessageSquareMoreMessage square more, typing
MessageSquareOffMessage square off, muted
MessageSquarePlusMessage square add
MessageSquareQuoteMessage square quote, reply
MessageSquareReplyMessage square reply
MessageSquareShareMessage square share, forward
MessageSquareTextMessage square text
MessageSquareWarningMessage square warning
MessageSquareXMessage square close
MessagesSquareMessages square, conversation
BotMessageSquareBot message, AI chat, assistant
PhonePhone, call, telephone
PhoneCallPhone call, calling, ring
PhoneForwardedPhone forwarded, redirect
PhoneIncomingPhone incoming, receiving call
PhoneMissedPhone missed, missed call
PhoneOffPhone off, do not disturb
PhoneOutgoingPhone outgoing, dialing
SendSend, submit, paper plane
SendHorizonalSend horizontal
SendHorizontalSend horizontal, submit
BellBell, notification, alert
BellDotBell with dot, new notification
BellElectricElectric bell, alarm
BellMinusBell minus, mute notification
BellOffBell off, notifications muted
BellPlusBell plus, add notification
BellRingBell ringing, active notification
ConciergeBellConcierge bell, service
MegaphoneMegaphone, announce, broadcast
MegaphoneOffMegaphone off, mute
ReplyReply, respond
ReplyAllReply all, respond to all
ForwardForward, share, pass on
VoicemailVoicemail, audio message
RssRSS feed, subscribe
PodcastPodcast, audio show
SpeechSpeech, talk, voice
AudioLinesAudio lines, sound wave
AudioWaveformAudio waveform, sound
CaptionsCaptions, subtitles, CC
CaptionsOffCaptions off, no subtitles
SubtitlesSubtitles, captions
LanguagesLanguages, translate, i18n
QuoteQuote, blockquote, citation
TextQuoteText quote, citation

Devices and Hardware

Monitors, phones, laptops, peripherals, servers, and connectivity.

IconDescription
MonitorMonitor, display, screen
MonitorCheckMonitor check, verified
MonitorCloudMonitor cloud, cloud desktop
MonitorCogMonitor settings, config
MonitorDotMonitor with dot, active
MonitorDownMonitor down, download
MonitorOffMonitor off, display off
MonitorPauseMonitor pause
MonitorPlayMonitor play, streaming
MonitorSmartphoneMonitor smartphone, responsive
MonitorSpeakerMonitor speaker, audio
MonitorStopMonitor stop
MonitorUpMonitor up, upload
MonitorXMonitor error, close
LaptopLaptop, notebook computer
Laptop2Laptop alternate
LaptopMinimalLaptop minimal, MacBook
LaptopMinimalCheckLaptop minimal check
SmartphoneSmartphone, mobile, phone
SmartphoneChargingSmartphone charging
SmartphoneNfcSmartphone NFC, tap
TabletTablet, iPad, device
TabletSmartphoneTablet smartphone, devices
ComputerComputer, desktop, PC
PcCasePC case, tower, desktop
MouseMouse, click device
MouseOffMouse off, disabled
KeyboardKeyboard, typing, keys
KeyboardMusicKeyboard music, MIDI
KeyboardOffKeyboard off, disabled
TouchpadTouchpad, trackpad
TouchpadOffTouchpad off, disabled
CpuCPU, processor, chip
GpuGPU, graphics card
MicrochipMicrochip, IC, processor
CircuitBoardCircuit board, PCB, electronics
MemoryStickMemory stick, RAM
ServerServer, backend, hosting
ServerCogServer settings, configure
ServerCrashServer crash, error, down
ServerOffServer off, offline
HardDriveHard drive, storage, disk
HardDriveDownloadHard drive download
HardDriveUploadHard drive upload
BatteryBattery, power level
BatteryChargingBattery charging
BatteryFullBattery full, charged
BatteryLowBattery low, charge needed
BatteryMediumBattery medium
BatteryPlusBattery plus, add charge
BatteryWarningBattery warning, low power
PrinterPrinter, print, output
PrinterCheckPrinter check, print complete
CameraCamera, photo, capture
CameraOffCamera off, no photo
WebcamWebcam, video camera
CctvCCTV, security camera, surveillance
MicMicrophone, record, audio
Mic2Microphone alternate
MicOffMicrophone off, muted
MicVocalMicrophone vocal, singing
SpeakerSpeaker, audio output, sound
HeadphonesHeadphones, listen, audio
HeadphoneOffHeadphones off
HeadsetHeadset, support, call center
TvTV, television, screen
Tv2TV alternate
TvMinimalTV minimal, display
TvMinimalPlayTV minimal play, streaming
UsbUSB, flash drive, port
HdmiPortHDMI port, video output
EthernetPortEthernet port, network
PlugPlug, power, connect
Plug2Plug alternate
PlugZapPlug zap, power surge
PlugZap2Plug zap alternate
UnplugUnplug, disconnect
CableCable, wire, connection
RouterRouter, network, wifi
WifiWiFi, wireless, internet
WifiCogWiFi settings
WifiHighWiFi high signal
WifiLowWiFi low signal
WifiOffWiFi off, no connection
WifiPenWiFi edit
WifiSyncWiFi sync
WifiZeroWiFi zero, no signal
BluetoothBluetooth, wireless
BluetoothConnectedBluetooth connected
BluetoothOffBluetooth off
BluetoothSearchingBluetooth searching
NfcNFC, tap, contactless
SignalSignal, reception, bars
SignalHighSignal high, strong
SignalLowSignal low, weak
SignalMediumSignal medium
SignalZeroSignal zero, no reception
AntennaAntenna, broadcast, receive
SatelliteDishSatellite dish, signal
SatelliteSatellite, space, GPS
RadioTowerRadio tower, broadcast
RadioReceiverRadio receiver, tune
AirplayAirPlay, cast, stream
CastCast, screen share, Chromecast
ScreenShareScreen share, present
ScreenShareOffScreen share off
ProjectorProjector, presentation, display
JoystickJoystick, game controller
GamepadGamepad, game controller
Gamepad2Gamepad alternate
GamepadDirectionalGamepad directional pad
SolarPanelSolar panel, renewable energy
EvChargerEV charger, electric vehicle
DroneDrone, UAV, aerial
RadarRadar, detect, scan
TelescopeTelescope, observe, astronomy

Development

Code, programming, version control, terminal, and developer tools.

IconDescription
CodeCode, source, programming
Code2Code alternate, development
CodeSquareCode in square
SquareCodeSquare with code
CodeXmlXML code, markup, HTML
BugBug, error, defect, issue
BugOffBug off, bug fixed
BugPlayBug play, debug, run test
GitBranchGit branch, version control
GitBranchMinusGit branch delete
GitBranchPlusGit branch create
GitCommitGit commit, save change
GitCommitHorizontalGit commit horizontal
GitCommitVerticalGit commit vertical
GitCompareGit compare, diff
GitCompareArrowsGit compare arrows
GitForkGit fork, clone repo
GitGraphGit graph, commit history
GitMergeGit merge, combine branches
GitPullRequestGit pull request, PR
GitPullRequestArrowGit PR arrow
GitPullRequestClosedGit PR closed
GitPullRequestCreateGit PR create
GitPullRequestCreateArrowGit PR create arrow
GitPullRequestDraftGit PR draft
TerminalTerminal, command line, console
TerminalSquareTerminal in square
SquareTerminalSquare with terminal
BracesBraces, curly brackets, JSON
CurlyBracesCurly braces, JSON, object
BracketsBrackets, array, list
ParenthesesParentheses, expression
RegexRegex, regular expression, pattern
BinaryBinary, 01, machine code
VariableVariable, parameter, dynamic
FunctionSquareFunction, method, lambda
SquareFunctionSquare with function
WebhookWebhook, callback, endpoint
WebhookOffWebhook off, disabled
DatabaseDatabase, storage, SQL
DatabaseBackupDatabase backup
DatabaseZapDatabase zap, fast query
CodepenCodePen, playground
CodesandboxCodeSandbox, playground
FileCodeFile code, source file
FileCode2File code alternate
FileCodeCornerFile code corner
FileJsonFile JSON, config
FileJson2File JSON alternate
FileTerminalFile terminal, script
FileBracesFile braces, JSON file
FileBracesCornerFile braces corner
FolderCodeFolder code, source directory
FolderGitFolder git, repository
FolderGit2Folder git alternate
BotBot, robot, automation
BotOffBot off, disabled
ContainerContainer, Docker, box
BlocksBlocks, modules, components
ComponentComponent, module, part
WorkflowWorkflow, pipeline, process
NetworkNetwork, connected, topology
OrbitOrbit, cycle, revolve
PiPi, mathematics, constant
PiSquarePi in square
SquarePiSquare with pi
OmegaOmega, end, last
InfinityInfinity, unlimited, loop
EqualEqual, same, compare
EqualApproximatelyApproximately equal
EqualNotNot equal, different
EqualSquareEqual in square
SquareEqualSquare with equal
DivideDivide, split, math
DivideCircleDivide circle
DivideSquareDivide square
SquareDivideSquare with divide
RadicalRadical, square root, math
SquareRadicalSquare with radical
Axis3d3D axis, coordinate system
InspectInspect, examine, debug
InspectionPanelInspection panel, review

Files and Documents

Files, folders, documents, notebooks, and books.

IconDescription
FileFile, document, page
FileArchiveFile archive, ZIP, compressed
FileAudioFile audio, music file
FileAudio2File audio alternate
FileAxis3dFile 3D axis
FileBadgeFile badge, certified
FileBadge2File badge alternate
FileBoxFile box, package
FileCheckFile check, verified
FileCheck2File check alternate
FileCheckCornerFile check corner
FileClockFile clock, recent, history
FileCogFile settings, config
FileCog2File settings alternate
FileDiffFile diff, compare changes
FileDigitFile digit, numeric
FileDownFile down, download file
FileEditFile edit, modify
FileExclamationPointFile exclamation, warning
FileHeadphoneFile headphone, audio
FileHeartFile heart, favorite
FileImageFile image, photo, picture
FileInputFile input, import file
FileKeyFile key, encrypted file
FileKey2File key alternate
FileLockFile lock, protected
FileLock2File lock alternate
FileMinusFile minus, remove file
FileMinus2File minus alternate
FileMinusCornerFile minus corner
FileMusicFile music, audio file
FileOutputFile output, export file
FilePenFile pen, edit file
FilePenLineFile pen line
FilePlayFile play, media file
FilePlusFile plus, new file
FilePlus2File plus alternate
FilePlusCornerFile plus corner
FileQuestionFile question, unknown
FileQuestionMarkFile question mark
FileScanFile scan, analyze
FileSearchFile search, find file
FileSearch2File search alternate
FileSearchCornerFile search corner
FileSignalFile signal, broadcast
FileSignatureFile signature, sign
FileSlidersFile sliders, settings
FileSpreadsheetFile spreadsheet, Excel, CSV
FileStackFile stack, multiple files
FileSymlinkFile symlink, shortcut
FileTextFile text, document, readme
FileTypeFile type, format
FileType2File type alternate
FileTypeCornerFile type corner
FileUpFile up, upload file
FileUserFile user, personal
FileVideoFile video, movie file
FileVideo2File video alternate
FileVideoCameraFile video camera
FileVolumeFile volume, audio file
FileVolume2File volume alternate
FileWarningFile warning, error
FileXFile X, delete file
FileX2File X alternate
FileXCornerFile X corner
FilesFiles, multiple documents
FolderFolder, directory
FolderArchiveFolder archive, ZIP
FolderCheckFolder check, verified
FolderClockFolder clock, recent
FolderClosedFolder closed
FolderCogFolder settings
FolderCog2Folder settings alternate
FolderDotFolder dot, hidden
FolderDownFolder download
FolderEditFolder edit, rename
FolderHeartFolder heart, favorite
FolderInputFolder input, import
FolderKanbanFolder kanban, project
FolderKeyFolder key, encrypted
FolderLockFolder lock, protected
FolderMinusFolder minus, remove
FolderOpenFolder open, expanded
FolderOpenDotFolder open dot
FolderOutputFolder output, export
FolderPenFolder pen, edit
FolderPlusFolder plus, new folder
FolderRootFolder root, home dir
FolderSearchFolder search, find
FolderSearch2Folder search alternate
FolderSymlinkFolder symlink, shortcut
FolderSyncFolder sync, synchronize
FolderTreeFolder tree, file tree
FolderUpFolder up, parent dir
FolderXFolder X, delete folder
FoldersFolders, multiple dirs
NotebookNotebook, journal, diary
NotebookPenNotebook pen, write
NotebookTabsNotebook tabs, sections
NotebookTextNotebook text
NotepadTextNotepad text, notes
NotepadTextDashedNotepad text dashed, draft
StickyNoteSticky note, post-it, memo
ScrollScroll, document, ancient
ScrollTextScroll text, document
BookBook, read, manual
BookABook A, language
BookAlertBook alert, warning
BookAudioBook audio, audiobook
BookCheckBook check, complete
BookCopyBook copy, duplicate
BookDashedBook dashed, draft
BookDownBook download
BookHeadphonesBook headphones, audiobook
BookHeartBook heart, favorite
BookImageBook image, picture
BookKeyBook key, encrypted
BookLockBook lock, protected
BookMarkedBook marked, bookmark
BookMinusBook minus, remove
BookOpenBook open, read, manual
BookOpenCheckBook open check, verified
BookOpenTextBook open text, reading
BookPlusBook plus, add
BookSearchBook search, lookup
BookTemplateBook template
BookTextBook text, content
BookTypeBook type, font
BookUpBook upload
BookUp2Book upload alternate
BookUserBook user, profile
BookXBook X, remove
LibraryLibrary, books, collection
LibraryBigLibrary big, collection
LibrarySquareLibrary in square
SquareLibrarySquare with library
PaperclipPaperclip, attachment, file attach
ImageImage, photo, picture
ImageDownImage download
ImageMinusImage minus, remove
ImageOffImage off, broken
ImagePlayImage play, video thumbnail
ImagePlusImage plus, add photo
ImageUpImage upload
ImageUpscaleImage upscale, enhance
ImagesImages, gallery, photos
AlbumAlbum, collection, gallery

Layout and Interface

Layout, panels, grids, lists, menus, sidebars, tables, and UI structure.

IconDescription
LayoutLayout, template, page
LayoutDashboardLayout dashboard, admin
LayoutGridLayout grid, tiles
LayoutListLayout list, rows
LayoutPanelLeftLayout panel left, sidebar
LayoutPanelTopLayout panel top, header
LayoutTemplateLayout template, wireframe
PanelBottomPanel bottom
PanelBottomClosePanel bottom close
PanelBottomDashedPanel bottom dashed
PanelBottomInactivePanel bottom inactive
PanelBottomOpenPanel bottom open
PanelLeftPanel left, sidebar
PanelLeftClosePanel left close
PanelLeftDashedPanel left dashed
PanelLeftInactivePanel left inactive
PanelLeftOpenPanel left open
PanelLeftRightDashedPanel left-right dashed
PanelRightPanel right
PanelRightClosePanel right close
PanelRightDashedPanel right dashed
PanelRightInactivePanel right inactive
PanelRightOpenPanel right open
PanelTopPanel top, header
PanelTopBottomDashedPanel top-bottom dashed
PanelTopClosePanel top close
PanelTopDashedPanel top dashed
PanelTopInactivePanel top inactive
PanelTopOpenPanel top open
PanelsLeftBottomPanels left-bottom
PanelsLeftRightPanels left-right, split
PanelsRightBottomPanels right-bottom
PanelsTopBottomPanels top-bottom, split
PanelsTopLeftPanels top-left
GridGrid, tiles, matrix
Grid2x2Grid 2x2, tiles
Grid2x2CheckGrid 2x2 check
Grid2x2PlusGrid 2x2 plus, add tile
Grid2x2XGrid 2x2 X, remove
Grid3x2Grid 3x2, layout
Grid3x3Grid 3x3, matrix
GripGrip, drag handle
GripHorizontalGrip horizontal, drag
GripVerticalGrip vertical, drag
ListList, items, menu
ListCheckList check, todo done
ListChecksList checks, completed
ListChevronsDownUpList chevrons collapse
ListChevronsUpDownList chevrons expand
ListCollapseList collapse, minimize
ListEndList end, bottom
ListFilterList filter, refine
ListFilterPlusList filter add
ListIndentDecreaseList indent decrease
ListIndentIncreaseList indent increase
ListMinusList minus, remove item
ListMusicList music, playlist
ListOrderedList ordered, numbered
ListPlusList plus, add item
ListRestartList restart, reset
ListStartList start, top
ListTodoList todo, tasks
ListTreeList tree, hierarchy
ListVideoList video, playlist
ListXList X, clear list
MenuMenu, hamburger, nav
MenuSquareMenu in square
SquareMenuSquare with menu
SidebarSidebar, nav panel
SidebarCloseSidebar close
SidebarOpenSidebar open
ColumnsColumns, multi-column
Columns2Two columns
Columns3Three columns
Columns3CogThree columns settings
Columns4Four columns
ColumnsSettingsColumns settings
RowsRows, horizontal layout
Rows2Two rows
Rows3Three rows
Rows4Four rows
SplitSquareHorizontalSplit horizontal
SplitSquareVerticalSplit vertical
SquareSplitHorizontalSquare split horizontal
SquareSplitVerticalSquare split vertical
TableTable, data grid, spreadsheet
Table2Table alternate
TableCellsMergeTable cells merge
TableCellsSplitTable cells split
TableColumnsSplitTable columns split
TableConfigTable config, settings
TableOfContentsTable of contents, TOC
TablePropertiesTable properties, settings
TableRowsSplitTable rows split
KanbanKanban, board, agile
KanbanSquareKanban in square
KanbanSquareDashedKanban square dashed
SquareKanbanSquare with kanban
SquareDashedKanbanSquare dashed kanban
SquareChartGanttSquare Gantt chart
SquareGanttChartSquare Gantt chart
GalleryHorizontalGallery horizontal, carousel
GalleryHorizontalEndGallery horizontal end
GalleryThumbnailsGallery thumbnails, grid
GalleryVerticalGallery vertical, feed
GalleryVerticalEndGallery vertical end
AppWindowApp window, application
AppWindowMacApp window Mac, macOS
FrameFrame, border, container
PresentationPresentation, slides
SlidersHorizontalSliders horizontal, controls
SlidersVerticalSliders vertical, controls
SlidersSliders, adjustments
SettingsSettings, gear, preferences
Settings2Settings alternate
CogCog, gear, settings
SeparatorHorizontalSeparator horizontal, divider
SeparatorVerticalSeparator vertical, divider
BetweenHorizonalEndBetween horizontal end
BetweenHorizonalStartBetween horizontal start
BetweenHorizontalEndBetween horizontal end
BetweenHorizontalStartBetween horizontal start
BetweenVerticalEndBetween vertical end
BetweenVerticalStartBetween vertical start
AlignCenterAlign center text
AlignCenterHorizontalAlign center horizontal
AlignCenterVerticalAlign center vertical
AlignEndHorizontalAlign end horizontal
AlignEndVerticalAlign end vertical
AlignHorizontalDistributeCenterDistribute center horizontal
AlignHorizontalDistributeEndDistribute end horizontal
AlignHorizontalDistributeStartDistribute start horizontal
AlignHorizontalJustifyCenterJustify center horizontal
AlignHorizontalJustifyEndJustify end horizontal
AlignHorizontalJustifyStartJustify start horizontal
AlignHorizontalSpaceAroundSpace around horizontal
AlignHorizontalSpaceBetweenSpace between horizontal
AlignJustifyAlign justify, full width
AlignLeftAlign left
AlignRightAlign right
AlignStartHorizontalAlign start horizontal
AlignStartVerticalAlign start vertical
AlignVerticalDistributeCenterDistribute center vertical
AlignVerticalDistributeEndDistribute end vertical
AlignVerticalDistributeStartDistribute start vertical
AlignVerticalJustifyCenterJustify center vertical
AlignVerticalJustifyEndJustify end vertical
AlignVerticalJustifyStartJustify start vertical
AlignVerticalSpaceAroundSpace around vertical
AlignVerticalSpaceBetweenSpace between vertical
VectorSquareVector square, design
ShapesShapes, objects, design
LayersLayers, stack, z-index
Layers2Layers alternate
Layers3Layers triple
LayersPlusLayers add
SquaresExcludeSquares exclude, boolean
SquaresIntersectSquares intersect, boolean
SquaresSubtractSquares subtract, boolean
SquaresUniteSquares unite, boolean
BlendBlend, mix, merge
ContrastContrast, brightness
ViewView, eye, visible
MoreHorizontalMore horizontal, ellipsis, dots
MoreVerticalMore vertical, kebab menu
EllipsisEllipsis, more options
EllipsisVerticalEllipsis vertical, more
SquareStackSquare stack, layers
RectangleEllipsisRectangle ellipsis, password
PictureInPicturePicture in picture, PiP
PictureInPicture2Picture in picture alternate

Media and Entertainment

Playback controls, audio, video, music, and entertainment.

IconDescription
PlayPlay, start, resume
PlayCirclePlay circle, play button
PlaySquarePlay square
CirclePlayCircle play
SquarePlaySquare play
PausePause, hold, suspend
PauseCirclePause circle
PauseOctagonPause octagon
CirclePauseCircle pause
SquarePauseSquare pause
OctagonPauseOctagon pause
StopCircleStop circle, halt
CircleStopCircle stop
SquareStopSquare stop
SkipBackSkip back, previous track
SkipForwardSkip forward, next track
StepBackStep back, rewind one
StepForwardStep forward, advance one
FastForwardFast forward, speed up
RewindRewind, go back
ShuffleShuffle, random, mix
RepeatRepeat, loop
Repeat1Repeat one, loop single
Repeat2Repeat alternate
VolumeVolume, sound, audio
Volume1Volume low
Volume2Volume high
VolumeOffVolume off, silent
VolumeXVolume mute, no sound
MusicMusic, note, song
Music2Music alternate
Music3Music triple
Music4Music quad
FilmFilm, movie, cinema
VideoVideo, camera, record
VideoOffVideo off, no camera
VideotapeVideotape, VHS, retro
ClapperboardClapperboard, movie, action
DiscDisc, CD, record
Disc2Disc alternate
Disc3Disc triple
DiscAlbumDisc album, music
RadioRadio, broadcast, FM
TurntableTurntable, vinyl, DJ
DramaDrama, theater, masks
TheaterTheater, cinema, performance
PopcornPopcorn, movie snack
CassetteTapeCassette tape, retro audio
ApertureAperture, camera lens, shutter
ImageImage, photo, picture
GuitarGuitar, music, instrument
PianoPiano, keys, music
DrumDrum, percussion, beat
DrumstickDrumstick, percussion

Nature and Weather

Sun, moon, clouds, plants, weather conditions, and natural elements.

IconDescription
SunSun, light, day, bright
SunDimSun dim, low brightness
SunMediumSun medium brightness
SunMoonSun moon, theme toggle
SunSnowSun snow, mixed weather
SunriseSunrise, morning, dawn
SunsetSunset, evening, dusk
MoonMoon, night, dark mode
MoonStarMoon star, night
EclipseEclipse, sun moon
CloudCloud, weather, sky
CloudAlertCloud alert, warning
CloudBackupCloud backup, sync
CloudCheckCloud check, synced
CloudCogCloud settings
CloudDownloadCloud download
CloudDrizzleCloud drizzle, light rain
CloudFogCloud fog, mist, haze
CloudHailCloud hail, ice
CloudLightningCloud lightning, storm
CloudMoonCloud moon, night
CloudMoonRainCloud moon rain, night rain
CloudOffCloud off, offline
CloudRainCloud rain, rainy
CloudRainWindCloud rain wind, storm
CloudSnowCloud snow, snowy
CloudSunCloud sun, partly cloudy
CloudSunRainCloud sun rain, mixed
CloudSyncCloud sync, synchronize
CloudUploadCloud upload
CloudyCloudy, overcast
WindWind, breeze, air
WindArrowDownWind arrow down
HazeHaze, fog, smog
TornadoTornado, cyclone, storm
SnowflakeSnowflake, cold, winter
RainbowRainbow, colorful, arc
WavesWaves, water, ocean
WavesArrowDownWaves arrow down
WavesArrowUpWaves arrow up
WavesLadderWaves ladder, pool
DropletDroplet, water, rain
DropletOffDroplet off, no water
DropletsDroplets, rain, water
FlameFlame, fire, hot
FlameKindlingFlame kindling, campfire
ThermometerThermometer, temperature
ThermometerSnowflakeThermometer cold, freezing
ThermometerSunThermometer hot, heat
LeafLeaf, nature, plant, eco
LeafyGreenLeafy green, vegetable
TreeTree, forest, nature
TreeDeciduousDeciduous tree, oak
TreePalmPalm tree, tropical
TreePinePine tree, evergreen
TreesTrees, forest, woods
PalmtreePalm tree, beach
FlowerFlower, bloom, nature
Flower2Flower alternate
RoseRose, flower, romantic
SproutSprout, seedling, growth
ShrubShrub, bush, plant
CloverClover, lucky, shamrock
CannabisCannabis, hemp, leaf
CannabisOffCannabis off, no hemp
MountainMountain, hill, peak
MountainSnowMountain snow, winter
EarthEarth, globe, world, planet
EarthLockEarth lock, geo-restricted
GlobeGlobe, world, international
Globe2Globe alternate
GlobeLockGlobe lock, restricted
FeatherFeather, light, quill
ShellShell, sea, beach
StoneStone, rock, pebble
CitrusCitrus, lemon, orange

People and Identity

Users, contacts, people, identity, and human figures.

IconDescription
UserUser, person, profile
User2User alternate
UserCheckUser check, verified
UserCheck2User check alternate
UserCircleUser circle, avatar
UserCircle2User circle alternate
UserCogUser settings, preferences
UserCog2User settings alternate
UserLockUser lock, restricted
UserMinusUser minus, remove user
UserMinus2User minus alternate
UserPenUser pen, edit profile
UserPlusUser plus, add user
UserPlus2User plus alternate
UserRoundUser round, avatar
UserRoundCheckUser round check
UserRoundCogUser round settings
UserRoundMinusUser round minus
UserRoundPenUser round pen, edit
UserRoundPlusUser round plus
UserRoundSearchUser round search
UserRoundXUser round X, remove
UserSearchUser search, find user
UserSquareUser square, avatar
UserSquare2User square alternate
UserStarUser star, favorite
UserXUser X, remove user
UserX2User X alternate
UsersUsers, group, team
Users2Users alternate
UsersRoundUsers round, team
CircleUserCircle user, avatar
CircleUserRoundCircle user round
SquareUserSquare user, avatar
SquareUserRoundSquare user round
ContactContact, address book
Contact2Contact alternate
ContactRoundContact round
BabyBaby, infant, child
PersonStandingPerson standing, human
BicepsFlexedBiceps flexed, strong, muscle
FingerprintFingerprint, biometric, identity
FingerprintPatternFingerprint pattern
IdCardID card, identity, badge
IdCardLanyardID card lanyard, badge
GraduationCapGraduation cap, education
AccessibilityAccessibility, a11y, disability
HandHelpingHelping hand, assist
HelpingHandHelping hand, support
HandHeartHand heart, care, donate
HandCoinsHand coins, donate, pay
HandMetalHand metal, rock, horns
HandPlatterHand platter, serve
HandbagHandbag, purse, bag
FootprintsFootprints, steps, tracking
EarEar, listen, hearing
EarOffEar off, deaf, no hearing
SmileSmile, happy, smiley
SmilePlusSmile plus, add reaction
FrownFrown, sad, unhappy
MehMeh, neutral, indifferent
AngryAngry, mad, upset
AnnoyedAnnoyed, irritated
LaughLaugh, happy, LOL
GlassesGlasses, spectacles, vision
HatGlassesHat glasses, disguise
HandshakeHandshake, deal, agreement
NonBinaryNon-binary, gender
MarsMars, male symbol
MarsStrokeMars stroke, male
VenusVenus, female symbol
VenusAndMarsVenus and Mars, gender
TransgenderTransgender, gender identity

Security and Access

Locks, shields, keys, authentication, and permissions.

IconDescription
LockLock, secure, private
LockKeyholeLock keyhole, secured
LockKeyholeOpenLock keyhole open
LockOpenLock open, unlocked
UnlockUnlock, open access
UnlockKeyholeUnlock keyhole
ShieldShield, security, protect
ShieldAlertShield alert, warning
ShieldBanShield ban, blocked
ShieldCheckShield check, verified
ShieldCloseShield close
ShieldEllipsisShield ellipsis, processing
ShieldHalfShield half, partial
ShieldMinusShield minus, remove
ShieldOffShield off, unprotected
ShieldPlusShield plus, add
ShieldQuestionShield question, unknown
ShieldQuestionMarkShield question mark
ShieldUserShield user, protected
ShieldXShield X, insecure
KeyKey, access, credential
KeyRoundKey round
KeySquareKey square
EyeEye, view, visible, show
EyeClosedEye closed, hidden
EyeOffEye off, invisible, hide
LogInLog in, sign in, enter
LogOutLog out, sign out, exit
VerifiedVerified, certified, authentic
VaultVault, safe, secure storage

Shopping and Finance

Shopping, payments, currency, receipts, and financial operations.

IconDescription
ShoppingCartShopping cart, basket, buy
ShoppingBagShopping bag, purchase
ShoppingBasketShopping basket, grocery
CreditCardCredit card, payment, card
WalletWallet, payment, balance
Wallet2Wallet alternate
WalletCardsWallet cards, payment methods
WalletMinimalWallet minimal
DollarSignDollar sign, USD, money
CircleDollarSignCircle dollar sign
EuroEuro, EUR, currency
PoundSterlingPound sterling, GBP
CirclePoundSterlingCircle pound sterling
JapaneseYenJapanese yen, JPY
IndianRupeeIndian rupee, INR
RussianRubleRussian ruble, RUB
SwissFrancSwiss franc, CHF
TurkishLiraTurkish lira, TRY
PhilippinePesoPhilippine peso, PHP
SaudiRiyalSaudi riyal, SAR
GeorgianLariGeorgian lari, GEL
BitcoinBitcoin, BTC, crypto
CurrencyCurrency, money, exchange
BanknoteBanknote, cash, money
BanknoteArrowDownBanknote arrow down, expense
BanknoteArrowUpBanknote arrow up, income
BanknoteXBanknote X, no cash
ReceiptReceipt, invoice, bill
ReceiptCentReceipt cent
ReceiptEuroReceipt euro
ReceiptIndianRupeeReceipt Indian rupee
ReceiptJapaneseYenReceipt Japanese yen
ReceiptPoundSterlingReceipt pound sterling
ReceiptRussianRubleReceipt Russian ruble
ReceiptSwissFrancReceipt Swiss franc
ReceiptTextReceipt text, invoice
ReceiptTurkishLiraReceipt Turkish lira
CoinsCoins, money, currency
PiggyBankPiggy bank, savings
BadgeDollarSignBadge dollar, price
BadgeCentBadge cent, price
BadgeEuroBadge euro, price
BadgeIndianRupeeBadge Indian rupee
BadgeJapaneseYenBadge Japanese yen
BadgePoundSterlingBadge pound sterling
BadgeRussianRubleBadge Russian ruble
BadgeSwissFrancBadge Swiss franc
BadgeTurkishLiraBadge Turkish lira
BadgePercentBadge percent, discount
StoreStore, shop, retail
BarcodeBarcode, product, scan
TicketTicket, coupon, pass
TicketCheckTicket check, valid
TicketMinusTicket minus, remove
TicketPercentTicket percent, discount
TicketPlusTicket plus, add
TicketSlashTicket slash, invalid
TicketXTicket X, cancel
TicketsTickets, multiple passes
TicketsPlaneTickets plane, boarding pass
ScaleScale, weigh, balance
GemGem, diamond, premium, jewel
GiftGift, present, reward
PackagePackage, box, delivery
Package2Package alternate
PackageCheckPackage check, delivered
PackageMinusPackage minus, remove
PackageOpenPackage open, unbox
PackagePlusPackage plus, add
PackageSearchPackage search, track
PackageXPackage X, cancel
BoxBox, container, package
BoxesBoxes, inventory, stock

Shapes and Geometry

Geometric shapes, symbols, and abstract forms.

IconDescription
CircleCircle, round, dot
CircleDashedCircle dashed, loading
CircleDotCircle dot, radio
CircleDotDashedCircle dot dashed
CircleEllipsisCircle ellipsis, more
CircleFadingPlusCircle fading plus
CircleMinusCircle minus, remove
CircleOffCircle off
CirclePileCircle pile, stack
CirclePlusCircle plus, add
CircleDivideCircle divide, split
CircleEqualCircle equal, same
CircleSlashCircle slash
CircleSlash2Circle slash alternate
CircleSlashedCircle slashed
CircleSmallCircle small, bullet
CircleXCircle X, close, remove
SquareSquare, box, rectangle
SquareDashedSquare dashed, selection
SquareDashedBottomSquare dashed bottom
SquareDashedBottomCodeSquare dashed bottom code
SquareDashedTopSolidSquare dashed top solid
SquareDotSquare dot, button
SquareMinusSquare minus, remove
SquarePlusSquare plus, add
SquareSlashSquare slash
SquareSquareSquare in square, nested
SquareXSquare X, close
SquareRoundCornerSquare round corner
SquircleSquircle, rounded square
SquircleDashedSquircle dashed
TriangleTriangle, shape
TriangleDashedTriangle dashed
TriangleRightTriangle right, play
DiamondDiamond, rhombus, gem
DiamondMinusDiamond minus
DiamondPercentDiamond percent
DiamondPlusDiamond plus
PercentDiamondPercent diamond
StarStar, favorite, rating
StarHalfStar half, half rating
StarOffStar off, unrated
StarsStars, multiple, sparkle
CircleStarCircle star
SquareStarSquare star
HeartHeart, love, like, favorite
HeartCrackHeart crack, heartbreak
HeartHandshakeHeart handshake, trust
HeartMinusHeart minus, unlike
HeartOffHeart off, no love
HeartPlusHeart plus, like
HexagonHexagon, shape
PentagonPentagon, shape
OctagonOctagon, stop shape
OctagonMinusOctagon minus
OctagonXOctagon X
RectangleHorizontalRectangle horizontal
RectangleVerticalRectangle vertical
RectangleCircleRectangle with circle
RectangleGogglesRectangle goggles, VR
CuboidCuboid, 3D box
CylinderCylinder, 3D shape
ConeCone, 3D shape
PyramidPyramid, 3D triangle
TorusTorus, donut shape
SplineSpline, curve, path
SplinePointerSpline pointer, bezier
DotDot, point, period
DotSquareDot in square
TangentTangent, geometry, line
DiameterDiameter, circle measure
RadiusRadius, circle, distance
LollipopLollipop, circle on stick
CrosshairCrosshair, aim, center
CrossCross, plus, medical
AsteriskAsterisk, star, required
HashHash, number sign

Text and Typography

Text formatting, alignment, headings, and typography controls.

IconDescription
TypeType, text, font, typography
TypeOutlineType outline, text style
BoldBold, strong, weight
ItalicItalic, emphasis, slant
UnderlineUnderline, text decoration
StrikethroughStrikethrough, deleted text
HeadingHeading, title, H tag
Heading1Heading 1, H1, title
Heading2Heading 2, H2, subtitle
Heading3Heading 3, H3
Heading4Heading 4, H4
Heading5Heading 5, H5
Heading6Heading 6, H6
TextText, paragraph, content
TextAlignCenterText align center
TextAlignEndText align end
TextAlignJustifyText align justify
TextAlignStartText align start
TextCursorText cursor, caret
TextCursorInputText cursor input, field
TextInitialText initial, drop cap
TextSearchText search, find text
TextSelectText select, highlight
TextSelectionText selection, range
TextWrapText wrap, line break
SubscriptSubscript, sub text
SuperscriptSuperscript, sup text
PilcrowPilcrow, paragraph mark
PilcrowLeftPilcrow left
PilcrowRightPilcrow right
PilcrowSquarePilcrow in square
SquarePilcrowSquare with pilcrow
CaseLowerCase lower, lowercase
CaseUpperCase upper, UPPERCASE
CaseSensitiveCase sensitive, match case
BaselineBaseline, text alignment
LigatureLigature, connected letters
LetterTextLetter text, typography
RemoveFormattingRemove formatting, clear style
WrapTextWrap text, line wrap
WholeWordWhole word, match word
SpellCheckSpell check, grammar
SpellCheck2Spell check alternate
HighlighterHighlighter, marker, highlight
AArrowDownA arrow down, font decrease
AArrowUpA arrow up, font increase
ALargeSmallA large small, font size
SignatureSignature, sign, autograph
SectionSection, paragraph, break
LineSquiggleLine squiggle, underline wavy
LogsLogs, text lines, output
ClosedCaptionClosed caption, CC, subtitles

Time and Calendar

Clocks, timers, calendars, scheduling, and time management.

IconDescription
ClockClock, time, watch
Clock1Clock 1 o'clock
Clock2Clock 2 o'clock
Clock3Clock 3 o'clock
Clock4Clock 4 o'clock
Clock5Clock 5 o'clock
Clock6Clock 6 o'clock
Clock7Clock 7 o'clock
Clock8Clock 8 o'clock
Clock9Clock 9 o'clock
Clock10Clock 10 o'clock
Clock11Clock 11 o'clock
Clock12Clock 12 o'clock
ClockAlertClock alert, time warning
ClockArrowDownClock arrow down
ClockArrowUpClock arrow up
ClockCheckClock check, time confirmed
ClockFadingClock fading, expiring
ClockPlusClock plus, add time
CalendarCalendar, date, schedule
Calendar1Calendar day 1
CalendarArrowDownCalendar arrow down
CalendarArrowUpCalendar arrow up
CalendarCheckCalendar check, booked
CalendarCheck2Calendar check alternate
CalendarClockCalendar clock, schedule time
CalendarCogCalendar settings
CalendarDaysCalendar days, month view
CalendarFoldCalendar fold
CalendarHeartCalendar heart, anniversary
CalendarMinusCalendar minus, remove event
CalendarMinus2Calendar minus alternate
CalendarOffCalendar off, no events
CalendarPlusCalendar plus, add event
CalendarPlus2Calendar plus alternate
CalendarRangeCalendar range, date range
CalendarSearchCalendar search, find event
CalendarSyncCalendar sync
CalendarXCalendar X, cancel event
CalendarX2Calendar X alternate
CalendarsCalendars, multiple
TimerTimer, countdown, stopwatch
TimerOffTimer off
TimerResetTimer reset, restart
HourglassHourglass, waiting, loading
HistoryHistory, past, timeline
AlarmClockAlarm clock, wake up
AlarmClockCheckAlarm clock check
AlarmClockMinusAlarm clock minus
AlarmClockOffAlarm clock off
AlarmClockPlusAlarm clock plus
AlarmCheckAlarm check
AlarmMinusAlarm minus
AlarmPlusAlarm plus
WatchWatch, wristwatch, time
StopwatchStopwatch, timer, lap

Travel and Transport

Vehicles, maps, navigation, routes, and travel essentials.

IconDescription
CarCar, auto, vehicle
CarFrontCar front view
CarTaxiFrontTaxi front, cab
CaravanCaravan, RV, trailer
PlanePlane, flight, airplane
PlaneLandingPlane landing, arrival
PlaneTakeoffPlane takeoff, departure
TrainTrain, railway, transit
TrainFrontTrain front view
TrainFrontTunnelTrain front tunnel
TrainTrackTrain track, railway
TramFrontTram front, streetcar
BusBus, transit, coach
BusFrontBus front view
ShipShip, boat, vessel
ShipWheelShip wheel, helm, nautical
SailboatSailboat, yacht, sail
KayakKayak, canoe, paddle
BikeBike, bicycle, cycle
MotorbikeMotorbike, motorcycle
ScooterScooter, kick scooter
TruckTruck, delivery, freight
TruckElectricTruck electric, EV
VanVan, minivan, vehicle
AmbulanceAmbulance, emergency vehicle
HelicopterHelicopter, chopper
RocketRocket, launch, fast, space
CableCarCable car, gondola, ski
ForkliftForklift, warehouse, lift
TractorTractor, farm, agriculture
FuelFuel, gas, petrol
MapMap, navigation, directions
MapMinusMap minus, remove
MapPlusMap plus, add
MapPinnedMap pinned, location set
MapPinMap pin, location, marker
MapPinCheckMap pin check, confirmed
MapPinCheckInsideMap pin check inside
MapPinHouseMap pin house, home location
MapPinMinusMap pin minus, remove
MapPinMinusInsideMap pin minus inside
MapPinOffMap pin off, no location
MapPinPenMap pin pen, edit location
MapPinPlusMap pin plus, add location
MapPinPlusInsideMap pin plus inside
MapPinXMap pin X, remove location
MapPinXInsideMap pin X inside
RouteRoute, path, directions
RouteOffRoute off, no route
CompassCompass, direction, navigate
NavigationNavigation, arrow, GPS
Navigation2Navigation alternate
Navigation2OffNavigation 2 off
NavigationOffNavigation off
SignpostSignpost, direction sign
SignpostBigSignpost big
LuggageLuggage, suitcase, travel
BaggageClaimBaggage claim, airport
MilestoneMilestone, progress, marker
TrafficConeTraffic cone, construction
LandPlotLand plot, terrain, area
RailSymbolRail symbol, train
ParkingCircleParking circle
ParkingCircleOffParking circle off
ParkingMeterParking meter
ParkingSquareParking square
ParkingSquareOffParking square off
CircleParkingCircle parking
CircleParkingOffCircle parking off
SquareParkingSquare parking
SquareParkingOffSquare parking off

Buildings and Places

Homes, buildings, institutions, and places.

IconDescription
HomeHome, house, main page
HouseHouse, home, dwelling
HouseHeartHouse heart, favorite home
HousePlugHouse plug, smart home
HousePlusHouse plus, add property
HouseWifiHouse WiFi, smart home
BuildingBuilding, office, company
Building2Building alternate, corporate
HospitalHospital, medical, health
HotelHotel, accommodation, stay
ChurchChurch, worship, religion
CastleCastle, fortress, medieval
SchoolSchool, education, learn
School2School alternate
UniversityUniversity, college, campus
FactoryFactory, industrial, manufacturing
WarehouseWarehouse, storage, depot
LandmarkLandmark, monument, place
TentTent, camping, outdoor
TentTreeTent with tree, camping
ConstructionConstruction, building, WIP
DamDam, water, reservoir
BrickWallBrick wall, barrier
BrickWallFireBrick wall fire, firewall
BrickWallShieldBrick wall shield, security
FenceFence, barrier, boundary
LighthouseLighthouse, beacon, coast
LecternLectern, podium, speak
DoorClosedDoor closed, entry
DoorClosedLockedDoor closed locked, secure
DoorOpenDoor open, enter, exit
BedBed, sleep, hotel room
BedDoubleBed double, couple
BedSingleBed single, room
BathBath, bathtub, bathroom
ShowerHeadShower head, bathroom
ToiletToilet, restroom, WC
SofaSofa, couch, living room
ArmchairArmchair, seat, chair
RockingChairRocking chair, relax
LampLamp, light, desk
LampCeilingLamp ceiling, light
LampDeskLamp desk, study light
LampFloorLamp floor, standing
LampWallDownLamp wall down, sconce
LampWallUpLamp wall up, sconce
LightbulbLightbulb, idea, light
LightbulbOffLightbulb off, no idea
HeaterHeater, warm, radiator
AirVentAir vent, HVAC, cooling
FanFan, cooling, ventilator
RefrigeratorRefrigerator, fridge, cold
WashingMachineWashing machine, laundry
MicrowaveMicrowave, kitchen appliance
CookingPotCooking pot, kitchen
BlindsBlinds, window cover
WallpaperWallpaper, background, decor
UtilityPoleUtility pole, power line
TowerControlTower control, ATC

Food and Drink

Food items, beverages, cooking, and dining.

IconDescription
CoffeeCoffee, cup, cafe, espresso
WineWine, glass, drink
WineOffWine off, no alcohol
BeerBeer, pint, brew
BeerOffBeer off, no alcohol
MartiniMartini, cocktail, drink
CupSodaCup soda, soft drink
MilkMilk, dairy, drink
MilkOffMilk off, dairy-free
PizzaPizza, slice, food
SandwichSandwich, sub, lunch
HamburgerHamburger, burger, fast food
SaladSalad, healthy, greens
SoupSoup, bowl, broth
BeefBeef, steak, meat
HamHam, pork, meat
DrumstickDrumstick, chicken leg
ShrimpShrimp, prawn, seafood
EggEgg, breakfast
EggFriedEgg fried, breakfast
EggOffEgg off, egg-free
BananaBanana, fruit
AppleApple, fruit
CherryCherry, fruit, berries
GrapeGrape, fruit, wine
CitrusCitrus, lemon, orange
CarrotCarrot, vegetable
CroissantCroissant, pastry, bakery
CookieCookie, biscuit, treat
CakeCake, birthday, dessert
CakeSliceCake slice, piece
DonutDonut, doughnut, sweet
DessertDessert, sweet, treat
IceCreamIce cream, frozen treat
IceCream2Ice cream alternate
IceCreamBowlIce cream bowl
IceCreamConeIce cream cone
PopsiclePopsicle, ice pop
CandyCandy, sweet, confection
CandyCaneCandy cane, Christmas
CandyOffCandy off, no sweets
LollipopLollipop, sweet on stick
WheatWheat, grain, bread
WheatOffWheat off, gluten-free
BeanBean, legume, coffee
BeanOffBean off
UtensilsUtensils, fork knife, dining
UtensilsCrossedUtensils crossed, restaurant
ForkKnifeFork knife, dining
ForkKnifeCrossedFork knife crossed, restaurant
ChefHatChef hat, cook, kitchen
VeganVegan, plant-based, leaf
BottleWineBottle wine
BarrelBarrel, keg, storage

Health and Wellness

Medical, health, fitness, and wellness related icons.

IconDescription
HeartPulseHeart pulse, health, vitals
StethoscopeStethoscope, doctor, medical
PillPill, medicine, drug
PillBottlePill bottle, medication
TabletsTablets, pills, medication
SyringeSyringe, injection, vaccine
BandageBandage, wound, first aid
CrossCross, medical, first aid
DnaDNA, genetics, helix
DnaOffDNA off
TestTubeTest tube, lab, experiment
TestTube2Test tube alternate
TestTubeDiagonalTest tube diagonal
TestTubesTest tubes, laboratory
MicroscopeMicroscope, research, lab
BrainBrain, mind, intelligence
BrainCircuitBrain circuit, AI, neural
BrainCogBrain cog, cognitive, think
FlaskConicalFlask conical, chemistry
FlaskConicalOffFlask off, no experiment
FlaskRoundFlask round, chemistry
BeakerBeaker, lab, experiment
BiohazardBiohazard, danger, toxic
RadiationRadiation, nuclear, hazard
BoneBone, skeleton, orthopedic
DumbbellDumbbell, exercise, gym
WeightWeight, heavy, mass
WeightTildeWeight approximate
LifeBuoyLife buoy, safety, rescue
FireExtinguisherFire extinguisher, safety
AlarmSmokeAlarm smoke, smoke detector
HardHatHard hat, safety helmet

Tools and Construction

Hand tools, construction, painting, design tools, and crafting.

IconDescription
WrenchWrench, spanner, fix, repair
HammerHammer, build, construct
RulerRuler, measure, length
RulerDimensionLineRuler dimension, measure
PaintBucketPaint bucket, fill color
PaintRollerPaint roller, wall paint
PaintbrushPaintbrush, paint, art
Paintbrush2Paintbrush alternate
PaintbrushVerticalPaintbrush vertical
BrushBrush, paint, clean
BrushCleaningBrush cleaning, sweep
EraserEraser, delete, clean
PalettePalette, color, art
SwatchBookSwatch book, color samples
DrillDrill, power tool
AxeAxe, chop, lumber
PickaxePickaxe, mine, dig
ShovelShovel, dig, garden
GavelGavel, judge, law, hammer
AnvilAnvil, forge, blacksmith
BoltBolt, screw, fastener
NutNut, fastener, hardware
NutOffNut off, removed
ToolCaseTool case, toolbox
ToolboxToolbox, tools, kit
FlashlightFlashlight, torch, light
FlashlightOffFlashlight off
SprayCanSpray can, paint, graffiti
SpoolSpool, thread, sewing
DraftingCompassDrafting compass, draw circle
CalculatorCalculator, math, compute
ProportionsProportions, ratio, measure
SpotlightSpotlight, focus, highlight

Social and Brands

Social media, brand logos, and platform icons.

IconDescription
GithubGitHub, code repository
GitlabGitLab, code repository
TwitterTwitter, X, social media
FacebookFacebook, social media
InstagramInstagram, photos, social
YoutubeYouTube, video, streaming
LinkedinLinkedIn, professional network
SlackSlack, team chat, workspace
TwitchTwitch, live streaming, gaming
ChromeChrome, browser, Google
ChromiumChromium, browser, open source
FigmaFigma, design tool
DribbbleDribbble, design community
CodepenCodePen, code playground
CodesandboxCodeSandbox, code playground
TrelloTrello, project board
FramerFramer, design, prototype
CopyleftCopyleft, open source
CopyrightCopyright, rights reserved
CreativeCommonsCreative Commons, CC license

Status and Alerts

Alerts, warnings, information, help, and status indicators.

IconDescription
AlertCircleAlert circle, warning, attention
AlertOctagonAlert octagon, stop warning
AlertTriangleAlert triangle, caution, warning
CircleAlertCircle alert, warning
TriangleAlertTriangle alert, danger
OctagonAlertOctagon alert, critical
InfoInfo, information, details
CircleHelpCircle help, question
HelpCircleHelp circle, FAQ
CircleQuestionMarkCircle question mark
BadgeBadge, label, status
BadgeAlertBadge alert, warning
BadgeHelpBadge help, question
BadgeInfoBadge info, details
BadgeCheckBadge check, verified
BadgeMinusBadge minus, remove
BadgePlusBadge plus, add
BadgeQuestionMarkBadge question mark
BadgeXBadge X, error
ShieldAlertShield alert, security warning
SirenSiren, alarm, emergency
CheckCircleCheck circle, success, done
CheckCircle2Check circle alternate
CircleCheckCircle check, success
CircleCheckBigCircle check big
CheckSquareCheck square, done
CheckSquare2Check square alternate
SquareCheckSquare check, checkbox
SquareCheckBigSquare check big
XCircleX circle, error, fail
XOctagonX octagon, critical error
XSquareX square, error
MinusCircleMinus circle, remove
MinusSquareMinus square, collapse
PlusCirclePlus circle, add
PlusSquarePlus square, expand
CirclePercentCircle percent
CirclePowerCircle power
SquarePercentSquare percent
SquarePowerSquare power
ThumbsUpThumbs up, like, approve
ThumbsDownThumbs down, dislike, reject
VibrateVibrate, notification, haptic
VibrateOffVibrate off, silent
FlagFlag, report, mark
FlagOffFlag off, unflag
FlagTriangleLeftFlag triangle left
FlagTriangleRightFlag triangle right
HdHD, high definition, quality
BarcodeBarcode, scan, product
QrCodeQR code, scan, link
LinkLink, URL, chain, connect
Link2Link alternate
Link2OffLink off, unlink
UnlinkUnlink, disconnect, break
Unlink2Unlink alternate
ExternalLinkExternal link, open new tab
ShareShare, send, distribute
Share2Share alternate
SheetSheet, spreadsheet, data

Miscellaneous

Everything else: animals, objects, symbols, and unique icons.

IconDescription
AmphoraAmphora, vase, ancient
AnchorAnchor, maritime, link
AwardAward, achievement, prize
BackpackBackpack, bag, school
BalloonBalloon, party, celebration
BinocularsBinoculars, observe, look far
BombBomb, explosive, danger
BoomBoxBoom box, stereo, music
BowArrowBow arrow, archery
BriefcaseBriefcase, work, business
BriefcaseBusinessBriefcase business, corporate
BriefcaseConveyorBeltBriefcase conveyor, delivery
BriefcaseMedicalBriefcase medical, first aid
BubblesBubbles, foam, soap
SoapDispenserDropletSoap dispenser, wash
CardSimCard SIM, mobile
ChessBishopChess bishop, game piece
ChessKingChess king, game piece
ChessKnightChess knight, game piece
ChessPawnChess pawn, game piece
ChessQueenChess queen, game piece
ChessRookChess rook, game piece
CigaretteCigarette, smoke
CigaretteOffCigarette off, no smoking
CrownCrown, king, royal, premium
Dice1Dice 1, roll
Dice2Dice 2, roll
Dice3Dice 3, roll
Dice4Dice 4, roll
Dice5Dice 5, roll
Dice6Dice 6, roll
DicesDices, roll, game, random
DogDog, pet, animal
CatCat, pet, animal
BirdBird, animal, tweet
BirdhouseBirdhouse, aviary
FishFish, aquatic, seafood
FishOffFish off, no fish
FishSymbolFish symbol, ichthys
FishingHookFishing hook, angling
RabbitRabbit, bunny, animal
SquirrelSquirrel, animal, nature
TurtleTurtle, slow, animal
SnailSnail, slow, animal
WormWorm, bug, crawl
PandaPanda, bear, animal
RatRat, mouse, rodent
PawPrintPaw print, animal, pet
GhostGhost, spooky, Halloween
SkullSkull, death, danger
GiftGift, present, reward
PartyPopperParty popper, celebration, confetti
VolleyballVolleyball, sport, ball
MedalMedal, award, achievement
TrophyTrophy, winner, champion
RibbonRibbon, award, decoration
PuzzlePuzzle, piece, solve, jigsaw
OrigamiOrigami, paper fold, craft
ToyBrickToy brick, LEGO, build
SwordSword, weapon, fight
SwordsSwords, battle, fight
UmbrellaUmbrella, rain, protect
UmbrellaOffUmbrella off
VenetianMaskVenetian mask, disguise
VoteVote, ballot, election
DockDock, docking station
SpadeSpade, card suit
ClubClub, card suit
HopHop, beer hops
HopOffHop off, no hops
RollerCoasterRoller coaster, amusement
FerrisWheelFerris wheel, amusement
PocketPocket, save, readlater
PocketKnifePocket knife, multi-tool
ShirtShirt, clothing, apparel
NewspaperNewspaper, news, press
AtomAtom, science, nuclear
Tally1Tally 1, count
Tally2Tally 2, count
Tally3Tally 3, count
Tally4Tally 4, count
Tally5Tally 5, count, five
MSquareM in square
SquareMSquare with M
SlashSquareSlash in square
FormForm, input, fields
FormInputForm input, text field
SwitchCameraSwitch camera, flip, front back
DecimalsArrowLeftDecimals arrow left, number
DecimalsArrowRightDecimals arrow right, number
ShredderShredder, destroy, paper

Released under the MIT License.