Skip to content

Repository files navigation

Persian Icons logo

Persian Icons

A growing, typed, open-source collection of Iranian bank, payment gateway, and brand logos for React and Vue.

npm version npm downloads License: MIT GitHub stars

icons.persian-labs.ir

GitHub · npm · llms.txt

Persian Icons preview

Install

npm install @persianlabs/icons

Or use pnpm add @persianlabs/icons or bun add @persianlabs/icons.

React

import { BankMelliColor, BankMelliMono } from "@persianlabs/icons/react"

export function Example() {
  return (
    <>
      <BankMelliColor width={48} title="Bank Melli" />
      <BankMelliMono className="text-black dark:text-white" width={48} title="Bank Melli" />
    </>
  )
}

Vue

<script setup lang="ts">
import { BankMelliColor, BankMelliMono } from "@persianlabs/icons/vue"
</script>

<template>
  <BankMelliColor width="48" aria-label="Bank Melli" />
  <BankMelliMono class="mono-logo" width="48" aria-label="Bank Melli" />
</template>

<style>
.mono-logo {
  color: currentColor;
}
</style>

Monochrome logos

Monochrome components use currentColor, so they naturally follow the surrounding text color—black in a light theme and white in a dark theme when those are your foreground colors.

Repository

  • packages/icons — npm package with generated React and Vue components
  • apps/docs — Next.js 16.3 documentation and icon playground
  • packages/ui — shared shadcn/ui components and styles
  • packages/icons/assets — versioned source SVG artwork, organized by category and variant
bun install
bun run dev

Before opening a pull request:

bun run format
bun run typecheck
bun run lint
bun run build

License and credit

Released under the MIT License.

Built for React and Vue by Persian Labs.

Source credit: zegond on GitHub, whose logos-per-banks collection made this possible.

Design credit: Figma community file by shahabebadi, 13masa79, mahdi7715, and behzad521.

About

Iranian logos, ready to ship.

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages