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

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

The same logo in other sets

Use the breed logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.624 6.546h-4.533L9.879 5.333h5.745C19.14 5.334 22 8.516 22 12s-2.855 6.667-6.376 6.667H9.576l1.515-1.212h4.533c2.77 0 5.164-2.715 5.164-5.455s-2.394-5.454-5.164-5.454"/><path fill="currentColor" d="M15.491 9.576H12.91V8.364h2.582A3.557 3.557 0 0 1 18.97 12c0 2.006-1.558 3.636-3.479 3.636H12.91v-1.212h2.582c1.236 0 2.267-1.133 2.267-2.424s-1.03-2.424-2.267-2.424"/><path fill="currentColor" d="M3.194 6.006c0-.37-.218-.673-.588-.673c-.364 0-.606.303-.606.673v10.303c0 1.418 1.145 2.358 2.552 2.358h5.618a3.698 3.698 0 0 0 1.854-6.655a3.67 3.67 0 0 0 1.491-3.042c0-1.819-1.273-3.406-3.06-3.637h-3.85a2.15 2.15 0 0 0-2.182 2.121c0 1.188.837 2.122 2.018 2.122h3.376c.364 0 .667-.237.667-.606c0-.425-.303-.606-.667-.606H6.442c-.442 0-.806-.461-.806-.91c0-.448.522-.909.97-.909h3.879c1.121.176 1.818 1.291 1.818 2.425c0 1.236-1.079 2.266-2.242 2.424H6.564a2.15 2.15 0 0 0-1.979 1.33c-.107.26-.162.54-.16.821a2.097 2.097 0 0 0 2.139 2.091h3.254c.364 0 .667-.242.667-.606c0-.375-.303-.606-.667-.606H6.442c-.442 0-.806-.46-.806-.909c0-.448.364-.909.806-.909c1.091 0 2.564.012 3.661 0h.224c1.121.176 1.976 1.29 1.976 2.424c0 1.237-1.079 2.267-2.242 2.425H4.412A1.22 1.22 0 0 1 3.2 16.23V6zM15.333 12a.606.606 0 1 1-1.21 0a.606.606 0 0 1 1.21 0"/></svg>

React

import type { SVGProps } from "react";

