Devinfo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Devinfo 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/324462.svg" alt="Devinfo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324462.svg" alt="Devinfo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324462.svg" alt="Devinfo icon" :width="24" :height="24" />
CSS background
.icon-devinfo {
background-image: url('https://proicons.com/icon/324462.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;}.c{fill:#000;stroke-width:0px;}</style></defs><path class="b" d="m34.5649,22.2383v17.569c.0032,1.4885-1.2043,2.696-2.6928,2.6928H15.6318c-1.4886.0033-2.6961-1.2042-2.6928-2.6928l-.0026-31.6145c-.0033-1.4886,1.2042-2.6961,2.6928-2.6928l16.2424.0005c1.4885-.0033,2.6961,1.2042,2.6928,2.6927v1.5001"/><path class="b" d="m17.9726,37.5502l10.9277-.0572"/><path class="b" d="m30.4791,19.8181c-.8452-1.1062-1.303-2.4598-1.303-3.8519,0-3.5041,2.8407-6.3447,6.3447-6.3447s6.3447,2.8407,6.3447,6.3447h0c0,3.5041-2.8407,6.3447-6.3447,6.3447-1.0217,0-2.0283-.2468-2.9342-.7193l-3.5333,1.3253,1.4259-3.0989Z"/><circle class="c" cx="35.5244" cy="11.9738" r=".75"/><line class="b" x1="35.5244" y1="14.5496" x2="35.5244" y2="20.3451"/></svg>
Copied!