Labd Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Labd 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/342700.svg" alt="Labd icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342700.svg" alt="Labd icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342700.svg" alt="Labd icon" :width="24" :height="24" />
CSS background
.icon-labd {
background-image: url('https://proicons.com/icon/342700.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:#fff;stroke-linecap:round;stroke-linejoin:round;}.b{fill:#fff;}</style></defs><path class="a" d="M33.9492,8.557h0l2.46-2.2845"/><path class="a" d="M11.591,6.2727l2.46,2.2845"/><path class="a" d="M38.1818,21.2423v8.0762a14.1818,14.1818,0,0,1-28.3636,0V21.2423"/><path class="a" d="M9.8182,18.687v-.0049A14.1509,14.1509,0,0,1,24,4.5h0A14.15,14.15,0,0,1,38.1818,18.6821v.0049"/><path class="a" d="M38.183,21.2423H9.817"/><path class="a" d="M9.817,18.687H38.183"/><circle class="b" cx="29.4863" cy="13.0409" r="0.75"/><circle class="b" cx="18.5137" cy="13.0409" r="0.75"/></svg>
Copied!