Marktde Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Marktde 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/343446.svg" alt="Marktde icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343446.svg" alt="Marktde icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343446.svg" alt="Marktde icon" :width="24" :height="24" />
CSS background
.icon-marktde {
background-image: url('https://proicons.com/icon/343446.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M13.78,8.56,32.6,5.67a6.71,6.71,0,0,1,7.68,6l2.31,25a5,5,0,0,1-5.39,5.47L12.56,40.21a7.53,7.53,0,0,1-6.87-8.56L8.16,14.24A6.7,6.7,0,0,1,13.78,8.56Z"/><path class="a" d="M10.82,24.13a2,2,0,0,1,2-2h0a2,2,0,0,1,2,2v3.13"/><line class="a" x1="10.82" y1="22.17" x2="10.82" y2="27.26"/><path class="a" d="M14.73,24.13a2,2,0,0,1,2-2h0a2,2,0,0,1,2,2v3.13"/><path class="a" d="M26.08,24a2,2,0,0,1,2-2h0"/><line class="a" x1="26.08" y1="22.08" x2="26.08" y2="27.26"/><line class="a" x1="29.5" y1="19.43" x2="29.5" y2="27.26"/><line class="a" x1="29.5" y1="25.6" x2="33.04" y2="22.07"/><line class="a" x1="30.63" y1="24.48" x2="33.41" y2="27.25"/><path class="a" d="M24.29,25.3a2,2,0,0,1-1.95,2h0a2,2,0,0,1-2-2V24a2,2,0,0,1,2-2h0a2,2,0,0,1,1.95,2"/><line class="a" x1="24.29" y1="27.26" x2="24.29" y2="22.08"/><path class="a" d="M35.91,20.46v5.82a1,1,0,0,0,1,1h.3"/><line class="a" x1="34.88" y1="22.08" x2="36.93" y2="22.08"/></svg>
Copied!