Inter Profile Sharing Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Inter Profile Sharing 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/327486.svg" alt="Inter Profile Sharing icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327486.svg" alt="Inter Profile Sharing icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327486.svg" alt="Inter Profile Sharing icon" :width="24" :height="24" />
CSS background
.icon-inter-profile-sharing {
background-image: url('https://proicons.com/icon/327486.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M8.0576,29.825c-2.2078-2.0696-2.9431-5.2697-1.86-8.0954,1.0831-2.8257,3.7691-4.7145,6.7947-4.7781,3.0255-.0636,5.7884,1.7108,6.9893,4.4885,1.2009,2.7777.6007,6.006-1.5183,8.1665"/><path class="f" d="M8.0699,29.7467c.4756-2.2022,2.4275-3.7357,4.8151-3.783,2.3875-.0473,4.654,1.4027,5.5913,3.5768"/><circle class="f" cx="13.1271" cy="22.4094" r="2.8417"/><path class="f" d="M19.6832,20.6974l7.8477-5.5036"/><path class="f" d="M20.6773,27.3031l7.8477,5.5036"/><path class="f" d="M29.6353,18.3752c-2.2078-2.0696-2.9431-5.2697-1.86-8.0954,1.0831-2.8257,3.7691-4.7145,6.7947-4.7781,3.0255-.0636,5.7884,1.7108,6.9893,4.4885,1.2009,2.7777.6007,6.006-1.5183,8.1665"/><path class="f" d="M29.6475,18.2968c.4756-2.2022,2.4275-3.7357,4.8151-3.783,2.3875-.0473,4.654,1.4027,5.5913,3.5768"/><circle class="f" cx="34.7047" cy="10.9595" r="2.8417"/><path class="f" d="M29.7604,42.5c-2.2078-2.0696-2.9431-5.2697-1.86-8.0954,1.0831-2.8257,3.7691-4.7145,6.7947-4.7781,3.0255-.0636,5.7884,1.7108,6.9893,4.4885,1.2009,2.7777.6007,6.006-1.5183,8.1665"/><path class="f" d="M29.7726,42.4217c.4756-2.2022,2.4275-3.7357,4.8151-3.783,2.3875-.0473,4.654,1.4027,5.5913,3.5768"/><circle class="f" cx="34.8298" cy="35.0843" r="2.8417"/></svg>
Copied!