Mixcloud Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Mixcloud 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/315209.svg" alt="Mixcloud icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315209.svg" alt="Mixcloud icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315209.svg" alt="Mixcloud icon" :width="24" :height="24" />
CSS background
.icon-mixcloud {
background-image: url('https://proicons.com/icon/315209.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>Mixcloud</title><path d="M2.462 8.596l1.372 6.49h.319l1.372-6.49h2.462v6.808H6.742v-5.68l.232-.81h-.402l-1.43 6.49H2.854l-1.44-6.49h-.391l.222.81v5.68H0V8.596zM24 8.63v1.429L21.257 12 24 13.941v1.43l-3.235-2.329h-.348l-3.226 2.329v-1.43l2.734-1.94-2.733-1.942V8.63l3.225 2.338h.348zm-7.869 2.75v1.24H9.304v-1.24z"/></svg>
Copied!