Camscanner Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Camscanner 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/337970.svg" alt="Camscanner icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337970.svg" alt="Camscanner icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337970.svg" alt="Camscanner icon" :width="24" :height="24" />
CSS background
.icon-camscanner {
background-image: url('https://proicons.com/icon/337970.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M9.0002,5c-2.2091,0-4,1.7909-4,4v30.0002c0,2.2091,1.7909,4,4,4h29.9996c2.2091,0,4-1.7909,4-4V9c0-2.2091-1.7909-4-4-4H9.0002ZM5.0002,34.5331h37.9996"/><path class="b" d="M26.8086,26.9719c1.0421,1.3568,2.3489,1.8621,4.167,1.8621h2.5161c2.3415,0,4.2396-1.9022,4.2396-4.2488h0c0-2.3465-1.8981-4.2488-4.2396-4.2488h-2.78c-2.3415,0-4.2396-1.9022-4.2396-4.2488h0c0-2.3465,1.8981-4.2488,4.2396-4.2488h2.5161c1.8181,0,3.1249.5054,4.167,1.8621"/><path class="b" d="M21.5279,23.1348v.0696c0,3.1092-2.5205,5.6296-5.6296,5.6296h0c-3.1092,0-5.6296-2.5205-5.6296-5.6296v-5.7359c0-3.1092,2.5205-5.6296,5.6296-5.6296h0c3.1092,0,5.6296,2.5205,5.6296,5.6296v.0696"/></svg>
Copied!