Preview Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Preview 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/331580.svg" alt="Preview icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331580.svg" alt="Preview icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331580.svg" alt="Preview icon" :width="24" :height="24" />
CSS background
.icon-preview {
background-image: url('https://proicons.com/icon/331580.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="c" x1="5.5" y1="30.2" x2="42.5" y2="30.2"/><line class="c" x1="5.5" y1="17.8" x2="42.5" y2="17.8"/><line class="c" x1="30.2" y1="5.5" x2="30.2" y2="42.5"/><line class="c" x1="17.8" y1="5.5" x2="17.8" y2="42.5"/><path class="c" d="M27.8,19.5c-.4,0-.7.3-.7.7s.3.7.7.7.7-.3.7-.7h0c0-.4-.3-.7-.7-.7Z"/><path class="c" d="M24,21.2c-1.5,0-2.8,1.2-2.8,2.8s1.2,2.8,2.8,2.8c1.5,0,2.8-1.2,2.8-2.8h0c0-1.5-1.3-2.8-2.8-2.8Z"/><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Preview in other icon packs
Copied!