Literal Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Literal 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/343144.svg" alt="Literal icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343144.svg" alt="Literal icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343144.svg" alt="Literal icon" :width="24" :height="24" />
CSS background
.icon-literal {
background-image: url('https://proicons.com/icon/343144.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="f" d="m13.2054,13.2054l7.7171,7.7171"/><path id="c" class="f" d="m13.2054,42.5l-7.7054-7.7054V5.5h29.2946v29.2946h-13.8721v-13.8721h6.1667"/><path id="d" class="f" d="m27.0892,27.0892l7.7054,7.7054"/><path id="e" class="f" d="m20.9225,27.0892h6.1667v-13.8838h-13.8838v29.2946h29.2946V13.2054l-7.7054-7.7054"/></svg>
Literal in other icon packs
Copied!