Juegos Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Juegos 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/327740.svg" alt="Juegos icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327740.svg" alt="Juegos icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327740.svg" alt="Juegos icon" :width="24" :height="24" />
CSS background
.icon-juegos {
background-image: url('https://proicons.com/icon/327740.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="a" x1="15.7533" y1="26.1858" x2="15.7533" y2="15.1111"/><line class="a" x1="10.216" y1="20.6484" x2="21.2907" y2="20.6484"/><polygon class="a" points="36.122 24.246 30.196 20.825 30.196 27.668 36.122 24.246"/><polygon class="a" points="31.183 18.157 37.109 21.579 37.109 14.736 31.183 18.157"/><path class="a" d="M24,33.18H30.28s4.9544,5.44,8.7917,5.44,4.5173-3.06,4.42-5.756-.8694-12.37-1.19-16.4906c-.21-2.6973-2.4287-6.9946-8.2575-6.9946A8.582,8.582,0,0,0,28.0962,11.74H19.9038a8.582,8.582,0,0,0-5.9477-2.3608c-5.8288,0-8.0476,4.2973-8.2575,6.9946-.3206,4.1209-1.0929,13.7948-1.19,16.4906s.5829,5.756,4.42,5.756,8.7917-5.44,8.7917-5.44Z"/></svg>
Copied!