Text Master Ocr Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Text Master Ocr 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/333829.svg" alt="Text Master Ocr icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333829.svg" alt="Text Master Ocr icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333829.svg" alt="Text Master Ocr icon" :width="24" :height="24" />
CSS background
.icon-text-master-ocr {
background-image: url('https://proicons.com/icon/333829.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line id="b" class="f" x1="14.373" y1="17.2979" x2="23.252" y2="17.2979"/><line id="c" class="f" x1="18.813" y1="30.702" x2="18.813" y2="17.2979"/><line id="d" class="f" x1="33.627" y1="21.888" x2="26.974" y2="30.7021"/><line id="e" class="f" x1="33.627" y1="30.7021" x2="26.974" y2="21.888"/><rect class="f" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!