Scandit Demo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Scandit Demo 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/332452.svg" alt="Scandit Demo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332452.svg" alt="Scandit Demo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332452.svg" alt="Scandit Demo icon" :width="24" :height="24" />
CSS background
.icon-scandit-demo {
background-image: url('https://proicons.com/icon/332452.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>.t{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path id="d" class="t" d="M10.8579,27.0661v9.7786"/><path id="e" class="t" d="M14.6494,27.0661v9.7786"/><path id="f" class="t" d="M20.2337,27.0661v9.7786"/><path id="g" class="t" d="M24.9426,27.0661v9.7786"/><path id="h" class="t" d="M30.1607,27.0661v9.7786"/><path id="i" class="t" d="M33.1918,27.0661v9.7786"/><path id="j" class="t" d="M36.8821,27.0661v9.7786"/><path id="k" class="t" d="M10.8606,11.1554v9.7328"/><path id="l" class="t" d="M14.6513,11.1554v9.7328"/><path id="m" class="t" d="M20.2345,11.1554v9.7328"/><path id="n" class="t" d="M24.9423,11.1554v9.7328"/><path id="o" class="t" d="M30.1593,11.1554v9.7328"/><path id="p" class="t" d="M33.1898,11.1554v9.7328"/><path id="q" class="t" d="M36.8794,11.1554v9.7328"/><path id="r" class="t" d="M5.5,23.8195h37"/><path id="s" class="t" d="M5.5,23.8195h37"/></g><path class="t" d="M42.5,14.3729v-4.8729c0-2.2161-1.7839-4-4-4h-4.873"/><path class="t" d="M14.373,5.5h-4.873c-2.2161,0-4,1.7839-4,4v4.8729"/><path class="t" d="M33.627,42.5h4.873c2.2161,0,4-1.7839,4-4v-4.873"/><path class="t" d="M5.5,33.627v4.873c0,2.2161,1.7839,4,4,4h4.873"/></svg>
Copied!