Mixtube Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mixtube 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/329391.svg" alt="Mixtube icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329391.svg" alt="Mixtube icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329391.svg" alt="Mixtube icon" :width="24" :height="24" />
CSS background
.icon-mixtube {
background-image: url('https://proicons.com/icon/329391.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="18.6708" cy="33.4887" r="10.0113"/><line class="c" x1="28.6821" y1="33.4887" x2="28.6821" y2="15.2775"/><path class="c" d="m38.7557,9.4615l-8.3192-4.8031c-.7797-.4502-1.7544.1125-1.7544,1.0129v11.632l10.0736-5.816c.7797-.4502.7797-1.5756,0-2.0258Z"/><line class="c" x1="38.7135" y1="20.3708" x2="38.7135" y2="25.6699"/><line class="c" x1="34.3957" y1="23.5811" x2="34.3957" y2="30.7727"/><line class="c" x1="23.7135" y1="20.0063" x2="23.7135" y2="16.011"/><line class="c" x1="14.2509" y1="21.5624" x2="14.2509" y2="17.5671"/><line class="c" x1="18.9822" y1="18.1138" x2="18.9822" y2="9.4082"/></svg>
Copied!