walletconnect logo
walletconnect from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- walletconnect
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the walletconnect logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.913 7.519c3.915-3.831 10.26-3.831 14.174 0l.471.461a.483.483 0 0 1 0 .694l-1.611 1.577a.25.25 0 0 1-.354 0l-.649-.634c-2.73-2.673-7.157-2.673-9.887 0l-.694.68a.255.255 0 0 1-.355 0L4.397 8.719a.48.48 0 0 1 0-.693zm17.506 3.263l1.434 1.404a.483.483 0 0 1 0 .694l-6.466 6.331a.51.51 0 0 1-.709 0l-4.588-4.493a.126.126 0 0 0-.178 0l-4.589 4.493a.51.51 0 0 1-.709 0L.147 12.88a.483.483 0 0 1 0-.694l1.434-1.404a.51.51 0 0 1 .709 0l4.589 4.493c.05.048.129.048.178 0l4.589-4.493a.51.51 0 0 1 .709 0l4.589 4.493c.05.048.128.048.178 0l4.589-4.493a.507.507 0 0 1 .708 0"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsWalletconnect(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="M4.913 7.519c3.915-3.831 10.26-3.831 14.174 0l.471.461a.483.483 0 0 1 0 .694l-1.611 1.577a.25.25 0 0 1-.354 0l-.649-.634c-2.73-2.673-7.157-2.673-9.887 0l-.694.68a.255.255 0 0 1-.355 0L4.397 8.719a.48.48 0 0 1 0-.693zm17.506 3.263l1.434 1.404a.483.483 0 0 1 0 .694l-6.466 6.331a.51.51 0 0 1-.709 0l-4.588-4.493a.126.126 0 0 0-.178 0l-4.589 4.493a.51.51 0 0 1-.709 0L.147 12.88a.483.483 0 0 1 0-.694l1.434-1.404a.51.51 0 0 1 .709 0l4.589 4.493c.05.048.129.048.178 0l4.589-4.493a.51.51 0 0 1 .709 0l4.589 4.493c.05.048.128.048.178 0l4.589-4.493a.507.507 0 0 1 .708 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.913 7.519c3.915-3.831 10.26-3.831 14.174 0l.471.461a.483.483 0 0 1 0 .694l-1.611 1.577a.25.25 0 0 1-.354 0l-.649-.634c-2.73-2.673-7.157-2.673-9.887 0l-.694.68a.255.255 0 0 1-.355 0L4.397 8.719a.48.48 0 0 1 0-.693zm17.506 3.263l1.434 1.404a.483.483 0 0 1 0 .694l-6.466 6.331a.51.51 0 0 1-.709 0l-4.588-4.493a.126.126 0 0 0-.178 0l-4.589 4.493a.51.51 0 0 1-.709 0L.147 12.88a.483.483 0 0 1 0-.694l1.434-1.404a.51.51 0 0 1 .709 0l4.589 4.493c.05.048.129.048.178 0l4.589-4.493a.51.51 0 0 1 .709 0l4.589 4.493c.05.048.128.048.178 0l4.589-4.493a.507.507 0 0 1 .708 0"/></svg> </template>
CSS
.icon-walletconnect {
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%22M4.913%207.519c3.915-3.831%2010.26-3.831%2014.174%200l.471.461a.483.483%200%200%201%200%20.694l-1.611%201.577a.25.25%200%200%201-.354%200l-.649-.634c-2.73-2.673-7.157-2.673-9.887%200l-.694.68a.255.255%200%200%201-.355%200L4.397%208.719a.48.48%200%200%201%200-.693zm17.506%203.263l1.434%201.404a.483.483%200%200%201%200%20.694l-6.466%206.331a.51.51%200%200%201-.709%200l-4.588-4.493a.126.126%200%200%200-.178%200l-4.589%204.493a.51.51%200%200%201-.709%200L.147%2012.88a.483.483%200%200%201%200-.694l1.434-1.404a.51.51%200%200%201%20.709%200l4.589%204.493c.05.048.129.048.178%200l4.589-4.493a.51.51%200%200%201%20.709%200l4.589%204.493c.05.048.128.048.178%200l4.589-4.493a.507.507%200%200%201%20.708%200%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%22M4.913%207.519c3.915-3.831%2010.26-3.831%2014.174%200l.471.461a.483.483%200%200%201%200%20.694l-1.611%201.577a.25.25%200%200%201-.354%200l-.649-.634c-2.73-2.673-7.157-2.673-9.887%200l-.694.68a.255.255%200%200%201-.355%200L4.397%208.719a.48.48%200%200%201%200-.693zm17.506%203.263l1.434%201.404a.483.483%200%200%201%200%20.694l-6.466%206.331a.51.51%200%200%201-.709%200l-4.588-4.493a.126.126%200%200%200-.178%200l-4.589%204.493a.51.51%200%200%201-.709%200L.147%2012.88a.483.483%200%200%201%200-.694l1.434-1.404a.51.51%200%200%201%20.709%200l4.589%204.493c.05.048.129.048.178%200l4.589-4.493a.51.51%200%200%201%20.709%200l4.589%204.493c.05.048.128.048.178%200l4.589-4.493a.507.507%200%200%201%20.708%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/walletconnect.svg?color=%231a73e8&size=48