uphold from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
uphold
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the uphold logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.274 22.332a7.9 7.9 0 0 1-2.22.334h-.107a7.8 7.8 0 0 1-2.237-.34a.668.668 0 1 0-.379 1.282a9.3 9.3 0 0 0 2.616.392h.107a9.2 9.2 0 0 0 2.6-.39a.667.667 0 1 0-.38-1.278M20.101 5.91v-.04a8.522 8.522 0 0 0-16.207.026v.016c-.752 2.213-.48 5.175.734 7.935c1.66 3.774 4.674 6.406 7.343 6.406h.075c2.669 0 5.682-2.624 7.342-6.406c1.199-2.754 1.47-5.722.713-7.938zm-3.916-3.23c-1.35-.05-2.818.534-4.185 1.676c-1.382-1.142-2.85-1.727-4.2-1.676a7.23 7.23 0 0 1 8.385 0m-3.09 15.995a2.6 2.6 0 0 1-2.205 0c-2.277-1.049-2.736-5.266-1.006-9.2A12 12 0 0 1 12 6.198a11.9 11.9 0 0 1 2.112 3.277c1.718 3.934 1.26 8.151-1.017 9.2m-7.26-5.356c-1.09-2.472-1.335-5.071-.684-6.99c.347-1.007.932-1.722 1.687-2.072c1.183-.547 2.715-.16 4.183 1.028a13.3 13.3 0 0 0-2.357 3.651c-1.17 2.67-1.428 5.389-.889 7.505a12.7 12.7 0 0 1-1.94-3.122m12.315 0a12.7 12.7 0 0 1-1.94 3.125c.533-2.12.266-4.852-.89-7.508a13.3 13.3 0 0 0-2.356-3.651c1.468-1.188 2.997-1.575 4.18-1.028c.758.35 1.334 1.068 1.69 2.072c.658 1.905.402 4.518-.695 6.99z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsUphold(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="M14.274 22.332a7.9 7.9 0 0 1-2.22.334h-.107a7.8 7.8 0 0 1-2.237-.34a.668.668 0 1 0-.379 1.282a9.3 9.3 0 0 0 2.616.392h.107a9.2 9.2 0 0 0 2.6-.39a.667.667 0 1 0-.38-1.278M20.101 5.91v-.04a8.522 8.522 0 0 0-16.207.026v.016c-.752 2.213-.48 5.175.734 7.935c1.66 3.774 4.674 6.406 7.343 6.406h.075c2.669 0 5.682-2.624 7.342-6.406c1.199-2.754 1.47-5.722.713-7.938zm-3.916-3.23c-1.35-.05-2.818.534-4.185 1.676c-1.382-1.142-2.85-1.727-4.2-1.676a7.23 7.23 0 0 1 8.385 0m-3.09 15.995a2.6 2.6 0 0 1-2.205 0c-2.277-1.049-2.736-5.266-1.006-9.2A12 12 0 0 1 12 6.198a11.9 11.9 0 0 1 2.112 3.277c1.718 3.934 1.26 8.151-1.017 9.2m-7.26-5.356c-1.09-2.472-1.335-5.071-.684-6.99c.347-1.007.932-1.722 1.687-2.072c1.183-.547 2.715-.16 4.183 1.028a13.3 13.3 0 0 0-2.357 3.651c-1.17 2.67-1.428 5.389-.889 7.505a12.7 12.7 0 0 1-1.94-3.122m12.315 0a12.7 12.7 0 0 1-1.94 3.125c.533-2.12.266-4.852-.89-7.508a13.3 13.3 0 0 0-2.356-3.651c1.468-1.188 2.997-1.575 4.18-1.028c.758.35 1.334 1.068 1.69 2.072c.658 1.905.402 4.518-.695 6.99z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.274 22.332a7.9 7.9 0 0 1-2.22.334h-.107a7.8 7.8 0 0 1-2.237-.34a.668.668 0 1 0-.379 1.282a9.3 9.3 0 0 0 2.616.392h.107a9.2 9.2 0 0 0 2.6-.39a.667.667 0 1 0-.38-1.278M20.101 5.91v-.04a8.522 8.522 0 0 0-16.207.026v.016c-.752 2.213-.48 5.175.734 7.935c1.66 3.774 4.674 6.406 7.343 6.406h.075c2.669 0 5.682-2.624 7.342-6.406c1.199-2.754 1.47-5.722.713-7.938zm-3.916-3.23c-1.35-.05-2.818.534-4.185 1.676c-1.382-1.142-2.85-1.727-4.2-1.676a7.23 7.23 0 0 1 8.385 0m-3.09 15.995a2.6 2.6 0 0 1-2.205 0c-2.277-1.049-2.736-5.266-1.006-9.2A12 12 0 0 1 12 6.198a11.9 11.9 0 0 1 2.112 3.277c1.718 3.934 1.26 8.151-1.017 9.2m-7.26-5.356c-1.09-2.472-1.335-5.071-.684-6.99c.347-1.007.932-1.722 1.687-2.072c1.183-.547 2.715-.16 4.183 1.028a13.3 13.3 0 0 0-2.357 3.651c-1.17 2.67-1.428 5.389-.889 7.505a12.7 12.7 0 0 1-1.94-3.122m12.315 0a12.7 12.7 0 0 1-1.94 3.125c.533-2.12.266-4.852-.89-7.508a13.3 13.3 0 0 0-2.356-3.651c1.468-1.188 2.997-1.575 4.18-1.028c.758.35 1.334 1.068 1.69 2.072c.658 1.905.402 4.518-.695 6.99z"/></svg>
</template>

CSS

.icon-uphold {
  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%22M14.274%2022.332a7.9%207.9%200%200%201-2.22.334h-.107a7.8%207.8%200%200%201-2.237-.34a.668.668%200%201%200-.379%201.282a9.3%209.3%200%200%200%202.616.392h.107a9.2%209.2%200%200%200%202.6-.39a.667.667%200%201%200-.38-1.278M20.101%205.91v-.04a8.522%208.522%200%200%200-16.207.026v.016c-.752%202.213-.48%205.175.734%207.935c1.66%203.774%204.674%206.406%207.343%206.406h.075c2.669%200%205.682-2.624%207.342-6.406c1.199-2.754%201.47-5.722.713-7.938zm-3.916-3.23c-1.35-.05-2.818.534-4.185%201.676c-1.382-1.142-2.85-1.727-4.2-1.676a7.23%207.23%200%200%201%208.385%200m-3.09%2015.995a2.6%202.6%200%200%201-2.205%200c-2.277-1.049-2.736-5.266-1.006-9.2A12%2012%200%200%201%2012%206.198a11.9%2011.9%200%200%201%202.112%203.277c1.718%203.934%201.26%208.151-1.017%209.2m-7.26-5.356c-1.09-2.472-1.335-5.071-.684-6.99c.347-1.007.932-1.722%201.687-2.072c1.183-.547%202.715-.16%204.183%201.028a13.3%2013.3%200%200%200-2.357%203.651c-1.17%202.67-1.428%205.389-.889%207.505a12.7%2012.7%200%200%201-1.94-3.122m12.315%200a12.7%2012.7%200%200%201-1.94%203.125c.533-2.12.266-4.852-.89-7.508a13.3%2013.3%200%200%200-2.356-3.651c1.468-1.188%202.997-1.575%204.18-1.028c.758.35%201.334%201.068%201.69%202.072c.658%201.905.402%204.518-.695%206.99z%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%22M14.274%2022.332a7.9%207.9%200%200%201-2.22.334h-.107a7.8%207.8%200%200%201-2.237-.34a.668.668%200%201%200-.379%201.282a9.3%209.3%200%200%200%202.616.392h.107a9.2%209.2%200%200%200%202.6-.39a.667.667%200%201%200-.38-1.278M20.101%205.91v-.04a8.522%208.522%200%200%200-16.207.026v.016c-.752%202.213-.48%205.175.734%207.935c1.66%203.774%204.674%206.406%207.343%206.406h.075c2.669%200%205.682-2.624%207.342-6.406c1.199-2.754%201.47-5.722.713-7.938zm-3.916-3.23c-1.35-.05-2.818.534-4.185%201.676c-1.382-1.142-2.85-1.727-4.2-1.676a7.23%207.23%200%200%201%208.385%200m-3.09%2015.995a2.6%202.6%200%200%201-2.205%200c-2.277-1.049-2.736-5.266-1.006-9.2A12%2012%200%200%201%2012%206.198a11.9%2011.9%200%200%201%202.112%203.277c1.718%203.934%201.26%208.151-1.017%209.2m-7.26-5.356c-1.09-2.472-1.335-5.071-.684-6.99c.347-1.007.932-1.722%201.687-2.072c1.183-.547%202.715-.16%204.183%201.028a13.3%2013.3%200%200%200-2.357%203.651c-1.17%202.67-1.428%205.389-.889%207.505a12.7%2012.7%200%200%201-1.94-3.122m12.315%200a12.7%2012.7%200%200%201-1.94%203.125c.533-2.12.266-4.852-.89-7.508a13.3%2013.3%200%200%200-2.356-3.651c1.468-1.188%202.997-1.575%204.18-1.028c.758.35%201.334%201.068%201.69%202.072c.658%201.905.402%204.518-.695%206.99z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/uphold.svg?color=%231a73e8&size=48