Darkside Black Icon Pack Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Darkside Black Icon Pack 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/324284.svg" alt="Darkside Black Icon Pack icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324284.svg" alt="Darkside Black Icon Pack icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324284.svg" alt="Darkside Black Icon Pack icon" :width="24" :height="24" />
CSS background
.icon-darkside-black-icon-pack {
background-image: url('https://proicons.com/icon/324284.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,29.8728l-11.4803,1.6523c-1.9831.2854-3.7587-1.2529-3.7587-3.2564V12.2139c0-1.9356,1.4222-3.5772,3.3381-3.853l19.6397-2.8267c1.9831-.2854,3.7587,1.2529,3.7587,3.2564v7.6842l-11.4976,1.6523v11.7456Z"/><path class="b" d="M24,18.1272l11.4803-1.6523c1.9831-.2854,3.7587,1.2529,3.7587,3.2564v16.0548c0,1.9356-1.4222,3.5772-3.3381,3.853l-19.6397,2.8267c-1.9831.2854-3.7587-1.2529-3.7587-3.2564l.0173-7.6842,11.4803-1.6523v-11.7456Z"/></svg>
Copied!