Kiri Engine Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kiri Engine 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/327966.svg" alt="Kiri Engine icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327966.svg" alt="Kiri Engine icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327966.svg" alt="Kiri Engine icon" :width="24" :height="24" />
CSS background
.icon-kiri-engine {
background-image: url('https://proicons.com/icon/327966.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="b" 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;}</style></defs><path class="c" d="M4.5,9.5513h9.3917v28.8974H4.5V9.5513Z"/><path class="c" d="M13.8917,10.5237c.5041,5.1837,4.8597,9.1387,10.0679,9.1417,5.5815,0,10.1141-4.5326,10.1141-10.1141h9.4263c0,10.7845-8.7559,19.5405-19.5405,19.5405-3.6815,0-7.1261-1.0201-10.0679-2.7929v-15.7751Z"/><path class="c" d="M37.1108,24.0014c4.0733,3.6982,6.3939,8.9456,6.3892,14.4473h-9.4263c-.0023-4.3412-2.7719-8.1977-6.8848-9.5867,3.707-.6289,7.1529-2.317,9.9219-4.8606Z"/></svg>
Copied!