Package Exports
- @codexteam/icons
- @codexteam/icons/dist/index.mjs
- @codexteam/icons/dist/index.umd.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@codexteam/icons) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
CodeX Icons
Dozens of cute icons made with love by CodeX for your projects.
No dependencies required. Free to use and share.

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
Icon | Name |
---|---|
IconH1 |
|
IconH2 |
|
IconH3 |
|
IconH4 |
|
IconH5 |
|
IconH6 |
|
IconAddBackground |
|
IconAddBorder |
|
IconAlignCenter |
|
IconAlignJustify |
|
IconAlignLeft |
|
IconAlignRight |
|
IconBold |
|
IconBrackets |
|
IconChecklist |
|
IconChevronDown |
|
IconChevronLeft |
|
IconChevronRight |
|
IconChevronUp |
|
IconClipboard |
|
IconCollapse |
|
IconColor |
|
IconCopy |
|
IconCross |
|
IconCurlyBrackets |
|
IconDelimiter |
|
IconDirectionDownRight |
|
IconDirectionLeftDown |
|
IconDirectionRightDown |
|
IconDirectionUpRight |
|
IconDotCircle |
|
IconEtcHorisontal |
|
IconEtcVertical |
|
IconFile |
|
IconGift |
|
IconGlobe |
|
IconHeading |
|
IconHeart |
|
IconHidden |
|
IconHtml |
|
IconInstagram |
|
IconItalic |
|
IconLink |
|
IconLinkedin |
|
IconListBulleted |
|
IconListNumbered |
|
IconLoader |
|
IconMarker |
|
IconMenuSmall |
|
IconMenu |
|
IconPicture |
|
IconPlay |
|
IconPlus |
|
IconQuestion |
|
IconQuote |
|
IconRedo |
|
IconRemoveBackground |
|
IconReplace |
|
IconSave |
|
IconSearch |
|
IconStar |
|
IconStretch |
|
IconStrikethrough |
|
IconTableWithHeadings |
|
IconTableWithoutHeadings |
|
IconTable |
|
IconText |
|
IconTranslate |
|
IconTrash |
|
IconTwitter |
|
IconUnderline |
|
IconUndo |
|
IconUnlink |
|
IconUser |
|
IconUsersGroup |
|
IconWarning |
How to add an icon
- Request an icon you need via an Issue
- Or add your icon and open a PR