Ikon Icon Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ikon Icon 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/327341.svg" alt="Ikon Icon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327341.svg" alt="Ikon Icon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327341.svg" alt="Ikon Icon icon" :width="24" :height="24" />
CSS background
.icon-ikon-icon {
background-image: url('https://proicons.com/icon/327341.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>.l{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="l" d="M24,2.5c11.8787,0,21.5,9.6212,21.5,21.5s-9.6213,21.5-21.5,21.5S2.5,35.8787,2.5,24,12.1212,2.5,24,2.5Z"/><path id="c" class="l" d="M24,6.8c9.503,0,17.2,7.697,17.2,17.2s-7.697,17.2-17.2,17.2S6.8,33.503,6.8,24,14.497,6.8,24,6.8Z"/><path id="d" class="l" d="M8.95,8.95l2.6875,2.6875"/><path id="e" class="l" d="M8.95,39.05l2.6875-2.6875"/><path id="f" class="l" d="M36.3625,11.6375l2.6875-2.6875"/><path id="g" class="l" d="M36.3625,36.3625l2.6875,2.6875"/><path id="h" class="l" d="M24,12.7125c2.0748,0,3.7625,1.6877,3.7625,3.7625s-1.6877,3.7625-3.7625,3.7625-3.7625-1.6877-3.7625-3.7625,1.6877-3.7625,3.7625-3.7625Z"/><path id="i" class="l" d="M16.475,20.2375c2.0748,0,3.7625,1.6877,3.7625,3.7625s-1.6877,3.7625-3.7625,3.7625-3.7625-1.6877-3.7625-3.7625,1.6877-3.7625,3.7625-3.7625Z"/><path id="j" class="l" d="M24,27.7625c2.0748,0,3.7625,1.6877,3.7625,3.7625s-1.6877,3.7625-3.7625,3.7625-3.7625-1.6877-3.7625-3.7625,1.6877-3.7625,3.7625-3.7625Z"/><path id="k" class="l" d="M31.525,20.2375c2.0748,0,3.7625,1.6877,3.7625,3.7625s-1.6877,3.7625-3.7625,3.7625-3.7625-1.6877-3.7625-3.7625,1.6877-3.7625,3.7625-3.7625Z"/></svg>
Copied!