Inspect Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Inspect 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/307230.svg" alt="Inspect icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307230.svg" alt="Inspect icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307230.svg" alt="Inspect icon" :width="24" :height="24" />
CSS background
.icon-inspect {
background-image: url('https://proicons.com/icon/307230.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M1 4C1 2.89543 1.89543 2 3 2H13C14.1046 2 15 2.89543 15 4L15 10C15 10.8062 14.523 11.501 13.8358 11.8175C13.7656 11.6802 13.6736 11.5523 13.5607 11.4394L13.1148 10.9935C13.613 10.9366 14 10.5135 14 10L14 4C14 3.44772 13.5523 3 13 3H3C2.44772 3 2 3.44772 2 4L2 10C2 10.5523 2.44772 11 3 11H7V12H3C1.89543 12 1 11.1046 1 10L1 4ZM8.85356 8.14645C8.71056 8.00345 8.4955 7.96067 8.30866 8.03806C8.12182 8.11545 8 8.29777 8 8.5V14.5C8 14.7152 8.13772 14.9063 8.34189 14.9743C8.54606 15.0424 8.77087 14.9722 8.9 14.8L10.25 13H12.5C12.7022 13 12.8846 12.8782 12.9619 12.6913C13.0393 12.5045 12.9966 12.2894 12.8536 12.1464L8.85356 8.14645ZM9 13V9.70711L11.2929 12H10C9.84262 12 9.69443 12.0741 9.6 12.2L9 13Z"/></svg>
Copied!