Analyze Code Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Analyze Code 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/319524.svg" alt="Analyze Code icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319524.svg" alt="Analyze Code icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319524.svg" alt="Analyze Code icon" :width="24" :height="24" />
CSS background
.icon-analyze-code {
background-image: url('https://proicons.com/icon/319524.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 28.0.0, 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="analyze--code_00000157995129021031298800000008569737359893750187_" d="M30.745,31.255l-9.267-9.27 C19.265,24.076,16.279,25.36,13,25.36C6.185,25.36,0.64,19.815,0.64,13S6.185,0.64,13,0.64S25.36,6.185,25.36,13 c0,3.278-1.282,6.262-3.372,8.476l9.267,9.27L30.745,31.255z M13,1.36C6.582,1.36,1.36,6.582,1.36,13S6.582,24.64,13,24.64 S24.64,19.418,24.64,13S19.418,1.36,13,1.36z M20,19.36c-0.75,0-1.36-0.61-1.36-1.36s0.61-1.36,1.36-1.36s1.36,0.61,1.36,1.36 S20.75,19.36,20,19.36z M20,17.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.64S20.353,17.36,20,17.36z M12,19.36c-0.75,0-1.36-0.61-1.36-1.36s0.61-1.36,1.36-1.36s1.36,0.61,1.36,1.36S12.75,19.36,12,19.36z M12,17.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.64S12.353,17.36,12,17.36z M7,19.36 c-0.75,0-1.36-0.61-1.36-1.36S6.25,16.64,7,16.64S8.36,17.25,8.36,18S7.75,19.36,7,19.36z M7,17.36c-0.353,0-0.64,0.287-0.64,0.64 S6.647,18.64,7,18.64S7.64,18.353,7.64,18S7.353,17.36,7,17.36z M16.36,19h-0.72v-2h0.72V19z M15,14.36c-0.75,0-1.36-0.61-1.36-1.36 s0.61-1.36,1.36-1.36s1.36,0.61,1.36,1.36S15.75,14.36,15,14.36z M15,12.36c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64 s0.64-0.287,0.64-0.64S15.353,12.36,15,12.36z M7,14.36c-0.75,0-1.36-0.61-1.36-1.36S6.25,11.64,7,11.64S8.36,12.25,8.36,13 S7.75,14.36,7,14.36z M7,12.36c-0.353,0-0.64,0.287-0.64,0.64S6.647,13.64,7,13.64S7.64,13.353,7.64,13S7.353,12.36,7,12.36z M20.36,14h-0.72v-2h0.721L20.36,14L20.36,14z M11.36,14h-0.72v-2h0.72V14z M20,9.36c-0.75,0-1.36-0.61-1.36-1.36 S19.25,6.64,20,6.64S21.36,7.25,21.36,8S20.75,9.36,20,9.36z M20,7.36c-0.353,0-0.64,0.287-0.64,0.64S19.647,8.64,20,8.64 S20.64,8.353,20.64,8S20.353,7.36,20,7.36z M12,9.36c-0.75,0-1.36-0.61-1.36-1.36S11.25,6.64,12,6.64S13.36,7.25,13.36,8 S12.75,9.36,12,9.36z M12,7.36c-0.353,0-0.64,0.287-0.64,0.64S11.647,8.64,12,8.64S12.64,8.353,12.64,8S12.353,7.36,12,7.36z M16.36,9h-0.72V7h0.72V9z M7.36,9H6.64V7h0.72C7.36,7,7.36,9,7.36,9z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!