Minma Icon Pack Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Minma Icon Pack 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/343905.svg" alt="Minma Icon Pack icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343905.svg" alt="Minma Icon Pack icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343905.svg" alt="Minma Icon Pack icon" :width="24" :height="24" />
CSS background
.icon-minma-icon-pack {
background-image: url('https://proicons.com/icon/343905.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="9.177" y="10.6666" width="6.8246" height="17.7438" rx="3.4123" ry="3.4123" transform="translate(10.5804 -3.6177) rotate(27.8369)"/><circle class="b" cx="37.9601" cy="32.9359" r="3.4123"/><path class="b" d="m17.9282,37.1966l-1.8397,3.4838c-.88,1.6665-2.9443,2.304-4.6108,1.424h0c-1.6665-.88-2.304-2.9443-1.424-4.6108l9.8849-18.719"/><path class="b" d="m21.261,16.2705l4.7267-8.9509c.88-1.6665,2.9443-2.304,4.6108-1.424h0c1.6665.88,2.304,2.9443,1.424,4.6108l-12.8574,24.3481"/><path class="b" d="m28.5609,37.5224l-.8368,1.5847c-.88,1.6665-2.9443,2.304-4.6108,1.424h0c-1.6665-.88-2.304-2.9443-1.424-4.6108l6.6981-12.6842"/><path class="b" d="m29.7097,20.7319l1.5399-2.9161c.88-1.6665,2.9443-2.304,4.6108-1.424h0c1.6665.88,2.304,2.9443,1.424,4.6108l-7.5084,14.2186"/></svg>
Copied!