my ether wallet logo

my-ether-wallet from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.

Name
my-ether-wallet
Set
Web3 Icons
Style
Mono
Viewbox
24×24
License
MIT

The same logo in other sets

Use the my ether wallet logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 12a9 9 0 0 0 9 9a9 9 0 0 0 9-9a9 9 0 1 0-18 0m9 5.656c-3.042 0-5.65-2.467-5.65-5.51c0-.714.135-1.538.382-2.165l2.429 1.035l-.03.128a3 3 0 0 0-.125.73A1 1 0 0 0 9 12.02l.003.033a2.982 2.982 0 0 0 3.661 2.867l1.38 2.344a5.5 5.5 0 0 1-2.042.39m5.213-3.417l-6.162-2.61l3.951-.018c-.14-1.434-1.614-2.598-3.004-2.598c-.315 0-.628.052-.926.155L9.706 6.843A5.5 5.5 0 0 1 12 6.345c3.042 0 5.642 2.512 5.642 5.554c0 .82-.106 1.64-.428 2.34"/></svg>

React

import type { SVGProps } from "react";

export function TokenMyEtherWallet(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="M3 12a9 9 0 0 0 9 9a9 9 0 0 0 9-9a9 9 0 1 0-18 0m9 5.656c-3.042 0-5.65-2.467-5.65-5.51c0-.714.135-1.538.382-2.165l2.429 1.035l-.03.128a3 3 0 0 0-.125.73A1 1 0 0 0 9 12.02l.003.033a2.982 2.982 0 0 0 3.661 2.867l1.38 2.344a5.5 5.5 0 0 1-2.042.39m5.213-3.417l-6.162-2.61l3.951-.018c-.14-1.434-1.614-2.598-3.004-2.598c-.315 0-.628.052-.926.155L9.706 6.843A5.5 5.5 0 0 1 12 6.345c3.042 0 5.642 2.512 5.642 5.554c0 .82-.106 1.64-.428 2.34"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 12a9 9 0 0 0 9 9a9 9 0 0 0 9-9a9 9 0 1 0-18 0m9 5.656c-3.042 0-5.65-2.467-5.65-5.51c0-.714.135-1.538.382-2.165l2.429 1.035l-.03.128a3 3 0 0 0-.125.73A1 1 0 0 0 9 12.02l.003.033a2.982 2.982 0 0 0 3.661 2.867l1.38 2.344a5.5 5.5 0 0 1-2.042.39m5.213-3.417l-6.162-2.61l3.951-.018c-.14-1.434-1.614-2.598-3.004-2.598c-.315 0-.628.052-.926.155L9.706 6.843A5.5 5.5 0 0 1 12 6.345c3.042 0 5.642 2.512 5.642 5.554c0 .82-.106 1.64-.428 2.34"/></svg>
</template>

CSS

.icon-my-ether-wallet {
  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%22M3%2012a9%209%200%200%200%209%209a9%209%200%200%200%209-9a9%209%200%201%200-18%200m9%205.656c-3.042%200-5.65-2.467-5.65-5.51c0-.714.135-1.538.382-2.165l2.429%201.035l-.03.128a3%203%200%200%200-.125.73A1%201%200%200%200%209%2012.02l.003.033a2.982%202.982%200%200%200%203.661%202.867l1.38%202.344a5.5%205.5%200%200%201-2.042.39m5.213-3.417l-6.162-2.61l3.951-.018c-.14-1.434-1.614-2.598-3.004-2.598c-.315%200-.628.052-.926.155L9.706%206.843A5.5%205.5%200%200%201%2012%206.345c3.042%200%205.642%202.512%205.642%205.554c0%20.82-.106%201.64-.428%202.34%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%22M3%2012a9%209%200%200%200%209%209a9%209%200%200%200%209-9a9%209%200%201%200-18%200m9%205.656c-3.042%200-5.65-2.467-5.65-5.51c0-.714.135-1.538.382-2.165l2.429%201.035l-.03.128a3%203%200%200%200-.125.73A1%201%200%200%200%209%2012.02l.003.033a2.982%202.982%200%200%200%203.661%202.867l1.38%202.344a5.5%205.5%200%200%201-2.042.39m5.213-3.417l-6.162-2.61l3.951-.018c-.14-1.434-1.614-2.598-3.004-2.598c-.315%200-.628.052-.926.155L9.706%206.843A5.5%205.5%200%200%201%2012%206.345c3.042%200%205.642%202.512%205.642%205.554c0%20.82-.106%201.64-.428%202.34%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/my-ether-wallet.svg?color=%231a73e8&size=48