wine bottle icon
wine-bottle from Font Awesome 6 Solid by Dave Gandy · Regular · Autumn · CC-BY-4.0 Attribution required.
- Name
- wine-bottle
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Autumn
- Viewbox
- 512×512
- License
- CC BY 4.0
The same icon in other sets
More autumn icons from Font Awesome 6 Solid
Use the wine bottle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M393.4 9.4c12.5-12.5 32.8-12.5 45.3 0l64 64c12.5 12.5 12.5 32.8 0 45.3c-11.8 11.8-30.7 12.5-43.2 1.9l-9.5 9.5l-48.8 48.8c-9.2 9.2-11.5 22.9-8.6 35.6c9.4 40.9-1.9 85.6-33.8 117.5L197.3 493.3c-25 25-65.5 25-90.5 0l-88-88c-25-25-25-65.5 0-90.5l161.4-161.5c31.9-31.9 76.6-43.1 117.5-33.8c12.6 2.9 26.4.5 35.5-8.6L382 62.1l9.5-9.5c-10.6-12.6-10-31.4 1.9-43.2M99.3 347.3l65.4 65.4c6.2 6.2 16.4 6.2 22.6 0l97.4-97.4c6.2-6.2 6.2-16.4 0-22.6l-65.4-65.4c-6.2-6.2-16.4-6.2-22.6 0l-97.4 97.4c-6.2 6.2-6.2 16.4 0 22.6"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidWineBottle(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M393.4 9.4c12.5-12.5 32.8-12.5 45.3 0l64 64c12.5 12.5 12.5 32.8 0 45.3c-11.8 11.8-30.7 12.5-43.2 1.9l-9.5 9.5l-48.8 48.8c-9.2 9.2-11.5 22.9-8.6 35.6c9.4 40.9-1.9 85.6-33.8 117.5L197.3 493.3c-25 25-65.5 25-90.5 0l-88-88c-25-25-25-65.5 0-90.5l161.4-161.5c31.9-31.9 76.6-43.1 117.5-33.8c12.6 2.9 26.4.5 35.5-8.6L382 62.1l9.5-9.5c-10.6-12.6-10-31.4 1.9-43.2M99.3 347.3l65.4 65.4c6.2 6.2 16.4 6.2 22.6 0l97.4-97.4c6.2-6.2 6.2-16.4 0-22.6l-65.4-65.4c-6.2-6.2-16.4-6.2-22.6 0l-97.4 97.4c-6.2 6.2-6.2 16.4 0 22.6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M393.4 9.4c12.5-12.5 32.8-12.5 45.3 0l64 64c12.5 12.5 12.5 32.8 0 45.3c-11.8 11.8-30.7 12.5-43.2 1.9l-9.5 9.5l-48.8 48.8c-9.2 9.2-11.5 22.9-8.6 35.6c9.4 40.9-1.9 85.6-33.8 117.5L197.3 493.3c-25 25-65.5 25-90.5 0l-88-88c-25-25-25-65.5 0-90.5l161.4-161.5c31.9-31.9 76.6-43.1 117.5-33.8c12.6 2.9 26.4.5 35.5-8.6L382 62.1l9.5-9.5c-10.6-12.6-10-31.4 1.9-43.2M99.3 347.3l65.4 65.4c6.2 6.2 16.4 6.2 22.6 0l97.4-97.4c6.2-6.2 6.2-16.4 0-22.6l-65.4-65.4c-6.2-6.2-16.4-6.2-22.6 0l-97.4 97.4c-6.2 6.2-6.2 16.4 0 22.6"/></svg> </template>
CSS
.icon-wine-bottle {
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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M393.4%209.4c12.5-12.5%2032.8-12.5%2045.3%200l64%2064c12.5%2012.5%2012.5%2032.8%200%2045.3c-11.8%2011.8-30.7%2012.5-43.2%201.9l-9.5%209.5l-48.8%2048.8c-9.2%209.2-11.5%2022.9-8.6%2035.6c9.4%2040.9-1.9%2085.6-33.8%20117.5L197.3%20493.3c-25%2025-65.5%2025-90.5%200l-88-88c-25-25-25-65.5%200-90.5l161.4-161.5c31.9-31.9%2076.6-43.1%20117.5-33.8c12.6%202.9%2026.4.5%2035.5-8.6L382%2062.1l9.5-9.5c-10.6-12.6-10-31.4%201.9-43.2M99.3%20347.3l65.4%2065.4c6.2%206.2%2016.4%206.2%2022.6%200l97.4-97.4c6.2-6.2%206.2-16.4%200-22.6l-65.4-65.4c-6.2-6.2-16.4-6.2-22.6%200l-97.4%2097.4c-6.2%206.2-6.2%2016.4%200%2022.6%22%2F%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M393.4%209.4c12.5-12.5%2032.8-12.5%2045.3%200l64%2064c12.5%2012.5%2012.5%2032.8%200%2045.3c-11.8%2011.8-30.7%2012.5-43.2%201.9l-9.5%209.5l-48.8%2048.8c-9.2%209.2-11.5%2022.9-8.6%2035.6c9.4%2040.9-1.9%2085.6-33.8%20117.5L197.3%20493.3c-25%2025-65.5%2025-90.5%200l-88-88c-25-25-25-65.5%200-90.5l161.4-161.5c31.9-31.9%2076.6-43.1%20117.5-33.8c12.6%202.9%2026.4.5%2035.5-8.6L382%2062.1l9.5-9.5c-10.6-12.6-10-31.4%201.9-43.2M99.3%20347.3l65.4%2065.4c6.2%206.2%2016.4%206.2%2022.6%200l97.4-97.4c6.2-6.2%206.2-16.4%200-22.6l-65.4-65.4c-6.2-6.2-16.4-6.2-22.6%200l-97.4%2097.4c-6.2%206.2-6.2%2016.4%200%2022.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/wine-bottle.svg?color=%231a73e8&size=48