samsungpay logo
samsungpay from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- samsungpay
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the samsungpay logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6.703 17.387l.617-1.5l-1.205-2.795h.724l.817 1.98l.776-1.98h.711l-1.752 4.295Zm-2.492-1.295c-.708 0-1.445-.569-1.445-1.528c0-.975.712-1.531 1.455-1.531c.387 0 .735.16.946.411v-.352h.677v2.94h-.677v-.382a1.22 1.22 0 0 1-.956.442m-4.206-.06v-3.666h1.258c.759 0 1.32.581 1.32 1.305c0 .728-.562 1.312-1.325 1.312H.69v1.05zm4.315-.562c.503 0 .88-.407.88-.914c0-.497-.377-.906-.88-.906a.886.886 0 0 0-.888.906c0 .512.386.914.888.914M.69 14.348h.52c.408 0 .686-.3.686-.677a.66.66 0 0 0-.685-.672H.69Zm.557-4.063C.603 10.285 0 10.055 0 9.29v-.265h.92l.002.333c0 .187.13.31.344.31c.228 0 .305-.117.333-.232a.44.44 0 0 0-.005-.252C1.417 8.74.198 8.538.049 7.837a1.2 1.2 0 0 1-.007-.463c.09-.56.588-.76 1.198-.76c.485 0 1.156.114 1.156.861v.242h-.854v-.213c0-.187-.12-.31-.32-.31c-.215 0-.289.122-.313.232a.4.4 0 0 0 .002.18c.098.401 1.4.615 1.545 1.333c.014.072.044.266.002.562c-.081.573-.59.784-1.21.784zm11.154-.018c-.638 0-1.234-.227-1.234-.984V9.02h.911v.328c0 .185.129.31.341.31c.227 0 .303-.117.331-.23a.44.44 0 0 0-.005-.25c-.175-.44-1.382-.641-1.529-1.336a1.2 1.2 0 0 1-.008-.458c.09-.554.585-.753 1.188-.753c.48 0 1.143.115 1.143.855v.24h-.846v-.212c0-.185-.116-.307-.315-.307c-.212 0-.289.12-.313.23a.4.4 0 0 0 .005.176c.096.398 1.385.61 1.529 1.32c.015.073.044.265.003.558c-.081.567-.586.776-1.2.776zm3.224-.013c-.63 0-1.138-.21-1.198-.85a3 3 0 0 1-.008-.223V6.72h.867v2.538c0 .044 0 .093.008.13c.017.085.092.248.331.248c.238 0 .311-.163.328-.248a1 1 0 0 0 .008-.13V6.72h.867v2.461a3 3 0 0 1-.008.224c-.06.64-.564.849-1.195.849m7.156-.037c-.608 0-1.148-.221-1.205-.846a3 3 0 0 1-.014-.227V7.702c0-.061.009-.17.016-.227c.077-.641.595-.846 1.203-.846s1.14.203 1.203.846c.011.11.008.227.008.227v.114h-.864v-.193s0-.08-.01-.13c-.016-.075-.082-.25-.345-.25c-.249 0-.322.166-.34.25a1 1 0 0 0-.014.162v1.567a1 1 0 0 0 .008.13c.016.092.104.25.352.25s.333-.158.349-.25a1 1 0 0 0 .008-.13v-.497h-.352v-.5H24v.92c0 .064-.003.112-.013.226c-.057.625-.598.846-1.206.846m-19.745-.065l.636-3.432h1.526l.633 3.432h-.922l-.456-3.114l-.02.002l-.47 3.112Zm3.48 0L6.59 6.72h1.4l.421 2.625h.021l.422-2.625h1.399l.075 3.432h-.857l-.02-3.083H9.43l-.573 3.083h-.87L7.414 7.07h-.018l-.021 3.083Zm11.268-.036V6.72h1.273l.79 2.693h.018l-.047-2.693h.851v3.396h-1.221l-.849-2.787h-.018l.047 2.787z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsSamsungpay(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6.703 17.387l.617-1.5l-1.205-2.795h.724l.817 1.98l.776-1.98h.711l-1.752 4.295Zm-2.492-1.295c-.708 0-1.445-.569-1.445-1.528c0-.975.712-1.531 1.455-1.531c.387 0 .735.16.946.411v-.352h.677v2.94h-.677v-.382a1.22 1.22 0 0 1-.956.442m-4.206-.06v-3.666h1.258c.759 0 1.32.581 1.32 1.305c0 .728-.562 1.312-1.325 1.312H.69v1.05zm4.315-.562c.503 0 .88-.407.88-.914c0-.497-.377-.906-.88-.906a.886.886 0 0 0-.888.906c0 .512.386.914.888.914M.69 14.348h.52c.408 0 .686-.3.686-.677a.66.66 0 0 0-.685-.672H.69Zm.557-4.063C.603 10.285 0 10.055 0 9.29v-.265h.92l.002.333c0 .187.13.31.344.31c.228 0 .305-.117.333-.232a.44.44 0 0 0-.005-.252C1.417 8.74.198 8.538.049 7.837a1.2 1.2 0 0 1-.007-.463c.09-.56.588-.76 1.198-.76c.485 0 1.156.114 1.156.861v.242h-.854v-.213c0-.187-.12-.31-.32-.31c-.215 0-.289.122-.313.232a.4.4 0 0 0 .002.18c.098.401 1.4.615 1.545 1.333c.014.072.044.266.002.562c-.081.573-.59.784-1.21.784zm11.154-.018c-.638 0-1.234-.227-1.234-.984V9.02h.911v.328c0 .185.129.31.341.31c.227 0 .303-.117.331-.23a.44.44 0 0 0-.005-.25c-.175-.44-1.382-.641-1.529-1.336a1.2 1.2 0 0 1-.008-.458c.09-.554.585-.753 1.188-.753c.48 0 1.143.115 1.143.855v.24h-.846v-.212c0-.185-.116-.307-.315-.307c-.212 0-.289.12-.313.23a.4.4 0 0 0 .005.176c.096.398 1.385.61 1.529 1.32c.015.073.044.265.003.558c-.081.567-.586.776-1.2.776zm3.224-.013c-.63 0-1.138-.21-1.198-.85a3 3 0 0 1-.008-.223V6.72h.867v2.538c0 .044 0 .093.008.13c.017.085.092.248.331.248c.238 0 .311-.163.328-.248a1 1 0 0 0 .008-.13V6.72h.867v2.461a3 3 0 0 1-.008.224c-.06.64-.564.849-1.195.849m7.156-.037c-.608 0-1.148-.221-1.205-.846a3 3 0 0 1-.014-.227V7.702c0-.061.009-.17.016-.227c.077-.641.595-.846 1.203-.846s1.14.203 1.203.846c.011.11.008.227.008.227v.114h-.864v-.193s0-.08-.01-.13c-.016-.075-.082-.25-.345-.25c-.249 0-.322.166-.34.25a1 1 0 0 0-.014.162v1.567a1 1 0 0 0 .008.13c.016.092.104.25.352.25s.333-.158.349-.25a1 1 0 0 0 .008-.13v-.497h-.352v-.5H24v.92c0 .064-.003.112-.013.226c-.057.625-.598.846-1.206.846m-19.745-.065l.636-3.432h1.526l.633 3.432h-.922l-.456-3.114l-.02.002l-.47 3.112Zm3.48 0L6.59 6.72h1.4l.421 2.625h.021l.422-2.625h1.399l.075 3.432h-.857l-.02-3.083H9.43l-.573 3.083h-.87L7.414 7.07h-.018l-.021 3.083Zm11.268-.036V6.72h1.273l.79 2.693h.018l-.047-2.693h.851v3.396h-1.221l-.849-2.787h-.018l.047 2.787z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6.703 17.387l.617-1.5l-1.205-2.795h.724l.817 1.98l.776-1.98h.711l-1.752 4.295Zm-2.492-1.295c-.708 0-1.445-.569-1.445-1.528c0-.975.712-1.531 1.455-1.531c.387 0 .735.16.946.411v-.352h.677v2.94h-.677v-.382a1.22 1.22 0 0 1-.956.442m-4.206-.06v-3.666h1.258c.759 0 1.32.581 1.32 1.305c0 .728-.562 1.312-1.325 1.312H.69v1.05zm4.315-.562c.503 0 .88-.407.88-.914c0-.497-.377-.906-.88-.906a.886.886 0 0 0-.888.906c0 .512.386.914.888.914M.69 14.348h.52c.408 0 .686-.3.686-.677a.66.66 0 0 0-.685-.672H.69Zm.557-4.063C.603 10.285 0 10.055 0 9.29v-.265h.92l.002.333c0 .187.13.31.344.31c.228 0 .305-.117.333-.232a.44.44 0 0 0-.005-.252C1.417 8.74.198 8.538.049 7.837a1.2 1.2 0 0 1-.007-.463c.09-.56.588-.76 1.198-.76c.485 0 1.156.114 1.156.861v.242h-.854v-.213c0-.187-.12-.31-.32-.31c-.215 0-.289.122-.313.232a.4.4 0 0 0 .002.18c.098.401 1.4.615 1.545 1.333c.014.072.044.266.002.562c-.081.573-.59.784-1.21.784zm11.154-.018c-.638 0-1.234-.227-1.234-.984V9.02h.911v.328c0 .185.129.31.341.31c.227 0 .303-.117.331-.23a.44.44 0 0 0-.005-.25c-.175-.44-1.382-.641-1.529-1.336a1.2 1.2 0 0 1-.008-.458c.09-.554.585-.753 1.188-.753c.48 0 1.143.115 1.143.855v.24h-.846v-.212c0-.185-.116-.307-.315-.307c-.212 0-.289.12-.313.23a.4.4 0 0 0 .005.176c.096.398 1.385.61 1.529 1.32c.015.073.044.265.003.558c-.081.567-.586.776-1.2.776zm3.224-.013c-.63 0-1.138-.21-1.198-.85a3 3 0 0 1-.008-.223V6.72h.867v2.538c0 .044 0 .093.008.13c.017.085.092.248.331.248c.238 0 .311-.163.328-.248a1 1 0 0 0 .008-.13V6.72h.867v2.461a3 3 0 0 1-.008.224c-.06.64-.564.849-1.195.849m7.156-.037c-.608 0-1.148-.221-1.205-.846a3 3 0 0 1-.014-.227V7.702c0-.061.009-.17.016-.227c.077-.641.595-.846 1.203-.846s1.14.203 1.203.846c.011.11.008.227.008.227v.114h-.864v-.193s0-.08-.01-.13c-.016-.075-.082-.25-.345-.25c-.249 0-.322.166-.34.25a1 1 0 0 0-.014.162v1.567a1 1 0 0 0 .008.13c.016.092.104.25.352.25s.333-.158.349-.25a1 1 0 0 0 .008-.13v-.497h-.352v-.5H24v.92c0 .064-.003.112-.013.226c-.057.625-.598.846-1.206.846m-19.745-.065l.636-3.432h1.526l.633 3.432h-.922l-.456-3.114l-.02.002l-.47 3.112Zm3.48 0L6.59 6.72h1.4l.421 2.625h.021l.422-2.625h1.399l.075 3.432h-.857l-.02-3.083H9.43l-.573 3.083h-.87L7.414 7.07h-.018l-.021 3.083Zm11.268-.036V6.72h1.273l.79 2.693h.018l-.047-2.693h.851v3.396h-1.221l-.849-2.787h-.018l.047 2.787z"/></svg> </template>
CSS
.icon-samsungpay {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m6.703%2017.387l.617-1.5l-1.205-2.795h.724l.817%201.98l.776-1.98h.711l-1.752%204.295Zm-2.492-1.295c-.708%200-1.445-.569-1.445-1.528c0-.975.712-1.531%201.455-1.531c.387%200%20.735.16.946.411v-.352h.677v2.94h-.677v-.382a1.22%201.22%200%200%201-.956.442m-4.206-.06v-3.666h1.258c.759%200%201.32.581%201.32%201.305c0%20.728-.562%201.312-1.325%201.312H.69v1.05zm4.315-.562c.503%200%20.88-.407.88-.914c0-.497-.377-.906-.88-.906a.886.886%200%200%200-.888.906c0%20.512.386.914.888.914M.69%2014.348h.52c.408%200%20.686-.3.686-.677a.66.66%200%200%200-.685-.672H.69Zm.557-4.063C.603%2010.285%200%2010.055%200%209.29v-.265h.92l.002.333c0%20.187.13.31.344.31c.228%200%20.305-.117.333-.232a.44.44%200%200%200-.005-.252C1.417%208.74.198%208.538.049%207.837a1.2%201.2%200%200%201-.007-.463c.09-.56.588-.76%201.198-.76c.485%200%201.156.114%201.156.861v.242h-.854v-.213c0-.187-.12-.31-.32-.31c-.215%200-.289.122-.313.232a.4.4%200%200%200%20.002.18c.098.401%201.4.615%201.545%201.333c.014.072.044.266.002.562c-.081.573-.59.784-1.21.784zm11.154-.018c-.638%200-1.234-.227-1.234-.984V9.02h.911v.328c0%20.185.129.31.341.31c.227%200%20.303-.117.331-.23a.44.44%200%200%200-.005-.25c-.175-.44-1.382-.641-1.529-1.336a1.2%201.2%200%200%201-.008-.458c.09-.554.585-.753%201.188-.753c.48%200%201.143.115%201.143.855v.24h-.846v-.212c0-.185-.116-.307-.315-.307c-.212%200-.289.12-.313.23a.4.4%200%200%200%20.005.176c.096.398%201.385.61%201.529%201.32c.015.073.044.265.003.558c-.081.567-.586.776-1.2.776zm3.224-.013c-.63%200-1.138-.21-1.198-.85a3%203%200%200%201-.008-.223V6.72h.867v2.538c0%20.044%200%20.093.008.13c.017.085.092.248.331.248c.238%200%20.311-.163.328-.248a1%201%200%200%200%20.008-.13V6.72h.867v2.461a3%203%200%200%201-.008.224c-.06.64-.564.849-1.195.849m7.156-.037c-.608%200-1.148-.221-1.205-.846a3%203%200%200%201-.014-.227V7.702c0-.061.009-.17.016-.227c.077-.641.595-.846%201.203-.846s1.14.203%201.203.846c.011.11.008.227.008.227v.114h-.864v-.193s0-.08-.01-.13c-.016-.075-.082-.25-.345-.25c-.249%200-.322.166-.34.25a1%201%200%200%200-.014.162v1.567a1%201%200%200%200%20.008.13c.016.092.104.25.352.25s.333-.158.349-.25a1%201%200%200%200%20.008-.13v-.497h-.352v-.5H24v.92c0%20.064-.003.112-.013.226c-.057.625-.598.846-1.206.846m-19.745-.065l.636-3.432h1.526l.633%203.432h-.922l-.456-3.114l-.02.002l-.47%203.112Zm3.48%200L6.59%206.72h1.4l.421%202.625h.021l.422-2.625h1.399l.075%203.432h-.857l-.02-3.083H9.43l-.573%203.083h-.87L7.414%207.07h-.018l-.021%203.083Zm11.268-.036V6.72h1.273l.79%202.693h.018l-.047-2.693h.851v3.396h-1.221l-.849-2.787h-.018l.047%202.787z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m6.703%2017.387l.617-1.5l-1.205-2.795h.724l.817%201.98l.776-1.98h.711l-1.752%204.295Zm-2.492-1.295c-.708%200-1.445-.569-1.445-1.528c0-.975.712-1.531%201.455-1.531c.387%200%20.735.16.946.411v-.352h.677v2.94h-.677v-.382a1.22%201.22%200%200%201-.956.442m-4.206-.06v-3.666h1.258c.759%200%201.32.581%201.32%201.305c0%20.728-.562%201.312-1.325%201.312H.69v1.05zm4.315-.562c.503%200%20.88-.407.88-.914c0-.497-.377-.906-.88-.906a.886.886%200%200%200-.888.906c0%20.512.386.914.888.914M.69%2014.348h.52c.408%200%20.686-.3.686-.677a.66.66%200%200%200-.685-.672H.69Zm.557-4.063C.603%2010.285%200%2010.055%200%209.29v-.265h.92l.002.333c0%20.187.13.31.344.31c.228%200%20.305-.117.333-.232a.44.44%200%200%200-.005-.252C1.417%208.74.198%208.538.049%207.837a1.2%201.2%200%200%201-.007-.463c.09-.56.588-.76%201.198-.76c.485%200%201.156.114%201.156.861v.242h-.854v-.213c0-.187-.12-.31-.32-.31c-.215%200-.289.122-.313.232a.4.4%200%200%200%20.002.18c.098.401%201.4.615%201.545%201.333c.014.072.044.266.002.562c-.081.573-.59.784-1.21.784zm11.154-.018c-.638%200-1.234-.227-1.234-.984V9.02h.911v.328c0%20.185.129.31.341.31c.227%200%20.303-.117.331-.23a.44.44%200%200%200-.005-.25c-.175-.44-1.382-.641-1.529-1.336a1.2%201.2%200%200%201-.008-.458c.09-.554.585-.753%201.188-.753c.48%200%201.143.115%201.143.855v.24h-.846v-.212c0-.185-.116-.307-.315-.307c-.212%200-.289.12-.313.23a.4.4%200%200%200%20.005.176c.096.398%201.385.61%201.529%201.32c.015.073.044.265.003.558c-.081.567-.586.776-1.2.776zm3.224-.013c-.63%200-1.138-.21-1.198-.85a3%203%200%200%201-.008-.223V6.72h.867v2.538c0%20.044%200%20.093.008.13c.017.085.092.248.331.248c.238%200%20.311-.163.328-.248a1%201%200%200%200%20.008-.13V6.72h.867v2.461a3%203%200%200%201-.008.224c-.06.64-.564.849-1.195.849m7.156-.037c-.608%200-1.148-.221-1.205-.846a3%203%200%200%201-.014-.227V7.702c0-.061.009-.17.016-.227c.077-.641.595-.846%201.203-.846s1.14.203%201.203.846c.011.11.008.227.008.227v.114h-.864v-.193s0-.08-.01-.13c-.016-.075-.082-.25-.345-.25c-.249%200-.322.166-.34.25a1%201%200%200%200-.014.162v1.567a1%201%200%200%200%20.008.13c.016.092.104.25.352.25s.333-.158.349-.25a1%201%200%200%200%20.008-.13v-.497h-.352v-.5H24v.92c0%20.064-.003.112-.013.226c-.057.625-.598.846-1.206.846m-19.745-.065l.636-3.432h1.526l.633%203.432h-.922l-.456-3.114l-.02.002l-.47%203.112Zm3.48%200L6.59%206.72h1.4l.421%202.625h.021l.422-2.625h1.399l.075%203.432h-.857l-.02-3.083H9.43l-.573%203.083h-.87L7.414%207.07h-.018l-.021%203.083Zm11.268-.036V6.72h1.273l.79%202.693h.018l-.047-2.693h.851v3.396h-1.221l-.849-2.787h-.018l.047%202.787z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/samsungpay.svg?color=%231a73e8&size=48