Apotheek Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Apotheek 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/336493.svg" alt="Apotheek icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336493.svg" alt="Apotheek icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336493.svg" alt="Apotheek icon" :width="24" :height="24" />
CSS background
.icon-apotheek {
background-image: url('https://proicons.com/icon/336493.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M21.6256,10.4323c-4.8035,0-8.6975,3.894-8.6975,8.6975s3.894,8.6975,8.6975,8.6975V10.4323Z"/><path class="c" d="M24.1299,40.1411c6.0431,0,10.942-4.8989,10.942-10.942s-4.8989-10.942-10.942-10.942v21.884Z"/><path class="c" d="M24.1299,14.442c3.0215,0,5.471-2.4494,5.471-5.471s-2.4494-5.471-5.471-5.471v10.942Z"/><path class="c" d="M21.6256,32.7163c-3.254,0-5.8918,2.6379-5.8918,5.8918s2.6379,5.8918,5.8918,5.8918v-11.7837Z"/></svg>
Copied!