Mein Dm Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mein Dm 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/343601.svg" alt="Mein Dm icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343601.svg" alt="Mein Dm icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343601.svg" alt="Mein Dm icon" :width="24" :height="24" />
CSS background
.icon-mein-dm {
background-image: url('https://proicons.com/icon/343601.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.n,.o{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.o{stroke-width:1px;}</style></defs><circle id="c" class="n" cx="24" cy="24" r="21.5"/><g id="d"><path id="e" class="o" d="m23.2794,20.593c0-1.7145,1.3898-3.1042,3.1042-3.1042h0c1.7145,0,3.1042,1.3898,3.1042,3.1042v5.122"/><line id="f" class="o" x1="23.2794" y1="17.4888" x2="23.2794" y2="25.715"/><path id="g" class="o" d="m29.4878,20.593c0-1.7145,1.3898-3.1042,3.1042-3.1042h0c1.7145,0,3.1042,1.3898,3.1042,3.1042v5.122"/></g><g id="h"><path id="i" class="o" d="m19.9858,20.6825c0-1.7145-1.3898-3.1042-3.1042-3.1042h0c-1.7145,0-3.1042,1.3898-3.1042,3.1042v2.0177c0,1.7145,1.3898,3.1042,3.1042,3.1042h0c1.7145,0,3.1042-1.3898,3.1042-3.1042"/><line id="j" class="o" x1="19.9858" y1="25.8044" x2="19.9858" y2="13.3876"/></g><path id="k" class="n" d="m8.383,29.4918c15.1214-6.7766,18.2928,7.2363,31.8906,1.7422"/><path id="l" class="n" d="m38.607,28.0779c-4.0825,1.4598-9.1924,1.0275-16.0589-.9629"/><path id="m" class="n" d="m24.3282,32.5218c-5.3515-1.5515-10.7003-3.0075-15.92.0505"/></svg>
Copied!