pharmacy-outline-24px from Health Icons by Resolve to Save Lives · Outline 24px · Symbols · MIT Free for personal and commercial use.

Name
pharmacy-outline-24px
Set
Health Icons
Style
Outline 24px
Category
Symbols
Viewbox
24×24
License
MIT

3 other variants in Health Icons

More symbols icons from Health Icons

Use the pharmacy icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M9 5c0-.406.152-.747.356-.884c.15-.1.713-.336 2.19.416a1 1 0 0 0 .908-1.782c-1.723-.877-3.16-1-4.21-.296C7.248 3.121 7 4.274 7 5H5c-.552 0-1.008.45-.919.996a6.3 6.3 0 0 0 .528 1.683c.402.85.991 1.62 1.734 2.27a8.2 8.2 0 0 0 2.596 1.518c.66.24 1.354.4 2.061.478V15h2v-3.055a9 9 0 0 0 1.934-.433a2 2 0 0 1-.934 1.22v2.142c1.725-.444 3-2.01 3-3.874a1 1 0 0 0-.111-.459q.405-.274.768-.591a7 7 0 0 0 1.734-2.271a6.4 6.4 0 0 0 .528-1.683C20.009 5.45 19.552 5 19 5zM7.66 8.445A5.1 5.1 0 0 1 6.505 7h10.99a5.1 5.1 0 0 1-1.155 1.445a6.2 6.2 0 0 1-1.96 1.142a7 7 0 0 1-2.376.413h-.008c-.82 0-1.629-.142-2.376-.413a6.2 6.2 0 0 1-1.96-1.142" clip-rule="evenodd"/><path d="M7 20h4a1 1 0 0 1 .706-.956l2.183-.728a.162.162 0 0 0-.051-.316H9.5a2.5 2.5 0 0 1 0-5h.5v2h-.5a.5.5 0 0 0 0 1h4.338a2.162 2.162 0 0 1 1.14 4H17v2H7z"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsPharmacyOutline24px(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M9 5c0-.406.152-.747.356-.884c.15-.1.713-.336 2.19.416a1 1 0 0 0 .908-1.782c-1.723-.877-3.16-1-4.21-.296C7.248 3.121 7 4.274 7 5H5c-.552 0-1.008.45-.919.996a6.3 6.3 0 0 0 .528 1.683c.402.85.991 1.62 1.734 2.27a8.2 8.2 0 0 0 2.596 1.518c.66.24 1.354.4 2.061.478V15h2v-3.055a9 9 0 0 0 1.934-.433a2 2 0 0 1-.934 1.22v2.142c1.725-.444 3-2.01 3-3.874a1 1 0 0 0-.111-.459q.405-.274.768-.591a7 7 0 0 0 1.734-2.271a6.4 6.4 0 0 0 .528-1.683C20.009 5.45 19.552 5 19 5zM7.66 8.445A5.1 5.1 0 0 1 6.505 7h10.99a5.1 5.1 0 0 1-1.155 1.445a6.2 6.2 0 0 1-1.96 1.142a7 7 0 0 1-2.376.413h-.008c-.82 0-1.629-.142-2.376-.413a6.2 6.2 0 0 1-1.96-1.142" clipRule="evenodd"/><path d="M7 20h4a1 1 0 0 1 .706-.956l2.183-.728a.162.162 0 0 0-.051-.316H9.5a2.5 2.5 0 0 1 0-5h.5v2h-.5a.5.5 0 0 0 0 1h4.338a2.162 2.162 0 0 1 1.14 4H17v2H7z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M9 5c0-.406.152-.747.356-.884c.15-.1.713-.336 2.19.416a1 1 0 0 0 .908-1.782c-1.723-.877-3.16-1-4.21-.296C7.248 3.121 7 4.274 7 5H5c-.552 0-1.008.45-.919.996a6.3 6.3 0 0 0 .528 1.683c.402.85.991 1.62 1.734 2.27a8.2 8.2 0 0 0 2.596 1.518c.66.24 1.354.4 2.061.478V15h2v-3.055a9 9 0 0 0 1.934-.433a2 2 0 0 1-.934 1.22v2.142c1.725-.444 3-2.01 3-3.874a1 1 0 0 0-.111-.459q.405-.274.768-.591a7 7 0 0 0 1.734-2.271a6.4 6.4 0 0 0 .528-1.683C20.009 5.45 19.552 5 19 5zM7.66 8.445A5.1 5.1 0 0 1 6.505 7h10.99a5.1 5.1 0 0 1-1.155 1.445a6.2 6.2 0 0 1-1.96 1.142a7 7 0 0 1-2.376.413h-.008c-.82 0-1.629-.142-2.376-.413a6.2 6.2 0 0 1-1.96-1.142" clip-rule="evenodd"/><path d="M7 20h4a1 1 0 0 1 .706-.956l2.183-.728a.162.162 0 0 0-.051-.316H9.5a2.5 2.5 0 0 1 0-5h.5v2h-.5a.5.5 0 0 0 0 1h4.338a2.162 2.162 0 0 1 1.14 4H17v2H7z"/></g></svg>
</template>

