Efur Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Efur 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/339550.svg" alt="Efur icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339550.svg" alt="Efur icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339550.svg" alt="Efur icon" :width="24" :height="24" />
CSS background
.icon-efur {
background-image: url('https://proicons.com/icon/339550.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M22.10430863,13.42385844c0,3.95013754-2.9931975,8.97959249-7.08390112,6.48526124-2.49433125-1.59637238-3.29251744-5.1882088-2.29478494-7.88208636.9977325-2.49433125,2.89342482-5.08843565,5.68707505-5.88662184,3.59183738-.49886625,3.69161101,4.88681162,3.69161101,7.28344696Z"/><path class="f" d="M13.62358239,25.59619568c.09977363,2.69387851-2.19501131,5.18820785-4.98866249,4.19047535-3.89115684-1.29705149-4.98866249-6.28571398-3.49206375-9.77777773,1.49659875-3.79138273,4.19047631-3.19274476,6.1859413-.09977363,1.09750613,1.69614601,2.29478494,3.59183928,2.29478494,5.68707601Z"/><path class="f" d="M24,40.76172853c1.49659875,0,2.79365024.69841351,4.29024898.89796077s2.9931975,0,4.39002452-.49886625c5.48752874-2.09523673,4.58956797-8.18140725.29931899-11.17460475-1.19727976-1.09750613-2.29478399-2.39455762-3.09297113-3.79138273-1.19727976-2.09523863-3.39229012-3.39229012-5.88662136-3.39229012s-4.68934351,1.29705149-5.88662136,3.39229012c-.79818524,1.39682512-1.89569137,2.69387851-3.09297113,3.79138273-4.29024994,2.89342577-5.1882088,8.97959249.29931994,11.17460475,1.39682607.49886625,2.89342482.69841351,4.39002357.49886625,1.49659875-.09977173,2.79365024-.89796077,4.29024898-.89796077Z"/><path class="f" d="M25.89568947,13.42385844c0,3.95013754,2.9931994,8.97959249,7.08390303,6.48526124,2.49433125-1.59637238,3.29251649-5.1882088,2.29478399-7.88208636-.9977325-2.49433125-2.89342577-5.08843565-5.68707601-5.88662184-3.59183738-.49886625-3.69161101,4.88681162-3.69161101,7.28344696Z"/><path class="f" d="M34.37641951,25.59619568c-.09977173,2.69387851,2.19501226,5.18820785,4.98866249,4.19047535,3.89115827-1.29705149,4.98866249-6.28571398,3.49206375-9.77777773-1.49659875-3.79138273-4.19047726-3.19274476-6.18594225-.09977363-1.09750423,1.69614601-2.29478399,3.59183928-2.29478399,5.68707601Z"/></svg>
Copied!