Svgpreview Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Svgpreview 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/348075.svg" alt="Svgpreview icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348075.svg" alt="Svgpreview icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348075.svg" alt="Svgpreview icon" :width="24" :height="24" />
CSS background
.icon-svgpreview {
background-image: url('https://proicons.com/icon/348075.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 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="a" points="5.5 25.873 5.5 12.864 8.328 10.036 31.974 10.036 42.5 20.563 42.5 28.623 8.25 28.623 5.5 25.873"/><polyline class="a" points="10.827 33.098 10.827 30.709 37.64 30.709 37.64 33.463"/><line class="a" x1="31.6383" y1="39.3147" x2="16.3966" y2="39.3147"/><circle class="a" cx="13.3168" cy="36.4699" r="4.1961"/><circle class="a" cx="34.7166" cy="36.4699" r="4.1961"/><line class="a" x1="16.3966" y1="28.623" x2="16.3966" y2="30.7092"/><line class="a" x1="32.3059" y1="28.623" x2="32.3059" y2="30.7092"/><polyline class="a" points="26.948 10.036 26.293 7.334 24.673 7.334 24.017 10.036 24.017 20.563 42.5 20.563"/></svg>
Copied!