Extract Text Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Extract Text 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/319990.svg" alt="Extract Text icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319990.svg" alt="Extract Text icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319990.svg" alt="Extract Text icon" :width="24" :height="24" />
CSS background
.icon-extract-text {
background-image: url('https://proicons.com/icon/319990.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 26.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="extract-text_00000163056817461291470170000003488923497178375090_" d="M28.255,16.746l-0.51,0.509l1.386,1.385h-3.77V7 c0-0.096-0.038-0.187-0.105-0.254l-6-6C19.188,0.678,19.096,0.64,19,0.64H1C0.801,0.64,0.64,0.801,0.64,1v30 c0,0.199,0.161,0.36,0.36,0.36h24c0.199,0,0.36-0.161,0.36-0.36V19.36h3.77l-1.386,1.385l0.51,0.51L30.509,19L28.255,16.746z M19.36,1.869l4.771,4.771H19.36V1.869z M24.64,18.64H5v0.721h19.64V30.64H1.36V1.36h17.28V7c0,0.199,0.161,0.36,0.36,0.36h5.64 C24.64,7.36,24.64,18.64,24.64,18.64z M18.745,13.254l0.51-0.509L21.509,15l-2.254,2.255l-0.51-0.509l1.386-1.386L5,15.36v-0.72 h15.131L18.745,13.254z M20.131,26.64l-1.386-1.385l0.51-0.51L21.509,27l-2.254,2.255l-0.51-0.51l1.386-1.385H5v-0.72H20.131z M5,22.64h10.13l-1.385-1.385l0.509-0.51L16.509,23l-2.255,2.255l-0.509-0.51l1.385-1.385H5V22.64z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!