pharmacy alt icon
pharmacy-alt from Health Icons by Resolve to Save Lives · Filled · Symbols · MIT Free for personal and commercial use.
- Name
- pharmacy-alt
- Set
- Health Icons
- Style
- Filled
- Category
- Symbols
- Viewbox
- 48×48
- License
- MIT
1 other variant in Health Icons
More symbols icons from Health Icons
Use the pharmacy alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M16 32v10h16V32h10V16H32V6H16v10H6v16zm10.5-15.497h-2.63a.6.6 0 0 0-.272.047c-.835.407-1.359 1.126-1.68 1.978q-.09.236-.156.475h-2.058c.082-.387.193-.787.343-1.182c.442-1.171 1.249-2.373 2.674-3.069a2.6 2.6 0 0 1 1.15-.25h2.63a1 1 0 0 1 0 2m-8.5 3.5c-.552 0-1.013.456-.863.988c.577 2.059 2.926 3.661 5.863 3.961v1.558c-.695.017-1.417.073-2.03.251c-.478.14-.985.378-1.373.814c-.406.456-.597 1.032-.597 1.675s.19 1.22.596 1.677c.388.437.895.677 1.374.817c.32.093.67.153 1.03.191v-2.013a3.4 3.4 0 0 1-.47-.098c-.27-.08-.389-.168-.438-.224c-.032-.036-.092-.117-.092-.35c0-.23.06-.31.09-.345c.05-.056.168-.145.44-.224c.383-.111.877-.153 1.47-.169v5.491h-3v2h8v-2h-3v-5.537c1.102-.086 1.995-.328 2.667-.761c.945-.61 1.333-1.517 1.333-2.48a2.93 2.93 0 0 0-.37-1.471c1.124-.71 1.927-1.672 2.233-2.763c.15-.532-.31-.988-.863-.988zm7 6.455c.809-.078 1.3-.252 1.583-.434c.305-.197.417-.428.417-.799c0-.281-.064-.472-.229-.63a9 9 0 0 1-1.77.357z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsPharmacyAlt(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M16 32v10h16V32h10V16H32V6H16v10H6v16zm10.5-15.497h-2.63a.6.6 0 0 0-.272.047c-.835.407-1.359 1.126-1.68 1.978q-.09.236-.156.475h-2.058c.082-.387.193-.787.343-1.182c.442-1.171 1.249-2.373 2.674-3.069a2.6 2.6 0 0 1 1.15-.25h2.63a1 1 0 0 1 0 2m-8.5 3.5c-.552 0-1.013.456-.863.988c.577 2.059 2.926 3.661 5.863 3.961v1.558c-.695.017-1.417.073-2.03.251c-.478.14-.985.378-1.373.814c-.406.456-.597 1.032-.597 1.675s.19 1.22.596 1.677c.388.437.895.677 1.374.817c.32.093.67.153 1.03.191v-2.013a3.4 3.4 0 0 1-.47-.098c-.27-.08-.389-.168-.438-.224c-.032-.036-.092-.117-.092-.35c0-.23.06-.31.09-.345c.05-.056.168-.145.44-.224c.383-.111.877-.153 1.47-.169v5.491h-3v2h8v-2h-3v-5.537c1.102-.086 1.995-.328 2.667-.761c.945-.61 1.333-1.517 1.333-2.48a2.93 2.93 0 0 0-.37-1.471c1.124-.71 1.927-1.672 2.233-2.763c.15-.532-.31-.988-.863-.988zm7 6.455c.809-.078 1.3-.252 1.583-.434c.305-.197.417-.428.417-.799c0-.281-.064-.472-.229-.63a9 9 0 0 1-1.77.357z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M16 32v10h16V32h10V16H32V6H16v10H6v16zm10.5-15.497h-2.63a.6.6 0 0 0-.272.047c-.835.407-1.359 1.126-1.68 1.978q-.09.236-.156.475h-2.058c.082-.387.193-.787.343-1.182c.442-1.171 1.249-2.373 2.674-3.069a2.6 2.6 0 0 1 1.15-.25h2.63a1 1 0 0 1 0 2m-8.5 3.5c-.552 0-1.013.456-.863.988c.577 2.059 2.926 3.661 5.863 3.961v1.558c-.695.017-1.417.073-2.03.251c-.478.14-.985.378-1.373.814c-.406.456-.597 1.032-.597 1.675s.19 1.22.596 1.677c.388.437.895.677 1.374.817c.32.093.67.153 1.03.191v-2.013a3.4 3.4 0 0 1-.47-.098c-.27-.08-.389-.168-.438-.224c-.032-.036-.092-.117-.092-.35c0-.23.06-.31.09-.345c.05-.056.168-.145.44-.224c.383-.111.877-.153 1.47-.169v5.491h-3v2h8v-2h-3v-5.537c1.102-.086 1.995-.328 2.667-.761c.945-.61 1.333-1.517 1.333-2.48a2.93 2.93 0 0 0-.37-1.471c1.124-.71 1.927-1.672 2.233-2.763c.15-.532-.31-.988-.863-.988zm7 6.455c.809-.078 1.3-.252 1.583-.434c.305-.197.417-.428.417-.799c0-.281-.064-.472-.229-.63a9 9 0 0 1-1.77.357z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-pharmacy-alt {
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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M16%2032v10h16V32h10V16H32V6H16v10H6v16zm10.5-15.497h-2.63a.6.6%200%200%200-.272.047c-.835.407-1.359%201.126-1.68%201.978q-.09.236-.156.475h-2.058c.082-.387.193-.787.343-1.182c.442-1.171%201.249-2.373%202.674-3.069a2.6%202.6%200%200%201%201.15-.25h2.63a1%201%200%200%201%200%202m-8.5%203.5c-.552%200-1.013.456-.863.988c.577%202.059%202.926%203.661%205.863%203.961v1.558c-.695.017-1.417.073-2.03.251c-.478.14-.985.378-1.373.814c-.406.456-.597%201.032-.597%201.675s.19%201.22.596%201.677c.388.437.895.677%201.374.817c.32.093.67.153%201.03.191v-2.013a3.4%203.4%200%200%201-.47-.098c-.27-.08-.389-.168-.438-.224c-.032-.036-.092-.117-.092-.35c0-.23.06-.31.09-.345c.05-.056.168-.145.44-.224c.383-.111.877-.153%201.47-.169v5.491h-3v2h8v-2h-3v-5.537c1.102-.086%201.995-.328%202.667-.761c.945-.61%201.333-1.517%201.333-2.48a2.93%202.93%200%200%200-.37-1.471c1.124-.71%201.927-1.672%202.233-2.763c.15-.532-.31-.988-.863-.988zm7%206.455c.809-.078%201.3-.252%201.583-.434c.305-.197.417-.428.417-.799c0-.281-.064-.472-.229-.63a9%209%200%200%201-1.77.357z%22%20clip-rule%3D%22evenodd%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M16%2032v10h16V32h10V16H32V6H16v10H6v16zm10.5-15.497h-2.63a.6.6%200%200%200-.272.047c-.835.407-1.359%201.126-1.68%201.978q-.09.236-.156.475h-2.058c.082-.387.193-.787.343-1.182c.442-1.171%201.249-2.373%202.674-3.069a2.6%202.6%200%200%201%201.15-.25h2.63a1%201%200%200%201%200%202m-8.5%203.5c-.552%200-1.013.456-.863.988c.577%202.059%202.926%203.661%205.863%203.961v1.558c-.695.017-1.417.073-2.03.251c-.478.14-.985.378-1.373.814c-.406.456-.597%201.032-.597%201.675s.19%201.22.596%201.677c.388.437.895.677%201.374.817c.32.093.67.153%201.03.191v-2.013a3.4%203.4%200%200%201-.47-.098c-.27-.08-.389-.168-.438-.224c-.032-.036-.092-.117-.092-.35c0-.23.06-.31.09-.345c.05-.056.168-.145.44-.224c.383-.111.877-.153%201.47-.169v5.491h-3v2h8v-2h-3v-5.537c1.102-.086%201.995-.328%202.667-.761c.945-.61%201.333-1.517%201.333-2.48a2.93%202.93%200%200%200-.37-1.471c1.124-.71%201.927-1.672%202.233-2.763c.15-.532-.31-.988-.863-.988zm7%206.455c.809-.078%201.3-.252%201.583-.434c.305-.197.417-.428.417-.799c0-.281-.064-.472-.229-.63a9%209%200%200%201-1.77.357z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/pharmacy-alt.svg?color=%231a73e8&size=48