Codeberg Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Codeberg 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/323869.svg" alt="Codeberg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323869.svg" alt="Codeberg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323869.svg" alt="Codeberg icon" :width="24" :height="24" />
CSS background
.icon-codeberg {
background-image: url('https://proicons.com/icon/323869.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" id="b" viewBox="0 0 48 48"><defs><style>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="f" d="m23.9995,2.5001C12.1252,2.5001,2.5,12.1257,2.5,23.9994c0,4.039,1.1368,7.9963,3.283,11.4186L23.7083,12.2444c.1283-.1674.4533-.1674.5816,0l17.9261,23.1746c2.1453-3.4225,3.284-7.3803,3.284-11.4197,0-11.8737-9.6252-21.4993-21.4995-21.4993h-.0009Z"/><path id="c" class="f" d="m24.4037,12.5347c-.104.001-.1869.0644-.185.1417,0,.0082.001.0164.0029.0244l8.2823,31.0442c4.0073-1.7257,7.3942-4.6297,9.7118-8.3261L24.5675,12.6036c-.0337-.0432-.0963-.0695-.1638-.0689Z"/></svg>
Codeberg in other icon packs
Copied!