Farplace Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Farplace 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/325717.svg" alt="Farplace icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325717.svg" alt="Farplace icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325717.svg" alt="Farplace icon" :width="24" :height="24" />
CSS background
.icon-farplace {
background-image: url('https://proicons.com/icon/325717.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M20.5856,35.1111c.897,1.1285,12.7315-5.8449,14.8727-6.5394"/><path class="c" d="M26.2569,12.1366c1.331.7234,2.228,1.8229,2.228,1.8229,0,1.5625.2315,17.9436.2315,17.9436"/><path class="c" d="M33.1788,29.6252c1.5272.3065,3.2344,2.5345,3.3212,4.7915"/><path class="c" d="M24.8102,21.5984c3.6748-1.3889,9.4618-2.8356,9.4618-2.8356.4919,1.8229-1.7361,8.1597-2.8356,8.4491s-2.8236-2.8069-2.8236-2.8069"/><path class="c" d="M32.2755,23.4792c-2.1991.6944-7.3495,3.6169-7.3495,3.6169-1.331-1.6782-3.9641-7.7257-3.9641-7.7257"/><path class="c" d="M15.2905,15.522c3.2407-.897,3.4722-.7523,3.588,0s-1.9965,3.5012-1.9965,3.5012"/><path class="c" d="M11.5,23.9711c2.8356.5208,3.7616-1.1962,4.5428-.9743s-1.4757,3.4337-1.4757,3.4337"/><path class="c" d="M20.7014,24.717c-.6655,3.1025-6.3657,11.1465-6.3657,11.1465-1.8519-.5498-2.3727-1.4468-2.3727-1.4468"/><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!