Pioneerdj Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Pioneerdj 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/315586.svg" alt="Pioneerdj icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315586.svg" alt="Pioneerdj icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315586.svg" alt="Pioneerdj icon" :width="24" :height="24" />
CSS background
.icon-pioneerdj {
background-image: url('https://proicons.com/icon/315586.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Pioneer DJ</title><path d="M15.46 5.569c1.474 1.144 1.715 2.695 1.107 4.319-.565 1.503-1.833 2.96-3.827 4.087-2.21 1.227-4.498 1.554-6.993 1.554H0L4.212 4.308h5.051c2.548 0 4.7.1 6.197 1.26zm-3.112 4.235c.33-.884.246-2.202-.34-2.906-.658-.782-1.673-.873-3.138-.873l-.716.016s-.616-.07-.866.49c-.153.35.064-.263-2.412 6.341-.326.876.452.919.452.919s2.794.17 5.132-1.448c.991-.685 1.577-1.705 1.888-2.539zm5.938-1.467L24 8.366l-2.892 7.731c-.944 2.518-2.896 3.595-6.812 3.595l-3.058-.04.731-1.746c4.427.21 5.225-1.76 5.365-2.139l1.846-4.966s.317-.884-.402-.884h-1.132Z"/></svg>
Copied!