Koctas Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Koctas 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/342572.svg" alt="Koctas icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342572.svg" alt="Koctas icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342572.svg" alt="Koctas icon" :width="24" :height="24" />
CSS background
.icon-koctas {
background-image: url('https://proicons.com/icon/342572.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m38.5,38.826H9.5v-20.273l14.5-10.978,14.5,10.978v20.273Z"/><path class="b" d="m24,19.769l-14.5,10.978"/><path class="b" d="m19.488,23.186v15.64"/><path class="b" d="m19.488,29.495h19.012"/><path class="b" d="m28.512,29.495V10.991"/><path class="b" d="m28.512,23.186l-12.566-9.5136"/></svg>
Copied!