Mycelium Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mycelium 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/344384.svg" alt="Mycelium icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344384.svg" alt="Mycelium icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344384.svg" alt="Mycelium icon" :width="24" :height="24" />
CSS background
.icon-mycelium {
background-image: url('https://proicons.com/icon/344384.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><circle class="a" cx="32.9449" cy="24" r="1.5518"/><circle class="a" cx="23.9416" cy="39.4918" r="1.5518"/><circle class="a" cx="14.9967" cy="24" r="1.5518"/><circle class="a" cx="41.9482" cy="39.4918" r="1.5518"/><circle class="a" cx="23.9416" cy="8.5082" r="1.5518"/><polyline class="a" points="16.34 24.776 24 29.199 31.617 24.803"/><polyline class="a" points="31.585 23.252 23.942 18.838 16.34 23.225"/><line class="a" x1="24" y1="37.9399" x2="24" y2="29.1993"/><polyline class="a" points="14.997 25.552 14.997 34.808 22.597 38.719"/><polyline class="a" points="25.311 38.772 32.945 34.367 32.945 25.552"/><line class="a" x1="32.9449" y1="34.3668" x2="40.5773" y2="38.7744"/><line class="a" x1="23.9416" y1="18.8378" x2="23.9416" y2="10.0601"/><circle class="a" cx="6.0518" cy="39.4918" r="1.5518"/><line class="a" x1="7.3913" y1="38.7188" x2="14.9967" y2="34.3296"/></svg>
Copied!