doge from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.

Name
doge
Set
Web3 Icons
Style
Mono
Viewbox
24×24
License
MIT

The same logo in other sets

Use the doge logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.844 3v4.646h2.21v8.708h-2.21V21h8.904a7.8 7.8 0 0 0 3.673-1.114c2.003-1.21 3.735-3.577 3.735-7.593c0-4.22-1.654-6.734-3.656-8.061A7.54 7.54 0 0 0 12.754 3zm8.83 13.354h-1.636V7.646h1.688c.067.011.185.023.337.056c.304.068.698.203 1.08.45c.619.417 1.598 1.384 1.598 4.14c0 2.363-.9 3.195-1.525 3.578c-.47.278-.997.444-1.541.484"/></svg>

React

import type { SVGProps } from "react";

export function TokenDoge(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.844 3v4.646h2.21v8.708h-2.21V21h8.904a7.8 7.8 0 0 0 3.673-1.114c2.003-1.21 3.735-3.577 3.735-7.593c0-4.22-1.654-6.734-3.656-8.061A7.54 7.54 0 0 0 12.754 3zm8.83 13.354h-1.636V7.646h1.688c.067.011.185.023.337.056c.304.068.698.203 1.08.45c.619.417 1.598 1.384 1.598 4.14c0 2.363-.9 3.195-1.525 3.578c-.47.278-.997.444-1.541.484"/></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.844 3v4.646h2.21v8.708h-2.21V21h8.904a7.8 7.8 0 0 0 3.673-1.114c2.003-1.21 3.735-3.577 3.735-7.593c0-4.22-1.654-6.734-3.656-8.061A7.54 7.54 0 0 0 12.754 3zm8.83 13.354h-1.636V7.646h1.688c.067.011.185.023.337.056c.304.068.698.203 1.08.45c.619.417 1.598 1.384 1.598 4.14c0 2.363-.9 3.195-1.525 3.578c-.47.278-.997.444-1.541.484"/></svg>
</template>

CSS

.icon-doge {
  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.844%203v4.646h2.21v8.708h-2.21V21h8.904a7.8%207.8%200%200%200%203.673-1.114c2.003-1.21%203.735-3.577%203.735-7.593c0-4.22-1.654-6.734-3.656-8.061A7.54%207.54%200%200%200%2012.754%203zm8.83%2013.354h-1.636V7.646h1.688c.067.011.185.023.337.056c.304.068.698.203%201.08.45c.619.417%201.598%201.384%201.598%204.14c0%202.363-.9%203.195-1.525%203.578c-.47.278-.997.444-1.541.484%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.844%203v4.646h2.21v8.708h-2.21V21h8.904a7.8%207.8%200%200%200%203.673-1.114c2.003-1.21%203.735-3.577%203.735-7.593c0-4.22-1.654-6.734-3.656-8.061A7.54%207.54%200%200%200%2012.754%203zm8.83%2013.354h-1.636V7.646h1.688c.067.011.185.023.337.056c.304.068.698.203%201.08.45c.619.417%201.598%201.384%201.598%204.14c0%202.363-.9%203.195-1.525%203.578c-.47.278-.997.444-1.541.484%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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