Device Utility Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Device Utility 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/324459.svg" alt="Device Utility icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324459.svg" alt="Device Utility icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324459.svg" alt="Device Utility icon" :width="24" :height="24" />
CSS background
.icon-device-utility {
background-image: url('https://proicons.com/icon/324459.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><circle class="c" cx="24" cy="24" r="3.97"/><polygon class="c" points="34.89 30.29 34.89 17.71 24 11.43 13.11 17.71 13.11 30.29 24 36.57 34.89 30.29"/><path class="c" d="m41.61,21.3c.58-.92.97-2,1.1-3.2.32-3.08-1.43-6.11-4.26-7.36-1.1-.49-2.23-.69-3.33-.64-1.97.09-3.79-1.09-4.73-2.83-.49-.9-1.19-1.72-2.11-2.39-2.52-1.84-6.05-1.84-8.57,0-.92.67-1.61,1.49-2.11,2.39-.94,1.74-2.76,2.92-4.73,2.83-1.09-.05-2.23.15-3.33.64-2.82,1.26-4.58,4.29-4.26,7.36.12,1.19.51,2.27,1.1,3.19,1.03,1.63,1.03,3.77,0,5.4-.58.92-.97,2-1.1,3.2-.32,3.07,1.43,6.11,4.26,7.36,1.1.49,2.23.69,3.33.64,1.97-.09,3.79,1.09,4.73,2.83.49.9,1.19,1.72,2.11,2.39,2.52,1.84,6.05,1.84,8.57,0,.92-.67,1.62-1.49,2.11-2.39.94-1.74,2.76-2.92,4.73-2.83,1.09.05,2.23-.15,3.33-.64,2.83-1.26,4.58-4.29,4.26-7.36-.12-1.19-.51-2.27-1.1-3.2-1.03-1.63-1.03-3.77,0-5.4Z"/></svg>
Copied!