Mysielteid Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mysielteid 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/329906.svg" alt="Mysielteid icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329906.svg" alt="Mysielteid icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329906.svg" alt="Mysielteid icon" :width="24" :height="24" />
CSS background
.icon-mysielteid {
background-image: url('https://proicons.com/icon/329906.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M11.2082,11.785A19.0086,19.0086,0,0,1,44.5,20.7151"/><path class="a" d="M40.34,36.215a19.0086,19.0086,0,0,1-33.2918-8.93"/><path class="a" d="M11.2091,11.7837s9.2269-.0873,13.207,1.36,6.558,5.579,10.0506,6.7982S44.5,20.7151,44.5,20.7151"/><path class="a" d="M7.0494,27.2836s7.94-.3622,11.9335,1.0883,6.5718,5.5824,10.0506,6.7982S40.34,36.215,40.34,36.215"/><path class="a" d="M8.3825,17.1241s.3677-.2388,2.8266-.1738,8.0883-.0323,11.8488,1.36,6.339,5.5215,10.0506,6.7982S44.5,25.8817,44.5,25.8817"/><path class="a" d="M3.5,22.6608a75.575,75.575,0,0,1,7.7091-.2719c3.0225.1336,6.9505.02,10.4906,1.36S27.82,29.2107,31.75,30.5467s5.1565.7784,12.75.7736"/></svg>
Copied!