Text Fill Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Text Fill 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/319036.svg" alt="Text Fill icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319036.svg" alt="Text Fill icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319036.svg" alt="Text Fill icon" :width="24" :height="24" />
CSS background
.icon-text-fill {
background-image: url('https://proicons.com/icon/319036.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-fill</title><rect x="4" y="26" width="24" height="4"/><path d="M26,14.54a1,1,0,0,0-.25-.69L17.17,4.33A1.09,1.09,0,0,0,17,4.2V2H15V5L4.32,14.74a1,1,0,0,0-.06,1.41l8.57,9.52a1,1,0,0,0,.69.33h.05a1,1,0,0,0,.68-.26L24,16.8V21a1,1,0,0,0,2,0V14.57S26,14.55,26,14.54Zm-12.35,9-7.23-8L15,7.67V12h2V7.13l6.59,7.33Z"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/></svg>
Text Fill in other icon packs
Copied!