Kron Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kron 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/328069.svg" alt="Kron icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328069.svg" alt="Kron icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328069.svg" alt="Kron icon" :width="24" :height="24" />
CSS background
.icon-kron {
background-image: url('https://proicons.com/icon/328069.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.d{fill:#000;stroke-width:0px;}</style></defs><path id="b" class="c" d="M9.5,5.5h29c2.2159,0,4,1.784,4,4v29c0,2.216-1.7841,4-4,4H9.5c-2.2159,0-4-1.784-4-4V9.5c0-2.216,1.7841-4,4-4Z"/><path class="c" d="M18.2857,24.5429c0-1.2549,1.0173-2.2721,2.2721-2.2721h0"/><line class="c" x1="18.2857" y1="22.2708" x2="18.2857" y2="28.2919"/><path class="c" d="M33.6311,28.2919v-3.749c0-1.2549-1.0173-2.2721-2.2721-2.2721h0c-1.2549,0-2.2721,1.0173-2.2721,2.2721"/><line class="c" x1="29.0869" y1="28.2919" x2="29.0869" y2="22.2708"/><line class="c" x1="11.049" y1="19.2034" x2="11.049" y2="28.2919"/><line class="c" x1="11.049" y1="25.1263" x2="15.934" y2="19.234"/><path class="c" d="M15.9341,28.2919c-.5489-.2531-1.5679-.8116-2.4535-1.9194-.8185-1.0239-1.148-2.0478-1.2886-2.6248"/><path class="c" d="M22.176,24.5429c0-1.2549,1.0173-2.2721,2.2721-2.2721s2.2721,1.0173,2.2721,2.2721v1.4769c0,1.2549-1.0173,2.2721-2.2721,2.2721s-2.2721-1.0173-2.2721-2.2721v-1.4769Z"/><circle class="d" cx="36.201" cy="28.0466" r=".75"/></svg>
Copied!