Mojepliki Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mojepliki 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/329465.svg" alt="Mojepliki icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329465.svg" alt="Mojepliki icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329465.svg" alt="Mojepliki icon" :width="24" :height="24" />
CSS background
.icon-mojepliki {
background-image: url('https://proicons.com/icon/329465.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M43.5,13.0436H24.77c-1.9628-.1072-5.9311-4.2372-8.1881-4.2372H6.6806V8.8046A2.1762,2.1762,0,0,0,4.5,10.9763v7.3063"/><path class="a" d="M10.6806,39.1954H41.3194A2.1762,2.1762,0,0,0,43.5,37.0237V18.2826h-27m-12,0V39.1954"/></svg>
Copied!