Autopilot Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Autopilot 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/336788.svg" alt="Autopilot icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336788.svg" alt="Autopilot icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336788.svg" alt="Autopilot icon" :width="24" :height="24" />
CSS background
.icon-autopilot {
background-image: url('https://proicons.com/icon/336788.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M17.5877,40.1236c-3.8908-1.5388-7.116-4.5213-9.0465-8.3657-.6929-1.38-.757-2.2295-.1911-2.5324.5293-.2833,5.4552-1.3153,7.2117-1.5109l1.3768-.1533.9275,1.0537c1.6786,1.907,2.7838,5.7798,2.7838,9.7548,0,2.6635-.3114,2.8418-3.0623,1.7538h0ZM28.0283,40.4005c-.3631-.3631-.3939-.7001-.277-3.0265.1994-3.9671,1.4168-7.5987,3.0747-9.172.6594-.6258.7588-.6493,2.1442-.5074.7989.0819,2.4114.3552,3.5833.6074,3.9763.8559,4.158,1.0051,3.3938,2.7881-1.55,3.6158-4.895,7.0001-8.6597,8.7611-1.9939.9327-2.7485,1.0599-3.259.5494h-.0001ZM7.0391,22.3927c-.2852-.5329.3399-3.4809,1.1265-5.313,1.6458-3.8331,5.5353-7.612,9.3899-9.1225,6.5456-2.5651,13.8318-1.0595,18.8108,3.8872,2.24,2.2254,3.7984,4.9838,4.5587,8.0683.7444,3.0205.4913,3.2149-3.1107,2.3895-4.9339-1.1305-7.3242-1.3744-13.4219-1.3697-5.9726.0046-9.2902.3478-14.0186,1.4504-2.4975.5823-3.0276.5839-3.3348.0098h.0003Z"/><circle class="b" cx="24" cy="24" r="21.5"/></svg>
Copied!