Previewer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Previewer 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/346140.svg" alt="Previewer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346140.svg" alt="Previewer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346140.svg" alt="Previewer icon" :width="24" :height="24" />
CSS background
.icon-previewer {
background-image: url('https://proicons.com/icon/346140.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>.h{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="h" d="M24.4485,2.5208c-12.1221-.0009-21.9493,9.6287-21.9485,21.5073-.0002,10.7477,8.0969,19.8454,18.963,21.3066,6.1323,1.0123,7.4946-3.5548,5.6253-5.6315-1.9738-2.1929-.9347-6.3177,3.742-5.965,4.1811.3154,9.8456.4906,13.4519-6.5516,3.0438-5.9436-.5305-13.4011-.9108-14.0511-3.941-6.5755-11.1408-10.6142-18.9228-10.6147h0Z"/><circle id="d" class="h" cx="10.6073" cy="22.7047" r="2.9777"/><circle id="e" class="h" cx="17.9964" cy="13.1648" r="2.9777"/><circle id="f" class="h" cx="29.9073" cy="13.1648" r="2.9777"/><circle id="g" class="h" cx="37.2413" cy="22.7047" r="2.9777"/></g></svg>
Copied!