Devbytes Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Devbytes 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/339005.svg" alt="Devbytes icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339005.svg" alt="Devbytes icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339005.svg" alt="Devbytes icon" :width="24" :height="24" />
CSS background
.icon-devbytes {
background-image: url('https://proicons.com/icon/339005.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="e" d="M38.05458392,30.02339311l-26.839965-12.50934083c-.77422436-.36084385-1.26920285-1.13763811-1.26920285-1.99182289V6.60007681c0-.80364671.834516-1.33540587,1.56293316-.99591145l26.54623468,12.37244152v12.04678622Z"/><path class="e" d="M25.13082748,24.00000052l-13.91620856,6.4859472c-.77422436.36084385-1.26920285,1.13763811-1.26920285,1.99182289v8.92215257c0,.80364671.834516,1.33540587,1.56293316.99591145l26.54623468-12.37244152"/></svg>
Copied!