Cross Dj Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cross Dj 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/324117.svg" alt="Cross Dj icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324117.svg" alt="Cross Dj icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324117.svg" alt="Cross Dj icon" :width="24" :height="24" />
CSS background
.icon-cross-dj {
background-image: url('https://proicons.com/icon/324117.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m24.07,14.475c5.2344,0,9.5,4.2488,9.5,9.4934s-4.2656,9.5066-9.5,9.5066c-5.2479,0-9.5-4.2621-9.5-9.5066s4.2521-9.4934,9.5-9.4934Z"/><path class="b" d="m22.9262,18.0732c.6863-.478,1.534-.4647,1.8973.0398.3768.5045.1076,1.3012-.5652,1.7925-.6863.478-1.534.4514-1.8973-.0531-.3768-.5045-.1076-1.3012.5652-1.7792Z"/><path class="b" d="m25.133,20.7154c.6459-.4647,1.4398-.4647,1.7762-.0133.3229.4514.0807,1.195-.5652,1.6597s-1.4398.4647-1.7762.0133-.0807-1.195.5652-1.6597Z"/><path class="b" d="m26.9765,23.4904c.6997-.3585,1.4936-.1859,1.7897.385.296.5577-.0269,1.3012-.7266,1.6464-.6997.3585-1.4936.1859-1.7897-.385-.296-.5577.0269-1.3012.7266-1.6464Z"/><path class="b" d="m21.1366,23.1186c.6055-.5311,1.4398-.5577,1.8973-.0664.4441.4913.3364,1.3277-.2557,1.8456-.6055.5311-1.4398.5577-1.8973.0664-.4441-.4913-.3364-1.3277.2557-1.8456Z"/><path class="b" d="m23.4779,25.867c.6594-.3983,1.4802-.2921,1.8031.2523.3364.5444.0673,1.3012-.6055,1.6995-.6593.4116-1.4802.2921-1.8166-.2523-.3229-.5444-.0538-1.3012.619-1.6995Z"/><path class="b" d="m19.9524,28.2304c.6593-.4116,1.4802-.3054,1.8435.2523.3633.5577.1346,1.341-.5248,1.7659-.6593.4116-1.4802.3054-1.8435-.2523-.3633-.5577-.1346-1.341.5248-1.7659Z"/><circle class="b" cx="24" cy="24" r="21.5"/></svg>
Copied!