Dmart Ready Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dmart Ready 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/324614.svg" alt="Dmart Ready icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324614.svg" alt="Dmart Ready icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324614.svg" alt="Dmart Ready icon" :width="24" :height="24" />
CSS background
.icon-dmart-ready {
background-image: url('https://proicons.com/icon/324614.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M27.3323,40.6615v-9.1925h2.9876c1.7236,0,3.1025,1.3789,3.1025,3.1025s-1.3789,3.1025-3.1025,3.1025h-2.9876"/><path class="b" d="M30.3199,37.559l2.9876,2.9876"/><path class="b" d="M23.3106,37.559h-4.1366"/><path class="b" d="M18.1398,40.6615l3.1025-9.1925,3.1025,9.1925"/><path class="b" d="M5.5,24.5745v-13.7888h3.122c3.2954,0,6.0705,2.7578,6.0705,6.0326v1.7236c0,3.2748-2.7751,6.0326-6.0705,6.0326h-3.122Z"/><path class="b" d="M5.5,40.5466v-9.0776l4.5963,9.1925,4.5963-9.1925v9.1925"/><path class="b" d="M36.5248,31.4689h5.9752"/><path class="b" d="M39.5124,40.6615v-9.1925"/><path class="b" d="M20.1605,24.1787h20.2077"/><path class="b" d="M18.1398,26.8727h24.2492"/><path class="b" d="M22.1814,21.4841h16.1661"/><path class="b" d="M24.202,18.7897h12.1247"/><path class="b" d="M26.2229,16.0951h8.0831"/><path class="b" d="M32.9604,14.0405l-.983-2.5599,2.5736-1.5822h-3.1811l-.983-2.5599-.9829,2.5599h-3.1811l2.5735,1.5822-.9829,2.5599"/></svg>
Copied!