Myus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Myus 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/329940.svg" alt="Myus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329940.svg" alt="Myus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329940.svg" alt="Myus icon" :width="24" :height="24" />
CSS background
.icon-myus {
background-image: url('https://proicons.com/icon/329940.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="m28.6291,14.0728l-14.5564,5.2981-2.4706-13.0341,10.5413-3.8367,6.4856,11.5728Z"/><path class="b" d="m19.3709,33.9272l14.5564-5.2981,2.4706,13.0341-10.5413,3.8367-6.4856-11.5728Z"/><path class="b" d="m33.9272,28.6291l-5.2981-14.5564,13.0341-2.4706,3.8367,10.5413-11.5728,6.4856Z"/><path class="b" d="m14.0728,19.3709l5.2981,14.5564-13.0341,2.4706-3.8367-10.5413,11.5728-6.4856Z"/><path class="b" d="m8.5168,35.9847c3.7976,5.3097,9.7434,8.0823,16.2519,7.5784"/><path class="b" d="m23.23,4.4323c6.5085-.5039,12.4543,2.2686,16.2519,7.5784"/><path class="b" d="m4.4339,24.7671c-.5039-6.5085,2.2686-12.4543,7.5784-16.2519"/><path class="b" d="m35.9864,39.4802c5.3097-3.7976,8.0823-9.7434,7.5784-16.2519"/></svg>
Copied!