Pilot Test Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Pilot Test 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/320519.svg" alt="Pilot Test icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320519.svg" alt="Pilot Test icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320519.svg" alt="Pilot Test icon" :width="24" :height="24" />
CSS background
.icon-pilot-test {
background-image: url('https://proicons.com/icon/320519.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 29.1.0, SVG Export Plug-In . SVG Version: 9.03 Build 55587) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="pilot-test_00000054986756614941031090000000440227375602719652_" d="M15.5,19.5c0,0.276-0.224,0.5-0.5,0.5 s-0.5-0.224-0.5-0.5S14.724,19,15,19S15.5,19.224,15.5,19.5z M13,19c-0.276,0-0.5,0.224-0.5,0.5S12.724,20,13,20s0.5-0.224,0.5-0.5 S13.276,19,13,19z M11,19c-0.276,0-0.5,0.224-0.5,0.5S10.724,20,11,20s0.5-0.224,0.5-0.5S11.276,19,11,19z M22.245,30.255L18.991,27 l3.254-3.255l0.51,0.51l-2.386,2.385H27c0.904,0,1.64-0.735,1.64-1.64V13h0.721v12c0,1.302-1.059,2.36-2.36,2.36H20.37l2.386,2.385 L22.245,30.255z M3.36,16H2.64V8c0-1.301,1.059-2.36,2.36-2.36h6.631L9.246,3.254l0.509-0.509L13.009,6L9.754,9.254L9.246,8.746 l2.385-2.386H5C4.096,6.36,3.36,7.096,3.36,8V16z M17,31.36H1c-0.199,0-0.36-0.161-0.36-0.36V18c0-0.199,0.161-0.36,0.36-0.36h16 c0.199,0,0.36,0.161,0.36,0.36v13C17.36,31.199,17.199,31.36,17,31.36z M1.36,30.64h15.28v-9.28H1.36V30.64z M1.36,20.64h15.28 v-2.28H1.36V20.64z M10,28.36H3v-0.72h7V28.36z M10,26.36H3v-0.72h7V26.36z M10,24.36H3v-0.72h7V24.36z M23.5,11.36 c-5.678,0-7.813-5.174-7.834-5.226c-0.034-0.086-0.034-0.182,0-0.268C15.687,5.814,17.822,0.64,23.5,0.64s7.813,5.174,7.834,5.226 c0.034,0.086,0.034,0.182,0,0.268C31.313,6.186,29.178,11.36,23.5,11.36z M16.392,6c0.359,0.79,2.356,4.64,7.108,4.64 S30.248,6.79,30.607,6c-0.359-0.79-2.355-4.64-7.107-4.64S16.751,5.21,16.392,6z M23.5,9.86c-2.128,0-3.86-1.731-3.86-3.86 s1.732-3.86,3.86-3.86S27.36,3.872,27.36,6S25.628,9.86,23.5,9.86z M23.5,2.86c-1.731,0-3.14,1.409-3.14,3.14s1.408,3.14,3.14,3.14 S26.64,7.731,26.64,6S25.231,2.86,23.5,2.86z M23.5,8.36c-1.302,0-2.36-1.059-2.36-2.36s1.059-2.36,2.36-2.36S25.86,4.699,25.86,6 S24.802,8.36,23.5,8.36z M23.5,4.36c-0.904,0-1.64,0.736-1.64,1.64s0.735,1.64,1.64,1.64S25.14,6.904,25.14,6S24.404,4.36,23.5,4.36 z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!