Snapdrop Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Snapdrop 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/347551.svg" alt="Snapdrop icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347551.svg" alt="Snapdrop icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347551.svg" alt="Snapdrop icon" :width="24" :height="24" />
CSS background
.icon-snapdrop {
background-image: url('https://proicons.com/icon/347551.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,.b{fill:none;stroke:#fff;stroke-linecap:round;}.a{stroke-linejoin:round;}</style></defs><path class="a" d="M13.77,42.915a21.5,21.5,0,1,1,20.408.028"/><path class="b" d="M31.506,38.227a16.1251,16.1251,0,1,0-15.0118,0"/><path class="a" d="M28.826,33.582a10.75,10.75,0,1,0-9.6524,0"/><circle class="a" cx="24" cy="24" r="4.7395"/></svg>
Copied!