Device Help Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Device Help 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/339013.svg" alt="Device Help icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339013.svg" alt="Device Help icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339013.svg" alt="Device Help icon" :width="24" :height="24" />
CSS background
.icon-device-help {
background-image: url('https://proicons.com/icon/339013.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>.h{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.i{fill:#fff;stroke-width:0px;}</style></defs><circle id="b" class="i" cx="30.7981" cy="30.4582" r=".75"/><path id="c" class="h" d="M27.213,22.5192c0-.99.4013-1.8862,1.05-2.535.6487-.6488,1.5451-1.0501,2.535-1.0501,1.98,0,3.5851,1.6051,3.5851,3.5851,0,.99-.3343,1.9609-1.05,2.535-.7419.5952-2.5479,1.5701-2.5479,3.087"/><circle id="d" class="h" cx="30.6587" cy="24.6435" r="9.8257"/><path id="e" class="h" d="M30.7857,36.6639v3.8361c0,1.1046-.5632,2-1.2578,2H8.7734c-.6947,0-1.2578-.8954-1.2578-2V7.5c0-1.1046.5632-2,1.2578-2h20.7544c.6947,0,1.2578.8954,1.2578,2v7.13"/><path id="f" class="h" d="M20.6493,25.4284h-2.0535l-1.7135-4.8002-1.1597,4.7731-1.1732,4.8284-1.7135-4.8002h-1.6785"/><path id="g" class="h" d="M16.4978,9.4419h5.3345"/></svg>
Copied!