Clip Studio Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Clip 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/323811.svg" alt="Clip Studio icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323811.svg" alt="Clip Studio icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323811.svg" alt="Clip Studio icon" :width="24" :height="24" />
CSS background
.icon-clip-studio {
background-image: url('https://proicons.com/icon/323811.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><path class="c" d="m26.6521,42.5l-4.6718-7.0234,13.0432-6.6816c6.389-3.2729,8.3244-10.8028,4.3229-16.8185h0c-4.0015-6.0158-12.4246-8.2393-18.8136-4.9664l-10.5996,5.4299c-3.354,1.7182-4.37,5.6711-2.2694,8.8291h0c2.1006,3.1581,6.5225,4.3253,9.8765,2.6072l9.3949-4.8128"/></svg>
Copied!