Moin Card Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Moin Card 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/329460.svg" alt="Moin Card icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329460.svg" alt="Moin Card icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329460.svg" alt="Moin Card icon" :width="24" :height="24" />
CSS background
.icon-moin-card {
background-image: url('https://proicons.com/icon/329460.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="M32.7491,34.3832v-8h1.3c2.2064.0065,3.9935,1.7936,4,4h0c-.0064,2.2065-1.7935,3.9936-4,4h-1.3Z"/><path class="b" d="M25.1657,34.3832v-8h2.6c1.4912,0,2.7,1.2088,2.7,2.7s-1.2088,2.7-2.7,2.7h-2.6"/><line class="b" x1="27.9557" y1="31.7767" x2="30.4657" y2="34.3832"/><line class="b" x1="21.8639" y1="31.6832" x2="18.464" y2="31.6832"/><polyline class="b" points="22.7639 34.3835 20.1639 26.3835 17.464 34.3835"/><line class="b" x1="18.3639" y1="31.6832" x2="21.8639" y2="31.6832"/><path class="b" d="M15.3519,31.6832h0c.0062,1.485-1.1925,2.6938-2.6775,2.7h-.0225c-1.4849.0063-2.6937-1.1924-2.7-2.6774,0,0,0,0,0-.0001v-2.7225c-.0062-1.4849,1.1925-2.6937,2.6774-2.7h.0226c1.4391.0023,2.604,1.1708,2.6017,2.6099h0c0,.0301-.0006.0601-.0017.0901h0"/><line class="b" x1="29.533" y1="13.7165" x2="29.533" y2="21.7165"/><polyline class="b" points="9.9509 21.7165 9.9509 13.7165 13.9509 21.7165 17.9509 13.7165 17.9509 21.7165"/><polyline class="b" points="32.6729 21.7165 32.6729 13.7165 37.973 21.7165 37.973 13.7165"/><path class="b" d="M21.0925,19.0165c-.0276,1.4636,1.1364,2.6724,2.6,2.7,1.4636.0276,2.6724-1.1364,2.7-2.6.0007-.0333.0007-.0667,0-.1v-2.7c.0063-1.4849-1.1923-2.6937-2.6772-2.7,0,0-.0002,0-.0002,0h-.0226c-1.4391.0023-2.604,1.1708-2.6017,2.6099h0c0,.0302.0006.0602.0017.0901v2.7Z"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!