Home

Awesome

CodeX Icons

Dozens of cute icons made with love by CodeX for your projects.

No dependencies required. Free to use and share.

<img width="1657" alt="image" src="https://user-images.githubusercontent.com/3684889/210104174-93ee88d6-a2ba-44a8-ac22-ee04955c771b.png">

Usage

Install the package with node package manager.

npm install @codexteam/icons

yarn add @codexteam/icons

And import required icons.

import { IconH1 } from '@codexteam/icons';

console.log(IconH1);

You will get the line: <svg xmlns="http://www.w3.org/2000/svg" ...

List of icons

<!-- DO NOT EDIT THE FOLLOWING SECTION MANUALLY --> <!-- BEGIN TABLE_OF_ICONS -->
IconName
IconH1IconH1
IconH2IconH2
IconH3IconH3
IconH4IconH4
IconH5IconH5
IconH6IconH6
IconAddBackgroundIconAddBackground
IconAddBorderIconAddBorder
IconAlignCenterIconAlignCenter
IconAlignJustifyIconAlignJustify
IconAlignLeftIconAlignLeft
IconAlignRightIconAlignRight
IconBoldIconBold
IconBracketsVerticalIconBracketsVertical
IconBracketsIconBrackets
IconCheckIconCheck
IconChecklistIconChecklist
IconChevronDownIconChevronDown
IconChevronLeftIconChevronLeft
IconChevronRightIconChevronRight
IconChevronUpIconChevronUp
IconClipboardIconClipboard
IconCollapseIconCollapse
IconColorIconColor
IconCopyIconCopy
IconCrossIconCross
IconCurlyBracketsIconCurlyBrackets
IconDelimiterIconDelimiter
IconDirectionDownRightIconDirectionDownRight
IconDirectionLeftDownIconDirectionLeftDown
IconDirectionRightDownIconDirectionRightDown
IconDirectionUpRightIconDirectionUpRight
IconDotCircleIconDotCircle
IconEtcHorisontalIconEtcHorisontal
IconEtcVerticalIconEtcVertical
IconFileIconFile
IconGiftIconGift
IconGlobeIconGlobe
IconHeadingIconHeading
IconHeartIconHeart
IconHiddenIconHidden
IconHtmlIconHtml
IconInstagramIconInstagram
IconItalicIconItalic
IconLinkIconLink
IconLinkedinIconLinkedin
IconListBulletedIconListBulleted
IconListNumberedIconListNumbered
IconLoaderIconLoader
IconMarkerIconMarker
IconMenuSmallIconMenuSmall
IconMenuIconMenu
IconPictureIconPicture
IconPlayIconPlay
IconPlusIconPlus
IconQuestionIconQuestion
IconQuoteIconQuote
IconRedoIconRedo
IconRemoveBackgroundIconRemoveBackground
IconReplaceIconReplace
IconSaveIconSave
IconSearchIconSearch
IconStarIconStar
IconStretchIconStretch
IconStrikethroughIconStrikethrough
IconTableWithHeadingsIconTableWithHeadings
IconTableWithoutHeadingsIconTableWithoutHeadings
IconTableIconTable
IconTextIconText
IconTranslateIconTranslate
IconTrashIconTrash
IconTwitterIconTwitter
IconUnderlineIconUnderline
IconUndoIconUndo
IconUnlinkIconUnlink
IconUserIconUser
IconUsersGroupIconUsersGroup
IconWarningIconWarning
<!-- END TABLE_OF_ICONS -->

How to add an icon