Qobuz Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Qobuz Alt 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/331772.svg" alt="Qobuz Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331772.svg" alt="Qobuz Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331772.svg" alt="Qobuz Alt icon" :width="24" :height="24" />
CSS background
.icon-qobuz-alt {
background-image: url('https://proicons.com/icon/331772.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="d" points="34.6333 21.4383 38.5 21.4383 34.6333 26.5617 38.5 26.5617"/><path class="d" d="M28.35,21.4383v3.19c0,1.0678.8656,1.9333,1.9333,1.9333h0c1.0678,0,1.9333-.8656,1.9333-1.9333v-3.19"/><line class="d" x1="32.2166" y1="24.6283" x2="32.2166" y2="26.5617"/><path class="d" d="M22.0667,23.3717c0-1.0678.8656-1.9333,1.9333-1.9333h0c1.0678,0,1.9333.8656,1.9333,1.9333v1.2567c0,1.0678-.8656,1.9333-1.9333,1.9333h0c-1.0678,0-1.9333-.8656-1.9333-1.9333"/><line class="d" x1="22.0667" y1="26.5617" x2="22.0667" y2="18.8283"/><path class="d" d="M15.7834,23.3717c0-1.0678.8656-1.9333,1.9333-1.9333s1.9333.8656,1.9333,1.9333v1.2567c0,1.0678-.8656,1.9333-1.9333,1.9333s-1.9333-.8656-1.9333-1.9333v-1.2567Z"/><path class="d" d="M13.3667,24.6283c0,1.0678-.8656,1.9333-1.9333,1.9333h0c-1.0678,0-1.9333-.8656-1.9333-1.9333v-1.2567c0-1.0678.8656-1.9333,1.9333-1.9333h0c1.0678,0,1.9333.8656,1.9333,1.9333"/><line class="d" x1="13.3667" y1="21.4383" x2="13.3667" y2="29.1717"/><rect class="d" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!