Drumon Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Drumon 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/324792.svg" alt="Drumon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324792.svg" alt="Drumon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324792.svg" alt="Drumon icon" :width="24" :height="24" />
CSS background
.icon-drumon {
background-image: url('https://proicons.com/icon/324792.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><path class="a" d="M4.8,23.1,43.5,10.7v-.5l-17.9.7c-3.8-2.2-5.1-.6-6,1.8l-15,9.8Z"/><line class="a" x1="23.15" y1="40" x2="23.15" y2="21.18"/><polyline class="a" points="21.68 17.67 21.89 19.94 23.15 21.18 24.57 19.66 24.77 16.7"/><line class="a" x1="19.91" y1="8.59" x2="22.31" y2="7.67"/><line class="a" x1="22.12" y1="11.12" x2="21.11" y2="8.13"/></svg>
Copied!