bottle icon

bottle-filled from Reicon by REICON · Filled · Food · MIT Free for personal and commercial use.

Name
bottle-filled
Set
Reicon
Style
Filled
Category
Food
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All bottle icons →

More food icons from Reicon

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" fill-rule="evenodd" d="M15.993 2.017a4 4 0 0 0-.193.328l-.323.583l-2.827 1.39l-.168.083c-1.626.835-2.772 2.403-3.116 4.233c-.01.05-.019.103-.034.19l-.001.007l-.03.173a7.24 7.24 0 0 1-2.095 3.927l-.804.79c-.504.496-.91.896-1.214 1.24c-.31.35-.56.694-.71 1.088a3.49 3.49 0 0 0 .363 3.18c.236.35.558.626.939.894c.373.262.859.555 1.46.917l.713.43c.601.362 1.087.654 1.492.86c.412.21.806.367 1.225.406a3.23 3.23 0 0 0 2.88-1.284c.254-.335.413-.732.548-1.184c.133-.445.261-1.01.42-1.715l.255-1.121l.039-.171a7.2 7.2 0 0 1 2.297-3.798l.006-.005l.141-.126c1.358-1.237 2.076-3.054 1.958-4.914l-.015-.192l-.262-3.267l.355-.642c.058-.103.12-.216.166-.318c.053-.116.111-.274.12-.467a1.25 1.25 0 0 0-.195-.729a1.3 1.3 0 0 0-.337-.344a4 4 0 0 0-.303-.193l-.815-.491a5 5 0 0 0-.33-.188a1.3 1.3 0 0 0-.489-.139a1.25 1.25 0 0 0-.763.204a1.3 1.3 0 0 0-.354.365m-.01 2.333l1.472.887l.248 3.101c.005.064.009.103.01.134l-1.055.351a1.95 1.95 0 0 1-1.838-.328a3.45 3.45 0 0 0-3.703-.392l-.06.03a4.43 4.43 0 0 1 2.261-2.473z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconBottleFilled(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" fillRule="evenodd" d="M15.993 2.017a4 4 0 0 0-.193.328l-.323.583l-2.827 1.39l-.168.083c-1.626.835-2.772 2.403-3.116 4.233c-.01.05-.019.103-.034.19l-.001.007l-.03.173a7.24 7.24 0 0 1-2.095 3.927l-.804.79c-.504.496-.91.896-1.214 1.24c-.31.35-.56.694-.71 1.088a3.49 3.49 0 0 0 .363 3.18c.236.35.558.626.939.894c.373.262.859.555 1.46.917l.713.43c.601.362 1.087.654 1.492.86c.412.21.806.367 1.225.406a3.23 3.23 0 0 0 2.88-1.284c.254-.335.413-.732.548-1.184c.133-.445.261-1.01.42-1.715l.255-1.121l.039-.171a7.2 7.2 0 0 1 2.297-3.798l.006-.005l.141-.126c1.358-1.237 2.076-3.054 1.958-4.914l-.015-.192l-.262-3.267l.355-.642c.058-.103.12-.216.166-.318c.053-.116.111-.274.12-.467a1.25 1.25 0 0 0-.195-.729a1.3 1.3 0 0 0-.337-.344a4 4 0 0 0-.303-.193l-.815-.491a5 5 0 0 0-.33-.188a1.3 1.3 0 0 0-.489-.139a1.25 1.25 0 0 0-.763.204a1.3 1.3 0 0 0-.354.365m-.01 2.333l1.472.887l.248 3.101c.005.064.009.103.01.134l-1.055.351a1.95 1.95 0 0 1-1.838-.328a3.45 3.45 0 0 0-3.703-.392l-.06.03a4.43 4.43 0 0 1 2.261-2.473z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M15.993 2.017a4 4 0 0 0-.193.328l-.323.583l-2.827 1.39l-.168.083c-1.626.835-2.772 2.403-3.116 4.233c-.01.05-.019.103-.034.19l-.001.007l-.03.173a7.24 7.24 0 0 1-2.095 3.927l-.804.79c-.504.496-.91.896-1.214 1.24c-.31.35-.56.694-.71 1.088a3.49 3.49 0 0 0 .363 3.18c.236.35.558.626.939.894c.373.262.859.555 1.46.917l.713.43c.601.362 1.087.654 1.492.86c.412.21.806.367 1.225.406a3.23 3.23 0 0 0 2.88-1.284c.254-.335.413-.732.548-1.184c.133-.445.261-1.01.42-1.715l.255-1.121l.039-.171a7.2 7.2 0 0 1 2.297-3.798l.006-.005l.141-.126c1.358-1.237 2.076-3.054 1.958-4.914l-.015-.192l-.262-3.267l.355-.642c.058-.103.12-.216.166-.318c.053-.116.111-.274.12-.467a1.25 1.25 0 0 0-.195-.729a1.3 1.3 0 0 0-.337-.344a4 4 0 0 0-.303-.193l-.815-.491a5 5 0 0 0-.33-.188a1.3 1.3 0 0 0-.489-.139a1.25 1.25 0 0 0-.763.204a1.3 1.3 0 0 0-.354.365m-.01 2.333l1.472.887l.248 3.101c.005.064.009.103.01.134l-1.055.351a1.95 1.95 0 0 1-1.838-.328a3.45 3.45 0 0 0-3.703-.392l-.06.03a4.43 4.43 0 0 1 2.261-2.473z" clip-rule="evenodd"/></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%20fill-rule%3D%22evenodd%22%20d%3D%22M15.993%202.017a4%204%200%200%200-.193.328l-.323.583l-2.827%201.39l-.168.083c-1.626.835-2.772%202.403-3.116%204.233c-.01.05-.019.103-.034.19l-.001.007l-.03.173a7.24%207.24%200%200%201-2.095%203.927l-.804.79c-.504.496-.91.896-1.214%201.24c-.31.35-.56.694-.71%201.088a3.49%203.49%200%200%200%20.363%203.18c.236.35.558.626.939.894c.373.262.859.555%201.46.917l.713.43c.601.362%201.087.654%201.492.86c.412.21.806.367%201.225.406a3.23%203.23%200%200%200%202.88-1.284c.254-.335.413-.732.548-1.184c.133-.445.261-1.01.42-1.715l.255-1.121l.039-.171a7.2%207.2%200%200%201%202.297-3.798l.006-.005l.141-.126c1.358-1.237%202.076-3.054%201.958-4.914l-.015-.192l-.262-3.267l.355-.642c.058-.103.12-.216.166-.318c.053-.116.111-.274.12-.467a1.25%201.25%200%200%200-.195-.729a1.3%201.3%200%200%200-.337-.344a4%204%200%200%200-.303-.193l-.815-.491a5%205%200%200%200-.33-.188a1.3%201.3%200%200%200-.489-.139a1.25%201.25%200%200%200-.763.204a1.3%201.3%200%200%200-.354.365m-.01%202.333l1.472.887l.248%203.101c.005.064.009.103.01.134l-1.055.351a1.95%201.95%200%200%201-1.838-.328a3.45%203.45%200%200%200-3.703-.392l-.06.03a4.43%204.43%200%200%201%202.261-2.473z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M15.993%202.017a4%204%200%200%200-.193.328l-.323.583l-2.827%201.39l-.168.083c-1.626.835-2.772%202.403-3.116%204.233c-.01.05-.019.103-.034.19l-.001.007l-.03.173a7.24%207.24%200%200%201-2.095%203.927l-.804.79c-.504.496-.91.896-1.214%201.24c-.31.35-.56.694-.71%201.088a3.49%203.49%200%200%200%20.363%203.18c.236.35.558.626.939.894c.373.262.859.555%201.46.917l.713.43c.601.362%201.087.654%201.492.86c.412.21.806.367%201.225.406a3.23%203.23%200%200%200%202.88-1.284c.254-.335.413-.732.548-1.184c.133-.445.261-1.01.42-1.715l.255-1.121l.039-.171a7.2%207.2%200%200%201%202.297-3.798l.006-.005l.141-.126c1.358-1.237%202.076-3.054%201.958-4.914l-.015-.192l-.262-3.267l.355-.642c.058-.103.12-.216.166-.318c.053-.116.111-.274.12-.467a1.25%201.25%200%200%200-.195-.729a1.3%201.3%200%200%200-.337-.344a4%204%200%200%200-.303-.193l-.815-.491a5%205%200%200%200-.33-.188a1.3%201.3%200%200%200-.489-.139a1.25%201.25%200%200%200-.763.204a1.3%201.3%200%200%200-.354.365m-.01%202.333l1.472.887l.248%203.101c.005.064.009.103.01.134l-1.055.351a1.95%201.95%200%200%201-1.838-.328a3.45%203.45%200%200%200-3.703-.392l-.06.03a4.43%204.43%200%200%201%202.261-2.473z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Bottle filled icon — Reicon · IconsDB