Code Syntax Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Code Syntax 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/319756.svg" alt="Code Syntax icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319756.svg" alt="Code Syntax icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319756.svg" alt="Code Syntax icon" :width="24" :height="24" />
CSS background
.icon-code-syntax {
background-image: url('https://proicons.com/icon/319756.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 24.3.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="code--syntax_2_" d="M29,3.5C29,3.776,28.776,4,28.5,4S28,3.776,28,3.5S28.224,3,28.5,3S29,3.224,29,3.5z M26.5,3 C26.224,3,26,3.224,26,3.5S26.224,4,26.5,4S27,3.776,27,3.5S26.776,3,26.5,3z M24.5,3C24.224,3,24,3.224,24,3.5S24.224,4,24.5,4 S25,3.776,25,3.5S24.776,3,24.5,3z M31,30.36H1c-0.199,0-0.36-0.161-0.36-0.36V2c0-0.199,0.161-0.36,0.36-0.36h30 c0.199,0,0.36,0.161,0.36,0.36v28C31.36,30.199,31.199,30.36,31,30.36z M1.36,29.64h29.28V5.36H1.36V29.64z M1.36,4.64h29.28V2.36 H1.36V4.64z M13.5,24.142l-0.662-0.283l6-14l0.662,0.283L13.5,24.142z M21.424,21.255l-0.51-0.51L24.66,17l-3.746-3.746l0.51-0.509 l4,4c0.141,0.141,0.141,0.369,0,0.509L21.424,21.255z M10.915,21.255l-4-4c-0.141-0.141-0.141-0.369,0-0.509l4-4l0.509,0.509 L7.678,17l3.745,3.745L10.915,21.255z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!