Octa Dark Icon Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Octa Dark Icon 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/330519.svg" alt="Octa Dark Icon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330519.svg" alt="Octa Dark Icon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330519.svg" alt="Octa Dark Icon icon" :width="24" :height="24" />
CSS background
.icon-octa-dark-icon {
background-image: url('https://proicons.com/icon/330519.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><path class="c" d="m22.2937,24c-2.8995,0-5.25,2.3505-5.25,5.25h0c0,2.8995,2.3505,5.25,5.25,5.25h3.4125c2.8995,0,5.25-2.3505,5.25-5.25h0c0-2.8995-2.3505-5.25-5.25-5.25"/><path class="c" d="m25.7063,24c2.8995,0,5.25-2.3505,5.25-5.25h0c0-2.8995-2.3505-5.25-5.25-5.25h-3.4125c-2.8995,0-5.25,2.3505-5.25,5.25h0c0,2.8995,2.3505,5.25,5.25,5.25"/><line class="c" x1="22.2937" y1="24" x2="25.7063" y2="24"/><polygon class="c" points="31.663 5.5 16.337 5.5 5.5 16.337 5.5 31.663 16.337 42.5 31.663 42.5 42.5 31.663 42.5 16.337 31.663 5.5"/></svg>
Copied!