Claro Games Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Claro Games 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/338319.svg" alt="Claro Games icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338319.svg" alt="Claro Games icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338319.svg" alt="Claro Games icon" :width="24" :height="24" />
CSS background
.icon-claro-games {
background-image: url('https://proicons.com/icon/338319.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>.i{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="i" d="M28.507,27.5289l7.7506,7.8712c1.3478,1.3688,3.46,2.5733,5.6064,1.334s1.6623-3.5795,1.3875-5.426l-2.1717-14.5886c-.6283-4.2209-3.7784-5.9708-9.2534-5.9708h-15.6526c-5.475,0-8.625,1.7499-9.2534,5.9708l-2.1717,14.5886c-.2749,1.8465-.7589,4.1867,1.3875,5.426,2.1464,1.2393,4.2585.0348,5.6064-1.334l7.7506-7.8712h9.014Z"/><g id="c"><path id="d" class="i" d="M15.2115,16.8306v-2.9341"/><path id="e" class="i" d="M17.8241,17.9637l2.5996-2.5946"/><path id="f" class="i" d="M18.6777,20.8523h2.9398"/><path id="g" class="i" d="M16.9446,20.7323c0,1.3321-1.0819,2.4119-2.4166,2.4119h0c-1.3346,0-2.4166-1.0799-2.4166-2.4119s1.0819-2.4119,2.4166-2.4119,2.4166,1.0799,2.4166,2.4119h0Z"/></g><path id="h" class="i" d="M30.8831,15.7942v2.1508h-2.1506v2.5345h2.1506v2.1508h2.5343v-2.1508h2.1486v-2.5345h-2.1486v-2.1508h-2.5343Z"/></svg>
Copied!