Finhay Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Finhay 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/325877.svg" alt="Finhay icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325877.svg" alt="Finhay icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325877.svg" alt="Finhay icon" :width="24" :height="24" />
CSS background
.icon-finhay {
background-image: url('https://proicons.com/icon/325877.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m31.3885,14.7029c1.0028.2185,2.0369,1.1604,2.1771,2.1771,1.1512,8.3435-2.9815,31.0772-21.7709,20.3195-1.6395-.9388-2.9852-2.5778-3.6285-4.3542C3.5014,19.9643,13.1511,10.7304,31.3885,14.7029Z"/><path class="c" d="m38.6454,8.8973c1.0028.2184,2.0369,1.1604,2.1771,2.1771,1.1512,8.3435-2.9815,31.0772-21.7709,20.3195-1.6395-.9388-2.9852-2.5778-3.6285-4.3542-4.6648-12.881,4.985-22.1149,23.2223-18.1424Z"/></svg>
Copied!