Camp Buddy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Camp 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/337965.svg" alt="Camp Buddy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337965.svg" alt="Camp Buddy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337965.svg" alt="Camp Buddy icon" :width="24" :height="24" />
CSS background
.icon-camp-buddy {
background-image: url('https://proicons.com/icon/337965.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="M22.7914,6.2455l6.3349,9.2673,11.1082-1.6189c1.5192-.2214,2.5366,1.5179,1.5989,2.7335l-6.8561,8.8886,4.9723,10.0643c.68,1.3765-.6597,2.8815-2.1057,2.3653l-10.5722-3.7738-8.0352,7.839c-1.0989,1.0721-2.9443.263-2.9002-1.2717l.3221-11.221-9.9383-5.2195c-1.3592-.7139-1.1599-2.7189.3132-3.1513l10.7713-3.1611,1.8929-11.0648c.2589-1.5133,2.2274-1.9434,3.0938-.6759Z"/></svg>
Copied!