Package Text Analysis Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Package Text Analysis 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/318522.svg" alt="Package Text Analysis icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/318522.svg" alt="Package Text Analysis icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/318522.svg" alt="Package Text Analysis icon" :width="24" :height="24" />
CSS background
.icon-package-text-analysis {
background-image: url('https://proicons.com/icon/318522.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="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
}
</style>
</defs>
<rect x="13" y="22" width="6" height="2"/>
<path d="m2,18v2h2v8c0,1.1025.8972,2,2,2h20c1.1028,0,2-.8975,2-2v-8h2v-2H2Zm24,10H6v-8h20v8Z"/>
<path d="m29,16h-5c-1.1025,0-2-.8975-2-2v-6c0-1.103.8975-2,2-2h5v2h-5v6h5v2Z"/>
<path d="m18,6h-4v-4h-2v14h6c1.1025,0,2-.8975,2-2v-6c0-1.103-.8975-2-2-2Zm-4,8v-6h4v6h-4Z"/>
<path d="m8,6H3v2h5v2h-4c-1.1046,0-2,.8954-2,2v2c0,1.1046.8954,2,2,2h6V8c0-1.103-.8975-2-2-2Zm0,8h-4v-2h4v2Z"/>
<rect id="_Transparent_Rectangle_" data-name="&lt;Transparent Rectangle&gt;" class="cls-1" width="32" height="32"/>
</svg>
Copied!