Overdrop Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Overdrop 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/345413.svg" alt="Overdrop icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345413.svg" alt="Overdrop icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345413.svg" alt="Overdrop icon" :width="24" :height="24" />
CSS background
.icon-overdrop {
background-image: url('https://proicons.com/icon/345413.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M27.5139,23.8378a4.9646,4.9646,0,1,1-7.0257,0"/><path class="a" d="M35.4383,15.9228a16.1653,16.1653,0,1,1-22.8766,0"/><path class="a" d="M12.563,15.9228,24.0012,4.5,35.4394,15.9228"/><path class="a" d="M20.4874,23.8378,31.8248,12.5157"/><path class="a" d="M27.5139,23.8378,24.0011,20.33"/></svg>
Copied!