pay logo
pay from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- pay
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the pay logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.93 11.756a1 1 0 0 0-.172-.244C19.203 9.76 16.02 6.315 16.02 6.315l-4.018 4.37l-4.067-4.329s-3.207 3.476-4.778 5.246c-.205.194-.205.56-.025.771c.818.918 4.828 5.303 4.828 5.303l4.042-4.377l4.01 4.385l4.844-5.32s.106-.104.123-.17a.6.6 0 0 0-.05-.438m-15.548.487c-.123-.162-.081-.406.041-.544a341 341 0 0 1 2.561-2.76l2.864 3.004l-2.864 3.11s-1.75-1.86-2.593-2.818zm13.093.098a2 2 0 0 1-.213.292l-2.217 2.387L13.18 12l2.815-3.062s1.629 1.665 2.374 2.558c.056.082.13.162.163.252c.074.195.024.406-.058.593"/></svg>
React
import type { SVGProps } from "react";
export function TokenPay(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="M20.93 11.756a1 1 0 0 0-.172-.244C19.203 9.76 16.02 6.315 16.02 6.315l-4.018 4.37l-4.067-4.329s-3.207 3.476-4.778 5.246c-.205.194-.205.56-.025.771c.818.918 4.828 5.303 4.828 5.303l4.042-4.377l4.01 4.385l4.844-5.32s.106-.104.123-.17a.6.6 0 0 0-.05-.438m-15.548.487c-.123-.162-.081-.406.041-.544a341 341 0 0 1 2.561-2.76l2.864 3.004l-2.864 3.11s-1.75-1.86-2.593-2.818zm13.093.098a2 2 0 0 1-.213.292l-2.217 2.387L13.18 12l2.815-3.062s1.629 1.665 2.374 2.558c.056.082.13.162.163.252c.074.195.024.406-.058.593"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.93 11.756a1 1 0 0 0-.172-.244C19.203 9.76 16.02 6.315 16.02 6.315l-4.018 4.37l-4.067-4.329s-3.207 3.476-4.778 5.246c-.205.194-.205.56-.025.771c.818.918 4.828 5.303 4.828 5.303l4.042-4.377l4.01 4.385l4.844-5.32s.106-.104.123-.17a.6.6 0 0 0-.05-.438m-15.548.487c-.123-.162-.081-.406.041-.544a341 341 0 0 1 2.561-2.76l2.864 3.004l-2.864 3.11s-1.75-1.86-2.593-2.818zm13.093.098a2 2 0 0 1-.213.292l-2.217 2.387L13.18 12l2.815-3.062s1.629 1.665 2.374 2.558c.056.082.13.162.163.252c.074.195.024.406-.058.593"/></svg> </template>
CSS
.icon-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.93%2011.756a1%201%200%200%200-.172-.244C19.203%209.76%2016.02%206.315%2016.02%206.315l-4.018%204.37l-4.067-4.329s-3.207%203.476-4.778%205.246c-.205.194-.205.56-.025.771c.818.918%204.828%205.303%204.828%205.303l4.042-4.377l4.01%204.385l4.844-5.32s.106-.104.123-.17a.6.6%200%200%200-.05-.438m-15.548.487c-.123-.162-.081-.406.041-.544a341%20341%200%200%201%202.561-2.76l2.864%203.004l-2.864%203.11s-1.75-1.86-2.593-2.818zm13.093.098a2%202%200%200%201-.213.292l-2.217%202.387L13.18%2012l2.815-3.062s1.629%201.665%202.374%202.558c.056.082.13.162.163.252c.074.195.024.406-.058.593%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%22M20.93%2011.756a1%201%200%200%200-.172-.244C19.203%209.76%2016.02%206.315%2016.02%206.315l-4.018%204.37l-4.067-4.329s-3.207%203.476-4.778%205.246c-.205.194-.205.56-.025.771c.818.918%204.828%205.303%204.828%205.303l4.042-4.377l4.01%204.385l4.844-5.32s.106-.104.123-.17a.6.6%200%200%200-.05-.438m-15.548.487c-.123-.162-.081-.406.041-.544a341%20341%200%200%201%202.561-2.76l2.864%203.004l-2.864%203.11s-1.75-1.86-2.593-2.818zm13.093.098a2%202%200%200%201-.213.292l-2.217%202.387L13.18%2012l2.815-3.062s1.629%201.665%202.374%202.558c.056.082.13.162.163.252c.074.195.024.406-.058.593%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/pay.svg?color=%231a73e8&size=48