Code Conversion Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Code Conversion 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/319750.svg" alt="Code Conversion icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319750.svg" alt="Code Conversion icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319750.svg" alt="Code Conversion icon" :width="24" :height="24" />
CSS background
.icon-code-conversion {
background-image: url('https://proicons.com/icon/319750.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--conversion_00000114757452128140073570000008637735379671809921_" d="M13,29.36h-2v-0.72h2V29.36z M10,29.36H5v-0.72 h5V29.36z M7,27.36H4v-0.72h3V27.36z M10,25.36H4v-0.72h6V25.36z M13,23.36H7v-0.72h6V23.36z M6,23.36H4v-0.72h2V23.36z M13,21.36 h-2v-0.72h2V21.36z M10,21.36H4v-0.72h6V21.36z M10,19.36H1v-0.72h9V19.36z M30,14.36H18c-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.36v12C30.36,14.199,30.199,14.36,30,14.36z M18.36,13.64h11.28V2.36 H18.36V13.64z M27,12.36c-0.75,0-1.36-0.61-1.36-1.36S26.25,9.64,27,9.64s1.36,0.61,1.36,1.36S27.75,12.36,27,12.36z M27,10.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.64S27.353,10.36,27,10.36z M23.36,12h-0.72v-2h0.721 L23.36,12L23.36,12z M20.36,12h-0.72v-2h0.721L20.36,12L20.36,12z M21,6.36c-0.75,0-1.36-0.61-1.36-1.36S20.25,3.64,21,3.64 S22.36,4.25,22.36,5S21.75,6.36,21,6.36z M21,4.36c-0.353,0-0.64,0.287-0.64,0.64S20.647,5.64,21,5.64S21.64,5.353,21.64,5 S21.353,4.36,21,4.36z M28.36,6h-0.72V4h0.721L28.36,6L28.36,6z M25.36,6h-0.72V4h0.721L25.36,6L25.36,6z M13.254,4.746 l-0.509,0.509l2.385,2.386H9c-1.301,0-2.36,1.059-2.36,2.36v7h0.72v-7c0-0.904,0.736-1.64,1.64-1.64h6.131l-2.385,2.386l0.509,0.509 L16.509,8L13.254,4.746z M23.64,16v8c0,0.904-0.735,1.64-1.64,1.64h-6.13l2.385-2.385l-0.51-0.51L14.491,26l3.254,3.255l0.51-0.51 L15.87,26.36H22c1.302,0,2.36-1.059,2.36-2.36v-8H23.64z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!