Shots Studio Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Shots Studio 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/332712.svg" alt="Shots Studio icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332712.svg" alt="Shots Studio icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332712.svg" alt="Shots Studio icon" :width="24" :height="24" />
CSS background
.icon-shots-studio {
background-image: url('https://proicons.com/icon/332712.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="d" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><rect class="d" x="9.611" y="9.611" width="28.778" height="12.333" ry="0"/><rect class="d" x="30.167" y="34.278" width="4.1111" height="4.1111"/><rect class="d" x="21.944" y="34.278" width="4.1111" height="4.1111"/><rect class="d" x="13.722" y="34.278" width="4.1111" height="4.1111"/><path class="d" d="m9.611 26.056v4.1111h4.1111l-1e-4-12.334h4.1111v12.334h4.111l-1e-4-12.334h4.1111l-9.9e-5 12.334h4.1111l9e-4-12.334h4.1111v12.334h4.111v-4.1111z"/></svg>
Copied!