Global Entry Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Global Entry 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/341094.svg" alt="Global Entry icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341094.svg" alt="Global Entry icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341094.svg" alt="Global Entry icon" :width="24" :height="24" />
CSS background
.icon-global-entry {
background-image: url('https://proicons.com/icon/341094.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="c" points="24 12.1451 25.9796 18.2377 32.3857 18.2377 27.2031 22.0031 29.1826 28.0957 24 24.3303 18.8174 28.0957 20.7969 22.0031 15.6143 18.2377 22.0204 18.2377 24 12.1451"/><path class="c" d="M36.1644,24.2429c.4399-1.2961.6784-2.6851.6784-4.1298,0-7.0929-5.7499-12.8428-12.8428-12.8428-3.1443,0-6.0247,1.13-8.2572,3.006"/><path class="c" d="M22.8913,9.7438c-1.3614.1405-2.7234.5028-4.0366,1.1052-6.447,2.9572-9.2761,10.5808-6.3189,17.0278,1.3109,2.858,3.5389,5.005,6.1749,6.2521"/><circle class="c" cx="24" cy="24" r="21.5"/><path class="c" d="M8.071,22.7728c-.0633.5786-.0957,1.1664-.0957,1.7618,0,8.8502,7.1745,16.0247,16.0247,16.0247,6.622,0,12.3059-4.0167,14.7482-9.7465"/><path class="c" d="M18.6635,36.0586c.5324.2,1.0811.3731,1.6448.5172,8.3788,2.1428,16.9082-2.9125,19.0509-11.2913,1.6033-6.2693-.8233-12.6228-5.6566-16.3223"/><path class="c" d="M23.2176,31.5087c.3258.0331.6564.05.991.05,5.3529,0,9.6923-4.3394,9.6923-9.6923,0-3.7399-2.1182-6.9851-5.2203-8.6012"/><path class="c" d="M14.5258,20.3908c-.1079.3229-.2006.6543-.277.9937-1.222,5.4291,2.1885,10.8209,7.6176,12.043,3.7931.8538,7.5681-.5537,9.9154-3.3311"/></svg>
Copied!