Textual Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Textual 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/316299.svg" alt="Textual icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316299.svg" alt="Textual icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316299.svg" alt="Textual icon" :width="24" :height="24" />
CSS background
.icon-textual {
background-image: url('https://proicons.com/icon/316299.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Textual</title><path d="M13.746 2.731H24l-1.722 3.873-3.143 1.768H17l-5.182 10.552-3.128 2.345H5.283l.747-11.216H1.67L0 6.296l2.511-1.884h8.246zM2.709 5.006l-1.45 1.088h8.952l.249-1.088zM.825 6.69l1.23 2.77h4.611l-.747 11.215h.941L10.074 6.69zm7.567 13.985 5.232-12.897h5.24l1.23-2.77H11.07L7.469 20.675zm14.02-17.35h-8.508l-1.935 1.087h8.505z"/></svg>
Copied!