Csoundforandroid Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Csoundforandroid 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/338701.svg" alt="Csoundforandroid icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338701.svg" alt="Csoundforandroid icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338701.svg" alt="Csoundforandroid icon" :width="24" :height="24" />
CSS background
.icon-csoundforandroid {
background-image: url('https://proicons.com/icon/338701.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="24" cy="24" r="21.5"/><path class="a" d="M20.43,31.87a5.25,5.25,0,0,1-4.56,2.65h0a5.26,5.26,0,0,1-5.26-5.26V25.84a5.26,5.26,0,0,1,5.26-5.26h0a5.25,5.25,0,0,1,4.56,2.64v1.25"/><path class="a" d="M23.87,30.89v1.32A5.89,5.89,0,0,0,29,34.52h3.11a5.26,5.26,0,0,0,5.25-5.26h0A5.25,5.25,0,0,0,32.14,24H28.7a5.25,5.25,0,0,1-5.24-5.26h0a5.26,5.26,0,0,1,5.24-5.26h3.12A5.89,5.89,0,0,1,37,15.79v1.32"/></svg>
Copied!