Galatasaray Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Galatasaray 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/340907.svg" alt="Galatasaray icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340907.svg" alt="Galatasaray icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340907.svg" alt="Galatasaray icon" :width="24" :height="24" />
CSS background
.icon-galatasaray {
background-image: url('https://proicons.com/icon/340907.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="m15.5361,28.3506c0,4.6721,3.7875,8.4595,8.4595,8.4595s8.4595-3.7875,8.4595-8.4595h0c.1386-10.481-13.5554-5.4727-14.3164-14.0384.0027-3.21,2.6289-5.8122,5.8659-5.8122s5.8591,2.6023,5.8565,5.8122"/><path class="b" d="m31.8297,20.6278c-2.08-2.0597-4.8952-3.216-7.8297-3.216-6.1301,0-11.0991,4.9447-11.0991,11.0441s4.9694,11.0441,11.0991,11.0441,11.0991-4.9447,11.0991-11.0441h0l-5.7496.0495"/><ellipse class="b" cx="24" cy="24" rx="16.0538" ry="21"/></svg>
Copied!