[
{
"No": "1",
"Category": "Navigation",
"Icon Name": "menu",
"Keywords": "hamburger menu navigation toggle bars",
"Library": "Lucide",
"Import Code": "import { Menu } from 'lucide-react'",
"Usage": "<Menu />",
"Best For": "Mobile navigation drawer toggle sidebar",
"Style": "Outline"
},
{
"No": "2",
"Category": "Navigation",
"Icon Name": "arrow-left",
"Keywords": "back previous return navigate",
"Library": "Lucide",
"Import Code": "import { ArrowLeft } from 'lucide-react'",
"Usage": "<ArrowLeft />",
"Best For": "Back button breadcrumb navigation",
"Style": "Outline"
},
{
"No": "3",
"Category": "Navigation",
"Icon Name": "arrow-right",
"Keywords": "next forward continue navigate",
"Library": "Lucide",
"Import Code": "import { ArrowRight } from 'lucide-react'",
"Usage": "<ArrowRight />",
"Best For": "Forward button next step CTA",
"Style": "Outline"
},
{
"No": "4",
"Category": "Navigation",
"Icon Name": "chevron-down",
"Keywords": "dropdown expand accordion select",
"Library": "Lucide",
"Import Code": "import { ChevronDown } from 'lucide-react'",
"Usage": "<ChevronDown />",
"Best For": "Dropdown toggle accordion header",
"Style": "Outline"
},
{
"No": "5",
"Category": "Navigation",
"Icon Name": "chevron-up",
"Keywords": "collapse close accordion minimize",
"Library": "Lucide",
"Import Code": "import { ChevronUp } from 'lucide-react'",
"Usage": "<ChevronUp />",
"Best For": "Accordion collapse minimize",
"Style": "Outline"
},
{
"No": "6",
"Category": "Navigation",
"Icon Name": "home",
"Keywords": "homepage main dashboard start",
"Library": "Lucide",
"Import Code": "import { Home } from 'lucide-react'",
"Usage": "<Home />",
"Best For": "Home navigation main page",
"Style": "Outline"
},
{
"No": "7",
"Category": "Navigation",
"Icon Name": "x",
"Keywords": "close cancel dismiss remove exit",
"Library": "Lucide",
"Import Code": "import { X } from 'lucide-react'",
"Usage": "<X />",
"Best For": "Modal close dismiss button",
"Style": "Outline"
},
{
"No": "8",
"Category": "Navigation",
"Icon Name": "external-link",
"Keywords": "open new tab external link",
"Library": "Lucide",
"Import Code": "import { ExternalLink } from 'lucide-react'",
"Usage": "<ExternalLink />",
"Best For": "External link indicator",
"Style": "Outline"
},
{
"No": "9",
"Category": "Action",
"Icon Name": "plus",
"Keywords": "add create new insert",
"Library": "Lucide",
"Import Code": "import { Plus } from 'lucide-react'",
"Usage": "<Plus />",
"Best For": "Add button create new item",
"Style": "Outline"
},
{
"No": "10",
"Category": "Action",
"Icon Name": "minus",
"Keywords": "remove subtract decrease delete",
"Library": "Lucide",
"Import Code": "import { Minus } from 'lucide-react'",
"Usage": "<Minus />",
"Best For": "Remove item quantity decrease",
"Style": "Outline"
},
{
"No": "11",
"Category": "Action",
"Icon Name": "trash-2",
"Keywords": "delete remove discard bin",
"Library": "Lucide",
"Import Code": "import { Trash2 } from 'lucide-react'",
"Usage": "<Trash2 />",
"Best For": "Delete action destructive",
"Style": "Outline"
},
{
"No": "12",
"Category": "Action",
"Icon Name": "edit",
"Keywords": "pencil modify change update",
"Library": "Lucide",
"Import Code": "import { Edit } from 'lucide-react'",
"Usage": "<Edit />",
"Best For": "Edit button modify content",
"Style": "Outline"
},
{
"No": "13",
"Category": "Action",
"Icon Name": "save",
"Keywords": "disk store persist save",
"Library": "Lucide",
"Import Code": "import { Save } from 'lucide-react'",
"Usage": "<Save />",
"Best For": "Save button persist changes",
"Style": "Outline"
},
{
"No": "14",
"Category": "Action",
"Icon Name": "download",
"Keywords": "export save file download",
"Library": "Lucide",
"Import Code": "import { Download } from 'lucide-react'",
"Usage": "<Download />",
"Best For": "Download file export",
"Style": "Outline"
},
{
"No": "15",
"Category": "Action",
"Icon Name": "upload",
"Keywords": "import file attach upload",
"Library": "Lucide",
"Import Code": "import { Upload } from 'lucide-react'",
"Usage": "<Upload />",
"Best For": "Upload file import",
"Style": "Outline"
},
{
"No": "16",
"Category": "Action",
"Icon Name": "copy",
"Keywords": "duplicate clipboard paste",
"Library": "Lucide",
"Import Code": "import { Copy } from 'lucide-react'",
"Usage": "<Copy />",
"Best For": "Copy to clipboard",
"Style": "Outline"
},
{
"No": "17",
"Category": "Action",
"Icon Name": "share",
"Keywords": "social distribute send",
"Library": "Lucide",
"Import Code": "import { Share } from 'lucide-react'",
"Usage": "<Share />",
"Best For": "Share button social",
"Style": "Outline"
},
{
"No": "18",
"Category": "Action",
"Icon Name": "search",
"Keywords": "find lookup filter query",
"Library": "Lucide",
"Import Code": "import { Search } from 'lucide-react'",
"Usage": "<Search />",
"Best For": "Search input bar",
"Style": "Outline"
},
{
"No": "19",
"Category": "Action",
"Icon Name": "filter",
"Keywords": "sort refine narrow options",
"Library": "Lucide",
"Import Code": "import { Filter } from 'lucide-react'",
"Usage": "<Filter />",
"Best For": "Filter dropdown sort",
"Style": "Outline"
},
{
"No": "20",
"Category": "Action",
"Icon Name": "settings",
"Keywords": "gear cog preferences config",
"Library": "Lucide",
"Import Code": "import { Settings } from 'lucide-react'",
"Usage": "<Settings />",
"Best For": "Settings page configuration",
"Style": "Outline"
},
{
"No": "21",
"Category": "Status",
"Icon Name": "check",
"Keywords": "success done complete verified",
"Library": "Lucide",
"Import Code": "import { Check } from 'lucide-react'",
"Usage": "<Check />",
"Best For": "Success state checkmark",
"Style": "Outline"
},
{
"No": "22",
"Category": "Status",
"Icon Name": "check-circle",
"Keywords": "success verified approved complete",
"Library": "Lucide",
"Import Code": "import { CheckCircle } from 'lucide-react'",
"Usage": "<CheckCircle />",
"Best For": "Success badge verified",
"Style": "Outline"
},
{
"No": "23",
"Category": "Status",
"Icon Name": "x-circle",
"Keywords": "error failed cancel rejected",
"Library": "Lucide",
"Import Code": "import { XCircle } from 'lucide-react'",
"Usage": "<XCircle />",
"Best For": "Error state failed",
"Style": "Outline"
},
{
"No": "24",
"Category": "Status",
"Icon Name": "alert-triangle",
"Keywords": "warning caution attention danger",
"Library": "Lucide",
"Import Code": "import { AlertTriangle } from 'lucide-react'",
"Usage": "<AlertTriangle />",
"Best For": "Warning message caution",
"Style": "Outline"
},
{
"No": "25",
"Category": "Status",
"Icon Name": "alert-circle",
"Keywords": "info notice information help",
"Library": "Lucide",
"Import Code": "import { AlertCircle } from 'lucide-react'",
"Usage": "<AlertCircle />",
"Best For": "Info notice alert",
"Style": "Outline"
},
{
"No": "26",
"Category": "Status",
"Icon Name": "info",
"Keywords": "information help tooltip details",
"Library": "Lucide",
"Import Code": "import { Info } from 'lucide-react'",
"Usage": "<Info />",
"Best For": "Information tooltip help",
"Style": "Outline"
},
{
"No": "27",
"Category": "Status",
"Icon Name": "loader",
"Keywords": "loading spinner processing wait",
"Library": "Lucide",
"Import Code": "import { Loader } from 'lucide-react'",
"Usage": "<Loader className=\"animate-spin\" />",
"Best For": "Loading state spinner",
"Style": "Outline"
},
{
"No": "28",
"Category": "Status",
"Icon Name": "clock",
"Keywords": "time schedule pending wait",
"Library": "Lucide",
"Import Code": "import { Clock } from 'lucide-react'",
"Usage": "<Clock />",
"Best For": "Pending time schedule",
"Style": "Outline"
},
{
"No": "29",
"Category": "Communication",
"Icon Name": "mail",
"Keywords": "email message inbox letter",
"Library": "Lucide",
"Import Code": "import { Mail } from 'lucide-react'",
"Usage": "<Mail />",
"Best For": "Email contact inbox",
"Style": "Outline"
},
{
"No": "30",
"Category": "Communication",
"Icon Name": "message-circle",
"Keywords": "chat comment bubble conversation",
"Library": "Lucide",
"Import Code": "import { MessageCircle } from 'lucide-react'",
"Usage": "<MessageCircle />",
"Best For": "Chat comment message",
"Style": "Outline"
},
{
"No": "31",
"Category": "Communication",
"Icon Name": "phone",
"Keywords": "call mobile telephone contact",
"Library": "Lucide",
"Import Code": "import { Phone } from 'lucide-react'",
"Usage": "<Phone />",
"Best For": "Phone contact call",
"Style": "Outline"
},
{
"No": "32",
"Category": "Communication",
"Icon Name": "send",
"Keywords": "submit dispatch message airplane",
"Library": "Lucide",
"Import Code": "import { Send } from 'lucide-react'",
"Usage": "<Send />",
"Best For": "Send message submit",
"Style": "Outline"
},
{
"No": "33",
"Category": "Communication",
"Icon Name": "bell",
"Keywords": "notification alert ring reminder",
"Library": "Lucide",
"Import Code": "import { Bell } from 'lucide-react'",
"Usage": "<Bell />",
"Best For": "Notification bell alert",
"Style": "Outline"
},
{
"No": "34",
"Category": "User",
"Icon Name": "user",
"Keywords": "profile account person avatar",
"Library": "Lucide",
"Import Code": "import { User } from 'lucide-react'",
"Usage": "<User />",
"Best For": "User profile account",
"Style": "Outline"
},
{
"No": "35",
"Category": "User",
"Icon Name": "users",
"Keywords": "team group people members",
"Library": "Lucide",
"Import Code": "import { Users } from 'lucide-react'",
"Usage": "<Users />",
"Best For": "Team group members",
"Style": "Outline"
},
{
"No": "36",
"Category": "User",
"Icon Name": "user-plus",
"Keywords": "add invite new member",
"Library": "Lucide",
"Import Code": "import { UserPlus } from 'lucide-react'",
"Usage": "<UserPlus />",
"Best For": "Add user invite",
"Style": "Outline"
},
{
"No": "37",
"Category": "User",
"Icon Name": "log-in",
"Keywords": "signin authenticate enter",
"Library": "Lucide",
"Import Code": "import { LogIn } from 'lucide-react'",
"Usage": "<LogIn />",
"Best For": "Login signin",
"Style": "Outline"
},
{
"No": "38",
"Category": "User",
"Icon Name": "log-out",
"Keywords": "signout exit leave logout",
"Library": "Lucide",
"Import Code": "import { LogOut } from 'lucide-react'",
"Usage": "<LogOut />",
"Best For": "Logout signout",
"Style": "Outline"
},
{
"No": "39",
"Category": "Media",
"Icon Name": "image",
"Keywords": "photo picture gallery thumbnail",
"Library": "Lucide",
"Import Code": "import { Image } from 'lucide-react'",
"Usage": "<Image />",
"Best For": "Image photo gallery",
"Style": "Outline"
},
{
"No": "40",
"Category": "Media",
"Icon Name": "video",
"Keywords": "movie film play record",
"Library": "Lucide",
"Import Code": "import { Video } from 'lucide-react'",
"Usage": "<Video />",
"Best For": "Video player media",
"Style": "Outline"
},
{
"No": "41",
"Category": "Media",
"Icon Name": "play",
"Keywords": "start video audio media",
"Library": "Lucide",
"Import Code": "import { Play } from 'lucide-react'",
"Usage": "<Play />",
"Best For": "Play button video audio",
"Style": "Outline"
},
{
"No": "42",
"Category": "Media",
"Icon Name": "pause",
"Keywords": "stop halt video audio",
"Library": "Lucide",
"Import Code": "import { Pause } from 'lucide-react'",
"Usage": "<Pause />",
"Best For": "Pause button media",
"Style": "Outline"
},
{
"No": "43",
"Category": "Media",
"Icon Name": "volume-2",
"Keywords": "sound audio speaker music",
"Library": "Lucide",
"Import Code": "import { Volume2 } from 'lucide-react'",
"Usage": "<Volume2 />",
"Best For": "Volume audio sound",
"Style": "Outline"
},
{
"No": "44",
"Category": "Media",
"Icon Name": "mic",
"Keywords": "microphone record voice audio",
"Library": "Lucide",
"Import Code": "import { Mic } from 'lucide-react'",
"Usage": "<Mic />",
"Best For": "Microphone voice record",
"Style": "Outline"
},
{
"No": "45",
"Category": "Media",
"Icon Name": "camera",
"Keywords": "photo capture snapshot picture",
"Library": "Lucide",
"Import Code": "import { Camera } from 'lucide-react'",
"Usage": "<Camera />",
"Best For": "Camera photo capture",
"Style": "Outline"
},
{
"No": "46",
"Category": "Commerce",
"Icon Name": "shopping-cart",
"Keywords": "cart checkout basket buy",
"Library": "Lucide",
"Import Code": "import { ShoppingCart } from 'lucide-react'",
"Usage": "<ShoppingCart />",
"Best For": "Shopping cart e-commerce",
"Style": "Outline"
},
{
"No": "47",
"Category": "Commerce",
"Icon Name": "shopping-bag",
"Keywords": "purchase buy store bag",
"Library": "Lucide",
"Import Code": "import { ShoppingBag } from 'lucide-react'",
"Usage": "<ShoppingBag />",
"Best For": "Shopping bag purchase",
"Style": "Outline"
},
{
"No": "48",
"Category": "Commerce",
"Icon Name": "credit-card",
"Keywords": "payment card checkout stripe",
"Library": "Lucide",
"Import Code": "import { CreditCard } from 'lucide-react'",
"Usage": "<CreditCard />",
"Best For": "Payment credit card",
"Style": "Outline"
},
{
"No": "49",
"Category": "Commerce",
"Icon Name": "dollar-sign",
"Keywords": "money price currency cost",
"Library": "Lucide",
"Import Code": "import { DollarSign } from 'lucide-react'",
"Usage": "<DollarSign />",
"Best For": "Price money currency",
"Style": "Outline"
},
{
"No": "50",
"Category": "Commerce",
"Icon Name": "tag",
"Keywords": "label price discount sale",
"Library": "Lucide",
"Import Code": "import { Tag } from 'lucide-react'",
"Usage": "<Tag />",
"Best For": "Price tag label",
"Style": "Outline"
},
{
"No": "51",
"Category": "Commerce",
"Icon Name": "gift",
"Keywords": "present reward bonus offer",
"Library": "Lucide",
"Import Code": "import { Gift } from 'lucide-react'",
"Usage": "<Gift />",
"Best For": "Gift reward offer",
"Style": "Outline"
},
{
"No": "52",
"Category": "Commerce",
"Icon Name": "percent",
"Keywords": "discount sale offer promo",
"Library": "Lucide",
"Import Code": "import { Percent } from 'lucide-react'",
"Usage": "<Percent />",
"Best For": "Discount percentage sale",
"Style": "Outline"
},
{
"No": "53",
"Category": "Data",
"Icon Name": "bar-chart",
"Keywords": "analytics statistics graph metrics",
"Library": "Lucide",
"Import Code": "import { BarChart } from 'lucide-react'",
"Usage": "<BarChart />",
"Best For": "Bar chart analytics",
"Style": "Outline"
},
{
"No": "54",
"Category": "Data",
"Icon Name": "pie-chart",
"Keywords": "statistics distribution breakdown",
"Library": "Lucide",
"Import Code": "import { PieChart } from 'lucide-react'",
"Usage": "<PieChart />",
"Best For": "Pie chart distribution",
"Style": "Outline"
},
{
"No": "55",
"Category": "Data",
"Icon Name": "trending-up",
"Keywords": "growth increase positive trend",
"Library": "Lucide",
"Import Code": "import { TrendingUp } from 'lucide-react'",
"Usage": "<TrendingUp />",
"Best For": "Growth trend positive",
"Style": "Outline"
},
{
"No": "56",
"Category": "Data",
"Icon Name": "trending-down",
"Keywords": "decline decrease negative trend",
"Library": "Lucide",
"Import Code": "import { TrendingDown } from 'lucide-react'",
"Usage": "<TrendingDown />",
"Best For": "Decline trend negative",
"Style": "Outline"
},
{
"No": "57",
"Category": "Data",
"Icon Name": "activity",
"Keywords": "pulse heartbeat monitor live",
"Library": "Lucide",
"Import Code": "import { Activity } from 'lucide-react'",
"Usage": "<Activity />",
"Best For": "Activity monitor pulse",
"Style": "Outline"
},
{
"No": "58",
"Category": "Data",
"Icon Name": "database",
"Keywords": "storage server data backend",
"Library": "Lucide",
"Import Code": "import { Database } from 'lucide-react'",
"Usage": "<Database />",
"Best For": "Database storage",
"Style": "Outline"
},
{
"No": "59",
"Category": "Files",
"Icon Name": "file",
"Keywords": "document page paper doc",
"Library": "Lucide",
"Import Code": "import { File } from 'lucide-react'",
"Usage": "<File />",
"Best For": "File document",
"Style": "Outline"
},
{
"No": "60",
"Category": "Files",
"Icon Name": "file-text",
"Keywords": "document text page article",
"Library": "Lucide",
"Import Code": "import { FileText } from 'lucide-react'",
"Usage": "<FileText />",
"Best For": "Text document article",
"Style": "Outline"
},
{
"No": "61",
"Category": "Files",
"Icon Name": "folder",
"Keywords": "directory organize group files",
"Library": "Lucide",
"Import Code": "import { Folder } from 'lucide-react'",
"Usage": "<Folder />",
"Best For": "Folder directory",
"Style": "Outline"
},
{
"No": "62",
"Category": "Files",
"Icon Name": "folder-open",
"Keywords": "expanded browse files view",
"Library": "Lucide",
"Import Code": "import { FolderOpen } from 'lucide-react'",
"Usage": "<FolderOpen />",
"Best For": "Open folder browse",
"Style": "Outline"
},
{
"No": "63",
"Category": "Files",
"Icon Name": "paperclip",
"Keywords": "attachment attach file link",
"Library": "Lucide",
"Import Code": "import { Paperclip } from 'lucide-react'",
"Usage": "<Paperclip />",
"Best For": "Attachment paperclip",
"Style": "Outline"
},
{
"No": "64",
"Category": "Files",
"Icon Name": "link",
"Keywords": "url hyperlink chain connect",
"Library": "Lucide",
"Import Code": "import { Link } from 'lucide-react'",
"Usage": "<Link />",
"Best For": "Link URL hyperlink",
"Style": "Outline"
},
{
"No": "65",
"Category": "Files",
"Icon Name": "clipboard",
"Keywords": "paste copy buffer notes",
"Library": "Lucide",
"Import Code": "import { Clipboard } from 'lucide-react'",
"Usage": "<Clipboard />",
"Best For": "Clipboard paste",
"Style": "Outline"
},
{
"No": "66",
"Category": "Layout",
"Icon Name": "grid",
"Keywords": "tiles gallery layout dashboard",
"Library": "Lucide",
"Import Code": "import { Grid } from 'lucide-react'",
"Usage": "<Grid />",
"Best For": "Grid layout gallery",
"Style": "Outline"
},
{
"No": "67",
"Category": "Layout",
"Icon Name": "list",
"Keywords": "rows table lines items",
"Library": "Lucide",
"Import Code": "import { List } from 'lucide-react'",
"Usage": "<List />",
"Best For": "List view rows",
"Style": "Outline"
},
{
"No": "68",
"Category": "Layout",
"Icon Name": "columns",
"Keywords": "layout split dual sidebar",
"Library": "Lucide",
"Import Code": "import { Columns } from 'lucide-react'",
"Usage": "<Columns />",
"Best For": "Column layout split",
"Style": "Outline"
},
{
"No": "69",
"Category": "Layout",
"Icon Name": "maximize",
"Keywords": "fullscreen expand enlarge zoom",
"Library": "Lucide",
"Import Code": "import { Maximize } from 'lucide-react'",
"Usage": "<Maximize />",
"Best For": "Fullscreen maximize",
"Style": "Outline"
},
{
"No": "70",
"Category": "Layout",
"Icon Name": "minimize",
"Keywords": "reduce shrink collapse exit",
"Library": "Lucide",
"Import Code": "import { Minimize } from 'lucide-react'",
"Usage": "<Minimize />",
"Best For": "Minimize reduce",
"Style": "Outline"
},
{
"No": "71",
"Category": "Layout",
"Icon Name": "sidebar",
"Keywords": "panel drawer navigation menu",
"Library": "Lucide",
"Import Code": "import { Sidebar } from 'lucide-react'",
"Usage": "<Sidebar />",
"Best For": "Sidebar panel",
"Style": "Outline"
},
{
"No": "72",
"Category": "Social",
"Icon Name": "heart",
"Keywords": "like love favorite wishlist",
"Library": "Lucide",
"Import Code": "import { Heart } from 'lucide-react'",
"Usage": "<Heart />",
"Best For": "Like favorite love",
"Style": "Outline"
},
{
"No": "73",
"Category": "Social",
"Icon Name": "star",
"Keywords": "rating review favorite bookmark",
"Library": "Lucide",
"Import Code": "import { Star } from 'lucide-react'",
"Usage": "<Star />",
"Best For": "Star rating favorite",
"Style": "Outline"
},
{
"No": "74",
"Category": "Social",
"Icon Name": "thumbs-up",
"Keywords": "like approve agree positive",
"Library": "Lucide",
"Import Code": "import { ThumbsUp } from 'lucide-react'",
"Usage": "<ThumbsUp />",
"Best For": "Like approve thumb",
"Style": "Outline"
},
{
"No": "75",
"Category": "Social",
"Icon Name": "thumbs-down",
"Keywords": "dislike disapprove disagree negative",
"Library": "Lucide",
"Import Code": "import { ThumbsDown } from 'lucide-react'",
"Usage": "<ThumbsDown />",
"Best For": "Dislike disapprove",
"Style": "Outline"
},
{
"No": "76",
"Category": "Social",
"Icon Name": "bookmark",
"Keywords": "save later favorite mark",
"Library": "Lucide",
"Import Code": "import { Bookmark } from 'lucide-react'",
"Usage": "<Bookmark />",
"Best For": "Bookmark save",
"Style": "Outline"
},
{
"No": "77",
"Category": "Social",
"Icon Name": "flag",
"Keywords": "report mark important highlight",
"Library": "Lucide",
"Import Code": "import { Flag } from 'lucide-react'",
"Usage": "<Flag />",
"Best For": "Flag report",
"Style": "Outline"
},
{
"No": "78",
"Category": "Device",
"Icon Name": "smartphone",
"Keywords": "mobile phone device touch",
"Library": "Lucide",
"Import Code": "import { Smartphone } from 'lucide-react'",
"Usage": "<Smartphone />",
"Best For": "Mobile smartphone",
"Style": "Outline"
},
{
"No": "79",
"Category": "Device",
"Icon Name": "tablet",
"Keywords": "ipad device touch screen",
"Library": "Lucide",
"Import Code": "import { Tablet } from 'lucide-react'",
"Usage": "<Tablet />",
"Best For": "Tablet device",
"Style": "Outline"
},
{
"No": "80",
"Category": "Device",
"Icon Name": "monitor",
"Keywords": "desktop screen computer display",
"Library": "Lucide",
"Import Code": "import { Monitor } from 'lucide-react'",
"Usage": "<Monitor />",
"Best For": "Desktop monitor",
"Style": "Outline"
},
{
"No": "81",
"Category": "Device",
"Icon Name": "laptop",
"Keywords": "notebook computer portable device",
"Library": "Lucide",
"Import Code": "import { Laptop } from 'lucide-react'",
"Usage": "<Laptop />",
"Best For": "Laptop computer",
"Style": "Outline"
},
{
"No": "82",
"Category": "Device",
"Icon Name": "printer",
"Keywords": "print document output paper",
"Library": "Lucide",
"Import Code": "import { Printer } from 'lucide-react'",
"Usage": "<Printer />",
"Best For": "Printer print",
"Style": "Outline"
},
{
"No": "83",
"Category": "Security",
"Icon Name": "lock",
"Keywords": "secure password protected private",
"Library": "Lucide",
"Import Code": "import { Lock } from 'lucide-react'",
"Usage": "<Lock />",
"Best For": "Lock secure",
"Style": "Outline"
},
{
"No": "84",
"Category": "Security",
"Icon Name": "unlock",
"Keywords": "open access unsecure public",
"Library": "Lucide",
"Import Code": "import { Unlock } from 'lucide-react'",
"Usage": "<Unlock />",
"Best For": "Unlock open",
"Style": "Outline"
},
{
"No": "85",
"Category": "Security",
"Icon Name": "shield",
"Keywords": "protection security safe guard",
"Library": "Lucide",
"Import Code": "import { Shield } from 'lucide-react'",
"Usage": "<Shield />",
"Best For": "Shield protection",
"Style": "Outline"
},
{
"No": "86",
"Category": "Security",
"Icon Name": "key",
"Keywords": "password access unlock login",
"Library": "Lucide",
"Import Code": "import { Key } from 'lucide-react'",
"Usage": "<Key />",
"Best For": "Key password",
"Style": "Outline"
},
{
"No": "87",
"Category": "Security",
"Icon Name": "eye",
"Keywords": "view show visible password",
"Library": "Lucide",
"Import Code": "import { Eye } from 'lucide-react'",
"Usage": "<Eye />",
"Best For": "Show password view",
"Style": "Outline"
},
{
"No": "88",
"Category": "Security",
"Icon Name": "eye-off",
"Keywords": "hide invisible password hidden",
"Library": "Lucide",
"Import Code": "import { EyeOff } from 'lucide-react'",
"Usage": "<EyeOff />",
"Best For": "Hide password",
"Style": "Outline"
},
{
"No": "89",
"Category": "Location",
"Icon Name": "map-pin",
"Keywords": "location marker place address",
"Library": "Lucide",
"Import Code": "import { MapPin } from 'lucide-react'",
"Usage": "<MapPin />",
"Best For": "Location pin marker",
"Style": "Outline"
},
{
"No": "90",
"Category": "Location",
"Icon Name": "map",
"Keywords": "directions navigate geography location",
"Library": "Lucide",
"Import Code": "import { Map } from 'lucide-react'",
"Usage": "<Map />",
"Best For": "Map directions",
"Style": "Outline"
},
{
"No": "91",
"Category": "Location",
"Icon Name": "navigation",
"Keywords": "compass direction pointer arrow",
"Library": "Lucide",
"Import Code": "import { Navigation } from 'lucide-react'",
"Usage": "<Navigation />",
"Best For": "Navigation compass",
"Style": "Outline"
},
{
"No": "92",
"Category": "Location",
"Icon Name": "globe",
"Keywords": "world international global web",
"Library": "Lucide",
"Import Code": "import { Globe } from 'lucide-react'",
"Usage": "<Globe />",
"Best For": "Globe world",
"Style": "Outline"
},
{
"No": "93",
"Category": "Time",
"Icon Name": "calendar",
"Keywords": "date schedule event appointment",
"Library": "Lucide",
"Import Code": "import { Calendar } from 'lucide-react'",
"Usage": "<Calendar />",
"Best For": "Calendar date",
"Style": "Outline"
},
{
"No": "94",
"Category": "Time",
"Icon Name": "refresh-cw",
"Keywords": "reload sync update refresh",
"Library": "Lucide",
"Import Code": "import { RefreshCw } from 'lucide-react'",
"Usage": "<RefreshCw />",
"Best For": "Refresh reload",
"Style": "Outline"
},
{
"No": "95",
"Category": "Time",
"Icon Name": "rotate-ccw",
"Keywords": "undo back revert history",
"Library": "Lucide",
"Import Code": "import { RotateCcw } from 'lucide-react'",
"Usage": "<RotateCcw />",
"Best For": "Undo revert",
"Style": "Outline"
},
{
"No": "96",
"Category": "Time",
"Icon Name": "rotate-cw",
"Keywords": "redo forward repeat history",
"Library": "Lucide",
"Import Code": "import { RotateCw } from 'lucide-react'",
"Usage": "<RotateCw />",
"Best For": "Redo forward",
"Style": "Outline"
},
{
"No": "97",
"Category": "Development",
"Icon Name": "code",
"Keywords": "develop programming syntax html",
"Library": "Lucide",
"Import Code": "import { Code } from 'lucide-react'",
"Usage": "<Code />",
"Best For": "Code development",
"Style": "Outline"
},
{
"No": "98",
"Category": "Development",
"Icon Name": "terminal",
"Keywords": "console cli command shell",
"Library": "Lucide",
"Import Code": "import { Terminal } from 'lucide-react'",
"Usage": "<Terminal />",
"Best For": "Terminal console",
"Style": "Outline"
},
{
"No": "99",
"Category": "Development",
"Icon Name": "git-branch",
"Keywords": "version control branch merge",
"Library": "Lucide",
"Import Code": "import { GitBranch } from 'lucide-react'",
"Usage": "<GitBranch />",
"Best For": "Git branch",
"Style": "Outline"
},
{
"No": "100",
"Category": "Development",
"Icon Name": "github",
"Keywords": "repository code open source",
"Library": "Lucide",
"Import Code": "import { Github } from 'lucide-react'",
"Usage": "<Github />",
"Best For": "GitHub repository",
"Style": "Outline"
}
]