Shop Samsung Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Shop Samsung 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/332695.svg" alt="Shop Samsung icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332695.svg" alt="Shop Samsung icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332695.svg" alt="Shop Samsung icon" :width="24" :height="24" />
CSS background
.icon-shop-samsung {
background-image: url('https://proicons.com/icon/332695.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><rect class="b" x="6" y="5" width="37" height="37" rx="4" ry="4"/><path class="b" d="M27.9167,21.16h0c1.1838,0,2.1434.9596,2.1434,2.1434v1.3932c0,1.1838-.9596,2.1434-2.1434,2.1434h0c-1.1838,0-2.1434-.9596-2.1434-2.1434v-1.3932c0-1.1838.9596-2.1434,2.1434-2.1434Z"/><line class="b" x1="19.3335" y1="18.2664" x2="19.3335" y2="26.84"/><path class="b" d="M19.3335,23.3034c0-1.1838.9596-2.1434,2.1434-2.1434s2.1434.9596,2.1434,2.1434v3.5366"/><path class="b" d="M11.6698,25.9012c.5258.6845,1.185.9393,2.1021.9393h1.2693c1.1812,0,2.1388-.9576,2.1388-2.1388v-.0092c0-1.1812-.9576-2.1388-2.1388-2.1388h-1.4002c-1.1825,0-2.141-.9586-2.141-2.141,0-1.1851.9607-2.1458,2.1458-2.1458h1.2624c.9172,0,1.5764.255,2.1021.9393"/><path class="b" d="M32.2132,24.6966c0,1.1838.9596,2.1434,2.1434,2.1434s2.1434-.9596,2.1434-2.1434v-1.3932c0-1.1838-.9596-2.1434-2.1434-2.1434s-2.1434.9596-2.1434,2.1434"/><line class="b" x1="32.2132" y1="21.16" x2="32.2132" y2="29.7336"/></svg>
Copied!