Jetaudio Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Jetaudio 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/342222.svg" alt="Jetaudio icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342222.svg" alt="Jetaudio icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342222.svg" alt="Jetaudio icon" :width="24" :height="24" />
CSS background
.icon-jetaudio {
background-image: url('https://proicons.com/icon/342222.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m14.64,24.47c-2,.47-2.21-1.66.33-3.94,9.86-6.53,21.72-4.76,12.68,6.85l-2.59,2.87c2.21-7.39-4.27-8.54-10.42-5.78Z"/><path class="c" d="m12.1,26.21c-4.2733-.82-5.2833-3.23-3.03-7.23,4.2-6.48,12.01-11.2,21.86-10.75,10.73,1.6,11.95,7.54,8.35,12.77-2.64,4.04-8.09,7.18-14.96,10.6-1.2533,1.9467-2.9633,3.65-5.13,5.11-11.21,5.8-17.35-1.48-7.09-10.5Z"/></svg>
Copied!