Code Reverse Engineering Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Code Reverse Engineering icon is commonly used in developer tools, documentation sites and code editors. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/319755.svg" alt="Code Reverse Engineering icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319755.svg" alt="Code Reverse Engineering icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319755.svg" alt="Code Reverse Engineering icon" :width="24" :height="24" />
CSS background
.icon-code-reverse-engineering {
background-image: url('https://proicons.com/icon/319755.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 29.1.0, SVG Export Plug-In . SVG Version: 9.03 Build 55587) --> <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="code--reverse-engineering_00000000914066313166413070000006891104230686904705_" d="M29,28.36h-3.36V25h0.721v2.127 C27.78,26.203,28.64,24.67,28.64,23c0-2.559-2.081-4.64-4.64-4.64s-4.64,2.081-4.64,4.64s2.081,4.64,4.64,4.64v0.721 c-2.955,0-5.36-2.405-5.36-5.36s2.405-5.36,5.36-5.36s5.36,2.405,5.36,5.36c0,1.862-0.93,3.575-2.472,4.64H29V28.36z M13,28.36H8 v-0.72h5V28.36z M17,24.36H8v-0.72h9V24.36z M17,20.36H8v-0.72h9V20.36z M29,15.36H6v-0.72h23V15.36z M26.745,12.254L24.491,10 l2.254-2.254l0.51,0.509L25.509,10l1.746,1.746L26.745,12.254z M22.322,12.161l-0.645-0.322l2-4l0.645,0.322L22.322,12.161z M20,10.36H6V9.64h14V10.36z M2.254,7.254L1.746,6.746L3.491,5L1.746,3.254l0.509-0.509L4.509,5L2.254,7.254z M29,5.36H6V4.64h23 V5.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!