Screenshots Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 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/332500.svg" alt="Screenshots icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332500.svg" alt="Screenshots icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332500.svg" alt="Screenshots icon" :width="24" :height="24" />
CSS background
.icon-screenshots {
background-image: url('https://proicons.com/icon/332500.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="e" d="M14.9606,31.0121l-3.7745,2.1783c-1.7801,1.0273-3.2193.3277-3.2193-1.7329v-15.7856h0c0-3.0297.4776-3.7425,1.9069-4.5674l8.8996-5.1361c1.7801-1.0273,3.2193-.3277,3.2193,1.7329v4.6861"/><path id="c" class="e" d="M22.4466,34.9684l-4.2658,2.4619c-1.7801,1.0273-3.2193.3277-3.2193-1.7329v-15.7856h0c0-3.0297.4776-3.7425,1.9069-4.5674l8.8996-5.1361c1.7801-1.0274,3.2193-.3277,3.2193,1.7329v4.684"/><path id="d" class="e" d="M38.9244,36.4797l-9.4062,5.427c-.9071.5234-2.0173,1.0768-3.5312-.1293-2.7063-2.1559-4.0308-7.226-4.0308-11.19v-6.4359c0-3.0297.4776-3.7425,1.9069-4.5674l8.8996-5.1361c1.7801-1.0274,3.2198-.3277,3.2196,1.7329v5.6186c0,3.5464,1.0447,7.9979,3.2294,10.4164,1.1844,1.3111,1.0875,3.4706-.2873,4.2638Z"/></svg>
Copied!