Code Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The 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/305413.svg" alt="Code icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305413.svg" alt="Code icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305413.svg" alt="Code icon" :width="24" :height="24" />
CSS background
.icon-code {
background-image: url('https://proicons.com/icon/305413.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M241 552l184 80c2 1 3 0 3-2v-47c0-2-2-4-3-5l-127-49c-1-1-1-2 0-3l127-49c1 0 3-2 3-4v-47c0-2-1-3-3-2l-184 79c-2 1-3 3-3 5v39c0 2 1 4 3 5zm229 118c5 0 9-2 12-4s5-6 6-10 3-9 5-17l53-218c2-10 4-17 4-21 0-5-2-10-5-13-4-3-9-4-15-4-7 0-12 2-15 6-2 5-5 13-8 24l-52 218c-3 12-4 19-4 22 0 11 6 17 19 17zm105-38l185-80c1-1 3-3 3-5v-38c0-2-2-4-3-5l-185-80c-1 0-3 1-3 2v47c0 2 2 4 3 4l127 50c2 0 2 1 0 2l-127 50c-1 0-3 2-3 4v47c0 2 2 3 3 2zm310-517H115c-29 0-52 23-52 52v665c0 30 23 53 52 53h770c29 0 53-23 53-53V167c0-29-24-52-53-52zm0 717H115V255h770v577z"/></svg>
Code in other icon packs
Copied!