Perfect Viewer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Perfect 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/345685.svg" alt="Perfect Viewer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345685.svg" alt="Perfect Viewer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345685.svg" alt="Perfect Viewer icon" :width="24" :height="24" />
CSS background
.icon-perfect-viewer {
background-image: url('https://proicons.com/icon/345685.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#fff;stroke-width:0px;}</style></defs><path class="b" d="M33.5628,12.8354l1.285,7.992M29.5228,14.0014l-1.895,11.328-5.35-10.163M13.8988,27.5364l-1.727-10.745,3.58-.575c2.024-.326,3.924,1.026,4.245,3.02.32,1.992-1.061,3.872-3.085,4.197l-3.58.576M19.7348,6.1684C9.7494,8.241,2.897,15.365,3.7158,22.8224c.5205,4.6844,4.026,8.764,9.459,11.008l-.227,6.562c-.069,1.973,1.946,2.695,3.678,1.286l7.518-6.116c.4968-.0166.9938-.0466,1.49-.09,11.2021-1.2212,19.5517-8.8634,18.65-17.07-.9025-8.206-10.7135-13.8691-21.915-12.65-.8855.0966-1.7654.2356-2.634.416"/><path class="c" d="M36.0305,23.4601c.0647.4085-.2144.7939-.6234.8608,0,0-.0001,0-.0002,0-.409.0669-.793-.2101-.8577-.6186v-.0006c-.0648-.4085.2143-.7939.6233-.8608,0,0,.0001,0,.0002,0,.409-.0669.793.2101.8577.6186v.0006"/></svg>
Copied!