Dropmix Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dropmix 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/324787.svg" alt="Dropmix icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324787.svg" alt="Dropmix icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324787.svg" alt="Dropmix icon" :width="24" :height="24" />
CSS background
.icon-dropmix {
background-image: url('https://proicons.com/icon/324787.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="c" points="14.15 33.39 26.9 14.61 31.78 14.61 31.78 23.53 38.11 14.61 43.5 14.61 43.5 33.39 37.9 33.39 37.9 24.68 31.16 33.39 26.28 33.39 26.28 24.67 26.28 24.67 20.47 33.39 14.15 33.39"/><path class="c" d="M22.66,20.86c-1.24-3.86-4.73-5.94-8.39-6.15H4.5v18.67h9.65l8.51-12.52ZM10.1,19.59h3.15c4.13,0,4.14,3.86,4.14,4.41s0,4.41-4.14,4.41h-3.15v-8.81h0v-.01Z"/></svg>
Copied!