Skip to contents

A comprehensive dataset of social media platform icons and brand colors. Generated from multiple online sources including Font Awesome, Simple Icons, and Brand Colors.

Usage

icons_df

Format

A list with the following components:

icons

Named list of Unicode HTML entities for social media icons

colors

Named list of hex color codes for brand colors

font_family

Font family name for icon rendering

last_updated

POSIXct timestamp of data generation

sources

Character string of data sources used

generation_info

List of generation metadata

Source

Examples

# Access GitHub icon
icons_df$icons$github
#> NULL

# Access Spotify brand color
icons_df$colors$spotify
#> NULL

# List all available platforms
names(icons_df$icons)
#> NULL

# Check when data was last updated
icons_df$last_updated
#> NULL

# View data sources
icons_df$sources
#> NULL