Suno Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Suno icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/316208.svg" alt="Suno icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316208.svg" alt="Suno icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316208.svg" alt="Suno icon" :width="24" :height="24" />
CSS background
.icon-suno {
background-image: url('https://proicons.com/icon/316208.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Suno</title><path d="M16.5 0C20.642 0 24 5.373 24 12h-9c0 6.627-3.358 12-7.5 12C3.358 24 0 18.627 0 12h9c0-6.627 3.358-12 7.5-12Z"/></svg>
Copied!