jar of pills icon

jar-of-pills-broken from Solar by 480 Design · Broken · Medicine · CC-BY-4.0 Attribution required.

Name
jar-of-pills-broken
Set
Solar
Style
Broken
Category
Medicine
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More medicine icons from Solar

Use the jar of pills 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 d="M6 3.5C6 3.03406 6 2.80109 6.07612 2.61732C6.17761 2.37229 6.37229 2.17761 6.61732 2.07612C6.80109 2 7.03406 2 7.5 2H16.5C16.9659 2 17.1989 2 17.3827 2.07612C17.6277 2.17761 17.8224 2.37229 17.9239 2.61732C18 2.80109 18 3.03406 18 3.5C18 3.96594 18 4.19891 17.9239 4.38268C17.8224 4.62771 17.6277 4.82239 17.3827 4.92388C17.1989 5 16.9659 5 16.5 5H7.5C7.03406 5 6.80109 5 6.61732 4.92388C6.37229 4.82239 6.17761 4.62771 6.07612 4.38268C6 4.19891 6 3.96594 6 3.5Z"/><path stroke-linecap="round" d="M4.5 18H19.5"/><path stroke-linecap="round" d="M4.5 10H8.25M19.5 10H12"/><path stroke-linecap="round" d="M20 10.9083C20 9.70126 19.455 8.55877 18.5168 7.79931L16.1595 5.89102C15.6146 5.44989 15.3421 5.22933 15.0182 5.11466C14.6943 5 14.3438 5 13.6427 5H10.4031C9.70834 5 9.36095 5 9.03955 5.11274C8.71814 5.22549 8.44688 5.4425 7.90434 5.87652L5.50122 7.79902C4.55236 8.55811 4 9.70736 4 10.9225V12.5M20 15V17.5649C20 18.4927 19.6775 19.3916 19.0877 20.1078L18.7294 20.5428C17.9696 21.4655 16.837 22 15.6417 22H8.95693C8.38582 22 8.10026 22 7.82957 21.9628C7.02661 21.8526 6.27608 21.5011 5.67738 20.9548C5.47554 20.7706 5.29272 20.5513 4.92711 20.1125C4.32806 19.3937 4 18.4875 4 17.5518V16.5"/><path stroke-linecap="round" d="M12 12V16M10 14L14 14"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarJarOfPillsBroken(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 d="M6 3.5C6 3.03406 6 2.80109 6.07612 2.61732C6.17761 2.37229 6.37229 2.17761 6.61732 2.07612C6.80109 2 7.03406 2 7.5 2H16.5C16.9659 2 17.1989 2 17.3827 2.07612C17.6277 2.17761 17.8224 2.37229 17.9239 2.61732C18 2.80109 18 3.03406 18 3.5C18 3.96594 18 4.19891 17.9239 4.38268C17.8224 4.62771 17.6277 4.82239 17.3827 4.92388C17.1989 5 16.9659 5 16.5 5H7.5C7.03406 5 6.80109 5 6.61732 4.92388C6.37229 4.82239 6.17761 4.62771 6.07612 4.38268C6 4.19891 6 3.96594 6 3.5Z"/><path strokeLinecap="round" d="M4.5 18H19.5"/><path strokeLinecap="round" d="M4.5 10H8.25M19.5 10H12"/><path strokeLinecap="round" d="M20 10.9083C20 9.70126 19.455 8.55877 18.5168 7.79931L16.1595 5.89102C15.6146 5.44989 15.3421 5.22933 15.0182 5.11466C14.6943 5 14.3438 5 13.6427 5H10.4031C9.70834 5 9.36095 5 9.03955 5.11274C8.71814 5.22549 8.44688 5.4425 7.90434 5.87652L5.50122 7.79902C4.55236 8.55811 4 9.70736 4 10.9225V12.5M20 15V17.5649C20 18.4927 19.6775 19.3916 19.0877 20.1078L18.7294 20.5428C17.9696 21.4655 16.837 22 15.6417 22H8.95693C8.38582 22 8.10026 22 7.82957 21.9628C7.02661 21.8526 6.27608 21.5011 5.67738 20.9548C5.47554 20.7706 5.29272 20.5513 4.92711 20.1125C4.32806 19.3937 4 18.4875 4 17.5518V16.5"/><path strokeLinecap="round" d="M12 12V16M10 14L14 14"/></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 d="M6 3.5C6 3.03406 6 2.80109 6.07612 2.61732C6.17761 2.37229 6.37229 2.17761 6.61732 2.07612C6.80109 2 7.03406 2 7.5 2H16.5C16.9659 2 17.1989 2 17.3827 2.07612C17.6277 2.17761 17.8224 2.37229 17.9239 2.61732C18 2.80109 18 3.03406 18 3.5C18 3.96594 18 4.19891 17.9239 4.38268C17.8224 4.62771 17.6277 4.82239 17.3827 4.92388C17.1989 5 16.9659 5 16.5 5H7.5C7.03406 5 6.80109 5 6.61732 4.92388C6.37229 4.82239 6.17761 4.62771 6.07612 4.38268C6 4.19891 6 3.96594 6 3.5Z"/><path stroke-linecap="round" d="M4.5 18H19.5"/><path stroke-linecap="round" d="M4.5 10H8.25M19.5 10H12"/><path stroke-linecap="round" d="M20 10.9083C20 9.70126 19.455 8.55877 18.5168 7.79931L16.1595 5.89102C15.6146 5.44989 15.3421 5.22933 15.0182 5.11466C14.6943 5 14.3438 5 13.6427 5H10.4031C9.70834 5 9.36095 5 9.03955 5.11274C8.71814 5.22549 8.44688 5.4425 7.90434 5.87652L5.50122 7.79902C4.55236 8.55811 4 9.70736 4 10.9225V12.5M20 15V17.5649C20 18.4927 19.6775 19.3916 19.0877 20.1078L18.7294 20.5428C17.9696 21.4655 16.837 22 15.6417 22H8.95693C8.38582 22 8.10026 22 7.82957 21.9628C7.02661 21.8526 6.27608 21.5011 5.67738 20.9548C5.47554 20.7706 5.29272 20.5513 4.92711 20.1125C4.32806 19.3937 4 18.4875 4 17.5518V16.5"/><path stroke-linecap="round" d="M12 12V16M10 14L14 14"/></g></svg>
</template>

CSS

.icon-jar-of-pills-broken {
  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%20d%3D%22M6%203.5C6%203.03406%206%202.80109%206.07612%202.61732C6.17761%202.37229%206.37229%202.17761%206.61732%202.07612C6.80109%202%207.03406%202%207.5%202H16.5C16.9659%202%2017.1989%202%2017.3827%202.07612C17.6277%202.17761%2017.8224%202.37229%2017.9239%202.61732C18%202.80109%2018%203.03406%2018%203.5C18%203.96594%2018%204.19891%2017.9239%204.38268C17.8224%204.62771%2017.6277%204.82239%2017.3827%204.92388C17.1989%205%2016.9659%205%2016.5%205H7.5C7.03406%205%206.80109%205%206.61732%204.92388C6.37229%204.82239%206.17761%204.62771%206.07612%204.38268C6%204.19891%206%203.96594%206%203.5Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4.5%2018H19.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4.5%2010H8.25M19.5%2010H12%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M20%2010.9083C20%209.70126%2019.455%208.55877%2018.5168%207.79931L16.1595%205.89102C15.6146%205.44989%2015.3421%205.22933%2015.0182%205.11466C14.6943%205%2014.3438%205%2013.6427%205H10.4031C9.70834%205%209.36095%205%209.03955%205.11274C8.71814%205.22549%208.44688%205.4425%207.90434%205.87652L5.50122%207.79902C4.55236%208.55811%204%209.70736%204%2010.9225V12.5M20%2015V17.5649C20%2018.4927%2019.6775%2019.3916%2019.0877%2020.1078L18.7294%2020.5428C17.9696%2021.4655%2016.837%2022%2015.6417%2022H8.95693C8.38582%2022%208.10026%2022%207.82957%2021.9628C7.02661%2021.8526%206.27608%2021.5011%205.67738%2020.9548C5.47554%2020.7706%205.29272%2020.5513%204.92711%2020.1125C4.32806%2019.3937%204%2018.4875%204%2017.5518V16.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2012V16M10%2014L14%2014%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%20d%3D%22M6%203.5C6%203.03406%206%202.80109%206.07612%202.61732C6.17761%202.37229%206.37229%202.17761%206.61732%202.07612C6.80109%202%207.03406%202%207.5%202H16.5C16.9659%202%2017.1989%202%2017.3827%202.07612C17.6277%202.17761%2017.8224%202.37229%2017.9239%202.61732C18%202.80109%2018%203.03406%2018%203.5C18%203.96594%2018%204.19891%2017.9239%204.38268C17.8224%204.62771%2017.6277%204.82239%2017.3827%204.92388C17.1989%205%2016.9659%205%2016.5%205H7.5C7.03406%205%206.80109%205%206.61732%204.92388C6.37229%204.82239%206.17761%204.62771%206.07612%204.38268C6%204.19891%206%203.96594%206%203.5Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4.5%2018H19.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4.5%2010H8.25M19.5%2010H12%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M20%2010.9083C20%209.70126%2019.455%208.55877%2018.5168%207.79931L16.1595%205.89102C15.6146%205.44989%2015.3421%205.22933%2015.0182%205.11466C14.6943%205%2014.3438%205%2013.6427%205H10.4031C9.70834%205%209.36095%205%209.03955%205.11274C8.71814%205.22549%208.44688%205.4425%207.90434%205.87652L5.50122%207.79902C4.55236%208.55811%204%209.70736%204%2010.9225V12.5M20%2015V17.5649C20%2018.4927%2019.6775%2019.3916%2019.0877%2020.1078L18.7294%2020.5428C17.9696%2021.4655%2016.837%2022%2015.6417%2022H8.95693C8.38582%2022%208.10026%2022%207.82957%2021.9628C7.02661%2021.8526%206.27608%2021.5011%205.67738%2020.9548C5.47554%2020.7706%205.29272%2020.5513%204.92711%2020.1125C4.32806%2019.3937%204%2018.4875%204%2017.5518V16.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2012V16M10%2014L14%2014%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/jar-of-pills-broken.svg?color=%231a73e8&size=48