Octoapp Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Octoapp 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/330521.svg" alt="Octoapp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330521.svg" alt="Octoapp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330521.svg" alt="Octoapp icon" :width="24" :height="24" />
CSS background
.icon-octoapp {
background-image: url('https://proicons.com/icon/330521.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m15.5067,41.053c-.1084-.442.1144-.7419,1.1839-1.5938,5.0622-4.032,3.5992-8.2595,7.389-8.2634,4.1408-.0044,3.4809,5.5393,7.8386,8.5982.8325.5844.8353.5877.8474,1.0143m9.7344-13.1306c-.4417-.2013-.748-.1321-1.0809.2442-3.2339,4.1214-5.3723,2.0886-6.3027-1.9987-.7981-4.2357,3.3587-9.585-2.6069-15.5096-4.6539-4.6221-12.3651-4.6218-17.0189,0-5.9658,5.9251-1.8087,11.2732-2.6069,15.5096-.8031,4.5301-3.017,5.5615-6.3027,1.9987-.3329-.3762-.6392-.4454-1.0809-.2442"/><path class="b" d="m29.4257,30.9896c.1475.1114.3797.514.5977,1.0362,1.0627,2.5462,2.8225,4.6042,4.7158,5.5147,1.0106.486,1.8444.6343,3.1323.5572,1.5171-.0909,1.5033-.0918,1.77.1075.3402.254.4235.6451.2241,1.0526m-6.8394-9.2463c.5249.9658,1.2861,2.0164,2.0483,2.8266,1.6642,1.7692,3.2049,2.3542,4.8457,1.8398.5156-.1616.6272-.1692.8883-.06.4032.1685.5489.3659.5601.7585m-22.7825-4.3867c-.1475.1114-.3797.514-.5977,1.0362-1.0627,2.5462-2.8225,4.6042-4.7158,5.5147-1.0106.486-1.8444.6343-3.1323.5572-1.5171-.0909-1.5033-.0918-1.77.1075-.3402.254-.4235.6451-.2241,1.0526m6.8394-9.2463c-.5249.9658-1.2861,2.0164-2.0483,2.8266-1.6642,1.7692-3.2049,2.3542-4.8457,1.8398-.5156-.1616-.6272-.1692-.8883-.06-.4032.1685-.5489.3659-.5601.7585"/><path class="b" d="m22.3591,19.0658c0,.8925-.7235,1.6159-1.6159,1.6159s-1.6159-.7235-1.6159-1.6159.7235-1.6159,1.6159-1.6159,1.6159.7235,1.6159,1.6159Zm3.2932,0c0,.8925.7235,1.6159,1.6159,1.6159s1.6159-.7235,1.6159-1.6159-.7235-1.6159-1.6159-1.6159-1.6159.7235-1.6159,1.6159Z"/></svg>
Copied!