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

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

The same logo in other sets

Use the props logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M8.062 8.062h5.625v-4.9C13.052 3.02 12.678 3 12 3a9 9 0 0 0-9 9c0 3.508 2.135 6.544 5.062 8.029zm7.875-4.091v11.966h-5.624v4.844c.635.141 1.009.219 1.687.219a9 9 0 0 0 9-9c0-3.507-2.135-6.544-5.063-8.03m-2.25 9.716h-3.374v-3.374h3.374z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function TokenProps(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" fillRule="evenodd" d="M8.062 8.062h5.625v-4.9C13.052 3.02 12.678 3 12 3a9 9 0 0 0-9 9c0 3.508 2.135 6.544 5.062 8.029zm7.875-4.091v11.966h-5.624v4.844c.635.141 1.009.219 1.687.219a9 9 0 0 0 9-9c0-3.507-2.135-6.544-5.063-8.03m-2.25 9.716h-3.374v-3.374h3.374z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M8.062 8.062h5.625v-4.9C13.052 3.02 12.678 3 12 3a9 9 0 0 0-9 9c0 3.508 2.135 6.544 5.062 8.029zm7.875-4.091v11.966h-5.624v4.844c.635.141 1.009.219 1.687.219a9 9 0 0 0 9-9c0-3.507-2.135-6.544-5.063-8.03m-2.25 9.716h-3.374v-3.374h3.374z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-props {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M8.062%208.062h5.625v-4.9C13.052%203.02%2012.678%203%2012%203a9%209%200%200%200-9%209c0%203.508%202.135%206.544%205.062%208.029zm7.875-4.091v11.966h-5.624v4.844c.635.141%201.009.219%201.687.219a9%209%200%200%200%209-9c0-3.507-2.135-6.544-5.063-8.03m-2.25%209.716h-3.374v-3.374h3.374z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M8.062%208.062h5.625v-4.9C13.052%203.02%2012.678%203%2012%203a9%209%200%200%200-9%209c0%203.508%202.135%206.544%205.062%208.029zm7.875-4.091v11.966h-5.624v4.844c.635.141%201.009.219%201.687.219a9%209%200%200%200%209-9c0-3.507-2.135-6.544-5.063-8.03m-2.25%209.716h-3.374v-3.374h3.374z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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