medicine bottle 02 icon

medicine-bottle-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
medicine-bottle-02
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the medicine bottle 02 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-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M10 22c-2.883 0-4.208 0-5.104-.879C4 20.243 4 18.828 4 16v-1.908c0-.75 0-1.126.068-1.487c.069-.364.189-.717.357-1.05c.166-.328.396-.628.854-1.228l.412-.538c.225-.295.338-.443.426-.59a2.95 2.95 0 0 0 .234-2.543A7 7 0 0 0 6.039 6m8.155 0c-.168.33-.252.495-.312.656a2.95 2.95 0 0 0 .234 2.542c.088.148.201.296.427.59c.444.582 1.11 1.081 1.457 1.712"/><path d="M7.068 2h5.864c.92 0 1.381 0 1.668.293c.533.546.533 2.868 0 3.414C14.313 6 13.853 6 12.932 6H7.068c-.92 0-1.381 0-1.668-.293c-.533-.546-.533-2.868 0-3.414C5.686 2 6.147 2 7.068 2Zm11.469 12.906a4 4 0 1 1-5.07 6.188m5.07-6.188a4 4 0 0 0-5.07 6.188m5.07-6.188l-5.07 6.188"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsMedicineBottle02(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" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="M10 22c-2.883 0-4.208 0-5.104-.879C4 20.243 4 18.828 4 16v-1.908c0-.75 0-1.126.068-1.487c.069-.364.189-.717.357-1.05c.166-.328.396-.628.854-1.228l.412-.538c.225-.295.338-.443.426-.59a2.95 2.95 0 0 0 .234-2.543A7 7 0 0 0 6.039 6m8.155 0c-.168.33-.252.495-.312.656a2.95 2.95 0 0 0 .234 2.542c.088.148.201.296.427.59c.444.582 1.11 1.081 1.457 1.712"/><path d="M7.068 2h5.864c.92 0 1.381 0 1.668.293c.533.546.533 2.868 0 3.414C14.313 6 13.853 6 12.932 6H7.068c-.92 0-1.381 0-1.668-.293c-.533-.546-.533-2.868 0-3.414C5.686 2 6.147 2 7.068 2Zm11.469 12.906a4 4 0 1 1-5.07 6.188m5.07-6.188a4 4 0 0 0-5.07 6.188m5.07-6.188l-5.07 6.188"/></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-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M10 22c-2.883 0-4.208 0-5.104-.879C4 20.243 4 18.828 4 16v-1.908c0-.75 0-1.126.068-1.487c.069-.364.189-.717.357-1.05c.166-.328.396-.628.854-1.228l.412-.538c.225-.295.338-.443.426-.59a2.95 2.95 0 0 0 .234-2.543A7 7 0 0 0 6.039 6m8.155 0c-.168.33-.252.495-.312.656a2.95 2.95 0 0 0 .234 2.542c.088.148.201.296.427.59c.444.582 1.11 1.081 1.457 1.712"/><path d="M7.068 2h5.864c.92 0 1.381 0 1.668.293c.533.546.533 2.868 0 3.414C14.313 6 13.853 6 12.932 6H7.068c-.92 0-1.381 0-1.668-.293c-.533-.546-.533-2.868 0-3.414C5.686 2 6.147 2 7.068 2Zm11.469 12.906a4 4 0 1 1-5.07 6.188m5.07-6.188a4 4 0 0 0-5.07 6.188m5.07-6.188l-5.07 6.188"/></g></svg>
</template>

CSS

.icon-medicine-bottle-02 {
  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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10%2022c-2.883%200-4.208%200-5.104-.879C4%2020.243%204%2018.828%204%2016v-1.908c0-.75%200-1.126.068-1.487c.069-.364.189-.717.357-1.05c.166-.328.396-.628.854-1.228l.412-.538c.225-.295.338-.443.426-.59a2.95%202.95%200%200%200%20.234-2.543A7%207%200%200%200%206.039%206m8.155%200c-.168.33-.252.495-.312.656a2.95%202.95%200%200%200%20.234%202.542c.088.148.201.296.427.59c.444.582%201.11%201.081%201.457%201.712%22%2F%3E%3Cpath%20d%3D%22M7.068%202h5.864c.92%200%201.381%200%201.668.293c.533.546.533%202.868%200%203.414C14.313%206%2013.853%206%2012.932%206H7.068c-.92%200-1.381%200-1.668-.293c-.533-.546-.533-2.868%200-3.414C5.686%202%206.147%202%207.068%202Zm11.469%2012.906a4%204%200%201%201-5.07%206.188m5.07-6.188a4%204%200%200%200-5.07%206.188m5.07-6.188l-5.07%206.188%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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10%2022c-2.883%200-4.208%200-5.104-.879C4%2020.243%204%2018.828%204%2016v-1.908c0-.75%200-1.126.068-1.487c.069-.364.189-.717.357-1.05c.166-.328.396-.628.854-1.228l.412-.538c.225-.295.338-.443.426-.59a2.95%202.95%200%200%200%20.234-2.543A7%207%200%200%200%206.039%206m8.155%200c-.168.33-.252.495-.312.656a2.95%202.95%200%200%200%20.234%202.542c.088.148.201.296.427.59c.444.582%201.11%201.081%201.457%201.712%22%2F%3E%3Cpath%20d%3D%22M7.068%202h5.864c.92%200%201.381%200%201.668.293c.533.546.533%202.868%200%203.414C14.313%206%2013.853%206%2012.932%206H7.068c-.92%200-1.381%200-1.668-.293c-.533-.546-.533-2.868%200-3.414C5.686%202%206.147%202%207.068%202Zm11.469%2012.906a4%204%200%201%201-5.07%206.188m5.07-6.188a4%204%200%200%200-5.07%206.188m5.07-6.188l-5.07%206.188%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/medicine-bottle-02.svg?color=%231a73e8&size=48