Gamesir Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gamesir 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/340936.svg" alt="Gamesir icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340936.svg" alt="Gamesir icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340936.svg" alt="Gamesir icon" :width="24" :height="24" />
CSS background
.icon-gamesir {
background-image: url('https://proicons.com/icon/340936.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="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M29.6386,27.3l5.9457-1.4431-1.571,2.721-4.3747-1.2779Z"/><path class="cls-1" d="M23.2396,4.023l1.8805,2.1969c-4.8656-.6307-11.896,1.8903-14.517,6.429l3.6803.4387c-3.2107,1.8537-6.3064,7.2415-6.3064,12.092l3.3723-1.574c-.6333,2.3636-.2059,15.921,14.345,15.921,1.7176-2.9749,1.4336-8.6498,1.4336-8.6498-.8622-.8622-2.955-1.5837-5.4463-.1453,1.0212-3.811,4.1827-3.6155,4.1827-3.6155l1.1459-1.9848,10.75-2.6093c3.698.9909,6.9059,4.1869,7.4683,6.2801-2.2371,9.7691-10.932,16.698-20.957,16.698-11.874,0-21.5-9.6259-21.5-21.5S12.3974,2.5,24.2715,2.5c8.0424,0,15.412,4.4886,19.106,11.641-1.0187-1.7637-5.1582-10.118-20.139-10.118h.0011Z"/><path class="cls-1" d="M39.1116,12.115c0,3.0567-.0742,4.8343-1.4185,7.1627l-13.106,3.181c-1.5655-2.7116-8.9626-4.0007-12.066-2.209,1.395-5.2061,8.4266-7.7163,8.4266-7.7163l-2.7642-1.5959c2.2958-2.2958,9.1222-2.4582,12.224-.6676l-1.2162-3.1757c2.9394,0,8.6485,2.8178,9.9204,5.0207h-.0001Z"/></svg>
Copied!