SVG logos for every platform on One.
Website · Docs · Dashboard · Changelog · X · LinkedIn
This repository contains SVG icons for all platform integrations available on One. Each icon is a clean, scalable SVG file located in the logos/ directory.
logos/
├── slack.svg
├── github.svg
├── stripe.svg
├── shopify.svg
└── ... (all icons)
Each SVG filename corresponds directly to its platform name. For example:
| Platform | File |
|---|---|
| Slack | logos/slack.svg |
| GitHub | logos/github.svg |
| Google Sheets | logos/google-sheets.svg |
| HubSpot | logos/hubspot.svg |
Multi-word platform names are lowercase and hyphen-separated (e.g., google-calendar.svg, click-up.svg).
You can retrieve the full list of available platforms via the List Connectors API endpoint. The platform field in the response maps directly to the SVG filename in this repo:
logos/{platform}.svg
Copyright © One. All rights reserved.