Openscan Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Openscan 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/330712.svg" alt="Openscan icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330712.svg" alt="Openscan icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330712.svg" alt="Openscan icon" :width="24" :height="24" />
CSS background
.icon-openscan {
background-image: url('https://proicons.com/icon/330712.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M38.4999,42.4999H9.4999c-2.2,0-4-1.8-4-4V9.4999c0-2.2,1.8-4,4-4h29c2.2,0,4,1.8,4,4v29c0,2.2-1.8,4-4,4Z"/><polyline class="c" points="32.7766 28.3195 32.7766 19.6805 38.5 28.3195 38.5 19.6805"/><path class="c" d="M9.6711,27.373c.5297.6897,1.194.9466,2.1182.9466h1.279c1.1902,0,2.1551-.967,2.1551-2.1598h0c0-1.1928-.9649-2.1598-2.1551-2.1598h-1.4131c-1.1902,0-2.1551-.967-2.1551-2.1598h0c0-1.1928.9649-2.1598,2.1551-2.1598h1.279c.9242,0,1.5884.2569,2.1182.9466"/><path class="c" d="M23.1112,25.4225v.0354c0,1.5805-1.2812,2.8617-2.8617,2.8617h0c-1.5805,0-2.8617-1.2812-2.8617-2.8617v-2.9157c0-1.5805,1.2812-2.8617,2.8617-2.8617h0c1.5805,0,2.8617,1.2812,2.8617,2.8617v.0354"/><line class="c" x1="24.9189" y1="28.2939" x2="27.786" y2="19.6805"/><line class="c" x1="30.5343" y1="28.3195" x2="27.786" y2="19.6805"/><line class="c" x1="29.6149" y1="25.4296" x2="25.8723" y2="25.4296"/></svg>
Copied!