Gaijin Pass Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gaijin Pass 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/340906.svg" alt="Gaijin Pass icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340906.svg" alt="Gaijin Pass icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340906.svg" alt="Gaijin Pass icon" :width="24" :height="24" />
CSS background
.icon-gaijin-pass {
background-image: url('https://proicons.com/icon/340906.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><path class="c" d="m29.9467,19.8885c-3.2693-.6524-4.8885-1.0729-7.3909-.1898s-4.5842,1.493-4.5001,3.1332.9673,1.6823,1.7664,4.2477.715,3.5538,1.6192,3.701,2.1028-1.0724,4.1846-1.451,3.5328-.2734,3.722-.8201-.1682-1.8295-.5888-3.2384-.5888-1.9346-1.7033-1.9346-1.3879.507-2.3341.6636-1.4089-.0748-1.493.6192.5257,2.0398.5257,2.0398"/><path class="c" d="m24,43.5c1.7716-.0279,12.344-3.8392,15.0793-11.1499.609-1.6276.6408-2.3256.6408-14.0497,0-6.7854-.2683-12.5028-.2683-12.5028-.0014-.0004-3.1435-1.2975-15.4518-1.2975s-15.4504,1.2971-15.4518,1.2975c0,0-.2683,5.7175-.2683,12.5028,0,11.7241.0318,12.4221.6408,14.0497,2.7353,7.3107,13.3077,11.122,15.0793,11.1499Z"/><path class="c" d="m18.0739,34.9449c.4944-1.6427.4914-1.6568-.4474-2.1453-3.5215-1.8324-5.2158-7.8376-3.3721-11.9517,2.0268-4.5225,7.057-6.9879,11.663-5.7161.7632.2107,1.4673.3034,1.5647.206s.0033-1.5726-.2091-3.2783c-.4311-3.4619-.1815-4.4566,1.0735-4.278.6889.0981.7641.2965.6717,1.7735-.071,1.1348.1663,2.3203.747,3.7322.4681,1.138.9655,2.389,1.1054,2.78.2512.7019.2593.7021.6434.0178.3414-.6082.3969-2.92.1659-6.9051-.0466-.8036.1327-1.3294.5427-1.5915.9707-.6206,1.4912.2373,1.5354,2.5307.0216,1.121.1606,3.4778.3089,5.2373.2355,2.7944.1737,3.4688-.4882,5.3317-1.1733,3.3019-1.2999,5.9765-.4074,8.6084,1.2693,3.743,1.34,3.6546-2.9224,3.6546-3.28,0-3.8587.0994-5.4206.9314-.9617.5123-2.3443,1.2467-3.0723,1.6321-.728.3854-1.9663.7869-2.7517.8922l-1.428.1915.4977-1.6536Z"/></svg>
Copied!