Frontiers Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Frontiers 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/340843.svg" alt="Frontiers icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340843.svg" alt="Frontiers icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340843.svg" alt="Frontiers icon" :width="24" :height="24" />
CSS background
.icon-frontiers {
background-image: url('https://proicons.com/icon/340843.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="e" d="m39.1004,26.7761c7.4234,7.2986.8872,7.6081-2.614,4.9214m-2.6176,2.3385c2.6348,2.9607-1.4581,1.8382-1.0382,3.7392-3.103,1.1535-3.3004,6.8859-6.8198-1.3492m-2.1492.1119c.216,3.371-6.862-.6104-7.0619.4394,2.6463,3.6008-2.0558,5.5406-5.1631-.7985,0,0,1.2266-1.1321,1.1561-2.2502-.0186-.2938-3.8294.4624-5.9728-1.5427-2.5483-2.3839-.8172-8.632.2998-11.3052m1.5816,5.1599c.6671.5753.3242-4.3274,4.9571-11.5471-10.4859,4.3001-5.4642,11.1098-4.9571,11.5471Zm7.6717-7.4173s-.2348-1.5816-.023-2.994c.5036-3.3582,2.4648-5.4199,6.8831-7.2357,6.0223-2.475,9.8606-1.6756,13.2464,2.7585,3.0597,4.0071,3.9346,8.1627,2.4268,11.5271l-1.1306,1.8522c.4275-.164.866.3026,1.0779,1.1469.5395,2.1495-1.6884,5.7731-3.8104,6.1975-1.2209.2442-1.5815.5713-1.3358,1.2118.2453.6392-.3408,1.177-2.1589,1.9813-2.3384,1.0344-6.9867,1.3527-9.2807.6356-1.4346-.4485-3.9755-3.1042-5.2188-5.4547-.8835-1.6702-1.1936-3.2864-1.2114-6.3131.0197-1.824-.5683-3.8507.5353-5.3134Zm9.4964,9.6325c-2.1152-.6296-3.0553-2.4947-3.4601-6.8646-.2662-2.8735-.1466-3.4137,1.0417-4.7039,1.4031-1.5234,7.4393-4.6761,8.9543-4.6769,1.3976-.0007,3.8048,2.9073,4.783,5.7781.8845,2.596.8752,2.6831-.5451,5.1068-1.6328,2.7862-4.4554,5.3864-5.8596,5.3978-.5165.0042-1.4442.1134-2.0615.2426s-1.901.0032-2.8526-.28Zm9.5469-8.0797c-.136-.141-1.3801-.2652-2.0615-.0489-.9421.299-1.6988,1.2063-1.2007,1.6642,1.8607,1.711,4.0704-.7774,3.2623-1.6153Zm-6.7182-.4545c-1.3849-1.1538-3.6759-1.5239-3.6759-.7605,0,.84,1.8295,2.5147,2.9836,2.496,1.1028-.0179,1.9623-.6775.6923-1.7355Zm-12.6605-.4328l-4.5621-.4822"/><path id="d" class="e" d="m5.4177,28.8769c7.0225,4.535,8.9403,1.5041,10.2547-1.8585"/></svg>
Copied!