Sq Mixpad Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sq Mixpad 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/333233.svg" alt="Sq Mixpad icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333233.svg" alt="Sq Mixpad icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333233.svg" alt="Sq Mixpad icon" :width="24" :height="24" />
CSS background
.icon-sq-mixpad {
background-image: url('https://proicons.com/icon/333233.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="a" x1="43.5" y1="32.1156" x2="38.1355" y2="29.2484"/><path class="a" d="M41.019,27.2548a3.0238,3.0238,0,0,0,.9236-2.08V20.6536c0-2.5128-3.7173-4.5239-8.3629-4.5239-3.4772,0-6.2593,1.1265-7.4393,2.7469m-.6116,3.2144v3.084c0,2.5128,3.7151,4.5239,8.051,4.5239,1.9015,0,2.98.1141,4.3787-.4562"/><path class="a" d="M4.83,28.0031a11.9023,11.9023,0,0,0,6.603,1.5362H15.395c3.6317,0,6.6031-1.5362,6.6031-3.4137s-2.9714-3.4138-6.6031-3.4138H11.1031c-3.6317,0-6.6031-1.5361-6.6031-3.4137s2.9714-3.4137,6.6031-3.4137h3.9618c2.9714,0,4.9523.3414,6.603,1.5361"/></svg>
Copied!