Myctus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Myctus 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/329834.svg" alt="Myctus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329834.svg" alt="Myctus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329834.svg" alt="Myctus icon" :width="24" :height="24" />
CSS background
.icon-myctus {
background-image: url('https://proicons.com/icon/329834.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="M24.45,17v2.7c0,1.1046-.8954,2-2,2-.5523,0-1.0522-.2239-1.4142-.5858"/><path class="d" d="M24.45,13.7v3.3c0,1.1046-.8954,2-2,2s-2-.8954-2-2v-3.3"/><polyline class="d" points="10.55 18.991 10.55 11 14.55 19 18.55 11.012 18.55 19"/><path class="d" d="M15.85,34.317v.0328c0,1.4636-1.1864,2.65-2.65,2.65s-2.65-1.1864-2.65-2.65v-2.7c0-1.4636,1.1864-2.65,2.65-2.65h0c1.4636,0,2.65,1.1864,2.65,2.65v.0328"/><line class="d" x1="17.75" y1="29" x2="23.05" y2="29"/><line class="d" x1="20.4" y1="37" x2="20.4" y2="29"/><path class="d" d="M24.95,29v5.35c0,1.4636,1.1864,2.65,2.65,2.65s2.65-1.1864,2.65-2.65v-5.35"/><path class="d" d="M34.8,29l2.65-3.65h-12.5"/><path class="d" d="M33.5,42.5c0-4.9706,4.0294-9,9-9"/><path class="d" d="M37.754,40.062c.2453.3193.5529.4383.9808.4383h.5922c.5511,0,.9978-.4468.9978-.9978v-.0043c0-.5511-.4468-.9978-.9978-.9978h-.6532c-.5517,0-.9989-.4472-.9989-.9989h0c0-.5529.4482-1.0011,1.0011-1.0011h.589c.4279,0,.7355.1189.9808.4383"/><path id="c" class="d" d="M38.5006,5.4992H9.4994c-2.2001,0-4.0002,1.8001-4.0002,4.0002v29.0012c0,2.2001,1.8001,4.0002,4.0002,4.0002h29.0012c2.2001,0,4.0002-1.8001,4.0002-4.0002V9.4994c0-2.2001-1.8001-4.0002-4.0002-4.0002Z"/></svg>
Copied!