Developer Tools Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Developer Tools 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/319890.svg" alt="Developer Tools icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319890.svg" alt="Developer Tools icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319890.svg" alt="Developer Tools icon" :width="24" :height="24" />
CSS background
.icon-developer-tools {
background-image: url('https://proicons.com/icon/319890.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 26.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="developer-tools_00000147186656486760845120000014962777072922660755_" d="M24.317,29.171l-0.635-0.342L30.591,16 L23.683,3.171l0.635-0.342l7,13c0.057,0.107,0.057,0.235,0,0.342L24.317,29.171z M7.683,29.171l-7-13 c-0.058-0.107-0.058-0.235,0-0.342l7-13l0.634,0.342L1.409,16l6.908,12.829L7.683,29.171z M24,23.36c-0.625,0-1.153-0.425-1.312-1H8 v-0.72h14.688c0.158-0.575,0.687-1,1.312-1c0.75,0,1.36,0.61,1.36,1.36S24.75,23.36,24,23.36z M24,21.36 c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S24.353,21.36,24,21.36z M6,17.36 c-0.75,0-1.36-0.61-1.36-1.36S5.25,14.64,6,14.64c0.625,0,1.153,0.424,1.312,1H27v0.72H7.312C7.153,16.936,6.625,17.36,6,17.36z M6,15.36c-0.353,0-0.64,0.287-0.64,0.64S5.647,16.64,6,16.64S6.64,16.353,6.64,16S6.353,15.36,6,15.36z M24,11.36 c-0.625,0-1.153-0.424-1.312-1H8V9.64h14.688c0.158-0.576,0.687-1,1.312-1c0.75,0,1.36,0.61,1.36,1.36S24.75,11.36,24,11.36z M24,9.36c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S24.353,9.36,24,9.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!