Qfield Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Qfield 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/346319.svg" alt="Qfield icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346319.svg" alt="Qfield icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346319.svg" alt="Qfield icon" :width="24" :height="24" />
CSS background
.icon-qfield {
background-image: url('https://proicons.com/icon/346319.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 class="e" d="m36.0628,22.5751l-2.586,10.5164-10.6825,2.504,19.8492,6.6364-6.5803-19.6571-.0004.0002Z"/><path id="c" class="e" d="m37.6922,40.5771c-3.7188,3.0751-8.4897,4.9229-13.6922,4.9229-11.8741,0-21.5-9.6259-21.5-21.5S12.1259,2.5,24,2.5s21.5,9.6259,21.5,21.5c0,4.981-1.6938,9.5663-4.5369,13.2115"/><path id="d" class="e" d="m29.6649,37.8934c-1.7479.7134-3.6605,1.1066-5.6649,1.1066-8.2843,0-15-6.7157-15-15s6.7157-15,15-15,15,6.7157,15,15c0,1.7158-.2881,3.3644-.8186,4.8999"/></svg>
Copied!