Fulguris Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fulguris 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/340866.svg" alt="Fulguris icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340866.svg" alt="Fulguris icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340866.svg" alt="Fulguris icon" :width="24" :height="24" />
CSS background
.icon-fulguris {
background-image: url('https://proicons.com/icon/340866.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m19.2137,6.2991c5.8715-.715,11.7106-1.2675,17.5713-1.7983.1072-.0099.2022.069.2121.1763.005.0543-.013.1083-.0496.1487-2.7299,3.1416-5.4166,6.3157-8.1357,9.4681-.06.0722-.06.1769,0,.2492,1.2711,1.7044,2.5349,3.4124,3.7916,5.1241.0693.0811.0693.2006,0,.2817-2.5999,1.9066-5.1891,3.8349-7.789,5.7524-.0722.0562-.0987.1533-.065.2383.6933,1.5816,1.4083,3.1524,2.0908,4.7341.0457.0689.0457.1586,0,.2275l-14.018,12.5989-1.82-1.2675,5.6224-13.1731c.0372-.0597.0372-.1353,0-.195-1.3-1.8091-2.6216-3.6074-3.9324-5.4166-.0716-.0719-.0716-.1881,0-.26l5.5032-5.1132c.0808-.0712.0885-.1945.0173-.2752-.0054-.0061-.0112-.0119-.0173-.0173l-5.4707-5.0049c-.0778-.0745-.0804-.1979-.006-.2757.0019-.002.0039-.004.006-.006,2.1666-2.0583,4.3332-4.1707,6.4999-6.2074"/></svg>
Copied!