Kagi News Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kagi News 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/327787.svg" alt="Kagi News icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327787.svg" alt="Kagi News icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327787.svg" alt="Kagi News icon" :width="24" :height="24" />
CSS background
.icon-kagi-news {
background-image: url('https://proicons.com/icon/327787.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M36.9212,24.8584v-3.1672c0-3.2185-2.6091-5.8276-5.8276-5.8276H10.1944c-2.4058,0-4.5623-1.8015-4.6881-4.204-.1342-2.5623,1.9037-4.6819,4.4367-4.6819h10.0615c2.4538,0,4.443,1.9892,4.443,4.443v4.443"/><path class="b" d="M5.5,11.4206v21.859c0,3.2185,2.6091,5.8276,5.8276,5.8276h17.6065"/><circle class="b" cx="34.1823" cy="32.7069" r="8.3154"/><path class="b" d="M36.9209,24.8576v.0122c-.0122,4.5946-3.7194,8.3019-8.314,8.3019-.9602,0-1.884-.158-2.7349-.474"/><path class="b" d="M31.8279,40.6834c0-4.5946,3.7194-8.314,8.314-8.314.8144,0,1.6045.1215,2.3581.3403"/><line class="b" x1="9.6792" y1="22.1083" x2="24.0948" y2="22.1083"/><line class="b" x1="9.6792" y1="27.1179" x2="18.0286" y2="27.1179"/><line class="b" x1="9.6792" y1="32.1276" x2="18.0286" y2="32.1276"/></svg>
Copied!