Infakt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Infakt 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/327410.svg" alt="Infakt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327410.svg" alt="Infakt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327410.svg" alt="Infakt icon" :width="24" :height="24" />
CSS background
.icon-infakt {
background-image: url('https://proicons.com/icon/327410.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="33.0359" cy="11.4943" r="6.9943"/><path class="a" d="M9.1167,9.4c.0057-.072-3.7315,3.3417,2.2558,7.9557-2.414,4.2932,1.8806,6.3759,1.8806,6.3759-2.1446,4.0051,3.0716,5.9786,3.0716,5.9786-2.2088,5.0922-4.4157,9.9755-7.8509,13.7546,3.3.1939,4.5058-.4165,6.4039-1.7976,7.476-5.44,10.9011-13.7919,12.7292-18.3735.8511-2.1328-.712-5.2611-2.752-6.3155C19.2906,14.1025,9.004,9.4633,9.1167,9.4Z"/></svg>
Copied!