Stop Motion Studio Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Stop Motion 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/333355.svg" alt="Stop Motion Studio icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333355.svg" alt="Stop Motion Studio icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333355.svg" alt="Stop Motion Studio icon" :width="24" :height="24" />
CSS background
.icon-stop-motion-studio {
background-image: url('https://proicons.com/icon/333355.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="m33.274,30.17h3.135l6.93-3.466v11.266l-6.93-3.496-3.135-.03m-14.769-15.247c0,2.1329-1.7291,3.862-3.862,3.862s-3.862-1.7291-3.862-3.862,1.7291-3.862,3.862-3.862,3.862,1.7291,3.862,3.862Zm18.978,0c0,2.1329-1.7291,3.862-3.862,3.862s-3.862-1.7291-3.862-3.862,1.7291-3.862,3.862-3.862,3.862,1.7291,3.862,3.862Zm-13.492-3.29c1.3618-4.0893,5.188-6.8479,9.498-6.848,5.5285,0,10.0104,4.4815,10.011,10.01.0006,5.5289-4.4811,10.0114-10.01,10.012h-.001c-.0717.0001-.1433-.0006-.215-.002m-19.277-.011c-5.3222-.2736-9.4971-4.6688-9.497-9.998,0-5.5289,4.4821-10.011,10.011-10.011,4.3121,0,8.1397,2.7611,9.5,6.853m9.263,13.15v1.108m0,4.275v4.496H14v-9.906"/></svg>
Copied!