My Pharmacy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The My Pharmacy icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/344335.svg" alt="My Pharmacy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344335.svg" alt="My Pharmacy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344335.svg" alt="My Pharmacy icon" :width="24" :height="24" />
CSS background
.icon-my-pharmacy {
background-image: url('https://proicons.com/icon/344335.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.i{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="i" d="M13.7906,14.6002h20.4188c5.147,0,9.2906,4.1472,9.2906,9.2987v.2005c0,5.1515-4.1436,9.2987-9.2906,9.2987H13.7906c-5.147,0-9.2906-4.1472-9.2906-9.2987v-.2005c0-5.1515,4.1436-9.2987,9.2906-9.2987Z"/><path id="d" class="i" d="M24,14.6007v6.9737s-.1756-.0003-.1756-.0003h0c-1.4297,0-2.5807,1.0816-2.5807,2.4251s1.151,2.4251,2.5807,2.4251l.1755.0008v6.9748"/></g><g id="e"><path id="f" class="i" d="M30.8663,27.8508c-1.7577,1.1332-4.2512,1.7794-6.8663,1.7794s-5.1095-.6464-6.8672-1.7799"/><path id="g" class="i" d="M26.8734,19.8553c.4428-.7808,1.325-1.2709,2.2875-1.2709.9634,0,1.8462.4911,2.2886,1.273"/><path id="h" class="i" d="M16.5505,19.8553c.4428-.7808,1.325-1.2709,2.2875-1.2709.9634,0,1.8462.4911,2.2886,1.273"/></g></svg>
Copied!