Hryfine Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hryfine 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/327149.svg" alt="Hryfine icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327149.svg" alt="Hryfine icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327149.svg" alt="Hryfine icon" :width="24" :height="24" />
CSS background
.icon-hryfine {
background-image: url('https://proicons.com/icon/327149.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m11.779,42.4141c26.0606-12.2422,8.3025-31.1669-.6672-21.8741-3.3557,3.4762-.4128,7.5303,2.0836,8.8511.3178.1682.9039.4594.0602-.4863-6.1834-6.3981,10.4697-9.9103,5.7519,1.653-1.1572,3.4826-3.5467,7.1614-7.17,11.0952-.5033.5464-.604.847-.2836.847.1055,0,.2068-.0383.2252-.0853v-.0006Zm24.2551-2.3839c4.8817-4.1653-3.4557-7.8836-6.2475-15.3337-.7322-2.3355.5923-3.6869-.1842-3.7971-.0961.0309-2.7273,2.7107-2.7273,5.2004,0,6.8122,10.9841,10.866,5.3892,14.502-3.4228,2.2247,1.6607,1.2281,3.7697-.5716h0Zm-3.0138-20.519c8.1377-2.8194,6.1426-13.241-.0549-13.9366-.8399-.0943-1.6407-.0993-2.3871-.015,0,.2311,3.3485,1.8894,3.8067,6.8603.1444,1.5666-.1972,3.2477-1.0236,5.0387-.7698,1.6682-1.8823,2.0734-1.8823,2.3675,0,.1113.7579-.0435,1.5413-.315h0Z"/><circle class="b" cx="25.2712" cy="13.262" r="5.1417"/></svg>
Copied!