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

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

The same logo in other sets

Use the dog logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.093 21v-7.875h-2.25v-2.25h2.25V3h6.184c5.398 0 8.059 3.98 7.87 9.042C19.96 17.057 17.832 21 12.277 21zM8.342 5.25v5.625h4.497v2.25H8.342v5.625h3.935c4.317 0 5.48-2.97 5.623-6.792c.142-3.81-1.499-6.708-5.623-6.708z"/></svg>

React

import type { SVGProps } from "react";

export function TokenDog(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="M6.093 21v-7.875h-2.25v-2.25h2.25V3h6.184c5.398 0 8.059 3.98 7.87 9.042C19.96 17.057 17.832 21 12.277 21zM8.342 5.25v5.625h4.497v2.25H8.342v5.625h3.935c4.317 0 5.48-2.97 5.623-6.792c.142-3.81-1.499-6.708-5.623-6.708z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.093 21v-7.875h-2.25v-2.25h2.25V3h6.184c5.398 0 8.059 3.98 7.87 9.042C19.96 17.057 17.832 21 12.277 21zM8.342 5.25v5.625h4.497v2.25H8.342v5.625h3.935c4.317 0 5.48-2.97 5.623-6.792c.142-3.81-1.499-6.708-5.623-6.708z"/></svg>
</template>

CSS

.icon-dog {
  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%22M6.093%2021v-7.875h-2.25v-2.25h2.25V3h6.184c5.398%200%208.059%203.98%207.87%209.042C19.96%2017.057%2017.832%2021%2012.277%2021zM8.342%205.25v5.625h4.497v2.25H8.342v5.625h3.935c4.317%200%205.48-2.97%205.623-6.792c.142-3.81-1.499-6.708-5.623-6.708z%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%22M6.093%2021v-7.875h-2.25v-2.25h2.25V3h6.184c5.398%200%208.059%203.98%207.87%209.042C19.96%2017.057%2017.832%2021%2012.277%2021zM8.342%205.25v5.625h4.497v2.25H8.342v5.625h3.935c4.317%200%205.48-2.97%205.623-6.792c.142-3.81-1.499-6.708-5.623-6.708z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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