Svg Viewer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Svg Viewer 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/348074.svg" alt="Svg Viewer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348074.svg" alt="Svg Viewer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348074.svg" alt="Svg Viewer icon" :width="24" :height="24" />
CSS background
.icon-svg-viewer {
background-image: url('https://proicons.com/icon/348074.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>.j{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="j" d="M28.7187,8.7685c1.5907,0,2.8802,1.2884,2.8802,2.8777s-1.2895,2.8777-2.8802,2.8777-2.8802-1.2884-2.8802-2.8777,1.2895-2.8777,2.8802-2.8777ZM21.4336,14.5101l4.6593,4.6553c.1768.1767.4635.1767.6403,0l.8921-.8913c.1768-.1767.4635-.1767.6403,0l5.036,5.0317c.2852.2849.0832.7722-.3201.7722H15.0185c-.3652,0-.5801-.4098-.3722-.7099l6.095-8.7958c.1608-.232.4926-.2619.6923-.0624h0Z"/><path id="f" class="j" d="M33.3534,4.5H14.6466c-1.425,0-2.5802,1.1542-2.5802,2.578v18.6905c0,1.4238,1.1552,2.578,2.5802,2.578h18.7067c1.425,0,2.5802-1.1542,2.5802-2.578V7.078c0-1.4238-1.1552-2.578-2.5802-2.578Z"/><path id="g" class="j" d="M10.5857,42.1936c.7317.9517,1.6492,1.3062,2.9256,1.3062h1.7665c1.6439,0,2.9766-1.3315,2.9766-2.974v-.0128c0-1.6425-1.3327-2.974-2.9766-2.974h-1.9486c-1.6457,0-2.9798-1.3329-2.9798-2.9772h0c0-1.6478,1.337-2.9836,2.9862-2.9836h1.7569c1.2764,0,2.1939.3545,2.9256,1.3062"/><polyline id="h" class="j" points="28.0983 31.5783 24.1458 43.5 20.1934 31.5783"/><path id="i" class="j" d="M37.6505,35.5272c0-2.181-1.7696-3.9491-3.9525-3.9491h0c-2.1829,0-3.9525,1.7681-3.9525,3.9491v4.0236c0,2.181,1.7696,3.9491,3.9525,3.9491h0c2.1829,0,3.9525-1.7681,3.9525-3.9491h-3.9525"/></svg>
Copied!