Device Info Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Device Info icon is commonly used in tooltips, help sections and onboarding flows. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/324455.svg" alt="Device Info icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324455.svg" alt="Device Info icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324455.svg" alt="Device Info icon" :width="24" :height="24" />
CSS background
.icon-device-info {
background-image: url('https://proicons.com/icon/324455.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><polyline class="d" points="28.3399 15.2384 26.4609 16.7742 26.8514 19.1694 29.121 20.0288 31 18.493"/><line class="d" x1="26.8514" y1="19.1694" x2="21.1486" y2="23.8306"/><polyline class="d" points="19.6601 27.7616 21.5391 26.2258 21.1486 23.8306 18.879 22.9712 17 24.507"/></g><rect class="d" x="13.5" y="5.5" width="21" height="37" rx="2" ry="2"/><line class="d" x1="13.5" y1="37.5" x2="34.5" y2="37.5"/><line class="d" x1="26.5" y1="40" x2="21.5" y2="40"/></svg>
Copied!