Quick Share Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Quick 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/346368.svg" alt="Quick Share icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346368.svg" alt="Quick Share icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346368.svg" alt="Quick Share icon" :width="24" :height="24" />
CSS background
.icon-quick-share {
background-image: url('https://proicons.com/icon/346368.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="e" d="M45.5,24c0-11.8741-9.6259-21.5-21.5-21.5C13.8509,2.5,5.3442,9.5323,3.0868,18.99h19.9038"/><polyline class="e" points="18.4641 14.4635 22.9907 18.9901 18.4641 23.5167"/><path class="e" d="M2.5,24c0,11.8741,9.6259,21.5,21.5,21.5,10.1491,0,18.6557-7.0322,20.9131-16.4898l-19.9038-.0003"/><polyline class="e" points="29.5359 33.5365 25.0093 29.0099 29.5359 24.4833"/></svg>
Copied!