Kireipass Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kireipass 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/327965.svg" alt="Kireipass icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327965.svg" alt="Kireipass icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327965.svg" alt="Kireipass icon" :width="24" :height="24" />
CSS background
.icon-kireipass {
background-image: url('https://proicons.com/icon/327965.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M14.035,7.8031c1.4499.5996,2.4651,2.0254,2.4651,3.697v31"/><path class="f" d="M42.5,18.5001c-.0002,5.2578-3.1675,9.9979-8.0251,12.01-4.8577,2.012-10.4491.8998-14.167-2.818-3.7178-3.7179-4.83-9.3093-2.818-14.167,2.0121-4.8576,6.7522-8.0249,12.01-8.0251"/><path class="f" d="M16.337,5.5001l-10.837,10.837v15.326l10.837,10.837h15.326l10.837-10.837v-15.326l-10.837-10.837h-15.326Z"/><path class="f" d="M36.581,10.419l-20.081,19.081"/><path class="f" d="M25.226,21.209c3.3831,5.8597,6.7662,11.719,10.149,17.579"/></svg>
Copied!