Application Inspector Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Application Inspector 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/336519.svg" alt="Application Inspector icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336519.svg" alt="Application Inspector icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336519.svg" alt="Application Inspector icon" :width="24" :height="24" />
CSS background
.icon-application-inspector {
background-image: url('https://proicons.com/icon/336519.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="24" cy="21.5" r="17"/><line class="a" x1="24" y1="38.5" x2="24" y2="43.5"/><path class="a" d="M32.7272,19.497l1.5064-1.4835a1.7578,1.7578,0,0,0-2.4906-2.4811l-.001.0011-1.4838,1.5117a10.7077,10.7077,0,0,0-12.5135,0L16.25,15.55a1.8459,1.8459,0,0,0-1.2627-.5322,1.7323,1.7323,0,0,0-1.2342.51,1.7551,1.7551,0,0,0,0,2.48l1.5118,1.4836a10.758,10.758,0,0,0-2.0214,6.2851v2.2083H34.76V25.7765A10.7585,10.7585,0,0,0,32.7272,19.497ZM21.17,23.5567a1.6987,1.6987,0,1,1-1.6987-1.6986h0a1.6986,1.6986,0,0,1,1.6988,1.6985v0Zm7.361,1.6987A1.6987,1.6987,0,1,1,30.23,23.5567a1.6987,1.6987,0,0,1-1.6986,1.6987h0Z"/></svg>
Copied!