bottle-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.

Name
bottle-filled
Set
Tabler Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Tabler Icons

The same icon in other sets

Related icons in Tabler Icons

Use the bottle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 1a2 2 0 0 1 1.995 1.85L15 3v.5c0 1.317.381 2.604 1.094 3.705l.17.25l.05.072a9.1 9.1 0 0 1 1.68 4.92l.006.354V19a3 3 0 0 1-2.824 2.995L15 22H9a3 3 0 0 1-2.995-2.824L6 19v-6.2a9.1 9.1 0 0 1 1.486-4.982l.2-.292l.05-.069A6.82 6.82 0 0 0 9 3.5V3a2 2 0 0 1 1.85-1.995L11 1zm.362 5h-2.724a8.8 8.8 0 0 1-1.08 2.334l-.194.284l-.05.069a7.1 7.1 0 0 0-1.307 3.798l-.003.125A3.33 3.33 0 0 1 9.979 12a3.4 3.4 0 0 1 2.833 1.417c.27.375.706.593 1.209.583a1.4 1.4 0 0 0 1.166-.583a3.4 3.4 0 0 1 .81-.8L16 12.8c0-1.37-.396-2.707-1.137-3.852l-.228-.332A8.8 8.8 0 0 1 13.362 6"/></svg>

React

import type { SVGProps } from "react";

export function TablerBottleFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 1a2 2 0 0 1 1.995 1.85L15 3v.5c0 1.317.381 2.604 1.094 3.705l.17.25l.05.072a9.1 9.1 0 0 1 1.68 4.92l.006.354V19a3 3 0 0 1-2.824 2.995L15 22H9a3 3 0 0 1-2.995-2.824L6 19v-6.2a9.1 9.1 0 0 1 1.486-4.982l.2-.292l.05-.069A6.82 6.82 0 0 0 9 3.5V3a2 2 0 0 1 1.85-1.995L11 1zm.362 5h-2.724a8.8 8.8 0 0 1-1.08 2.334l-.194.284l-.05.069a7.1 7.1 0 0 0-1.307 3.798l-.003.125A3.33 3.33 0 0 1 9.979 12a3.4 3.4 0 0 1 2.833 1.417c.27.375.706.593 1.209.583a1.4 1.4 0 0 0 1.166-.583a3.4 3.4 0 0 1 .81-.8L16 12.8c0-1.37-.396-2.707-1.137-3.852l-.228-.332A8.8 8.8 0 0 1 13.362 6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 1a2 2 0 0 1 1.995 1.85L15 3v.5c0 1.317.381 2.604 1.094 3.705l.17.25l.05.072a9.1 9.1 0 0 1 1.68 4.92l.006.354V19a3 3 0 0 1-2.824 2.995L15 22H9a3 3 0 0 1-2.995-2.824L6 19v-6.2a9.1 9.1 0 0 1 1.486-4.982l.2-.292l.05-.069A6.82 6.82 0 0 0 9 3.5V3a2 2 0 0 1 1.85-1.995L11 1zm.362 5h-2.724a8.8 8.8 0 0 1-1.08 2.334l-.194.284l-.05.069a7.1 7.1 0 0 0-1.307 3.798l-.003.125A3.33 3.33 0 0 1 9.979 12a3.4 3.4 0 0 1 2.833 1.417c.27.375.706.593 1.209.583a1.4 1.4 0 0 0 1.166-.583a3.4 3.4 0 0 1 .81-.8L16 12.8c0-1.37-.396-2.707-1.137-3.852l-.228-.332A8.8 8.8 0 0 1 13.362 6"/></svg>
</template>

CSS

.icon-bottle-filled {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%201a2%202%200%200%201%201.995%201.85L15%203v.5c0%201.317.381%202.604%201.094%203.705l.17.25l.05.072a9.1%209.1%200%200%201%201.68%204.92l.006.354V19a3%203%200%200%201-2.824%202.995L15%2022H9a3%203%200%200%201-2.995-2.824L6%2019v-6.2a9.1%209.1%200%200%201%201.486-4.982l.2-.292l.05-.069A6.82%206.82%200%200%200%209%203.5V3a2%202%200%200%201%201.85-1.995L11%201zm.362%205h-2.724a8.8%208.8%200%200%201-1.08%202.334l-.194.284l-.05.069a7.1%207.1%200%200%200-1.307%203.798l-.003.125A3.33%203.33%200%200%201%209.979%2012a3.4%203.4%200%200%201%202.833%201.417c.27.375.706.593%201.209.583a1.4%201.4%200%200%200%201.166-.583a3.4%203.4%200%200%201%20.81-.8L16%2012.8c0-1.37-.396-2.707-1.137-3.852l-.228-.332A8.8%208.8%200%200%201%2013.362%206%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%201a2%202%200%200%201%201.995%201.85L15%203v.5c0%201.317.381%202.604%201.094%203.705l.17.25l.05.072a9.1%209.1%200%200%201%201.68%204.92l.006.354V19a3%203%200%200%201-2.824%202.995L15%2022H9a3%203%200%200%201-2.995-2.824L6%2019v-6.2a9.1%209.1%200%200%201%201.486-4.982l.2-.292l.05-.069A6.82%206.82%200%200%200%209%203.5V3a2%202%200%200%201%201.85-1.995L11%201zm.362%205h-2.724a8.8%208.8%200%200%201-1.08%202.334l-.194.284l-.05.069a7.1%207.1%200%200%200-1.307%203.798l-.003.125A3.33%203.33%200%200%201%209.979%2012a3.4%203.4%200%200%201%202.833%201.417c.27.375.706.593%201.209.583a1.4%201.4%200%200%200%201.166-.583a3.4%203.4%200%200%201%20.81-.8L16%2012.8c0-1.37-.396-2.707-1.137-3.852l-.228-.332A8.8%208.8%200%200%201%2013.362%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/bottle-filled.svg?color=%231a73e8&size=48