export function TokenBreed(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="M15.624 6.546h-4.533L9.879 5.333h5.745C19.14 5.334 22 8.516 22 12s-2.855 6.667-6.376 6.667H9.576l1.515-1.212h4.533c2.77 0 5.164-2.715 5.164-5.455s-2.394-5.454-5.164-5.454"/><path fill="currentColor" d="M15.491 9.576H12.91V8.364h2.582A3.557 3.557 0 0 1 18.97 12c0 2.006-1.558 3.636-3.479 3.636H12.91v-1.212h2.582c1.236 0 2.267-1.133 2.267-2.424s-1.03-2.424-2.267-2.424"/><path fill="currentColor" d="M3.194 6.006c0-.37-.218-.673-.588-.673c-.364 0-.606.303-.606.673v10.303c0 1.418 1.145 2.358 2.552 2.358h5.618a3.698 3.698 0 0 0 1.854-6.655a3.67 3.67 0 0 0 1.491-3.042c0-1.819-1.273-3.406-3.06-3.637h-3.85a2.15 2.15 0 0 0-2.182 2.121c0 1.188.837 2.122 2.018 2.122h3.376c.364 0 .667-.237.667-.606c0-.425-.303-.606-.667-.606H6.442c-.442 0-.806-.461-.806-.91c0-.448.522-.909.97-.909h3.879c1.121.176 1.818 1.291 1.818 2.425c0 1.236-1.079 2.266-2.242 2.424H6.564a2.15 2.15 0 0 0-1.979 1.33c-.107.26-.162.54-.16.821a2.097 2.097 0 0 0 2.139 2.091h3.254c.364 0 .667-.242.667-.606c0-.375-.303-.606-.667-.606H6.442c-.442 0-.806-.46-.806-.909c0-.448.364-.909.806-.909c1.091 0 2.564.012 3.661 0h.224c1.121.176 1.976 1.29 1.976 2.424c0 1.237-1.079 2.267-2.242 2.425H4.412A1.22 1.22 0 0 1 3.2 16.23V6zM15.333 12a.606.606 0 1 1-1.21 0a.606.606 0 0 1 1.21 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="M15.624 6.546h-4.533L9.879 5.333h5.745C19.14 5.334 22 8.516 22 12s-2.855 6.667-6.376 6.667H9.576l1.515-1.212h4.533c2.77 0 5.164-2.715 5.164-5.455s-2.394-5.454-5.164-5.454"/><path fill="currentColor" d="M15.491 9.576H12.91V8.364h2.582A3.557 3.557 0 0 1 18.97 12c0 2.006-1.558 3.636-3.479 3.636H12.91v-1.212h2.582c1.236 0 2.267-1.133 2.267-2.424s-1.03-2.424-2.267-2.424"/><path fill="currentColor" d="M3.194 6.006c0-.37-.218-.673-.588-.673c-.364 0-.606.303-.606.673v10.303c0 1.418 1.145 2.358 2.552 2.358h5.618a3.698 3.698 0 0 0 1.854-6.655a3.67 3.67 0 0 0 1.491-3.042c0-1.819-1.273-3.406-3.06-3.637h-3.85a2.15 2.15 0 0 0-2.182 2.121c0 1.188.837 2.122 2.018 2.122h3.376c.364 0 .667-.237.667-.606c0-.425-.303-.606-.667-.606H6.442c-.442 0-.806-.461-.806-.91c0-.448.522-.909.97-.909h3.879c1.121.176 1.818 1.291 1.818 2.425c0 1.236-1.079 2.266-2.242 2.424H6.564a2.15 2.15 0 0 0-1.979 1.33c-.107.26-.162.54-.16.821a2.097 2.097 0 0 0 2.139 2.091h3.254c.364 0 .667-.242.667-.606c0-.375-.303-.606-.667-.606H6.442c-.442 0-.806-.46-.806-.909c0-.448.364-.909.806-.909c1.091 0 2.564.012 3.661 0h.224c1.121.176 1.976 1.29 1.976 2.424c0 1.237-1.079 2.267-2.242 2.425H4.412A1.22 1.22 0 0 1 3.2 16.23V6zM15.333 12a.606.606 0 1 1-1.21 0a.606.606 0 0 1 1.21 0"/></svg>
</template>

CSS

.icon-breed {
  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%22M15.624%206.546h-4.533L9.879%205.333h5.745C19.14%205.334%2022%208.516%2022%2012s-2.855%206.667-6.376%206.667H9.576l1.515-1.212h4.533c2.77%200%205.164-2.715%205.164-5.455s-2.394-5.454-5.164-5.454%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.491%209.576H12.91V8.364h2.582A3.557%203.557%200%200%201%2018.97%2012c0%202.006-1.558%203.636-3.479%203.636H12.91v-1.212h2.582c1.236%200%202.267-1.133%202.267-2.424s-1.03-2.424-2.267-2.424%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.194%206.006c0-.37-.218-.673-.588-.673c-.364%200-.606.303-.606.673v10.303c0%201.418%201.145%202.358%202.552%202.358h5.618a3.698%203.698%200%200%200%201.854-6.655a3.67%203.67%200%200%200%201.491-3.042c0-1.819-1.273-3.406-3.06-3.637h-3.85a2.15%202.15%200%200%200-2.182%202.121c0%201.188.837%202.122%202.018%202.122h3.376c.364%200%20.667-.237.667-.606c0-.425-.303-.606-.667-.606H6.442c-.442%200-.806-.461-.806-.91c0-.448.522-.909.97-.909h3.879c1.121.176%201.818%201.291%201.818%202.425c0%201.236-1.079%202.266-2.242%202.424H6.564a2.15%202.15%200%200%200-1.979%201.33c-.107.26-.162.54-.16.821a2.097%202.097%200%200%200%202.139%202.091h3.254c.364%200%20.667-.242.667-.606c0-.375-.303-.606-.667-.606H6.442c-.442%200-.806-.46-.806-.909c0-.448.364-.909.806-.909c1.091%200%202.564.012%203.661%200h.224c1.121.176%201.976%201.29%201.976%202.424c0%201.237-1.079%202.267-2.242%202.425H4.412A1.22%201.22%200%200%201%203.2%2016.23V6zM15.333%2012a.606.606%200%201%201-1.21%200a.606.606%200%200%201%201.21%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%22M15.624%206.546h-4.533L9.879%205.333h5.745C19.14%205.334%2022%208.516%2022%2012s-2.855%206.667-6.376%206.667H9.576l1.515-1.212h4.533c2.77%200%205.164-2.715%205.164-5.455s-2.394-5.454-5.164-5.454%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.491%209.576H12.91V8.364h2.582A3.557%203.557%200%200%201%2018.97%2012c0%202.006-1.558%203.636-3.479%203.636H12.91v-1.212h2.582c1.236%200%202.267-1.133%202.267-2.424s-1.03-2.424-2.267-2.424%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.194%206.006c0-.37-.218-.673-.588-.673c-.364%200-.606.303-.606.673v10.303c0%201.418%201.145%202.358%202.552%202.358h5.618a3.698%203.698%200%200%200%201.854-6.655a3.67%203.67%200%200%200%201.491-3.042c0-1.819-1.273-3.406-3.06-3.637h-3.85a2.15%202.15%200%200%200-2.182%202.121c0%201.188.837%202.122%202.018%202.122h3.376c.364%200%20.667-.237.667-.606c0-.425-.303-.606-.667-.606H6.442c-.442%200-.806-.461-.806-.91c0-.448.522-.909.97-.909h3.879c1.121.176%201.818%201.291%201.818%202.425c0%201.236-1.079%202.266-2.242%202.424H6.564a2.15%202.15%200%200%200-1.979%201.33c-.107.26-.162.54-.16.821a2.097%202.097%200%200%200%202.139%202.091h3.254c.364%200%20.667-.242.667-.606c0-.375-.303-.606-.667-.606H6.442c-.442%200-.806-.46-.806-.909c0-.448.364-.909.806-.909c1.091%200%202.564.012%203.661%200h.224c1.121.176%201.976%201.29%201.976%202.424c0%201.237-1.079%202.267-2.242%202.425H4.412A1.22%201.22%200%200%201%203.2%2016.23V6zM15.333%2012a.606.606%200%201%201-1.21%200a.606.606%200%200%201%201.21%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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