Text Link Analysis Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Text Link Analysis icon is commonly used in URL inputs, reference sections and developer tools. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/319060.svg" alt="Text Link Analysis icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319060.svg" alt="Text Link Analysis icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319060.svg" alt="Text Link Analysis icon" :width="24" :height="24" />
CSS background
.icon-text-link-analysis {
background-image: url('https://proicons.com/icon/319060.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<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><title>text-link--analysis</title><rect x="8" y="10" width="8" height="2"/><rect x="8" y="6" width="12" height="2"/><rect x="8" y="2" width="12" height="2"/><path d="M4.7111,28l5.6312-9.9961,7.4341,6.49A2,2,0,0,0,20.86,23.96l6.9707-10.4034-1.6622-1.1132-7,10.4472-.07.1035-7.4345-6.4907a2.0032,2.0032,0,0,0-3.0806.5308L4,25.1826V2H2V28a2.0023,2.0023,0,0,0,2,2H30V28Z"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/></svg>
Copied!