Infy Me Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Infy Me 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/341990.svg" alt="Infy Me icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341990.svg" alt="Infy Me icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341990.svg" alt="Infy Me icon" :width="24" :height="24" />
CSS background
.icon-infy-me {
background-image: url('https://proicons.com/icon/341990.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="m37.6754,8.7048c.361-1.1781-.083-1.5952-.5991-1.8822l-3.7984-2.1122c-.5411-.3-1.1351-.5021-1.5922,1.0211-2.1922,7.3068-4.4925,15.1517-9.9021,21.1044-2.9873,3.2854-2.3743-9.6971-2.3433-13.8716.008-1.1231.125-2.2163-1.0351-2.7043l-2.8853-1.2151c-.4541-.192-1.1051-.5571-1.3422.4681-2.2403,9.6941-5.4026,25.4979-3.2864,28.6673,1.4992,2.2433,3.7504,2.2713,3.7554.206.01-5.9037,1.1401-11.6613,2.0422-17.428-.144,7.5169,2.1522,9.087,4.8265,9.144,3.5474.075,7.5469-7.5429,8.697-11.4373-1.6722,16.2488-5.1506,23.5867,1.2121,24.7688,1.7252.32,1.4122-.5921,1.4072-1.1941-.11-11.6263,1.9162-20.9424,4.8435-33.5338v-.001Z"/></svg>
Copied!