Kg Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kg 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/342474.svg" alt="Kg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342474.svg" alt="Kg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342474.svg" alt="Kg icon" :width="24" :height="24" />
CSS background
.icon-kg {
background-image: url('https://proicons.com/icon/342474.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="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="cls-1" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="cls-1" d="M34.5,21.4262c0-2.7903-2.262-5.0523-5.0523-5.0523h0c-2.7903,0-5.0523,2.262-5.0523,5.0523v5.1476c0,2.7903,2.262,5.0523,5.0523,5.0523h0c2.7903,0,5.0523-2.262,5.0523-5.0523h-5.0523"/><line class="cls-1" x1="13.5" y1="16.3738" x2="13.5" y2="31.6262"/><line class="cls-1" x1="13.5" y1="26.3136" x2="21.6981" y2="16.4251"/><line class="cls-1" x1="21.6981" y1="31.6262" x2="15.4181" y2="24"/></svg>
Copied!