Generate Code Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Generate 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/320075.svg" alt="Generate Code icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320075.svg" alt="Generate Code icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320075.svg" alt="Generate Code icon" :width="24" :height="24" />
CSS background
.icon-generate-code {
background-image: url('https://proicons.com/icon/320075.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="generate--code_00000124881895235799299710000014653402262610388609_" d="M13.254,30.255l-0.509-0.51l2.385-2.385H9.998 c-1.3,0-2.358-1.059-2.358-2.358V18h0.72v7.002c0,0.903,0.735,1.638,1.638,1.638h5.133l-2.385-2.385l0.509-0.51L16.509,27 L13.254,30.255z M23,16.509l-3.255-3.255l0.51-0.509l2.385,2.385V9.998c0-0.903-0.734-1.638-1.638-1.638H16V7.64h5.002 c1.3,0,2.358,1.058,2.358,2.358v5.133l2.385-2.385l0.51,0.509L23,16.509z M29,29.36h-8v-0.72h8V29.36z M20,29.36h-2v-0.72h2V29.36z M29,27.36h-6v-0.72h6V27.36z M27,25.36h-6v-0.72h6V25.36z M27,23.36h-2v-0.72h2V23.36z M24,23.36h-6v-0.72h6V23.36z M29,21.36h-8 v-0.72h8V21.36z M20,21.36h-2v-0.72h2V21.36z M29,19.36H17v-0.72h12V19.36z M14,16.36H2c-0.199,0-0.36-0.161-0.36-0.36V2 c0-0.199,0.161-0.36,0.36-0.36h12c0.199,0,0.36,0.161,0.36,0.36v14C14.36,16.199,14.199,16.36,14,16.36z M2.36,15.64h11.28V2.36 H2.36V15.64z M12,13.36H4v-0.72h8V13.36z M12,9.36H4V8.64h8V9.36z M12,5.36H4V4.64h8V5.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!