Fenix Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fenix 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/325782.svg" alt="Fenix icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325782.svg" alt="Fenix icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325782.svg" alt="Fenix icon" :width="24" :height="24" />
CSS background
.icon-fenix {
background-image: url('https://proicons.com/icon/325782.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="e" d="M42.4787,5.4995C29.584,14.4078,5.9533,6.0826,5.5933,24.9459l-.0719,12.5606c-.0406,7.0984,16.0464,7.6412,16.6092-5.0575,4.4951-.7267,8.711-2.0639,9.5629-10.7561,12.162-1.4105,7.3267-10.7321,10.7852-16.1935Z"/><path id="c" class="e" d="M5.5933,24.9459l26.1002-3.2529"/><path id="d" class="e" d="M22.1306,32.449l-16.5932,2.2566"/></svg>
Copied!