Private Screenshots Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Private Screenshots 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/346178.svg" alt="Private Screenshots icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346178.svg" alt="Private Screenshots icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346178.svg" alt="Private Screenshots icon" :width="24" :height="24" />
CSS background
.icon-private-screenshots {
background-image: url('https://proicons.com/icon/346178.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;}</style></defs><path class="b" d="M14.6037,4.5h18.7926c1.805,0,3.2683,1.7909,3.2683,4.0001v30.9998c0,2.2092-1.4633,4.0001-3.2683,4.0001H14.6037c-1.805,0-3.2683-1.7909-3.2683-4.0001V8.5001c0-2.2092,1.4633-4.0001,3.2683-4.0001Z"/><path class="b" d="M17.2608,11.5696h13.4797c1.2948,0,2.3445,1.1417,2.3445,2.55v19.7625c0,1.4083-1.0496,2.55-2.3445,2.55h-13.4797c-1.2948,0-2.3445-1.1417-2.3445-2.55V14.1196c0-1.4083,1.0496-2.55,2.3445-2.55Z"/><path class="b" d="M19.7414,22.5515h8.5171c.323,0,.5849.2619.5849.5849v6.2945c0,.323-.2619.5849-.5849.5849h-8.5171c-.323,0-.5849-.2619-.5849-.5849v-6.2945c0-.323.2619-.5849.5849-.5849h0Z"/><path class="b" d="M20.7943,22.5515v-1.3426c.0055-1.769,1.4439-3.1985,3.2129-3.1931,1.7612.0054,3.1876,1.4318,3.1931,3.1931v1.3426"/></svg>
Copied!