Samsclub Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Samsclub 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/315940.svg" alt="Samsclub icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315940.svg" alt="Samsclub icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315940.svg" alt="Samsclub icon" :width="24" :height="24" />
CSS background
.icon-samsclub {
background-image: url('https://proicons.com/icon/315940.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Sam's Club</title><path d="m14.275 1.71 9.403 9.504a1.119 1.119 0 0 1 .001 1.569l-9.401 9.507-1.624-1.64a1.136 1.136 0 0 1 0-1.596L19.631 12l-6.917-6.99a1.225 1.225 0 0 1 0-1.72l1.56-1.579zm-3.026 1.572L9.695 1.71.34 11.17a1.186 1.186 0 0 0 0 1.663l9.356 9.457 1.553-1.57a1.237 1.237 0 0 0 0-1.737L4.341 12l6.909-6.985a1.235 1.235 0 0 0-.001-1.734z"/></svg>
Copied!