Codecademy Go Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Codecademy Go icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/323872.svg" alt="Codecademy Go icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323872.svg" alt="Codecademy Go icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323872.svg" alt="Codecademy Go icon" :width="24" :height="24" />
CSS background
.icon-codecademy-go {
background-image: url('https://proicons.com/icon/323872.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="4.5" y="11.4663" width="25.0674" height="25.0674"/><path class="c" d="m22.9194,19.9327c-1.3338-2.0563-3.6497-3.4166-6.2832-3.4166-4.1332,0-7.4839,3.3506-7.4839,7.4839s3.3506,7.4839,7.4839,7.4839c2.6336,0,4.9494-1.3603,6.2832-3.4166"/><line class="c" x1="34.0438" y1="36.5337" x2="43.5" y2="36.5337"/></svg>
Copied!