Lidraughts Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lidraughts 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/328460.svg" alt="Lidraughts icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328460.svg" alt="Lidraughts icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328460.svg" alt="Lidraughts icon" :width="24" :height="24" />
CSS background
.icon-lidraughts {
background-image: url('https://proicons.com/icon/328460.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><path class="a" d="M43.5,14.9312c0,4.251-8.73,7.6971-19.5,7.6971S4.5,19.1822,4.5,14.9312,13.23,7.234,24,7.234,43.5,10.68,43.5,14.9312Z"/><path class="a" d="M43.5,23.9991c0,4.251-8.73,7.6971-19.5,7.6971S4.5,28.25,4.5,23.9991"/><path class="a" d="M43.5,33.0688c0,4.251-8.73,7.6972-19.5,7.6972S4.5,37.32,4.5,33.0688"/><path class="a" d="M4.5,33.0688v-9.07"/><path class="a" d="M43.5,33.0688v-9.07"/><path class="a" d="M43.5,23.9991v-9.07"/><path class="a" d="M4.5,24V14.93"/></svg>
Copied!