Gpscockpit Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gpscockpit 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/326733.svg" alt="Gpscockpit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326733.svg" alt="Gpscockpit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326733.svg" alt="Gpscockpit icon" :width="24" :height="24" />
CSS background
.icon-gpscockpit {
background-image: url('https://proicons.com/icon/326733.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M37.689,6.593A21.1619,21.1619,0,0,1,46.207,24a21.4683,21.4683,0,0,1-1.129,6.893m-1.301,3.125A20.9667,20.9667,0,0,1,24.707,45.5a21.4361,21.4361,0,0,1-8.668-1.819m-2.882-1.067A22.4161,22.4161,0,0,1,3.135,24.791m.329-3.514C4.574,10.446,13.582,2.5,24.707,2.5a21.4216,21.4216,0,0,1,9.978,2.45"/><path class="a" d="M19.409,9.08a13.6383,13.6383,0,0,1,5.756-.814A15.582,15.582,0,0,1,40.747,23.847,15.14,15.14,0,0,1,28.415,39.103m-3.25.326a15.2623,15.2623,0,0,1-11.594-5.108m-1.806-2.516a15.51,15.51,0,0,1-2.182-7.958,15.2622,15.2622,0,0,1,6.875-13.16"/><path class="a" d="M30.09,15.71a9.03,9.03,0,0,1,4.496,8.188,9.5742,9.5742,0,1,1-7.54-9.357"/><circle class="a" cx="17.792" cy="9.966" r="1.456"/><circle class="a" cx="3.249" cy="23.085" r="1.456"/><circle class="a" cx="14.436" cy="43.017" r="1.456"/><circle class="a" cx="44.538" cy="32.542" r="1.456"/><circle class="a" cx="36.3" cy="5.898" r="1.456"/><circle class="a" cx="12.707" cy="33.051" r="1.456"/><circle class="a" cx="28.47" cy="14.949" r="1.456"/><circle class="a" cx="26.742" cy="39.091" r="1.456"/></svg>
Copied!