Intercepter Ng Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Intercepter Ng 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/327490.svg" alt="Intercepter Ng icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327490.svg" alt="Intercepter Ng icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327490.svg" alt="Intercepter Ng icon" :width="24" :height="24" />
CSS background
.icon-intercepter-ng {
background-image: url('https://proicons.com/icon/327490.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="25.7588" cy="24" r="7.7056"/><path class="a" d="M12.1793,24a15.8182,15.8182,0,0,0,27.1589,0"/><path class="a" d="M39.3382,24a15.8182,15.8182,0,0,0-27.1589,0"/><path class="a" d="M41.32,24a9.0348,9.0348,0,0,0-.3554-2.4844l4.2941-2.8606-2.0941-3.8074-5.7222,1.4063a15.2114,15.2114,0,0,0-3.2049-2.1023L35.1059,9.01,30.3468,7.55l-3.6777,4.73c-.3029-.0133-.603-.0347-.91-.0347s-.6074.0214-.91.0347L21.1708,7.55,16.4117,9.01l.8682,5.1419a15.2114,15.2114,0,0,0-3.2049,2.1023L8.3528,14.8476,6.2588,18.655l4.294,2.8607a8.86,8.86,0,0,0,0,4.9687L6.2588,29.3451l2.094,3.8073,5.7222-1.4063A15.2114,15.2114,0,0,0,17.28,33.8484L16.4117,38.99l4.7591,1.46,3.6777-4.7305c.3029.0133.6029.0347.91.0347s.6074-.0214.91-.0347L30.3468,40.45l4.7591-1.46-.8683-5.1419a15.2114,15.2114,0,0,0,3.2049-2.1023l5.7222,1.4063,2.0941-3.8073-4.2942-2.8607A9.0349,9.0349,0,0,0,41.32,24Z"/></svg>
Copied!