Samsungpaymini Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Samsungpaymini 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/332391.svg" alt="Samsungpaymini icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332391.svg" alt="Samsungpaymini icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332391.svg" alt="Samsungpaymini icon" :width="24" :height="24" />
CSS background
.icon-samsungpaymini {
background-image: url('https://proicons.com/icon/332391.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;}.c{fill:#000;stroke-width:0px;}</style></defs><rect class="b" x="4.5" y="8.5" width="39" height="31" rx="4" ry="4"/><path class="b" d="M36.3482,20.4h7.1518v7.2h-7.1518c-1.573,0-2.8482-1.2752-2.8482-2.8482v-1.5036c0-1.573,1.2752-2.8482,2.8482-2.8482h0Z"/><circle class="c" cx="36.472" cy="24" r=".795"/><path class="b" d="M15.4163,28.4728c.7579.6364,1.5762.9281,3.4139.9281h.9313c1.5171-.0017,2.7457-1.2329,2.744-2.75h0c.0017-1.5171-1.2269-2.7483-2.744-2.75h-1.8626c-1.5171-.0017-2.7457-1.2329-2.744-2.75h0c-.0017-1.5171,1.2269-2.7483,2.744-2.75h.9311c1.8377,0,2.656.2916,3.4139.928"/></svg>
Copied!