CSS

.icon-pharmacy-outline-24px {
  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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9%205c0-.406.152-.747.356-.884c.15-.1.713-.336%202.19.416a1%201%200%200%200%20.908-1.782c-1.723-.877-3.16-1-4.21-.296C7.248%203.121%207%204.274%207%205H5c-.552%200-1.008.45-.919.996a6.3%206.3%200%200%200%20.528%201.683c.402.85.991%201.62%201.734%202.27a8.2%208.2%200%200%200%202.596%201.518c.66.24%201.354.4%202.061.478V15h2v-3.055a9%209%200%200%200%201.934-.433a2%202%200%200%201-.934%201.22v2.142c1.725-.444%203-2.01%203-3.874a1%201%200%200%200-.111-.459q.405-.274.768-.591a7%207%200%200%200%201.734-2.271a6.4%206.4%200%200%200%20.528-1.683C20.009%205.45%2019.552%205%2019%205zM7.66%208.445A5.1%205.1%200%200%201%206.505%207h10.99a5.1%205.1%200%200%201-1.155%201.445a6.2%206.2%200%200%201-1.96%201.142a7%207%200%200%201-2.376.413h-.008c-.82%200-1.629-.142-2.376-.413a6.2%206.2%200%200%201-1.96-1.142%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M7%2020h4a1%201%200%200%201%20.706-.956l2.183-.728a.162.162%200%200%200-.051-.316H9.5a2.5%202.5%200%200%201%200-5h.5v2h-.5a.5.5%200%200%200%200%201h4.338a2.162%202.162%200%200%201%201.14%204H17v2H7z%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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9%205c0-.406.152-.747.356-.884c.15-.1.713-.336%202.19.416a1%201%200%200%200%20.908-1.782c-1.723-.877-3.16-1-4.21-.296C7.248%203.121%207%204.274%207%205H5c-.552%200-1.008.45-.919.996a6.3%206.3%200%200%200%20.528%201.683c.402.85.991%201.62%201.734%202.27a8.2%208.2%200%200%200%202.596%201.518c.66.24%201.354.4%202.061.478V15h2v-3.055a9%209%200%200%200%201.934-.433a2%202%200%200%201-.934%201.22v2.142c1.725-.444%203-2.01%203-3.874a1%201%200%200%200-.111-.459q.405-.274.768-.591a7%207%200%200%200%201.734-2.271a6.4%206.4%200%200%200%20.528-1.683C20.009%205.45%2019.552%205%2019%205zM7.66%208.445A5.1%205.1%200%200%201%206.505%207h10.99a5.1%205.1%200%200%201-1.155%201.445a6.2%206.2%200%200%201-1.96%201.142a7%207%200%200%201-2.376.413h-.008c-.82%200-1.629-.142-2.376-.413a6.2%206.2%200%200%201-1.96-1.142%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M7%2020h4a1%201%200%200%201%20.706-.956l2.183-.728a.162.162%200%200%200-.051-.316H9.5a2.5%202.5%200%200%201%200-5h.5v2h-.5a.5.5%200%200%200%200%201h4.338a2.162%202.162%200%200%201%201.14%204H17v2H7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/pharmacy-outline-24px.svg?color=%231a73e8&size=48