Mistplay Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mistplay 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/329371.svg" alt="Mistplay icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329371.svg" alt="Mistplay icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329371.svg" alt="Mistplay icon" :width="24" :height="24" />
CSS background
.icon-mistplay {
background-image: url('https://proicons.com/icon/329371.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>.h{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="h" d="M25.5641,36.8293c0,3.0807-2.4973,5.5782-5.5778,5.5782h0c-3.0806,0-5.5778-2.4974-5.5778-5.5782h0c0-3.0807,2.4973-5.5782,5.5778-5.5782h0c3.0806,0,5.5778,2.4974,5.5778,5.5782h0Z"/><path id="c" class="h" d="M25.5238,18.7074c0,2.5608-2.0758,4.6368-4.6365,4.6368h0c-2.5607,0-4.6365-2.076-4.6365-4.6368h0c0-2.5608,2.0758-4.6368,4.6365-4.6368h0c2.5607,0,4.6365,2.076,4.6365,4.6368h0Z"/><path id="d" class="h" d="M12.0281,10.2886c0,1.8028-1.4614,3.2642-3.264,3.2642s-3.264-1.4614-3.264-3.2642c0-1.8028,1.4614-3.2642,3.264-3.2642s3.264,1.4614,3.264,3.2642Z"/><path id="e" class="h" d="M34.2707,8.8568c0,1.8028-1.4614,3.2642-3.264,3.2642-1.8027,0-3.264-1.4614-3.264-3.2642h0c0-1.8028,1.4614-3.2642,3.264-3.2642h0c1.8027,0,3.264,1.4615,3.264,3.2642Z"/><path id="f" class="h" d="M42.5,17.3976c0,1.8028-1.4614,3.2642-3.264,3.2642s-3.264-1.4614-3.264-3.2642,1.4614-3.2642,3.264-3.2642,3.264,1.4614,3.264,3.2642Z"/><path id="g" class="h" d="M34.8817,26.9942c0,1.9835-1.6079,3.5915-3.5913,3.5915s-3.5913-1.608-3.5913-3.5915,1.6079-3.5915,3.5913-3.5915,3.5913,1.608,3.5913,3.5915h0Z"/></svg>
Copied!