Text Leading Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Text Leading 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/319045.svg" alt="Text Leading icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319045.svg" alt="Text Leading icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319045.svg" alt="Text Leading icon" :width="24" :height="24" />
CSS background
.icon-text-leading {
background-image: url('https://proicons.com/icon/319045.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" viewBox="0 0 32 32"><defs><style>.cls-1{fill:none;}</style></defs><title>text--leading</title><rect x="14" y="13" width="16" height="2"/><rect x="15" y="28" width="15" height="2"/><path d="M25.85,27H28L23.64,17H21.36L17,27h2.15l.8-2h5.1Zm-5.1-4,1.75-4.37L24.25,23Z"/><path d="M25.85,12H28L23.64,2H21.36L17,12h2.15l.8-2h5.1Zm-5.1-4L22.5,3.63,24.25,8Z"/><polygon points="6 15.83 8.58 18.41 10 17 6 13 2 17 3.41 18.42 6 15.83"/><polygon points="6 27.17 3.42 24.59 2 26 6 30 10 26 8.59 24.58 6 27.17"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/></svg>
Copied!