Myasn Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Myasn 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/344372.svg" alt="Myasn icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344372.svg" alt="Myasn icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344372.svg" alt="Myasn icon" :width="24" :height="24" />
CSS background
.icon-myasn {
background-image: url('https://proicons.com/icon/344372.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M15.3492,14.8132l6.0726-3.4695"/><path class="c" d="M14.7491,19.8195l4.7685,4.4813"/><path class="c" d="M13.892,32.1333l5.0284-2.8461"/><circle class="c" cx="11.6633" cy="16.9194" r="4.2442"/><circle class="c" cx="25.0965" cy="9.2442" r="4.2442"/><circle class="c" cx="22.6046" cy="27.2015" r="4.2442"/><circle class="c" cx="10.1979" cy="34.2242" r="4.2442"/><circle class="c" cx="21.1515" cy="18.1572" r="2.9484"/><circle class="c" cx="31.1182" cy="16.6602" r="2.3372"/><circle class="c" cx="37.8695" cy="34.1436" r="2.0847"/><circle class="c" cx="22.7597" cy="40.9153" r="2.0847"/><circle class="c" cx="40.2911" cy="18.1021" r="1.7552"/><path class="c" d="M23.7322,19.5675l7.9952,4.3708"/><path class="c" d="M38.843,19.0889l-7.1162,4.8499"/><path class="c" d="M36.796,32.3609l-5.0692-8.4217"/><path class="c" d="M23.7332,39.0724l7.9939-15.1343"/></svg>
Copied!