Labyrinthos Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Labyrinthos 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/342703.svg" alt="Labyrinthos icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342703.svg" alt="Labyrinthos icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342703.svg" alt="Labyrinthos icon" :width="24" :height="24" />
CSS background
.icon-labyrinthos {
background-image: url('https://proicons.com/icon/342703.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;}</style></defs><path class="a" d="M36.5953,43.5,29.4016,24.2713a10.6288,10.6288,0,1,0-10.8034,0L11.4047,43.5Z"/><line class="a" x1="23.9999" y1="39.8515" x2="23.9999" y2="18.8524"/><line class="a" x1="23.9999" y1="36.1109" x2="25.9377" y2="36.1109"/><line class="a" x1="23.9999" y1="33.1948" x2="26.8575" y2="33.1948"/><line class="a" x1="23.9999" y1="39.0271" x2="26.8575" y2="39.0271"/><circle class="a" cx="22.0334" cy="15.7014" r="3.716"/><circle class="a" cx="25.9669" cy="15.7014" r="3.716"/><path class="a" d="M26.6761,12.053a2.8061,2.8061,0,0,0-5.3523,0"/></svg>
Copied!