Pack Mixer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pack Mixer 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/341842.svg" alt="Pack Mixer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341842.svg" alt="Pack Mixer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341842.svg" alt="Pack Mixer icon" :width="24" :height="24" />
CSS background
.icon-pack-mixer {
background-image: url('https://proicons.com/icon/341842.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M4.5,28.33846154c0,3.73846154.6,8.67692308,3.64615385,8.67692308,4.8,0,10.47692308-16.66153846,26.95384615-25.47692308"/><path class="f" d="M14.42307692,10.98461538c2.5729656,7.94267098,8.49230769,26.03076923,14.58461538,26.03076923,7.43076923,0,14.49230769-7.47692308,14.49230769-7.47692308"/></svg>
Copied!