Kotlin Conf Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kotlin Conf 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/342603.svg" alt="Kotlin Conf icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342603.svg" alt="Kotlin Conf icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342603.svg" alt="Kotlin Conf icon" :width="24" :height="24" />
CSS background
.icon-kotlin-conf {
background-image: url('https://proicons.com/icon/342603.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>.h{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="h" d="m11.2826,9.3043v6.7826h-6.7826l6.7826-6.7826Z"/><path id="c" class="h" d="m20.3261,30.7826l21.8626-21.4783h-13.9496l-14.6957,14.6957"/><path id="d" class="h" d="m28.2391,23.4348l15.2609,15.2609h-2.8261l-13.8478-13.8478"/><path id="e" class="h" d="m17.5,20.0435v-7.3478l2.2609,2.2609v2.5435"/><path id="f" class="h" d="m15.8043,21.7391v-10.1739l-2.2609-2.2609v14.6957l14.6957,14.6957h2.8261l-9.0435-9.0435"/><path id="g" class="h" d="m23.7174,27.9565l10.7391,10.7391h2.8261l-12.1522-12.1522"/></svg>
Copied!