Screenshot Assistant Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Screenshot Assistant 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/332499.svg" alt="Screenshot Assistant icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332499.svg" alt="Screenshot Assistant icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332499.svg" alt="Screenshot Assistant icon" :width="24" :height="24" />
CSS background
.icon-screenshot-assistant {
background-image: url('https://proicons.com/icon/332499.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="11.9994" y="4.5" width="24" height="39" rx="3" ry="3"/><rect class="c" x="15.0902" y="10.5377" width="18" height="27"/><circle class="c" cx="24.0002" cy="23.9943" r="6"/><polygon class="c" points="24.9072 25.5652 25.8142 23.9943 24.9072 22.4235 23.0932 22.4235 22.1863 23.9943 23.0932 25.5652 24.9072 25.5652"/><g><line class="c" x1="25.8142" y1="23.9943" x2="28.256" y2="28.2237"/><line class="c" x1="19.7444" y1="19.7649" x2="22.1863" y2="23.9943"/><line class="c" x1="25.5351" y1="18.194" x2="23.0932" y2="22.4234"/><line class="c" x1="24.9072" y1="25.5653" x2="22.4653" y2="29.7947"/><line class="c" x1="23.0932" y1="25.5653" x2="18.2083" y2="25.5653"/><line class="c" x1="24.9072" y1="22.4234" x2="29.7921" y2="22.4234"/></g></svg>
Copied!