Kuvera Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kuvera 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/342677.svg" alt="Kuvera icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342677.svg" alt="Kuvera icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342677.svg" alt="Kuvera icon" :width="24" :height="24" />
CSS background
.icon-kuvera {
background-image: url('https://proicons.com/icon/342677.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="c" d="M20.276,26.258h2.9555c1.6709,0,3.0255,1.3584,3.0255,3.0339s-1.3545,3.0339-3.0249,3.0337l2.9572,2.964"/><path class="c" d="M36.867,12.708l-2.9905,9.0339-2.9905-9.0339"/><path class="c" d="M20.445,12.708v6.0414c0,1.6528,1.3388,2.9925,2.9905,2.9925s2.9905-1.3397,2.9905-2.9925v-6.0414"/><line class="c" x1="11.133" y1="30.775" x2="14.078" y2="30.775"/><path class="c" d="M15.647,35.292h-4.5139v-9.0339h4.5139"/><path class="c" d="M30.886,35.292l2.9905-9.0339,2.9905,9.0339"/><line class="c" x1="11.133" y1="12.723" x2="11.133" y2="21.757"/><line class="c" x1="11.133" y1="18.61" x2="15.986" y2="12.753"/><line class="c" x1="15.986" y1="21.757" x2="12.273" y2="17.24"/></svg>
Copied!