samsung pay logo
samsung-pay from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- samsung-pay
- Set
- CoreUI Brands
- Style
- Brand
- Viewbox
- 32×32
- License
- CC0 1.0
Use the samsung pay logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M31.969 14.271c-.177-5.104-1.516-9.214-4.542-11.458S19.854-.208 14.141.063c-2.599.125-4.938.464-6.839 1.224c-1.958.786-3.474 1.896-4.583 3.438C.49 7.824-.198 12.506.047 17.897c.234 5.12 1.557 9.172 4.62 11.38c3.047 2.198 7.995 2.896 13.214 2.672c5.063-.214 9.177-1.552 11.38-4.62c2.198-3.063 2.896-7.578 2.708-13.057zM8.802 19.693h-.661v-1.417h.661c1.26 0 2.182-.974 2.182-2.182a2.18 2.18 0 0 0-2.182-2.182h-2.13a.174.174 0 0 0-.167.125v7.734H5.13v-7.734c0-.849.693-1.542 1.542-1.542h2.13c1.99 0 3.635 1.615 3.635 3.599c0 1.99-1.536 3.599-3.635 3.599m11.604 0h-1.391V15.99c-.031-1.047-1.141-2.089-2.323-2.089c-1.328 0-2.302 1.135-2.302 2.193c0 1.505 1.057 2.193 2.302 2.193h.495v1.406h-.495c-2.047 0-3.714-1.313-3.714-3.599c0-1.859 1.667-3.599 3.714-3.599c1.854 0 3.656 1.557 3.714 3.495zm1.766-6.959l1.813 3.719l-.786 1.599l-2.599-5.318zm1.682 9.292h-1.578l4.568-9.292h1.578z"/></svg>
React
import type { SVGProps } from "react";
export function CibSamsungPay(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M31.969 14.271c-.177-5.104-1.516-9.214-4.542-11.458S19.854-.208 14.141.063c-2.599.125-4.938.464-6.839 1.224c-1.958.786-3.474 1.896-4.583 3.438C.49 7.824-.198 12.506.047 17.897c.234 5.12 1.557 9.172 4.62 11.38c3.047 2.198 7.995 2.896 13.214 2.672c5.063-.214 9.177-1.552 11.38-4.62c2.198-3.063 2.896-7.578 2.708-13.057zM8.802 19.693h-.661v-1.417h.661c1.26 0 2.182-.974 2.182-2.182a2.18 2.18 0 0 0-2.182-2.182h-2.13a.174.174 0 0 0-.167.125v7.734H5.13v-7.734c0-.849.693-1.542 1.542-1.542h2.13c1.99 0 3.635 1.615 3.635 3.599c0 1.99-1.536 3.599-3.635 3.599m11.604 0h-1.391V15.99c-.031-1.047-1.141-2.089-2.323-2.089c-1.328 0-2.302 1.135-2.302 2.193c0 1.505 1.057 2.193 2.302 2.193h.495v1.406h-.495c-2.047 0-3.714-1.313-3.714-3.599c0-1.859 1.667-3.599 3.714-3.599c1.854 0 3.656 1.557 3.714 3.495zm1.766-6.959l1.813 3.719l-.786 1.599l-2.599-5.318zm1.682 9.292h-1.578l4.568-9.292h1.578z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M31.969 14.271c-.177-5.104-1.516-9.214-4.542-11.458S19.854-.208 14.141.063c-2.599.125-4.938.464-6.839 1.224c-1.958.786-3.474 1.896-4.583 3.438C.49 7.824-.198 12.506.047 17.897c.234 5.12 1.557 9.172 4.62 11.38c3.047 2.198 7.995 2.896 13.214 2.672c5.063-.214 9.177-1.552 11.38-4.62c2.198-3.063 2.896-7.578 2.708-13.057zM8.802 19.693h-.661v-1.417h.661c1.26 0 2.182-.974 2.182-2.182a2.18 2.18 0 0 0-2.182-2.182h-2.13a.174.174 0 0 0-.167.125v7.734H5.13v-7.734c0-.849.693-1.542 1.542-1.542h2.13c1.99 0 3.635 1.615 3.635 3.599c0 1.99-1.536 3.599-3.635 3.599m11.604 0h-1.391V15.99c-.031-1.047-1.141-2.089-2.323-2.089c-1.328 0-2.302 1.135-2.302 2.193c0 1.505 1.057 2.193 2.302 2.193h.495v1.406h-.495c-2.047 0-3.714-1.313-3.714-3.599c0-1.859 1.667-3.599 3.714-3.599c1.854 0 3.656 1.557 3.714 3.495zm1.766-6.959l1.813 3.719l-.786 1.599l-2.599-5.318zm1.682 9.292h-1.578l4.568-9.292h1.578z"/></svg> </template>
CSS
.icon-samsung-pay {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M31.969%2014.271c-.177-5.104-1.516-9.214-4.542-11.458S19.854-.208%2014.141.063c-2.599.125-4.938.464-6.839%201.224c-1.958.786-3.474%201.896-4.583%203.438C.49%207.824-.198%2012.506.047%2017.897c.234%205.12%201.557%209.172%204.62%2011.38c3.047%202.198%207.995%202.896%2013.214%202.672c5.063-.214%209.177-1.552%2011.38-4.62c2.198-3.063%202.896-7.578%202.708-13.057zM8.802%2019.693h-.661v-1.417h.661c1.26%200%202.182-.974%202.182-2.182a2.18%202.18%200%200%200-2.182-2.182h-2.13a.174.174%200%200%200-.167.125v7.734H5.13v-7.734c0-.849.693-1.542%201.542-1.542h2.13c1.99%200%203.635%201.615%203.635%203.599c0%201.99-1.536%203.599-3.635%203.599m11.604%200h-1.391V15.99c-.031-1.047-1.141-2.089-2.323-2.089c-1.328%200-2.302%201.135-2.302%202.193c0%201.505%201.057%202.193%202.302%202.193h.495v1.406h-.495c-2.047%200-3.714-1.313-3.714-3.599c0-1.859%201.667-3.599%203.714-3.599c1.854%200%203.656%201.557%203.714%203.495zm1.766-6.959l1.813%203.719l-.786%201.599l-2.599-5.318zm1.682%209.292h-1.578l4.568-9.292h1.578z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M31.969%2014.271c-.177-5.104-1.516-9.214-4.542-11.458S19.854-.208%2014.141.063c-2.599.125-4.938.464-6.839%201.224c-1.958.786-3.474%201.896-4.583%203.438C.49%207.824-.198%2012.506.047%2017.897c.234%205.12%201.557%209.172%204.62%2011.38c3.047%202.198%207.995%202.896%2013.214%202.672c5.063-.214%209.177-1.552%2011.38-4.62c2.198-3.063%202.896-7.578%202.708-13.057zM8.802%2019.693h-.661v-1.417h.661c1.26%200%202.182-.974%202.182-2.182a2.18%202.18%200%200%200-2.182-2.182h-2.13a.174.174%200%200%200-.167.125v7.734H5.13v-7.734c0-.849.693-1.542%201.542-1.542h2.13c1.99%200%203.635%201.615%203.635%203.599c0%201.99-1.536%203.599-3.635%203.599m11.604%200h-1.391V15.99c-.031-1.047-1.141-2.089-2.323-2.089c-1.328%200-2.302%201.135-2.302%202.193c0%201.505%201.057%202.193%202.302%202.193h.495v1.406h-.495c-2.047%200-3.714-1.313-3.714-3.599c0-1.859%201.667-3.599%203.714-3.599c1.854%200%203.656%201.557%203.714%203.495zm1.766-6.959l1.813%203.719l-.786%201.599l-2.599-5.318zm1.682%209.292h-1.578l4.568-9.292h1.578z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/cib/samsung-pay.svg?color=%231a73e8&size=48