Forgejo Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Forgejo Alt 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/340717.svg" alt="Forgejo Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340717.svg" alt="Forgejo Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340717.svg" alt="Forgejo Alt icon" :width="24" :height="24" />
CSS background
.icon-forgejo-alt {
background-image: url('https://proicons.com/icon/340717.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="M18.2017,35.6332c1.5992.9235,2.4112,2.7803,2.0035,4.5814-.4076,1.8014-1.9402,3.1277-3.7814,3.2724-1.8409.1449-3.5618-.925-4.2462-2.6401-.6844-1.7153-.1727-3.6763,1.2626-4.8385"/><path class="cls-1" d="M28.256,19.2553c.9235-1.5992,2.7803-2.4112,4.5814-2.0035,1.8014.4076,3.1277,1.9402,3.2724,3.7814.1449,1.8409-.925,3.5618-2.6401,4.2462-1.7153.6844-3.6763.1727-4.8385-1.2626"/><path class="cls-1" d="M28.4879,6.2385c1.0854-1.4942,3.017-2.1081,4.7658-1.5145,1.7486.5935,2.9074,2.2559,2.8593,4.1018-.0484,1.8461-1.2927,3.4457-3.0701,3.9469-1.7771.5011-3.6736-.2126-4.6794-1.7611"/><path class="cls-1" d="M28.256,19.2553h-4.2536"/><path class="cls-1" d="M28.6144,23.9979h-4.614"/><path class="cls-1" d="M13.4591,17.6745v18.317"/><path class="cls-1" d="M18.2017,30.3214v5.3075"/><path class="cls-1" d="M18.2017,17.6745c0-5.6975,5.2696-6.6512,10.1724-6.6512"/><path class="cls-1" d="M13.4591,17.6745c0-7.1782,4.7426-11.3928,14.9129-11.3928"/><path class="cls-1" d="M23.9982,23.9979c-3.1617,0-5.7965,2.834-5.7965,6.3235"/><path class="cls-1" d="M23.9982,19.2553c-5.7965,0-10.5391,4.7426-10.5391,10.5391"/><path class="cls-1" d="M18.2017,17.6745v3.3304"/><circle class="cls-1" cx="31.9026" cy="8.7162" r="1.3174"/><circle class="cls-1" cx="31.9026" cy="21.3632" r="1.3174"/><circle class="cls-1" cx="16.0939" cy="39.2797" r="1.3174"/></svg>
Copied!