Ocr Tesseract Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ocr Tesseract 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/345076.svg" alt="Ocr Tesseract icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345076.svg" alt="Ocr Tesseract icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345076.svg" alt="Ocr Tesseract icon" :width="24" :height="24" />
CSS background
.icon-ocr-tesseract {
background-image: url('https://proicons.com/icon/345076.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M7.66,22.0588H40.34a3.16,3.16,0,0,1,3.16,3.16v10.2a3.16,3.16,0,0,1-3.16,3.16H7.66a3.16,3.16,0,0,1-3.16-3.16v-10.2A3.16,3.16,0,0,1,7.66,22.0588Z"/><path class="a" d="M40.32,22.0631,5.37,9.4212"/><rect class="a" x="17.2363" y="28.1436" width="22.338" height="4.3504"/><rect class="a" x="8.3367" y="28.1436" width="4.3435" height="4.3504"/></svg>
Copied!