Samsung Galaxy Shop Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Samsung Galaxy Shop 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/346925.svg" alt="Samsung Galaxy Shop icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346925.svg" alt="Samsung Galaxy Shop icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346925.svg" alt="Samsung Galaxy Shop icon" :width="24" :height="24" />
CSS background
.icon-samsung-galaxy-shop {
background-image: url('https://proicons.com/icon/346925.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="m5.8153,15.6392l2.0557,20.2679c.4373,4.312,4.0678,7.5929,8.4019,7.5929h15.4542c4.3341,0,7.9646-3.2809,8.4019-7.5929l2.0557-20.2679H5.8153Z"/><path class="c" d="m15.6334,15.6392v-2.815c.0225-4.6204,3.7864-8.3477,8.4068-8.3252,4.5886.0224,8.3028,3.7366,8.3252,8.3252v2.815"/></svg>
Copied!