Text Image Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Text Image icon is commonly used in media galleries, CMS editors and image pickers. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/311652.svg" alt="Text Image icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/311652.svg" alt="Text Image icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/311652.svg" alt="Text Image icon" :width="24" :height="24" />
CSS background
.icon-text-image {
background-image: url('https://proicons.com/icon/311652.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"><path d="M2 4H12V14H2V4M4 6V12H10V6H4M14 4H20V6H14V4M14 8H20V10H14V8M14 12H20V14H14V12M2 16H18V18H2V16Z"/></svg>
Copied!