CodeX Icons
November 28, 2024 ยท View on GitHub
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 | |
IconBracketsVertical | |
IconBrackets | |
IconCheck | |
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