webmoney logo
webmoney from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- webmoney
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the webmoney logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.943.183c1.872 0 3.654.429 5.252 1.196c.251.113.503.248.753.384l-1.096.97l-1.643-1.692l-2.832 2.483L10.71 1.74L5.503 6.368l3.334 3.635l-1.302 1.128l3.29 3.635l-1.302 1.128l4.704 5.17l2.785-2.529l2.421 2.71c-.48.361-1.005.723-1.575 1.039a12.04 12.04 0 0 1-5.892 1.534C5.366 23.818 0 18.513 0 11.99C-.023 5.51 5.344.182 11.943.182M9.75 11.266l2.855-2.528l2.558 2.821l-2.855 2.529zm2.033 4.876l2.832-2.55l2.58 2.821l-2.855 2.529zM7.72 6.46l2.854-2.529l2.557 2.822l-2.854 2.528zm5.228-1.355l2.124-1.896l1.919 2.099l-2.124 1.919zm3.792 8.691l2.123-1.896l1.918 2.121l-2.124 1.898zm1.872 4.267l2.124-1.897l1.917 2.1l-2.123 1.918zm.868-9.753l1.415-1.264l1.279 1.4l-1.416 1.264zm-1.827-4.176l1.416-1.286l1.28 1.422l-1.418 1.264zm3.63 8.353l1.416-1.264l1.302 1.4l-1.438 1.264zm-6.37-3.138l2.124-1.896l1.918 2.099l-2.124 1.897Z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsWebmoney(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="M11.943.183c1.872 0 3.654.429 5.252 1.196c.251.113.503.248.753.384l-1.096.97l-1.643-1.692l-2.832 2.483L10.71 1.74L5.503 6.368l3.334 3.635l-1.302 1.128l3.29 3.635l-1.302 1.128l4.704 5.17l2.785-2.529l2.421 2.71c-.48.361-1.005.723-1.575 1.039a12.04 12.04 0 0 1-5.892 1.534C5.366 23.818 0 18.513 0 11.99C-.023 5.51 5.344.182 11.943.182M9.75 11.266l2.855-2.528l2.558 2.821l-2.855 2.529zm2.033 4.876l2.832-2.55l2.58 2.821l-2.855 2.529zM7.72 6.46l2.854-2.529l2.557 2.822l-2.854 2.528zm5.228-1.355l2.124-1.896l1.919 2.099l-2.124 1.919zm3.792 8.691l2.123-1.896l1.918 2.121l-2.124 1.898zm1.872 4.267l2.124-1.897l1.917 2.1l-2.123 1.918zm.868-9.753l1.415-1.264l1.279 1.4l-1.416 1.264zm-1.827-4.176l1.416-1.286l1.28 1.422l-1.418 1.264zm3.63 8.353l1.416-1.264l1.302 1.4l-1.438 1.264zm-6.37-3.138l2.124-1.896l1.918 2.099l-2.124 1.897Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.943.183c1.872 0 3.654.429 5.252 1.196c.251.113.503.248.753.384l-1.096.97l-1.643-1.692l-2.832 2.483L10.71 1.74L5.503 6.368l3.334 3.635l-1.302 1.128l3.29 3.635l-1.302 1.128l4.704 5.17l2.785-2.529l2.421 2.71c-.48.361-1.005.723-1.575 1.039a12.04 12.04 0 0 1-5.892 1.534C5.366 23.818 0 18.513 0 11.99C-.023 5.51 5.344.182 11.943.182M9.75 11.266l2.855-2.528l2.558 2.821l-2.855 2.529zm2.033 4.876l2.832-2.55l2.58 2.821l-2.855 2.529zM7.72 6.46l2.854-2.529l2.557 2.822l-2.854 2.528zm5.228-1.355l2.124-1.896l1.919 2.099l-2.124 1.919zm3.792 8.691l2.123-1.896l1.918 2.121l-2.124 1.898zm1.872 4.267l2.124-1.897l1.917 2.1l-2.123 1.918zm.868-9.753l1.415-1.264l1.279 1.4l-1.416 1.264zm-1.827-4.176l1.416-1.286l1.28 1.422l-1.418 1.264zm3.63 8.353l1.416-1.264l1.302 1.4l-1.438 1.264zm-6.37-3.138l2.124-1.896l1.918 2.099l-2.124 1.897Z"/></svg> </template>
CSS
.icon-webmoney {
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%22M11.943.183c1.872%200%203.654.429%205.252%201.196c.251.113.503.248.753.384l-1.096.97l-1.643-1.692l-2.832%202.483L10.71%201.74L5.503%206.368l3.334%203.635l-1.302%201.128l3.29%203.635l-1.302%201.128l4.704%205.17l2.785-2.529l2.421%202.71c-.48.361-1.005.723-1.575%201.039a12.04%2012.04%200%200%201-5.892%201.534C5.366%2023.818%200%2018.513%200%2011.99C-.023%205.51%205.344.182%2011.943.182M9.75%2011.266l2.855-2.528l2.558%202.821l-2.855%202.529zm2.033%204.876l2.832-2.55l2.58%202.821l-2.855%202.529zM7.72%206.46l2.854-2.529l2.557%202.822l-2.854%202.528zm5.228-1.355l2.124-1.896l1.919%202.099l-2.124%201.919zm3.792%208.691l2.123-1.896l1.918%202.121l-2.124%201.898zm1.872%204.267l2.124-1.897l1.917%202.1l-2.123%201.918zm.868-9.753l1.415-1.264l1.279%201.4l-1.416%201.264zm-1.827-4.176l1.416-1.286l1.28%201.422l-1.418%201.264zm3.63%208.353l1.416-1.264l1.302%201.4l-1.438%201.264zm-6.37-3.138l2.124-1.896l1.918%202.099l-2.124%201.897Z%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%22M11.943.183c1.872%200%203.654.429%205.252%201.196c.251.113.503.248.753.384l-1.096.97l-1.643-1.692l-2.832%202.483L10.71%201.74L5.503%206.368l3.334%203.635l-1.302%201.128l3.29%203.635l-1.302%201.128l4.704%205.17l2.785-2.529l2.421%202.71c-.48.361-1.005.723-1.575%201.039a12.04%2012.04%200%200%201-5.892%201.534C5.366%2023.818%200%2018.513%200%2011.99C-.023%205.51%205.344.182%2011.943.182M9.75%2011.266l2.855-2.528l2.558%202.821l-2.855%202.529zm2.033%204.876l2.832-2.55l2.58%202.821l-2.855%202.529zM7.72%206.46l2.854-2.529l2.557%202.822l-2.854%202.528zm5.228-1.355l2.124-1.896l1.919%202.099l-2.124%201.919zm3.792%208.691l2.123-1.896l1.918%202.121l-2.124%201.898zm1.872%204.267l2.124-1.897l1.917%202.1l-2.123%201.918zm.868-9.753l1.415-1.264l1.279%201.4l-1.416%201.264zm-1.827-4.176l1.416-1.286l1.28%201.422l-1.418%201.264zm3.63%208.353l1.416-1.264l1.302%201.4l-1.438%201.264zm-6.37-3.138l2.124-1.896l1.918%202.099l-2.124%201.897Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/webmoney.svg?color=%231a73e8&size=48