Creator Studio Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Creator 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/324083.svg" alt="Creator Studio icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324083.svg" alt="Creator Studio icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324083.svg" alt="Creator Studio icon" :width="24" :height="24" />
CSS background
.icon-creator-studio {
background-image: url('https://proicons.com/icon/324083.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><g id="b"><polyline class="d" points="13.0047 5.5 16.6735 11.1286 13.0047 16.7573"/><polyline class="d" points="22.551 5.5 26.2198 11.1286 22.551 16.7573"/><polyline class="d" points="32.0973 5.5 35.7661 11.1286 32.0973 16.7573"/><line class="d" x1="5.4995" y1="16.7573" x2="42.4995" y2="16.7573"/><path class="d" d="M29.5168,28.2479l-7.3822-4.2624c-.8472-.489-1.9056.122-1.9056,1.1v8.5248c0,.978,1.0583,1.589,1.9056,1.1l7.3822-4.2624c.8463-.488.8463-1.711,0-2.1999Z"/></g><path id="c" class="d" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/></svg>
Copied!