Field Trip Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Field Trip 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/325814.svg" alt="Field Trip icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325814.svg" alt="Field Trip icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325814.svg" alt="Field Trip icon" :width="24" :height="24" />
CSS background
.icon-field-trip {
background-image: url('https://proicons.com/icon/325814.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><g id="d"><circle id="e" class="f" cx="24" cy="24" r="21.5"/></g></g><path class="f" d="m6.8784,10.9957c6.8179,1.4015,11.555-3.5848,21.2431-3.6452,6.0561-.0378,11.3944,1.7674,11.3944,1.7674"/><path class="f" d="m3.2203,18.4634c3.0183-1.9254,6.6068-3.1226,11.8638-3.1223,7.7384.0004,21.3482,4.6044,29.8727,3.8373"/><path class="f" d="m2.5099,24.6355c8.2845-6.4766,20.2705,1.472,34.0229,1.6402,5.0087.0613,8.9673-2.2757,8.9673-2.2757"/><path class="f" d="m3.6444,30.9351c8.4677-.2996,10.8229,3.3453,20.7481,2.8406s14.4239-4.1064,20.2213-3.6513"/><path class="f" d="m6.6816,36.7413c8.0661-1.2273,10.0783,5.1313,19.5614,4.4923,9.1542-.6168,7.6402-1.9626,13.5501-2.6455"/></svg>
Copied!