bottle wine icon
bottle-wine from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- bottle-wine
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the bottle wine icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M14 6.485V4c0-.943 0-1.414-.293-1.707S12.943 2 12 2s-1.414 0-1.707.293S10 3.057 10 4v2.485c0 .322-.16.622-.429.8A5.78 5.78 0 0 0 7 12.092V17c0 1.87 0 2.804.402 3.5A3 3 0 0 0 8.5 21.598C9.196 22 10.13 22 12 22s2.804 0 3.5-.402a3 3 0 0 0 1.098-1.098C17 19.804 17 18.87 17 17v-4.91c0-1.93-.965-3.733-2.571-4.804A.96.96 0 0 1 14 6.485"/><path d="M17 13h-2.5c-.935 0-1.402 0-1.75.201a1.5 1.5 0 0 0-.549.549C12 14.098 12 14.565 12 15.5s0 1.402.201 1.75a1.5 1.5 0 0 0 .549.549c.348.201.815.201 1.75.201H17"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsBottleWine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M14 6.485V4c0-.943 0-1.414-.293-1.707S12.943 2 12 2s-1.414 0-1.707.293S10 3.057 10 4v2.485c0 .322-.16.622-.429.8A5.78 5.78 0 0 0 7 12.092V17c0 1.87 0 2.804.402 3.5A3 3 0 0 0 8.5 21.598C9.196 22 10.13 22 12 22s2.804 0 3.5-.402a3 3 0 0 0 1.098-1.098C17 19.804 17 18.87 17 17v-4.91c0-1.93-.965-3.733-2.571-4.804A.96.96 0 0 1 14 6.485"/><path d="M17 13h-2.5c-.935 0-1.402 0-1.75.201a1.5 1.5 0 0 0-.549.549C12 14.098 12 14.565 12 15.5s0 1.402.201 1.75a1.5 1.5 0 0 0 .549.549c.348.201.815.201 1.75.201H17"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M14 6.485V4c0-.943 0-1.414-.293-1.707S12.943 2 12 2s-1.414 0-1.707.293S10 3.057 10 4v2.485c0 .322-.16.622-.429.8A5.78 5.78 0 0 0 7 12.092V17c0 1.87 0 2.804.402 3.5A3 3 0 0 0 8.5 21.598C9.196 22 10.13 22 12 22s2.804 0 3.5-.402a3 3 0 0 0 1.098-1.098C17 19.804 17 18.87 17 17v-4.91c0-1.93-.965-3.733-2.571-4.804A.96.96 0 0 1 14 6.485"/><path d="M17 13h-2.5c-.935 0-1.402 0-1.75.201a1.5 1.5 0 0 0-.549.549C12 14.098 12 14.565 12 15.5s0 1.402.201 1.75a1.5 1.5 0 0 0 .549.549c.348.201.815.201 1.75.201H17"/></g></svg> </template>
CSS
.icon-bottle-wine {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14%206.485V4c0-.943%200-1.414-.293-1.707S12.943%202%2012%202s-1.414%200-1.707.293S10%203.057%2010%204v2.485c0%20.322-.16.622-.429.8A5.78%205.78%200%200%200%207%2012.092V17c0%201.87%200%202.804.402%203.5A3%203%200%200%200%208.5%2021.598C9.196%2022%2010.13%2022%2012%2022s2.804%200%203.5-.402a3%203%200%200%200%201.098-1.098C17%2019.804%2017%2018.87%2017%2017v-4.91c0-1.93-.965-3.733-2.571-4.804A.96.96%200%200%201%2014%206.485%22%2F%3E%3Cpath%20d%3D%22M17%2013h-2.5c-.935%200-1.402%200-1.75.201a1.5%201.5%200%200%200-.549.549C12%2014.098%2012%2014.565%2012%2015.5s0%201.402.201%201.75a1.5%201.5%200%200%200%20.549.549c.348.201.815.201%201.75.201H17%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14%206.485V4c0-.943%200-1.414-.293-1.707S12.943%202%2012%202s-1.414%200-1.707.293S10%203.057%2010%204v2.485c0%20.322-.16.622-.429.8A5.78%205.78%200%200%200%207%2012.092V17c0%201.87%200%202.804.402%203.5A3%203%200%200%200%208.5%2021.598C9.196%2022%2010.13%2022%2012%2022s2.804%200%203.5-.402a3%203%200%200%200%201.098-1.098C17%2019.804%2017%2018.87%2017%2017v-4.91c0-1.93-.965-3.733-2.571-4.804A.96.96%200%200%201%2014%206.485%22%2F%3E%3Cpath%20d%3D%22M17%2013h-2.5c-.935%200-1.402%200-1.75.201a1.5%201.5%200%200%200-.549.549C12%2014.098%2012%2014.565%2012%2015.5s0%201.402.201%201.75a1.5%201.5%200%200%200%20.549.549c.348.201.815.201%201.75.201H17%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/bottle-wine.svg?color=%231a73e8&size=48