Myicon Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Myicon 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/329857.svg" alt="Myicon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329857.svg" alt="Myicon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329857.svg" alt="Myicon icon" :width="24" :height="24" />
CSS background
.icon-myicon {
background-image: url('https://proicons.com/icon/329857.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m10.97,22.82h-4.47c-.55,0-1-.45-1-1V6.5c0-.55.45-1,1-1h15.32c.55,0,1,.45,1,1v4.47"/><path class="c" d="m25.18,13.33v-6.83c0-.55.45-1,1-1h15.32c.55,0,1,.45,1,1v15.32c0,.55-.45,1-1,1h-10.54"/><path class="c" d="m22.82,30.96v10.54c0,.55-.45,1-1,1H6.5c-.55,0-1-.45-1-1v-15.32c0-.55.45-1,1-1h6.83"/><path class="c" d="m29.46,25.18h12.04c.55,0,1,.45,1,1v15.32c0,.55-.45,1-1,1h-15.32c-.55,0-1-.45-1-1v-12.04"/><line class="c" x1="28.9945" y1="17.1489" x2="17.1489" y2="28.9945"/><line class="c" x1="17.664" y1="10.7263" x2="23.0263" y2="16.0886"/><line class="c" x1="15.1494" y1="13.2408" x2="18.0578" y2="16.1492"/><line class="c" x1="12.3319" y1="16.0583" x2="18.1184" y2="21.8447"/><path class="c" d="m37.9165,31.403c-2.363-2.363-6.0007-3.3414-7.892-5.1654-.7607-.7337-.7004-1.7837-.318-2.1661l1.8632-1.8632c.686-.686.686-1.7982,0-2.4842l-10.2095-10.2095c-.686-.686-1.7982-.686-2.4842,0l-9.3613,9.3613c-.686.686-.686,1.7982,0,2.4842l10.2095,10.2095c.686.686,1.7983.686,2.4842,0l1.8632-1.8632c.3824-.3824,1.4324-.4427,2.1661.318,1.8241,1.8913,2.8024,5.529,5.1654,7.892,1.7571,1.7571,4.2566,1.227,5.9986-.515s2.2721-4.2414.515-5.9985Z"/><circle class="c" cx="34.1081" cy="34.5449" r="1.2943"/></svg>
Copied!