Finbee Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Finbee 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/325862.svg" alt="Finbee icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325862.svg" alt="Finbee icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325862.svg" alt="Finbee icon" :width="24" :height="24" />
CSS background
.icon-finbee {
background-image: url('https://proicons.com/icon/325862.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m14.75 24c-5.1086 0-9.25-4.1414-9.25-9.25 0-5.1086 4.1414-9.25 9.25-9.25 5.1086 0 9.25 4.1414 9.25 9.25v18.5c0 5.1086 4.1414 9.25 9.25 9.25s9.25-4.1414 9.25-9.25-4.1414-9.25-9.25-9.25z"/><circle class="d" cx="33.25" cy="14.75" r="9.25"/><path class="d" d="m21.644 26.356a8.75 9.75 45 01-.70711 13.081 8.75 9.75 45 01-13.081.70711 8.75 9.75 45 01.70711-13.081 8.75 9.75 45 0113.081-.70711z"/><path class="d" d="m9.6283 26.128 12.244 12.244m-3.8558 3.1444-11.532-11.532"/><path class="d" d="m8.534 40.748-2.534 1.2517 1.2517-2.534"/></svg>
Copied!