Simple Icon

A lightweight Reflex wrapper for icons from the @icons-pack/react-simple-icons React package, perfect for easily rendering brand icons with custom colors and sizes.

Installation

Add the following wrapped react code in Reflex inside your app.

buridan add wrapped-react simple_icon

Usage

Make sure you use the correct imports inside your application.

import reflex as rx
from components.simple_icon import simple_icon

Example

Simple Icon Example

Basic usage of the simple icon component

GitHub

Simple Icon Colors

Customize icon colors by passing a color prop

ReactPythonJavaScript

Simple Icon Sizes

Control icon sizes using the size prop

GitHubGitHubGitHub