Kagi Small Web Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kagi Small Web 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/327790.svg" alt="Kagi Small Web icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327790.svg" alt="Kagi Small Web icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327790.svg" alt="Kagi Small Web icon" :width="24" :height="24" />
CSS background
.icon-kagi-small-web {
background-image: url('https://proicons.com/icon/327790.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="24" cy="24" r="21.5"/><path class="c" d="M2.5722,25.6452c.4895-.0544,1.0061-.068,1.5092-.068,10.9994,0,19.9186,8.9192,19.9186,19.9186"/><line class="c" x1="24" y1="2.5" x2="24" y2="13.9362"/><path class="c" d="M10.4474,26.6166c-.6028-12.0609,5.2297-18.3985,13.5526-22.363"/><path class="c" d="M16.8667,30.2233c.2399-7.3669.8117-11.846,7.1333-16.2871"/><path class="c" d="M45.4278,25.6452c-.4895-.0544-1.0061-.068-1.5092-.068-10.9994,0-19.9186,8.9192-19.9186,19.9186"/><path class="c" d="M37.5526,26.6166c.6028-12.0609-5.2297-18.3985-13.5526-22.363"/><path class="c" d="M31.1333,30.2233c-.2399-7.3669-.8117-11.846-7.1333-16.2871"/></svg>
Copied!