Buddy Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Buddy 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/313758.svg" alt="Buddy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313758.svg" alt="Buddy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313758.svg" alt="Buddy icon" :width="24" :height="24" />
CSS background
.icon-buddy {
background-image: url('https://proicons.com/icon/313758.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Buddy</title><path d="M21.7 5.307L12.945.253a1.892 1.892 0 00-1.891 0L2.299 5.306a1.892 1.892 0 00-.945 1.638v10.11c0 .675.36 1.3.945 1.637l8.756 5.056a1.892 1.892 0 001.89 0l8.756-5.055c.585-.338.945-.962.945-1.638V6.945c0-.675-.36-1.3-.945-1.638zm-7.45 7.753l-3.805 3.804-1.351-1.351 3.804-3.805-3.804-3.806 1.35-1.35 3.805 3.805 1.351 1.35-1.35 1.353z"/></svg>
Copied!