Pairdrop Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pairdrop 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/345469.svg" alt="Pairdrop icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345469.svg" alt="Pairdrop icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345469.svg" alt="Pairdrop icon" :width="24" :height="24" />
CSS background
.icon-pairdrop {
background-image: url('https://proicons.com/icon/345469.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:#fff;}.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="24" cy="24.1335" r=".75"/><path class="d" d="m29.6087,34.5497c3.7391-2.0031,6.1429-5.8758,6.1429-10.4161,0-6.5435-5.3416-11.8851-11.8851-11.8851s-11.8851,5.3416-11.8851,11.8851c0,4.5404,2.5373,8.413,6.2764,10.4161"/><path class="d" d="m34.1491,42.9627c6.677-3.6056,11.3509-10.6832,11.3509-18.9627,0-11.8851-9.6149-21.5-21.5-21.5C12.1149,2.6335,2.5,12.2485,2.5,24.1335c0,8.146,4.5404,15.3571,11.3509,18.9627"/></svg>
Copied!