Infi Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Infi 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/341970.svg" alt="Infi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341970.svg" alt="Infi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341970.svg" alt="Infi icon" :width="24" :height="24" />
CSS background
.icon-infi {
background-image: url('https://proicons.com/icon/341970.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M16.1518,23.9926v19.5074"/><path class="c" d="M16.1518,23.9926l-2.7869,2.7868"/><path class="c" d="M24.512,15.6323l-2.7868,2.7868"/><path class="c" d="M32.8724,23.9926v19.5074"/><path class="c" d="M32.8724,23.9926l-2.7869,2.7868"/><path class="c" d="M24.512,15.6323v27.8677"/><path class="c" d="M15.6933,40.5443c-3.8627-1.8742-6.9712-5.017-8.8225-8.8911-1.8514-3.8741-2.3313-8.2625-1.3599-12.4567.9714-4.1827,3.3256-7.9083,6.6969-10.5825,3.3599-2.6742,7.5426-4.1141,11.8281-4.1141,4.297.0114,8.4682,1.4742,11.8167,4.1598,3.3599,2.6856,5.7026,6.434,6.6512,10.6167.96,4.1941.4571,8.5825-1.4057,12.4452-1.7599,3.6684-4.6513,6.6512-8.2283,8.5368"/></svg>
Copied!