Private Share Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Private Share icon is commonly used in social sharing buttons, export menus and collaboration tools. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/331620.svg" alt="Private Share icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331620.svg" alt="Private Share icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331620.svg" alt="Private Share icon" :width="24" :height="24" />
CSS background
.icon-private-share {
background-image: url('https://proicons.com/icon/331620.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><path class="a" d="M24,43.5c9.0432-3.1174,15.4885-10.3631,16.5-19.5889a79.36,79.36,0,0,0-.0714-12.0267,2.5414,2.5414,0,0,0-2.4677-2.3663c-4.0911-.126-8.8455-.8077-12.52-4.4273a2.0516,2.0516,0,0,0-2.881,0C18.885,8.71,14.1306,9.3921,10.04,9.5181a2.5414,2.5414,0,0,0-2.4677,2.3663A79.36,79.36,0,0,0,7.5,23.9111C8.5115,33.1369,14.9568,40.3826,24,43.5Z"/><circle class="a" cx="17.7813" cy="23.4342" r="2.9073"/><circle class="a" cx="28.3453" cy="18.1388" r="2.9073"/><circle class="a" cx="28.3897" cy="28.7295" r="2.9073"/><line class="a" x1="20.3779" y1="24.7347" x2="25.7842" y2="27.4468"/><line class="a" x1="25.7487" y1="19.4394" x2="20.3779" y2="22.1336"/></svg>
Copied!