The HugeIcons soundcloud icon depicts the SoundCloud logo, commonly used to link to a user's SoundCloud profile or to indicate audio content hosted on the platform.
Common uses
- Link to SoundCloud profile
- Embed SoundCloud player
- Indicate audio content source
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { SoundcloudIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={SoundcloudIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- soundcloud logoaudio platformmusic sharingsound icon
FAQ
- What does the Soundcloud icon represent?
- It represents the SoundCloud logo, a popular audio distribution platform. It's used to signify links to SoundCloud or audio content from the service.
- How do I use the Soundcloud icon in React?
- Import both HugeiconsIcon and SoundcloudIcon, then render <HugeiconsIcon icon={SoundcloudIcon} />. Ensure you have '@hugeicons/react' and '@hugeicons/core-free-icons' installed.
- What is the license for this icon?
- The Soundcloud icon is provided under the MIT license, allowing for free use in both personal and commercial projects.