Funkwhale Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Funkwhale 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/326321.svg" alt="Funkwhale icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326321.svg" alt="Funkwhale icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326321.svg" alt="Funkwhale icon" :width="24" :height="24" />
CSS background
.icon-funkwhale {
background-image: url('https://proicons.com/icon/326321.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M42.5,23.0926a18.5,18.5,0,0,1-37,0"/><path class="a" d="M35.335,23.0926a11.335,11.335,0,1,1-22.67,0"/><path class="a" d="M29.4629,23.0926a5.4629,5.4629,0,0,1-10.9258,0"/><path class="a" d="M23.71,22.9587c-2.6887,0-.7175-6.2438-3.4451-7.4216-2.9376-1.2686-9.27-1.1948-9.9876-9.13A27.8841,27.8841,0,0,1,18.1,7.9114c3,1.2836,4.821,1.1971,6.2084,4.5816,0,0,.5294-2.953,4.9931-4.1868a35.4408,35.4408,0,0,1,8.02-1.2877,6.7032,6.7032,0,0,1-1.9461,5.6847c-2.53,2.3321-7.9629,2.2731-8.4418,4.652C26.4439,19.787,26.3985,22.9587,23.71,22.9587Z"/></svg>
Copied!