Apoteket Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Apoteket 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/321933.svg" alt="Apoteket icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321933.svg" alt="Apoteket icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321933.svg" alt="Apoteket icon" :width="24" :height="24" />
CSS background
.icon-apoteket {
background-image: url('https://proicons.com/icon/321933.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M35.4181,13.2172c-5.9317-5.3071-19.3254-3.805-24.7122-.8687s-6.0465,5.9927-6.19,9.8772c-.2148,5.7937,1.7725,13.2848,8.1167,15.376,8.4742,2.7941,17.9339-3.5452,17.9339-3.5452l.1257,3.9742,12.5958-.3118L43.5,36.0515l-4.7-.5494s2.55-16.9782-3.3823-22.2855Z"/><path class="a" d="M14.5374,15.7038c.0315-2.7611,15.6041-3.7683,15.6308-.046l-.0392,14.033c-2.9612,5.3071-15.3256,6.4837-15.4725,2.8724Z"/></svg>
Copied!