Creditas Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Creditas 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/324092.svg" alt="Creditas icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324092.svg" alt="Creditas icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324092.svg" alt="Creditas icon" :width="24" :height="24" />
CSS background
.icon-creditas {
background-image: url('https://proicons.com/icon/324092.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M42.5,14.75h0c0-5.1087-4.1413-9.25-9.2499-9.25H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h23.75c5.1086,0,9.25-4.1414,9.25-9.25h0c0-5.1087-4.1413-9.25-9.25-9.25,5.1087,0,9.25-4.1414,9.25-9.25Z"/><path class="b" d="M32.5261,15.3093c-2.2242-2.2242-5.2968-3.5999-8.6908-3.5999-6.7879,0-12.2906,5.5027-12.2906,12.2906s5.5027,12.2906,12.2906,12.2906c3.3939,0,6.4666-1.3757,8.6908-3.5998"/></svg>
Copied!