Ludo Club Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ludo Club 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/343270.svg" alt="Ludo Club icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343270.svg" alt="Ludo Club icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343270.svg" alt="Ludo Club icon" :width="24" :height="24" />
CSS background
.icon-ludo-club {
background-image: url('https://proicons.com/icon/343270.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><polyline class="b" points="9.5 20.8203 11.6635 28.4777 15.4922 27.396"/><path class="b" d="M17.3288,19.2963l-.1599,5.319c-.0437,1.4551,1.1004,2.6701,2.5554,2.7138s2.6701-1.1004,2.7138-2.5554l.1599-5.319"/><path class="b" d="M25.0071,28.5143l.7681-7.92,1.782.1728c1.9137.1856,3.3146,1.8874,3.129,3.8011l-.096.99c-.1856,1.9137-1.8874,3.3146-3.8011,3.129l-1.782-.1728Z"/><rect class="b" x="33.1001" y="20.1295" width="5.2716" height="7.9572" rx="2.6358" ry="2.6358" transform="translate(-2.1359 3.5172) rotate(-5.4714)"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!