Anybuddy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Anybuddy 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/336418.svg" alt="Anybuddy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336418.svg" alt="Anybuddy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336418.svg" alt="Anybuddy icon" :width="24" :height="24" />
CSS background
.icon-anybuddy {
background-image: url('https://proicons.com/icon/336418.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M6.5491,14.6383L24.2565,5.5l17.1943,9.1383v18.3366l-17.1956,9.525-17.7061-9.5263V14.6383Z"/><path class="b" d="M17.4743,21.8647c1.1283,0,2.0421.9279,2.0421,2.0561s-.9143,2.0421-2.0421,2.0421h0c-1.1292.007-2.0503-.9026-2.0574-2.0318,0-.0034,0-.0068,0-.0103,0-1.1283.9151-2.0561,2.0574-2.0561ZM30.9546,21.8647c1.1283,0,2.0561.9279,2.0561,2.0561s-.9279,2.0421-2.0561,2.0421-2.0421-.9143-2.0421-2.0421h0c-.0007-1.1304.9117-2.0491,2.0421-2.0561ZM26.4416,30.4185c.5883,1.0227.0392,2.2372-1.2264,2.7126s-2.7685.0317-3.3568-.991c-.314-.5458-.314-1.1758,0-1.7216h4.5832Z"/></svg>
Copied!