Couchsurfing Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Couchsurfing 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/338598.svg" alt="Couchsurfing icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338598.svg" alt="Couchsurfing icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338598.svg" alt="Couchsurfing icon" :width="24" :height="24" />
CSS background
.icon-couchsurfing {
background-image: url('https://proicons.com/icon/338598.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" 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><circle class="cls-1" cx="24" cy="24" r="21.5"/><path class="cls-1" d="M44.93,28.92C34.47,28.92,22,28,22,35.51a4.06,4.06,0,0,0,3.78,3.92c1.37,0,4.15-.29,4.15-2.81C30,30,15.63,25.8,15.63,15.44c0-4.92,5.41-6.87,8.68-6.87,3.08,0,8.49,1.95,8.49,8.33,0,6.13-7.33,12.6-16.49,12.6A74.14,74.14,0,0,1,2.92,28.23"/></svg>
Copied!