Skyscanner Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Skyscanner 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/347431.svg" alt="Skyscanner icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347431.svg" alt="Skyscanner icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347431.svg" alt="Skyscanner icon" :width="24" :height="24" />
CSS background
.icon-skyscanner {
background-image: url('https://proicons.com/icon/347431.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>.c{fill:none;stroke:#fff;stroke-linejoin:round;}</style></defs><g id="b"><path class="c" d="m24,36.311c.404,0,.807-.1142,1.1581-.3162l4.2644-2.4569c.8599-.5003,1.8604-.7023,2.8514-.5965,5.1772.5965,8.8186,1.5791,9.889,1.8868.22.0613.4654-.0095.606-.1935.2538-.3162.4379-.6843.5616-1.0703.1311-.3776.184-.7816.166-1.1846-.0085-.2454-.1756-.4474-.4125-.5182-1.6848-.4907-9.1074-2.5087-19.0841-2.5087s-17.4088,2.0264-19.0841,2.5182c-.2285.0698-.3956.2718-.4125.5172-.018.404.0349.7985.1661,1.1846.1237.386.3078.7456.5616,1.0703.1491.1851.386.2549.606.1935,1.0703-.3162,4.7118-1.2903,9.889-1.8868.991-.1142,1.9831.0962,2.8514.5965l4.2644,2.4569c.3511.1936.7541.3078,1.1581.3078Zm-7.1158-13.8287c.4654.807,1.5093,1.0873,2.3162.623.807-.4654,1.0883-1.5093.623-2.3162l-3.8435-6.6431c-.1227-.2105-.3596-.2983-.605-.2803-.3078.0264-.7372.184-1.2374.4738-.5003.2898-.8599.588-1.027.8334-.1396.202-.184.4558-.0613.6674l3.835,6.642Zm-3.5188,4.7552c.807.4654,1.8519.1935,2.3162-.623.4654-.807.1935-1.8509-.623-2.3162l-6.642-3.834c-.2105-.1237-.4654-.0793-.6674.0613-.2538.1756-.5436.5256-.8334,1.0259-.2898.5003-.4474.9392-.4738,1.2374-.0169.2454.0709.4823.2813.606l6.642,3.8424Zm12.3279-7.1158c0,.9392-.7636,1.6933-1.6933,1.6933-.9392,0-1.6933-.7636-1.6933-1.6933v-7.6774c0-.2454.166-.4389.386-.5436.2718-.1322.7287-.2115,1.3072-.2115.5796,0,1.0354.0793,1.3072.2115.22.1047.386.2983.386.5436v7.6774Zm5.4225,2.3607c-.4654.807-1.5093,1.0873-2.3162.623-.807-.4654-1.0883-1.5093-.623-2.3162l3.8435-6.6431c.1227-.2105.3596-.2983.605-.2803.3078.0264.7372.184,1.2374.4738s.8599.588,1.027.8334c.1396.202.184.4558.0613.6674l-3.835,6.642Zm3.5188,4.7552c-.807.4654-1.8509.1935-2.3162-.623-.4654-.807-.1935-1.8509.623-2.3162l6.642-3.834c.2105-.1237.4654-.0793.6674.0613.2454.1756.5436.5256.8334,1.0259.2898.5003.4474.9392.4738,1.2374.0169.2454-.0709.4823-.2813.606l-6.642,3.8424Z"/></g></svg>
Copied!