pharmacy negative icon
pharmacy-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- pharmacy-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Related icons in Health Icons
Use the pharmacy negative icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsPharmacyNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM18.305 13c-.057-1.61-.011-3.315.556-4.647c.299-.7.73-1.266 1.354-1.667c.627-.402 1.527-.686 2.843-.686c1.475 0 2.704.536 3.584 1.094c.437.278.778.555 1.007.76a6 6 0 0 1 .31.3l.01.01v.001a1 1 0 0 0 1.496-1.328l-.735.65l.735-.65l-.003-.003l-.003-.004l-.01-.01a3 3 0 0 0-.122-.13a8 8 0 0 0-.343-.325a10 10 0 0 0-1.27-.96C26.624 4.716 25.024 4 23.058 4c-1.606 0-2.903.349-3.923 1.003c-1.023.657-1.69 1.57-2.114 2.566c-.738 1.733-.774 3.798-.718 5.431H11c-.553 0-1.006.45-.943.998c.615 5.38 6.16 9.643 13.058 9.98V32h2v-8.034a17 17 0 0 0 4.87-1.02q.015.172.015.357c0 .762-.623 1.674-1.901 2.466a8.6 8.6 0 0 1-2.099.924v2.066a10.6 10.6 0 0 0 3.151-1.29C30.624 26.56 32 25.123 32 23.304c0-.41-.038-.815-.123-1.208c3.367-1.804 5.68-4.732 6.066-8.097c.063-.548-.391-.998-.943-.998zM16 42h7.115v-4h2v3.914c.802-.131 1.436-.404 1.892-.763c.625-.49.993-1.196.993-2.151s-.368-1.66-.993-2.151c-.65-.512-1.662-.85-3.007-.85c-1.517 0-3.2-.119-4.531-.71c-.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.403c.76-.338 1.637-.522 2.531-.617v2.013c-.658.083-1.242.22-1.719.432c-.441.196-.747.438-.946.722c-.194.277-.335.664-.335 1.239s.14.962.335 1.239c.199.284.505.526.946.722c.92.409 2.236.539 3.719.539c1.654 0 3.144.413 4.243 1.276C29.368 36.16 30 37.455 30 39c0 1.165-.36 2.188-1.019 3H32v2H16z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsPharmacyNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsPharmacyNegative(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clipPath="url(#healthiconsPharmacyNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM18.305 13c-.057-1.61-.011-3.315.556-4.647c.299-.7.73-1.266 1.354-1.667c.627-.402 1.527-.686 2.843-.686c1.475 0 2.704.536 3.584 1.094c.437.278.778.555 1.007.76a6 6 0 0 1 .31.3l.01.01v.001a1 1 0 0 0 1.496-1.328l-.735.65l.735-.65l-.003-.003l-.003-.004l-.01-.01a3 3 0 0 0-.122-.13a8 8 0 0 0-.343-.325a10 10 0 0 0-1.27-.96C26.624 4.716 25.024 4 23.058 4c-1.606 0-2.903.349-3.923 1.003c-1.023.657-1.69 1.57-2.114 2.566c-.738 1.733-.774 3.798-.718 5.431H11c-.553 0-1.006.45-.943.998c.615 5.38 6.16 9.643 13.058 9.98V32h2v-8.034a17 17 0 0 0 4.87-1.02q.015.172.015.357c0 .762-.623 1.674-1.901 2.466a8.6 8.6 0 0 1-2.099.924v2.066a10.6 10.6 0 0 0 3.151-1.29C30.624 26.56 32 25.123 32 23.304c0-.41-.038-.815-.123-1.208c3.367-1.804 5.68-4.732 6.066-8.097c.063-.548-.391-.998-.943-.998zM16 42h7.115v-4h2v3.914c.802-.131 1.436-.404 1.892-.763c.625-.49.993-1.196.993-2.151s-.368-1.66-.993-2.151c-.65-.512-1.662-.85-3.007-.85c-1.517 0-3.2-.119-4.531-.71c-.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.403c.76-.338 1.637-.522 2.531-.617v2.013c-.658.083-1.242.22-1.719.432c-.441.196-.747.438-.946.722c-.194.277-.335.664-.335 1.239s.14.962.335 1.239c.199.284.505.526.946.722c.92.409 2.236.539 3.719.539c1.654 0 3.144.413 4.243 1.276C29.368 36.16 30 37.455 30 39c0 1.165-.36 2.188-1.019 3H32v2H16z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsPharmacyNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsPharmacyNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM18.305 13c-.057-1.61-.011-3.315.556-4.647c.299-.7.73-1.266 1.354-1.667c.627-.402 1.527-.686 2.843-.686c1.475 0 2.704.536 3.584 1.094c.437.278.778.555 1.007.76a6 6 0 0 1 .31.3l.01.01v.001a1 1 0 0 0 1.496-1.328l-.735.65l.735-.65l-.003-.003l-.003-.004l-.01-.01a3 3 0 0 0-.122-.13a8 8 0 0 0-.343-.325a10 10 0 0 0-1.27-.96C26.624 4.716 25.024 4 23.058 4c-1.606 0-2.903.349-3.923 1.003c-1.023.657-1.69 1.57-2.114 2.566c-.738 1.733-.774 3.798-.718 5.431H11c-.553 0-1.006.45-.943.998c.615 5.38 6.16 9.643 13.058 9.98V32h2v-8.034a17 17 0 0 0 4.87-1.02q.015.172.015.357c0 .762-.623 1.674-1.901 2.466a8.6 8.6 0 0 1-2.099.924v2.066a10.6 10.6 0 0 0 3.151-1.29C30.624 26.56 32 25.123 32 23.304c0-.41-.038-.815-.123-1.208c3.367-1.804 5.68-4.732 6.066-8.097c.063-.548-.391-.998-.943-.998zM16 42h7.115v-4h2v3.914c.802-.131 1.436-.404 1.892-.763c.625-.49.993-1.196.993-2.151s-.368-1.66-.993-2.151c-.65-.512-1.662-.85-3.007-.85c-1.517 0-3.2-.119-4.531-.71c-.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.403c.76-.338 1.637-.522 2.531-.617v2.013c-.658.083-1.242.22-1.719.432c-.441.196-.747.438-.946.722c-.194.277-.335.664-.335 1.239s.14.962.335 1.239c.199.284.505.526.946.722c.92.409 2.236.539 3.719.539c1.654 0 3.144.413 4.243 1.276C29.368 36.16 30 37.455 30 39c0 1.165-.36 2.188-1.019 3H32v2H16z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsPharmacyNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-pharmacy-negative {
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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsPharmacyNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM18.305%2013c-.057-1.61-.011-3.315.556-4.647c.299-.7.73-1.266%201.354-1.667c.627-.402%201.527-.686%202.843-.686c1.475%200%202.704.536%203.584%201.094c.437.278.778.555%201.007.76a6%206%200%200%201%20.31.3l.01.01v.001a1%201%200%200%200%201.496-1.328l-.735.65l.735-.65l-.003-.003l-.003-.004l-.01-.01a3%203%200%200%200-.122-.13a8%208%200%200%200-.343-.325a10%2010%200%200%200-1.27-.96C26.624%204.716%2025.024%204%2023.058%204c-1.606%200-2.903.349-3.923%201.003c-1.023.657-1.69%201.57-2.114%202.566c-.738%201.733-.774%203.798-.718%205.431H11c-.553%200-1.006.45-.943.998c.615%205.38%206.16%209.643%2013.058%209.98V32h2v-8.034a17%2017%200%200%200%204.87-1.02q.015.172.015.357c0%20.762-.623%201.674-1.901%202.466a8.6%208.6%200%200%201-2.099.924v2.066a10.6%2010.6%200%200%200%203.151-1.29C30.624%2026.56%2032%2025.123%2032%2023.304c0-.41-.038-.815-.123-1.208c3.367-1.804%205.68-4.732%206.066-8.097c.063-.548-.391-.998-.943-.998zM16%2042h7.115v-4h2v3.914c.802-.131%201.436-.404%201.892-.763c.625-.49.993-1.196.993-2.151s-.368-1.66-.993-2.151c-.65-.512-1.662-.85-3.007-.85c-1.517%200-3.2-.119-4.531-.71c-.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%201.09-1.099%201.773-1.403c.76-.338%201.637-.522%202.531-.617v2.013c-.658.083-1.242.22-1.719.432c-.441.196-.747.438-.946.722c-.194.277-.335.664-.335%201.239s.14.962.335%201.239c.199.284.505.526.946.722c.92.409%202.236.539%203.719.539c1.654%200%203.144.413%204.243%201.276C29.368%2036.16%2030%2037.455%2030%2039c0%201.165-.36%202.188-1.019%203H32v2H16z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsPharmacyNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsPharmacyNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM18.305%2013c-.057-1.61-.011-3.315.556-4.647c.299-.7.73-1.266%201.354-1.667c.627-.402%201.527-.686%202.843-.686c1.475%200%202.704.536%203.584%201.094c.437.278.778.555%201.007.76a6%206%200%200%201%20.31.3l.01.01v.001a1%201%200%200%200%201.496-1.328l-.735.65l.735-.65l-.003-.003l-.003-.004l-.01-.01a3%203%200%200%200-.122-.13a8%208%200%200%200-.343-.325a10%2010%200%200%200-1.27-.96C26.624%204.716%2025.024%204%2023.058%204c-1.606%200-2.903.349-3.923%201.003c-1.023.657-1.69%201.57-2.114%202.566c-.738%201.733-.774%203.798-.718%205.431H11c-.553%200-1.006.45-.943.998c.615%205.38%206.16%209.643%2013.058%209.98V32h2v-8.034a17%2017%200%200%200%204.87-1.02q.015.172.015.357c0%20.762-.623%201.674-1.901%202.466a8.6%208.6%200%200%201-2.099.924v2.066a10.6%2010.6%200%200%200%203.151-1.29C30.624%2026.56%2032%2025.123%2032%2023.304c0-.41-.038-.815-.123-1.208c3.367-1.804%205.68-4.732%206.066-8.097c.063-.548-.391-.998-.943-.998zM16%2042h7.115v-4h2v3.914c.802-.131%201.436-.404%201.892-.763c.625-.49.993-1.196.993-2.151s-.368-1.66-.993-2.151c-.65-.512-1.662-.85-3.007-.85c-1.517%200-3.2-.119-4.531-.71c-.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%201.09-1.099%201.773-1.403c.76-.338%201.637-.522%202.531-.617v2.013c-.658.083-1.242.22-1.719.432c-.441.196-.747.438-.946.722c-.194.277-.335.664-.335%201.239s.14.962.335%201.239c.199.284.505.526.946.722c.92.409%202.236.539%203.719.539c1.654%200%203.144.413%204.243%201.276C29.368%2036.16%2030%2037.455%2030%2039c0%201.165-.36%202.188-1.019%203H32v2H16z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsPharmacyNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/pharmacy-negative.svg?color=%231a73e8&size=48