Code Alt Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Code Alt 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/305411.svg" alt="Code Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305411.svg" alt="Code Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305411.svg" alt="Code Alt icon" :width="24" :height="24" />
CSS background
.icon-code-alt {
background-image: url('https://proicons.com/icon/305411.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="M108 507c-6-6-6-9 0-14 71-71 141-142 212-213 3-4 6-7 9-10 14-18 11-43-6-58s-41-13-59 5L21 460c-8 9-17 18-21 30v20c4 12 13 20 22 29 80 81 161 163 242 244 19 19 44 20 62 2 17-17 16-43-3-61-71-73-143-145-215-217zm878-39c-40-40-79-80-119-120L734 215c-24-24-63-13-71 20-4 16 2 30 14 42 72 72 143 144 215 215 7 7 6 10 0 15-71 71-142 142-212 213l-7 7c-15 18-14 43 3 59 16 16 41 15 58-1 8-7 15-15 23-23 76-76 151-153 227-229 10-9 16-19 16-33 0-13-5-23-14-32zM597 232c-19 1-28 13-34 29-49 129-98 257-147 385-12 31-23 61-35 91-9 26 8 52 35 52 16 0 29-10 35-27 53-137 105-273 157-410 9-23 19-46 27-70 10-27-10-53-38-50z"/></svg>
Code Alt in other icon packs
Copied!