D Market Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The D Market 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/324229.svg" alt="D Market icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324229.svg" alt="D Market icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324229.svg" alt="D Market icon" :width="24" :height="24" />
CSS background
.icon-d-market {
background-image: url('https://proicons.com/icon/324229.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m41.38 19.84h-7.86l-7.77-13a2 2 0 00-3.5 0l-7.77 13h-7.86a3.12 3.12 0 00-3 3.93l4.38 16.31a2.84 2.84 0 002.74 2.1h26.5a2.84 2.84 0 002.76-2.1l4.41-16.31a3.12 3.12 0 00-3.03-3.93zm-17.38-8 4.77 8h-9.54z"/><path class="d" d="m27.25 32.104c0-1.7259-1.4551-3.125-3.25-3.125-1.795 0-3.25 1.3991-3.25 3.125v2.0312c0 1.7259 1.4551 3.125 3.25 3.125 1.795 0 3.25-1.3991 3.25-3.125"/><line class="d" x1="27.25" x2="27.25" y1="37.26" y2="24.76"/></svg>
Copied!