Studio 2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Studio 2 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/333398.svg" alt="Studio 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333398.svg" alt="Studio 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333398.svg" alt="Studio 2 icon" :width="24" :height="24" />
CSS background
.icon-studio-2 {
background-image: url('https://proicons.com/icon/333398.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><polygon class="c" points="35.2958 4.5 12.7042 16.9358 12.7042 26.8844 35.2958 14.4486 35.2958 4.5"/><polygon class="c" points="35.2958 21.1156 12.7042 33.5514 12.7042 43.5 35.2958 31.0642 35.2958 21.1156"/><line class="c" x1="26.231" y1="19.4385" x2="35.2958" y2="21.1156"/><line class="c" x1="24.2305" y1="27.2066" x2="12.7042" y2="26.8844"/></svg>
Copied!