Rite Aid Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rite Aid 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/346739.svg" alt="Rite Aid icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346739.svg" alt="Rite Aid icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346739.svg" alt="Rite Aid icon" :width="24" :height="24" />
CSS background
.icon-rite-aid {
background-image: url('https://proicons.com/icon/346739.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="m17.3894,8.0032c-1.1434.6654-1.9207,1.8903-1.9207,3.3084s.7773,2.643,1.9207,3.3084c1.1432-.6654,1.9206-1.8902,1.9206-3.3084s-.7773-2.643-1.9206-3.3084Z"/><path class="c" d="m23.7239,14.7504c-1.279-.338-2.6948-.0215-3.6975.9812s-1.3192,2.4186-.9812,3.6975c1.2789.3379,2.6946.0215,3.6974-.9813,1.0028-1.0028,1.3192-2.4186.9813-3.6974Z"/><path class="c" d="m11.0547,14.7504c1.279-.338,2.6948-.0215,3.6975.9812s1.3192,2.4186.9812,3.6975c-1.2789.3379-2.6946.0215-3.6974-.9813-1.0028-1.0028-1.3192-2.4186-.9813-3.6974Z"/><path class="c" d="m24,43.5c10.7072-2.6045,16.2723-11.6866,16.2723-16.6284s0-22.3716,0-22.3716h-16.2723s-16.2723,0-16.2723,0v22.3716c0,4.9418,5.5651,14.024,16.2723,16.6284Z"/><path class="c" d="m24,38.2243h3.851c3.6563-1.3022,8.6648-7.1622,8.6648-10.2175v-5.1087s-12.5158,0-12.5158,0h-12.5158v5.1087c0,3.0552,5.0086,8.9152,8.6648,10.2175h3.851Z"/><polyline class="c" points="31.9433 35.4696 24 35.4696 16.0567 35.4696"/><path class="c" d="m24.6066,20.3438c2.8048-4.3574,6.0604-5.4593,6.0604-5.4593.5009-2.0034,2.354-3.9568,2.354-3.9568l3.4559,3.1053c-1.5527,1.7029-3.1053,1.9533-3.1053,1.9533-.5009,2.6045-2.5544,4.3574-2.5544,4.3574h-6.2106Z"/></svg>
Copied!