pill bottle icon

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

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

The same icon in other sets

Related icons in Huge Icons

Use the pill bottle 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="M6.5 2h11c.935 0 1.402 0 1.75.201a1.5 1.5 0 0 1 .549.549C20 3.098 20 3.565 20 4.5s0 1.402-.201 1.75a1.5 1.5 0 0 1-.549.549C18.902 7 18.435 7 17.5 7h-11c-.935 0-1.402 0-1.75-.201a1.5 1.5 0 0 1-.549-.549C4 5.902 4 5.435 4 4.5s0-1.402.201-1.75a1.5 1.5 0 0 1 .549-.549C5.098 2 5.565 2 6.5 2M18 16V7H6v9c0 2.828 0 4.243.879 5.121C7.757 22 9.172 22 12 22s4.243 0 5.121-.879C18 20.243 18 18.828 18 16"/><path d="M6 11h4c.943 0 1.414 0 1.707.293S12 12.057 12 13v2c0 .943 0 1.414-.293 1.707S10.943 17 10 17H6"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsPillBottle(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="M6.5 2h11c.935 0 1.402 0 1.75.201a1.5 1.5 0 0 1 .549.549C20 3.098 20 3.565 20 4.5s0 1.402-.201 1.75a1.5 1.5 0 0 1-.549.549C18.902 7 18.435 7 17.5 7h-11c-.935 0-1.402 0-1.75-.201a1.5 1.5 0 0 1-.549-.549C4 5.902 4 5.435 4 4.5s0-1.402.201-1.75a1.5 1.5 0 0 1 .549-.549C5.098 2 5.565 2 6.5 2M18 16V7H6v9c0 2.828 0 4.243.879 5.121C7.757 22 9.172 22 12 22s4.243 0 5.121-.879C18 20.243 18 18.828 18 16"/><path d="M6 11h4c.943 0 1.414 0 1.707.293S12 12.057 12 13v2c0 .943 0 1.414-.293 1.707S10.943 17 10 17H6"/></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="M6.5 2h11c.935 0 1.402 0 1.75.201a1.5 1.5 0 0 1 .549.549C20 3.098 20 3.565 20 4.5s0 1.402-.201 1.75a1.5 1.5 0 0 1-.549.549C18.902 7 18.435 7 17.5 7h-11c-.935 0-1.402 0-1.75-.201a1.5 1.5 0 0 1-.549-.549C4 5.902 4 5.435 4 4.5s0-1.402.201-1.75a1.5 1.5 0 0 1 .549-.549C5.098 2 5.565 2 6.5 2M18 16V7H6v9c0 2.828 0 4.243.879 5.121C7.757 22 9.172 22 12 22s4.243 0 5.121-.879C18 20.243 18 18.828 18 16"/><path d="M6 11h4c.943 0 1.414 0 1.707.293S12 12.057 12 13v2c0 .943 0 1.414-.293 1.707S10.943 17 10 17H6"/></g></svg>
</template>

CSS

.icon-pill-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%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%22M6.5%202h11c.935%200%201.402%200%201.75.201a1.5%201.5%200%200%201%20.549.549C20%203.098%2020%203.565%2020%204.5s0%201.402-.201%201.75a1.5%201.5%200%200%201-.549.549C18.902%207%2018.435%207%2017.5%207h-11c-.935%200-1.402%200-1.75-.201a1.5%201.5%200%200%201-.549-.549C4%205.902%204%205.435%204%204.5s0-1.402.201-1.75a1.5%201.5%200%200%201%20.549-.549C5.098%202%205.565%202%206.5%202M18%2016V7H6v9c0%202.828%200%204.243.879%205.121C7.757%2022%209.172%2022%2012%2022s4.243%200%205.121-.879C18%2020.243%2018%2018.828%2018%2016%22%2F%3E%3Cpath%20d%3D%22M6%2011h4c.943%200%201.414%200%201.707.293S12%2012.057%2012%2013v2c0%20.943%200%201.414-.293%201.707S10.943%2017%2010%2017H6%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%22M6.5%202h11c.935%200%201.402%200%201.75.201a1.5%201.5%200%200%201%20.549.549C20%203.098%2020%203.565%2020%204.5s0%201.402-.201%201.75a1.5%201.5%200%200%201-.549.549C18.902%207%2018.435%207%2017.5%207h-11c-.935%200-1.402%200-1.75-.201a1.5%201.5%200%200%201-.549-.549C4%205.902%204%205.435%204%204.5s0-1.402.201-1.75a1.5%201.5%200%200%201%20.549-.549C5.098%202%205.565%202%206.5%202M18%2016V7H6v9c0%202.828%200%204.243.879%205.121C7.757%2022%209.172%2022%2012%2022s4.243%200%205.121-.879C18%2020.243%2018%2018.828%2018%2016%22%2F%3E%3Cpath%20d%3D%22M6%2011h4c.943%200%201.414%200%201.707.293S12%2012.057%2012%2013v2c0%20.943%200%201.414-.293%201.707S10.943%2017%2010%2017H6%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/pill-bottle.svg?color=%231a73e8&size=48