3drop Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 3drop 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/321215.svg" alt="3drop icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321215.svg" alt="3drop icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321215.svg" alt="3drop icon" :width="24" :height="24" />
CSS background
.icon-3drop {
background-image: url('https://proicons.com/icon/321215.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M23.9997,4.5s11.4821,21.8642,11.9141,23.4743c1.342,5.0085-.5918,10.3211-4.8393,13.2951-4.2474,2.9741-9.9015,2.9741-14.1492,0-4.2474-2.9741-6.1813-8.2871-4.8393-13.2951.5186-1.9355,11.9141-23.4743,11.9141-23.4743h-.0006Z"/><path class="b" d="M23.9997,4.5l12.0221,29.4243"/></svg>
Copied!