Dmi Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dmi 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/324615.svg" alt="Dmi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324615.svg" alt="Dmi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324615.svg" alt="Dmi icon" :width="24" :height="24" />
CSS background
.icon-dmi {
background-image: url('https://proicons.com/icon/324615.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="M10.489,37.274H37.512"/><path class="a" d="M10.489,42.5H37.512"/><path class="a" d="M11.217,34.831S-.349,23.043,10.429,21.138"/><path class="a" d="M17.491,34.831S8.1662,24.767,11.04,19.028s11.009-2.7485,12.959.59"/><path class="a" d="M20.936,16.961s-.1084-3.28,3.064-3.28V11.53"/><path class="a" d="M24,8.54V5.5"/><path class="a" d="M19.404,9.9983h3.0207"/><path class="a" d="M37.511,39.887H10.488"/><path class="a" d="M36.783,34.831s11.566-11.788.788-13.693"/><path class="a" d="M30.509,34.831S39.8338,24.767,36.96,19.028s-11.009-2.7485-12.959.59"/><path class="a" d="M27.064,16.961s.1084-3.28-3.064-3.28V11.53"/><path class="a" d="M24,8.54V5.5"/><path class="a" d="M28.596,9.9983H25.5753"/><path class="a" d="M24,19.618V34.831"/></svg>
Copied!