Codeforces Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Codeforces 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/313915.svg" alt="Codeforces icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313915.svg" alt="Codeforces icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313915.svg" alt="Codeforces icon" :width="24" :height="24" />
CSS background
.icon-codeforces {
background-image: url('https://proicons.com/icon/313915.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Codeforces</title><path d="M4.5 7.5C5.328 7.5 6 8.172 6 9v10.5c0 .828-.672 1.5-1.5 1.5h-3C.673 21 0 20.328 0 19.5V9c0-.828.673-1.5 1.5-1.5h3zm9-4.5c.828 0 1.5.672 1.5 1.5v15c0 .828-.672 1.5-1.5 1.5h-3c-.827 0-1.5-.672-1.5-1.5v-15c0-.828.673-1.5 1.5-1.5h3zm9 7.5c.828 0 1.5.672 1.5 1.5v7.5c0 .828-.672 1.5-1.5 1.5h-3c-.828 0-1.5-.672-1.5-1.5V12c0-.828.672-1.5 1.5-1.5h3z"/></svg>
Copied!