Walgreens Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Walgreens 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/334946.svg" alt="Walgreens icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334946.svg" alt="Walgreens icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334946.svg" alt="Walgreens icon" :width="24" :height="24" />
CSS background
.icon-walgreens {
background-image: url('https://proicons.com/icon/334946.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m4.5,16.5004c4.4197-4.8769,11.0949.8839,14.9354-3.5052-4.0539,5.8827-15.5226,19.3769-7.2239,22.4336,9.2684,3.4138,24.5367-15.9108,19.2636-19.1417-5.1295-3.143-15.4536,18.5321-4.7854,20.0256,9.4945,1.3292,19.3551-18.5016,16.2156-24.6891"/></svg>
Copied!