Finamp Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Finamp 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/340413.svg" alt="Finamp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340413.svg" alt="Finamp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340413.svg" alt="Finamp icon" :width="24" :height="24" />
CSS background
.icon-finamp {
background-image: url('https://proicons.com/icon/340413.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M16.34,43.5s-5.7957-4.3319-7.7582-22.7173S10.3272,3.859,19.8931,5.251a95.2944,95.2944,0,0,0,20.0329.3451s-4.6025,6.7518-9.75,7.278-7.4574-1.9978-12.4333-.342-2.4127,12.4506-.601,17.6235,1.03,10.97-.8013,13.3444Z"/><path class="a" d="M20.8026,17.4428c.36-.196,2.5033.06,7.1313,1.4928,4.6049,1.4256,4.491,2.2162,4.6,2.6855-.0193.1088.3022.8334-1.9457,3.2874-2.4131,2.6343-5.6267,5.7126-6.7824,5.6844-1.1712-.0287-2.0612-.4921-3.064-5.72s-.9736-6.9492.0612-7.43Z"/></svg>
Copied!