Albertsons Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Albertsons 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/321565.svg" alt="Albertsons icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321565.svg" alt="Albertsons icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321565.svg" alt="Albertsons icon" :width="24" :height="24" />
CSS background
.icon-albertsons {
background-image: url('https://proicons.com/icon/321565.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m24.0968,32.9681c-1.2359-1.0893-1.0643-2.9925-4.4968-3.6199h-3.1711c-.0958,1.3716-.3791,3.4514,2.6913,4.5347.5805.2045,2.5905-.0499,3.21.4489l2.0589,1.6599c.6224-1.0833.8758-2.388,3.5382-2.2444l1.3406.002c2.5875.004,2.5945-3.3147,2.5676-4.5985h-3.1072c-2.8539.4888-3.4155,2.8289-4.6304,3.8165l-.001.001Zm.3202-2.5267c-.4219-1.0155-2.806-2.2803-2.8279-5.0973-.018-2.4509,2.4768-3.5292,2.6524-4.9077,2.1406,3.5272,2.3441,4.5037,2.2723,5.7007-.1337,2.2544-1.8015,2.409-2.0968,4.3042Zm3.6968-18.4329s9.8743,11.0663,13.3706,15.4185c2.6195,3.2598,2.7102,7.9192.1297,8.1347h-7.5152c.7631-.5087,3.5561-2.6813-.5825-7.5581l-9.745-10.9205m4.3426-5.0745h-8.5127s-8.8628,10.1636-13.0853,15.4175c-2.6195,3.2608-2.7102,7.9202-.1297,8.1357h7.5152c-.7631-.5087-3.5561-2.6813.5825-7.5581l13.5761-15.995m-8.4589,0s-8.8628,10.1636-13.0853,15.4175c-2.6195,3.2608-2.7102,7.9202-.1297,8.1357h7.5152c-.7631-.5087-3.5561-2.6813.5825-7.5581l13.603-15.995h-8.4858Z"/></svg>
Copied!