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

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

The same logo in other sets

Use the cfg logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.973 17.775A10.135 10.135 0 0 1 21 7.049l-.892.741a8.976 8.976 0 0 0-15.087 9.498zm14.803-8.867a7.24 7.24 0 1 0-5.895 11.786v-1.159a6.08 6.08 0 1 1 5.003-9.886zm-2.224 1.854a4.337 4.337 0 0 0-7.749 2.698a4.344 4.344 0 0 0 7.471 3.012l-.73-.91a3.182 3.182 0 0 1-5.023-.28a3.2 3.2 0 0 1-.56-1.822a3.187 3.187 0 0 1 5.705-1.952l.886-.74z"/></svg>

React

import type { SVGProps } from "react";

export function TokenCfg(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.973 17.775A10.135 10.135 0 0 1 21 7.049l-.892.741a8.976 8.976 0 0 0-15.087 9.498zm14.803-8.867a7.24 7.24 0 1 0-5.895 11.786v-1.159a6.08 6.08 0 1 1 5.003-9.886zm-2.224 1.854a4.337 4.337 0 0 0-7.749 2.698a4.344 4.344 0 0 0 7.471 3.012l-.73-.91a3.182 3.182 0 0 1-5.023-.28a3.2 3.2 0 0 1-.56-1.822a3.187 3.187 0 0 1 5.705-1.952l.886-.74z"/></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.973 17.775A10.135 10.135 0 0 1 21 7.049l-.892.741a8.976 8.976 0 0 0-15.087 9.498zm14.803-8.867a7.24 7.24 0 1 0-5.895 11.786v-1.159a6.08 6.08 0 1 1 5.003-9.886zm-2.224 1.854a4.337 4.337 0 0 0-7.749 2.698a4.344 4.344 0 0 0 7.471 3.012l-.73-.91a3.182 3.182 0 0 1-5.023-.28a3.2 3.2 0 0 1-.56-1.822a3.187 3.187 0 0 1 5.705-1.952l.886-.74z"/></svg>
</template>

CSS

.icon-cfg {
  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.973%2017.775A10.135%2010.135%200%200%201%2021%207.049l-.892.741a8.976%208.976%200%200%200-15.087%209.498zm14.803-8.867a7.24%207.24%200%201%200-5.895%2011.786v-1.159a6.08%206.08%200%201%201%205.003-9.886zm-2.224%201.854a4.337%204.337%200%200%200-7.749%202.698a4.344%204.344%200%200%200%207.471%203.012l-.73-.91a3.182%203.182%200%200%201-5.023-.28a3.2%203.2%200%200%201-.56-1.822a3.187%203.187%200%200%201%205.705-1.952l.886-.74z%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.973%2017.775A10.135%2010.135%200%200%201%2021%207.049l-.892.741a8.976%208.976%200%200%200-15.087%209.498zm14.803-8.867a7.24%207.24%200%201%200-5.895%2011.786v-1.159a6.08%206.08%200%201%201%205.003-9.886zm-2.224%201.854a4.337%204.337%200%200%200-7.749%202.698a4.344%204.344%200%200%200%207.471%203.012l-.73-.91a3.182%203.182%200%200%201-5.023-.28a3.2%203.2%200%200%201-.56-1.822a3.187%203.187%200%200%201%205.705-1.952l.886-.74z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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