pharmacy icon
pharmacy-outline from Health Icons by Resolve to Save Lives · Outline · Symbols · MIT Free for personal and commercial use.
- Name
- pharmacy-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Symbols
- Viewbox
- 48×48
- License
- MIT
- Aliases
- pharmacy2x-outline
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 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M18.862 8.353c-.568 1.332-.614 3.037-.557 4.647H37c.552 0 1.006.45.943.998c-.385 3.365-2.699 6.293-6.066 8.097c.085.393.123.798.123 1.208c0 1.819-1.377 3.255-2.849 4.167A10.6 10.6 0 0 1 26 28.759v-2.067a8.6 8.6 0 0 0 2.099-.923C29.377 24.978 30 24.066 30 23.303q0-.185-.014-.356c-1.497.557-3.14.912-4.871 1.019V32h-2v-8.022c-6.898-.338-12.442-4.6-13.058-9.98c-.063-.548.39-.998.943-.998h5.304c-.057-1.633-.021-3.698.718-5.431c.424-.995 1.09-1.91 2.113-2.566C20.155 4.35 21.452 4 23.058 4c1.967 0 3.567.714 4.656 1.406c.547.347.975.695 1.27.959a8 8 0 0 1 .466.455l.01.01l.002.004l.002.001s0 .002-.734.653l.735-.651a1 1 0 0 1-1.495 1.328l-.01-.011l-.058-.06a6 6 0 0 0-.253-.24a8 8 0 0 0-1.007-.76C25.762 6.536 24.533 6 23.058 6c-1.316 0-2.215.284-2.843.686c-.624.4-1.055.967-1.353 1.667M12.306 15c1.175 3.76 5.667 7 11.694 7s10.52-3.24 11.694-7z" clip-rule="evenodd"/><path d="M16 42v2h16v-2h-3.019c.66-.812 1.019-1.835 1.019-3c0-1.545-.632-2.84-1.757-3.724C27.143 34.413 25.655 34 24 34c-1.483 0-2.8-.13-3.719-.539c-.441-.196-.747-.438-.946-.722c-.194-.277-.335-.664-.335-1.24c0-.574.14-.96.335-1.238c.199-.284.505-.526.946-.722c.477-.212 1.06-.35 1.719-.432v-2.014c-.894.096-1.77.28-2.531.618c-.684.304-1.315.75-1.773 1.403c-.462.66-.696 1.461-.696 2.386s.234 1.726.696 2.386c.458.653 1.09 1.099 1.773 1.403c1.33.591 3.014.71 4.531.71c1.346 0 2.356.338 3.007.85c.625.49.993 1.196.993 2.15c0 .956-.368 1.661-.993 2.152c-.457.359-1.09.632-1.892.763V38h-2v4z"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsPharmacyOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fillRule="evenodd" d="M18.862 8.353c-.568 1.332-.614 3.037-.557 4.647H37c.552 0 1.006.45.943.998c-.385 3.365-2.699 6.293-6.066 8.097c.085.393.123.798.123 1.208c0 1.819-1.377 3.255-2.849 4.167A10.6 10.6 0 0 1 26 28.759v-2.067a8.6 8.6 0 0 0 2.099-.923C29.377 24.978 30 24.066 30 23.303q0-.185-.014-.356c-1.497.557-3.14.912-4.871 1.019V32h-2v-8.022c-6.898-.338-12.442-4.6-13.058-9.98c-.063-.548.39-.998.943-.998h5.304c-.057-1.633-.021-3.698.718-5.431c.424-.995 1.09-1.91 2.113-2.566C20.155 4.35 21.452 4 23.058 4c1.967 0 3.567.714 4.656 1.406c.547.347.975.695 1.27.959a8 8 0 0 1 .466.455l.01.01l.002.004l.002.001s0 .002-.734.653l.735-.651a1 1 0 0 1-1.495 1.328l-.01-.011l-.058-.06a6 6 0 0 0-.253-.24a8 8 0 0 0-1.007-.76C25.762 6.536 24.533 6 23.058 6c-1.316 0-2.215.284-2.843.686c-.624.4-1.055.967-1.353 1.667M12.306 15c1.175 3.76 5.667 7 11.694 7s10.52-3.24 11.694-7z" clipRule="evenodd"/><path d="M16 42v2h16v-2h-3.019c.66-.812 1.019-1.835 1.019-3c0-1.545-.632-2.84-1.757-3.724C27.143 34.413 25.655 34 24 34c-1.483 0-2.8-.13-3.719-.539c-.441-.196-.747-.438-.946-.722c-.194-.277-.335-.664-.335-1.24c0-.574.14-.96.335-1.238c.199-.284.505-.526.946-.722c.477-.212 1.06-.35 1.719-.432v-2.014c-.894.096-1.77.28-2.531.618c-.684.304-1.315.75-1.773 1.403c-.462.66-.696 1.461-.696 2.386s.234 1.726.696 2.386c.458.653 1.09 1.099 1.773 1.403c1.33.591 3.014.71 4.531.71c1.346 0 2.356.338 3.007.85c.625.49.993 1.196.993 2.15c0 .956-.368 1.661-.993 2.152c-.457.359-1.09.632-1.892.763V38h-2v4z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M18.862 8.353c-.568 1.332-.614 3.037-.557 4.647H37c.552 0 1.006.45.943.998c-.385 3.365-2.699 6.293-6.066 8.097c.085.393.123.798.123 1.208c0 1.819-1.377 3.255-2.849 4.167A10.6 10.6 0 0 1 26 28.759v-2.067a8.6 8.6 0 0 0 2.099-.923C29.377 24.978 30 24.066 30 23.303q0-.185-.014-.356c-1.497.557-3.14.912-4.871 1.019V32h-2v-8.022c-6.898-.338-12.442-4.6-13.058-9.98c-.063-.548.39-.998.943-.998h5.304c-.057-1.633-.021-3.698.718-5.431c.424-.995 1.09-1.91 2.113-2.566C20.155 4.35 21.452 4 23.058 4c1.967 0 3.567.714 4.656 1.406c.547.347.975.695 1.27.959a8 8 0 0 1 .466.455l.01.01l.002.004l.002.001s0 .002-.734.653l.735-.651a1 1 0 0 1-1.495 1.328l-.01-.011l-.058-.06a6 6 0 0 0-.253-.24a8 8 0 0 0-1.007-.76C25.762 6.536 24.533 6 23.058 6c-1.316 0-2.215.284-2.843.686c-.624.4-1.055.967-1.353 1.667M12.306 15c1.175 3.76 5.667 7 11.694 7s10.52-3.24 11.694-7z" clip-rule="evenodd"/><path d="M16 42v2h16v-2h-3.019c.66-.812 1.019-1.835 1.019-3c0-1.545-.632-2.84-1.757-3.724C27.143 34.413 25.655 34 24 34c-1.483 0-2.8-.13-3.719-.539c-.441-.196-.747-.438-.946-.722c-.194-.277-.335-.664-.335-1.24c0-.574.14-.96.335-1.238c.199-.284.505-.526.946-.722c.477-.212 1.06-.35 1.719-.432v-2.014c-.894.096-1.77.28-2.531.618c-.684.304-1.315.75-1.773 1.403c-.462.66-.696 1.461-.696 2.386s.234 1.726.696 2.386c.458.653 1.09 1.099 1.773 1.403c1.33.591 3.014.71 4.531.71c1.346 0 2.356.338 3.007.85c.625.49.993 1.196.993 2.15c0 .956-.368 1.661-.993 2.152c-.457.359-1.09.632-1.892.763V38h-2v4z"/></g></svg> </template>
CSS
.icon-pharmacy-outline {
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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M18.862%208.353c-.568%201.332-.614%203.037-.557%204.647H37c.552%200%201.006.45.943.998c-.385%203.365-2.699%206.293-6.066%208.097c.085.393.123.798.123%201.208c0%201.819-1.377%203.255-2.849%204.167A10.6%2010.6%200%200%201%2026%2028.759v-2.067a8.6%208.6%200%200%200%202.099-.923C29.377%2024.978%2030%2024.066%2030%2023.303q0-.185-.014-.356c-1.497.557-3.14.912-4.871%201.019V32h-2v-8.022c-6.898-.338-12.442-4.6-13.058-9.98c-.063-.548.39-.998.943-.998h5.304c-.057-1.633-.021-3.698.718-5.431c.424-.995%201.09-1.91%202.113-2.566C20.155%204.35%2021.452%204%2023.058%204c1.967%200%203.567.714%204.656%201.406c.547.347.975.695%201.27.959a8%208%200%200%201%20.466.455l.01.01l.002.004l.002.001s0%20.002-.734.653l.735-.651a1%201%200%200%201-1.495%201.328l-.01-.011l-.058-.06a6%206%200%200%200-.253-.24a8%208%200%200%200-1.007-.76C25.762%206.536%2024.533%206%2023.058%206c-1.316%200-2.215.284-2.843.686c-.624.4-1.055.967-1.353%201.667M12.306%2015c1.175%203.76%205.667%207%2011.694%207s10.52-3.24%2011.694-7z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M16%2042v2h16v-2h-3.019c.66-.812%201.019-1.835%201.019-3c0-1.545-.632-2.84-1.757-3.724C27.143%2034.413%2025.655%2034%2024%2034c-1.483%200-2.8-.13-3.719-.539c-.441-.196-.747-.438-.946-.722c-.194-.277-.335-.664-.335-1.24c0-.574.14-.96.335-1.238c.199-.284.505-.526.946-.722c.477-.212%201.06-.35%201.719-.432v-2.014c-.894.096-1.77.28-2.531.618c-.684.304-1.315.75-1.773%201.403c-.462.66-.696%201.461-.696%202.386s.234%201.726.696%202.386c.458.653%201.09%201.099%201.773%201.403c1.33.591%203.014.71%204.531.71c1.346%200%202.356.338%203.007.85c.625.49.993%201.196.993%202.15c0%20.956-.368%201.661-.993%202.152c-.457.359-1.09.632-1.892.763V38h-2v4z%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M18.862%208.353c-.568%201.332-.614%203.037-.557%204.647H37c.552%200%201.006.45.943.998c-.385%203.365-2.699%206.293-6.066%208.097c.085.393.123.798.123%201.208c0%201.819-1.377%203.255-2.849%204.167A10.6%2010.6%200%200%201%2026%2028.759v-2.067a8.6%208.6%200%200%200%202.099-.923C29.377%2024.978%2030%2024.066%2030%2023.303q0-.185-.014-.356c-1.497.557-3.14.912-4.871%201.019V32h-2v-8.022c-6.898-.338-12.442-4.6-13.058-9.98c-.063-.548.39-.998.943-.998h5.304c-.057-1.633-.021-3.698.718-5.431c.424-.995%201.09-1.91%202.113-2.566C20.155%204.35%2021.452%204%2023.058%204c1.967%200%203.567.714%204.656%201.406c.547.347.975.695%201.27.959a8%208%200%200%201%20.466.455l.01.01l.002.004l.002.001s0%20.002-.734.653l.735-.651a1%201%200%200%201-1.495%201.328l-.01-.011l-.058-.06a6%206%200%200%200-.253-.24a8%208%200%200%200-1.007-.76C25.762%206.536%2024.533%206%2023.058%206c-1.316%200-2.215.284-2.843.686c-.624.4-1.055.967-1.353%201.667M12.306%2015c1.175%203.76%205.667%207%2011.694%207s10.52-3.24%2011.694-7z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M16%2042v2h16v-2h-3.019c.66-.812%201.019-1.835%201.019-3c0-1.545-.632-2.84-1.757-3.724C27.143%2034.413%2025.655%2034%2024%2034c-1.483%200-2.8-.13-3.719-.539c-.441-.196-.747-.438-.946-.722c-.194-.277-.335-.664-.335-1.24c0-.574.14-.96.335-1.238c.199-.284.505-.526.946-.722c.477-.212%201.06-.35%201.719-.432v-2.014c-.894.096-1.77.28-2.531.618c-.684.304-1.315.75-1.773%201.403c-.462.66-.696%201.461-.696%202.386s.234%201.726.696%202.386c.458.653%201.09%201.099%201.773%201.403c1.33.591%203.014.71%204.531.71c1.346%200%202.356.338%203.007.85c.625.49.993%201.196.993%202.15c0%20.956-.368%201.661-.993%202.152c-.457.359-1.09.632-1.892.763V38h-2v4z%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.svg?color=%231a73e8&size=48