Forgejo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Forgejo 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/340716.svg" alt="Forgejo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340716.svg" alt="Forgejo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340716.svg" alt="Forgejo icon" :width="24" :height="24" />
CSS background
.icon-forgejo {
background-image: url('https://proicons.com/icon/340716.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="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M15.6334,35.8581v-18.1824c0-4.2162,3.218-9.3547,8.6959-9.3547h4.2162"/><path class="cls-1" d="M15.6334,35.8581v-5.5338c-.0011-4.4797,3.4257-8.9595,8.6959-8.9595h4.2162"/><circle class="cls-1" cx="32.3666" cy="8.3209" r="3.8209"/><circle class="cls-1" cx="32.3666" cy="21.3649" r="3.8209"/><circle class="cls-1" cx="15.6334" cy="39.6791" r="3.8209"/></svg>
Copied!