Farlight 84 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Farlight 84 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/340275.svg" alt="Farlight 84 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340275.svg" alt="Farlight 84 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340275.svg" alt="Farlight 84 icon" :width="24" :height="24" />
CSS background
.icon-farlight-84 {
background-image: url('https://proicons.com/icon/340275.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><polygon class="c" points="31.0706 13.8445 37.0772 7.445 13.6412 7.2763 13.1523 9.2619 4.5 9.7945 14.8135 12.4932 14.8298 11.2233 31.0706 13.8445"/><polygon class="c" points="15.687 17.6878 7.1416 15.6858 18.7136 36.0663 20.6776 35.4968 25.465 42.7237 22.6454 32.4426 21.5375 33.0634 15.687 17.6878"/><polygon class="c" points="26.7073 29.0887 29.2462 37.4903 41.1102 17.2785 39.635 15.8623 43.5 8.1029 36.0061 15.6853 37.0977 16.3344 26.7073 29.0887"/><polygon class="c" points="22.9113 25 29.2956 18.7522 20.6927 16.3472 22.9113 25"/></svg>
Copied!