Mystc Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mystc 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/329914.svg" alt="Mystc icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329914.svg" alt="Mystc icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329914.svg" alt="Mystc icon" :width="24" :height="24" />
CSS background
.icon-mystc {
background-image: url('https://proicons.com/icon/329914.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M36,28.6804c-.6889,1.2026-1.9849,2.0126-3.47,2.0126-2.2071,0-3.9961-1.7891-3.9961-3.9961v-2.5975c0-2.2071,1.7891-3.9961,3.9961-3.9961,1.4824,0,2.7761.807,3.466,2.0058"/><path class="b" d="M22.0729,16.807l.0002,1.7388"/><path class="b" d="M22.0729,21.4357l.0002,7.2596c0,1.1035.8945,1.998,1.998,1.998h1.7983"/><path class="b" d="M23.0719,20.1037h2.7975"/><path class="b" d="M12.2516,30.2995c.7297.6126,1.5173.8935,3.2865.8935h.8965c1.459,0,2.6416-1.1852,2.6416-2.6474s-1.1826-2.6474-2.6416-2.6474h-1.7931c-1.459,0-2.6416-1.1852-2.6416-2.6474s1.1827-2.6474,2.6416-2.6474h.8965c1.7691,0,2.5568.2807,3.2865.8935"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!