Bottledrop Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bottledrop 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/337456.svg" alt="Bottledrop icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337456.svg" alt="Bottledrop icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337456.svg" alt="Bottledrop icon" :width="24" :height="24" />
CSS background
.icon-bottledrop {
background-image: url('https://proicons.com/icon/337456.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>.s{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="d"><g id="e"><g id="f"><path id="g" class="s" d="M3.5,24L24,3.5l20.5,20.5-20.5,20.5L3.5,24Z"/><path id="h" class="s" d="M34.25,13.75l-20.5,20.5"/><path id="i" class="s" d="M13.75,13.75l20.5,20.5"/></g><g id="j"><path id="k" class="s" d="M24,38.7643v-9.0287"/><path id="l" class="s" d="M24,38.7643l5.0062-5.0062"/><path id="m" class="s" d="M24,38.7643l-5.0062-5.0062"/></g><path id="n" class="s" d="M10.607,31.107c.2314-3.9017-.9924-8.4882,2.3552-10.9235v-2.2824h.7878M16.893,31.107c-.2314-3.9017.9924-8.4882-2.3552-10.9235v-2.2824h-.7878"/><path id="o" class="s" d="M20.4649,20.4649v-8.1356l.8069-1.0318-.5416-.9382h3.2698M27.5351,20.4649v-8.1356l-.8069-1.0318.5416-.9382h-3.2698"/><path id="p" class="s" d="M31.0549,31.0549c-.4512-6.3486,1.3907-4.2016,2.2956-10.5767-.6173-.4233-.6703-.9525-.1587-1.5874l-.1323-1.0318h1.1906M37.4451,31.0549c.4512-6.3486-1.3907-4.2016-2.2956-10.5767.6173-.4233.6703-.9525.1587-1.5874l.1323-1.0318h-1.1906"/></g></g></svg>
Copied!