Fetlife Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fetlife 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/325790.svg" alt="Fetlife icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325790.svg" alt="Fetlife icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325790.svg" alt="Fetlife icon" :width="24" :height="24" />
CSS background
.icon-fetlife {
background-image: url('https://proicons.com/icon/325790.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M40.14,13.81h0c6.24-7.15-2.66-8.31-2.66-8.31,2.86,3.85,1.28,4.93.2,5.84l-.13.12A9.95,9.95,0,0,0,24,14.28a10,10,0,0,0-8.23-4.37h0a10,10,0,0,0-5.32,1.55l-.13-.12c-1.08-.91-2.66-2,.2-5.84,0,0-8.9,1.16-2.66,8.31h0A9.94,9.94,0,0,0,8,26.18H8L24,42.5,39.83,26.37l.08-.09.08-.1h0a9.94,9.94,0,0,0,.16-12.37Z"/></svg>
Copied!