Myslt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Myslt 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/329908.svg" alt="Myslt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329908.svg" alt="Myslt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329908.svg" alt="Myslt icon" :width="24" :height="24" />
CSS background
.icon-myslt {
background-image: url('https://proicons.com/icon/329908.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><g id="d"><path class="e" d="m25.8777,38.1093c5.7096-9.7873,11.3392-16.7997,11.3392-16.7997.9553-1.4155,4.548-.2466,3.6694,2.4466-6.5242,9.7882-11.3383,16.7997-11.3383,16.7997-1.4813,2.2621-5.2347-.2584-3.6703-2.4466Z"/><path class="e" d="m7.7961,39.1658c5.7096-9.7873,11.3392-16.7997,11.3392-16.7997.9553-1.4155,4.548-.2466,3.6694,2.4466-6.5242,9.7882-11.3383,16.7997-11.3383,16.7997-1.4813,2.2621-5.2347-.2584-3.6703-2.4466Z"/><path class="e" d="m7.3507,22.9051C13.0604,13.1178,18.6899,6.1053,18.6899,6.1053c.9553-1.4155,4.548-.2466,3.6694,2.4466-6.5242,9.7882-11.3383,16.7997-11.3383,16.7997-1.4813,2.2621-5.2347-.2584-3.6703-2.4466Z"/></g></g><circle class="e" cx="27.1374" cy="27.2435" r="2.6919"/></svg>
Copied!