Samsung Pay Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Samsung Pay 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/332381.svg" alt="Samsung Pay icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332381.svg" alt="Samsung Pay icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332381.svg" alt="Samsung Pay icon" :width="24" :height="24" />
CSS background
.icon-samsung-pay {
background-image: url('https://proicons.com/icon/332381.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="c" d="M11.5,27.9458v-11.965h3.9171c2.2145,0,4.0097,1.7991,4.0097,4.0183s-1.7952,4.0183-4.0097,4.0183h-3.9171"/><path class="c" d="M36.5,24.9897v4.0382c0,1.652-1.3392,2.9912-2.9912,2.9912h0c-.826,0-1.5738-.3348-2.1151-.8761"/><path class="c" d="M36.5,20.0542v4.9355c0,1.652-1.3392,2.9912-2.9912,2.9912h0c-1.652,0-2.9912-1.3392-2.9912-2.9912v-4.9355"/><path class="c" d="M27.5263,24.9897c0,1.652-1.3392,2.9912-2.9912,2.9912h0c-1.652,0-2.9912-1.3392-2.9912-2.9912v-1.9443c0-1.652,1.3392-2.9912,2.9912-2.9912h0c1.652,0,2.9912,1.3392,2.9912,2.9912"/><line class="c" x1="27.5263" y1="27.981" x2="27.5263" y2="20.0542"/></svg>
Samsung Pay in other icon packs
Copied!