Gps Joystick Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gps Joystick 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/326728.svg" alt="Gps Joystick icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326728.svg" alt="Gps Joystick icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326728.svg" alt="Gps Joystick icon" :width="24" :height="24" />
CSS background
.icon-gps-joystick {
background-image: url('https://proicons.com/icon/326728.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M26.6418,30.238c4.8868.4271,8.5188,2.0107,8.5188,3.8928,0,2.2147-4.9964,4.0062-11.1607,4.0062-6.1605,0-11.1607-1.7915-11.1607-4.0062,0-1.8822,3.6283-3.4657,8.5188-3.8928M10.0577,34.1308c0-2.7854,4.1687-5.1438,9.8946-5.9148M28.0478,28.216c5.7258.771,9.8945,3.1294,9.8945,5.9186v3.1861c0,3.4128-6.2436,6.1794-13.9423,6.1794s-13.9423-2.7665-13.9423-6.1794v-3.1861c0,3.4128,6.2436,6.1794,13.9423,6.1794s13.9423-2.7665,13.9423-6.1794M28.8566,15.1203c-.0021,2.6724-2.1758,4.8377-4.8566,4.8377-2.6807,0-4.8545-2.1653-4.8566-4.8377-.0021-2.6739,2.1706-4.8431,4.8528-4.8452.0013,0,.0025,0,.0038,0,2.6822,0,4.8566,2.1676,4.8566,4.8414,0,.0013,0,.0025,0,.0038ZM12.8507,15.5965c0,1.44.2608,2.8195.7748,4.078,1.4324,3.4884,7.4833,8.2618,10.3745,15.6204,2.895-7.3586,8.9421-12.132,10.3745-15.6204,2.2418-5.7148-.5737-12.165-6.2885-14.4068-1.3016-.5106-2.6879-.771-4.086-.7676-6.1388-.0188-11.1305,4.9424-11.1493,11.0812,0,.0051,0,.0101,0,.0152Z"/></svg>
Copied!