liberapay logo
liberapay from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- liberapay
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the liberapay logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.32 0A2.32 2.32 0 0 0 0 2.32v19.36A2.32 2.32 0 0 0 2.32 24h19.36A2.32 2.32 0 0 0 24 21.68V2.32A2.32 2.32 0 0 0 21.68 0zm9.208 3.98l-2.27 9.405a3 3 0 0 0-.073.539a.85.85 0 0 0 .09.432a.7.7 0 0 0 .334.302q.236.115.661.147l-.49 2.008q-1.159 0-1.82-.3q-.662-.303-.947-.826a2.4 2.4 0 0 1-.278-1.2q.008-.678.188-1.445l2.074-8.67zm3.9 3.888q.915 0 1.576.277q.66.277 1.085.76q.425.48.629 1.126t.204 1.379v.001q0 1.19-.392 2.179a5.2 5.2 0 0 1-1.086 1.706a4.8 4.8 0 0 1-1.665 1.118q-.972.4-2.114.4q-.555 0-1.11-.098l-.735 2.956H9.403l2.71-11.298q.653-.196 1.494-.351a10 10 0 0 1 1.821-.155m-.31 2.041a4.7 4.7 0 0 0-.98.098l-1.143 4.752q.277.066.685.065q.638 0 1.16-.237a2.6 2.6 0 0 0 .89-.661q.366-.424.571-1.02a4 4 0 0 0 .204-1.315q0-.702-.31-1.192t-1.077-.49"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsLiberapay(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="M2.32 0A2.32 2.32 0 0 0 0 2.32v19.36A2.32 2.32 0 0 0 2.32 24h19.36A2.32 2.32 0 0 0 24 21.68V2.32A2.32 2.32 0 0 0 21.68 0zm9.208 3.98l-2.27 9.405a3 3 0 0 0-.073.539a.85.85 0 0 0 .09.432a.7.7 0 0 0 .334.302q.236.115.661.147l-.49 2.008q-1.159 0-1.82-.3q-.662-.303-.947-.826a2.4 2.4 0 0 1-.278-1.2q.008-.678.188-1.445l2.074-8.67zm3.9 3.888q.915 0 1.576.277q.66.277 1.085.76q.425.48.629 1.126t.204 1.379v.001q0 1.19-.392 2.179a5.2 5.2 0 0 1-1.086 1.706a4.8 4.8 0 0 1-1.665 1.118q-.972.4-2.114.4q-.555 0-1.11-.098l-.735 2.956H9.403l2.71-11.298q.653-.196 1.494-.351a10 10 0 0 1 1.821-.155m-.31 2.041a4.7 4.7 0 0 0-.98.098l-1.143 4.752q.277.066.685.065q.638 0 1.16-.237a2.6 2.6 0 0 0 .89-.661q.366-.424.571-1.02a4 4 0 0 0 .204-1.315q0-.702-.31-1.192t-1.077-.49"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.32 0A2.32 2.32 0 0 0 0 2.32v19.36A2.32 2.32 0 0 0 2.32 24h19.36A2.32 2.32 0 0 0 24 21.68V2.32A2.32 2.32 0 0 0 21.68 0zm9.208 3.98l-2.27 9.405a3 3 0 0 0-.073.539a.85.85 0 0 0 .09.432a.7.7 0 0 0 .334.302q.236.115.661.147l-.49 2.008q-1.159 0-1.82-.3q-.662-.303-.947-.826a2.4 2.4 0 0 1-.278-1.2q.008-.678.188-1.445l2.074-8.67zm3.9 3.888q.915 0 1.576.277q.66.277 1.085.76q.425.48.629 1.126t.204 1.379v.001q0 1.19-.392 2.179a5.2 5.2 0 0 1-1.086 1.706a4.8 4.8 0 0 1-1.665 1.118q-.972.4-2.114.4q-.555 0-1.11-.098l-.735 2.956H9.403l2.71-11.298q.653-.196 1.494-.351a10 10 0 0 1 1.821-.155m-.31 2.041a4.7 4.7 0 0 0-.98.098l-1.143 4.752q.277.066.685.065q.638 0 1.16-.237a2.6 2.6 0 0 0 .89-.661q.366-.424.571-1.02a4 4 0 0 0 .204-1.315q0-.702-.31-1.192t-1.077-.49"/></svg> </template>
CSS
.icon-liberapay {
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%22M2.32%200A2.32%202.32%200%200%200%200%202.32v19.36A2.32%202.32%200%200%200%202.32%2024h19.36A2.32%202.32%200%200%200%2024%2021.68V2.32A2.32%202.32%200%200%200%2021.68%200zm9.208%203.98l-2.27%209.405a3%203%200%200%200-.073.539a.85.85%200%200%200%20.09.432a.7.7%200%200%200%20.334.302q.236.115.661.147l-.49%202.008q-1.159%200-1.82-.3q-.662-.303-.947-.826a2.4%202.4%200%200%201-.278-1.2q.008-.678.188-1.445l2.074-8.67zm3.9%203.888q.915%200%201.576.277q.66.277%201.085.76q.425.48.629%201.126t.204%201.379v.001q0%201.19-.392%202.179a5.2%205.2%200%200%201-1.086%201.706a4.8%204.8%200%200%201-1.665%201.118q-.972.4-2.114.4q-.555%200-1.11-.098l-.735%202.956H9.403l2.71-11.298q.653-.196%201.494-.351a10%2010%200%200%201%201.821-.155m-.31%202.041a4.7%204.7%200%200%200-.98.098l-1.143%204.752q.277.066.685.065q.638%200%201.16-.237a2.6%202.6%200%200%200%20.89-.661q.366-.424.571-1.02a4%204%200%200%200%20.204-1.315q0-.702-.31-1.192t-1.077-.49%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%22M2.32%200A2.32%202.32%200%200%200%200%202.32v19.36A2.32%202.32%200%200%200%202.32%2024h19.36A2.32%202.32%200%200%200%2024%2021.68V2.32A2.32%202.32%200%200%200%2021.68%200zm9.208%203.98l-2.27%209.405a3%203%200%200%200-.073.539a.85.85%200%200%200%20.09.432a.7.7%200%200%200%20.334.302q.236.115.661.147l-.49%202.008q-1.159%200-1.82-.3q-.662-.303-.947-.826a2.4%202.4%200%200%201-.278-1.2q.008-.678.188-1.445l2.074-8.67zm3.9%203.888q.915%200%201.576.277q.66.277%201.085.76q.425.48.629%201.126t.204%201.379v.001q0%201.19-.392%202.179a5.2%205.2%200%200%201-1.086%201.706a4.8%204.8%200%200%201-1.665%201.118q-.972.4-2.114.4q-.555%200-1.11-.098l-.735%202.956H9.403l2.71-11.298q.653-.196%201.494-.351a10%2010%200%200%201%201.821-.155m-.31%202.041a4.7%204.7%200%200%200-.98.098l-1.143%204.752q.277.066.685.065q.638%200%201.16-.237a2.6%202.6%200%200%200%20.89-.661q.366-.424.571-1.02a4%204%200%200%200%20.204-1.315q0-.702-.31-1.192t-1.077-.49%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/liberapay.svg?color=%231a73e8&size=48