Micopacks Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Micopacks 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/329193.svg" alt="Micopacks icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329193.svg" alt="Micopacks icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329193.svg" alt="Micopacks icon" :width="24" :height="24" />
CSS background
.icon-micopacks {
background-image: url('https://proicons.com/icon/329193.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="m28.4158,3.9682h4.1862c1.1291,0,2.0458.9167,2.0458,2.0458v25.9892h-8.2778V6.014c0-1.1291.9167-2.0458,2.0458-2.0458Z" transform="translate(21.6536 -16.3052) rotate(45)"/><path class="c" d="m18.1616,29.0025c-2.4698-1.8392-5.9822-1.5387-8.1377.6604-2.803,2.8597-.2257,5.834-3.8573,7.8296-.7855.4317-.9062,1.518-.2047,2.076,4.7499,3.7783,8.7898,2.9825,12.9138-1.1414,2.6507-2.6507,2.4127-7.0962-.714-9.4246Z"/></svg>
Copied!