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

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

The same logo in other sets

Use the factr logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.889 3.002l-6.96.6a1.02 1.02 0 0 0-.927 1.103c.015.179.076.35.177.499l3.972 5.77a1.02 1.02 0 0 0 1.752-.149l2.993-6.341a1.03 1.03 0 0 0-.48-1.38a1 1 0 0 0-.527-.096zM3 4.112l.6 6.959a1.02 1.02 0 0 0 1.102.93a1.05 1.05 0 0 0 .5-.174l5.77-3.984a1.02 1.02 0 0 0-.15-1.74l-6.34-2.999a1.03 1.03 0 0 0-1.38.48a1 1 0 0 0-.096.528zM4.105 21l6.959-.582a1.02 1.02 0 0 0 .84-.588a1.04 1.04 0 0 0-.085-1.026l-3.983-5.777a1.02 1.02 0 0 0-1.746.15l-2.993 6.359a1.03 1.03 0 0 0 .492 1.368c.162.072.342.108.516.09zm16.893-1.092l-.588-6.971a1.02 1.02 0 0 0-1.104-.93a.95.95 0 0 0-.504.18l-5.777 3.983a1.02 1.02 0 0 0 .15 1.752l6.36 2.982a1.032 1.032 0 0 0 1.463-.996"/></svg>

React

import type { SVGProps } from "react";

export function TokenFactr(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="m19.889 3.002l-6.96.6a1.02 1.02 0 0 0-.927 1.103c.015.179.076.35.177.499l3.972 5.77a1.02 1.02 0 0 0 1.752-.149l2.993-6.341a1.03 1.03 0 0 0-.48-1.38a1 1 0 0 0-.527-.096zM3 4.112l.6 6.959a1.02 1.02 0 0 0 1.102.93a1.05 1.05 0 0 0 .5-.174l5.77-3.984a1.02 1.02 0 0 0-.15-1.74l-6.34-2.999a1.03 1.03 0 0 0-1.38.48a1 1 0 0 0-.096.528zM4.105 21l6.959-.582a1.02 1.02 0 0 0 .84-.588a1.04 1.04 0 0 0-.085-1.026l-3.983-5.777a1.02 1.02 0 0 0-1.746.15l-2.993 6.359a1.03 1.03 0 0 0 .492 1.368c.162.072.342.108.516.09zm16.893-1.092l-.588-6.971a1.02 1.02 0 0 0-1.104-.93a.95.95 0 0 0-.504.18l-5.777 3.983a1.02 1.02 0 0 0 .15 1.752l6.36 2.982a1.032 1.032 0 0 0 1.463-.996"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.889 3.002l-6.96.6a1.02 1.02 0 0 0-.927 1.103c.015.179.076.35.177.499l3.972 5.77a1.02 1.02 0 0 0 1.752-.149l2.993-6.341a1.03 1.03 0 0 0-.48-1.38a1 1 0 0 0-.527-.096zM3 4.112l.6 6.959a1.02 1.02 0 0 0 1.102.93a1.05 1.05 0 0 0 .5-.174l5.77-3.984a1.02 1.02 0 0 0-.15-1.74l-6.34-2.999a1.03 1.03 0 0 0-1.38.48a1 1 0 0 0-.096.528zM4.105 21l6.959-.582a1.02 1.02 0 0 0 .84-.588a1.04 1.04 0 0 0-.085-1.026l-3.983-5.777a1.02 1.02 0 0 0-1.746.15l-2.993 6.359a1.03 1.03 0 0 0 .492 1.368c.162.072.342.108.516.09zm16.893-1.092l-.588-6.971a1.02 1.02 0 0 0-1.104-.93a.95.95 0 0 0-.504.18l-5.777 3.983a1.02 1.02 0 0 0 .15 1.752l6.36 2.982a1.032 1.032 0 0 0 1.463-.996"/></svg>
</template>

CSS

.icon-factr {
  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%22m19.889%203.002l-6.96.6a1.02%201.02%200%200%200-.927%201.103c.015.179.076.35.177.499l3.972%205.77a1.02%201.02%200%200%200%201.752-.149l2.993-6.341a1.03%201.03%200%200%200-.48-1.38a1%201%200%200%200-.527-.096zM3%204.112l.6%206.959a1.02%201.02%200%200%200%201.102.93a1.05%201.05%200%200%200%20.5-.174l5.77-3.984a1.02%201.02%200%200%200-.15-1.74l-6.34-2.999a1.03%201.03%200%200%200-1.38.48a1%201%200%200%200-.096.528zM4.105%2021l6.959-.582a1.02%201.02%200%200%200%20.84-.588a1.04%201.04%200%200%200-.085-1.026l-3.983-5.777a1.02%201.02%200%200%200-1.746.15l-2.993%206.359a1.03%201.03%200%200%200%20.492%201.368c.162.072.342.108.516.09zm16.893-1.092l-.588-6.971a1.02%201.02%200%200%200-1.104-.93a.95.95%200%200%200-.504.18l-5.777%203.983a1.02%201.02%200%200%200%20.15%201.752l6.36%202.982a1.032%201.032%200%200%200%201.463-.996%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%22m19.889%203.002l-6.96.6a1.02%201.02%200%200%200-.927%201.103c.015.179.076.35.177.499l3.972%205.77a1.02%201.02%200%200%200%201.752-.149l2.993-6.341a1.03%201.03%200%200%200-.48-1.38a1%201%200%200%200-.527-.096zM3%204.112l.6%206.959a1.02%201.02%200%200%200%201.102.93a1.05%201.05%200%200%200%20.5-.174l5.77-3.984a1.02%201.02%200%200%200-.15-1.74l-6.34-2.999a1.03%201.03%200%200%200-1.38.48a1%201%200%200%200-.096.528zM4.105%2021l6.959-.582a1.02%201.02%200%200%200%20.84-.588a1.04%201.04%200%200%200-.085-1.026l-3.983-5.777a1.02%201.02%200%200%200-1.746.15l-2.993%206.359a1.03%201.03%200%200%200%20.492%201.368c.162.072.342.108.516.09zm16.893-1.092l-.588-6.971a1.02%201.02%200%200%200-1.104-.93a.95.95%200%200%200-.504.18l-5.777%203.983a1.02%201.02%200%200%200%20.15%201.752l6.36%202.982a1.032%201.032%200%200%200%201.463-.996%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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