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

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

The same logo in other sets

Use the pro logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.6 17.953c0 .349-.335.646-.685.646H8.12a.68.68 0 0 1-.667-.678v-.222c0-.032.031-.477.318-1.016c.477-.889 1.367-1.524 2.639-1.968c1.826-.608 4.07-.98 5.565-2.285c1.082-.92 1.393-2.36 1.425-3.756c.552.396 1.2.796 1.2 1.566zm-3.598-9.28c0 .699-.012 1.44-.522 1.916c-1.21 1.114-3.3 1.373-4.801 1.872c-2.322.762-3.467 2.096-4.008 3.079c-.095.19-.19.381-.254.572c0 .032-.017.032-.017.063V10.27c0-.698.526-1.11.621-1.174l5.343-3.491c.604-.413 1.24 0 1.24 0l2.398 1.576zM21 17.827V10.27c0-.349-.095-2.094-1.717-3.174L18 6.197V3.575c0-.38-.37-.575-.72-.575h-.972c-.382 0-.708.194-.708.575v1.037l-1.628-1.037c-.986-.634-2.544-.889-3.912 0L4.717 7.067C4.4 7.257 3 8.305 3 10.24v7.554c0 .73.159 1.332.509 1.84c.254.413.636.73 1.081.952A4.4 4.4 0 0 0 6.18 21h11.672c.032 0 .795 0 1.59-.413c.477-.222.827-.54 1.113-.952c.286-.476.445-1.08.445-1.81"/></svg>

React

import type { SVGProps } from "react";

export function TokenPro(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="M18.6 17.953c0 .349-.335.646-.685.646H8.12a.68.68 0 0 1-.667-.678v-.222c0-.032.031-.477.318-1.016c.477-.889 1.367-1.524 2.639-1.968c1.826-.608 4.07-.98 5.565-2.285c1.082-.92 1.393-2.36 1.425-3.756c.552.396 1.2.796 1.2 1.566zm-3.598-9.28c0 .699-.012 1.44-.522 1.916c-1.21 1.114-3.3 1.373-4.801 1.872c-2.322.762-3.467 2.096-4.008 3.079c-.095.19-.19.381-.254.572c0 .032-.017.032-.017.063V10.27c0-.698.526-1.11.621-1.174l5.343-3.491c.604-.413 1.24 0 1.24 0l2.398 1.576zM21 17.827V10.27c0-.349-.095-2.094-1.717-3.174L18 6.197V3.575c0-.38-.37-.575-.72-.575h-.972c-.382 0-.708.194-.708.575v1.037l-1.628-1.037c-.986-.634-2.544-.889-3.912 0L4.717 7.067C4.4 7.257 3 8.305 3 10.24v7.554c0 .73.159 1.332.509 1.84c.254.413.636.73 1.081.952A4.4 4.4 0 0 0 6.18 21h11.672c.032 0 .795 0 1.59-.413c.477-.222.827-.54 1.113-.952c.286-.476.445-1.08.445-1.81"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.6 17.953c0 .349-.335.646-.685.646H8.12a.68.68 0 0 1-.667-.678v-.222c0-.032.031-.477.318-1.016c.477-.889 1.367-1.524 2.639-1.968c1.826-.608 4.07-.98 5.565-2.285c1.082-.92 1.393-2.36 1.425-3.756c.552.396 1.2.796 1.2 1.566zm-3.598-9.28c0 .699-.012 1.44-.522 1.916c-1.21 1.114-3.3 1.373-4.801 1.872c-2.322.762-3.467 2.096-4.008 3.079c-.095.19-.19.381-.254.572c0 .032-.017.032-.017.063V10.27c0-.698.526-1.11.621-1.174l5.343-3.491c.604-.413 1.24 0 1.24 0l2.398 1.576zM21 17.827V10.27c0-.349-.095-2.094-1.717-3.174L18 6.197V3.575c0-.38-.37-.575-.72-.575h-.972c-.382 0-.708.194-.708.575v1.037l-1.628-1.037c-.986-.634-2.544-.889-3.912 0L4.717 7.067C4.4 7.257 3 8.305 3 10.24v7.554c0 .73.159 1.332.509 1.84c.254.413.636.73 1.081.952A4.4 4.4 0 0 0 6.18 21h11.672c.032 0 .795 0 1.59-.413c.477-.222.827-.54 1.113-.952c.286-.476.445-1.08.445-1.81"/></svg>
</template>

CSS

.icon-pro {
  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%22M18.6%2017.953c0%20.349-.335.646-.685.646H8.12a.68.68%200%200%201-.667-.678v-.222c0-.032.031-.477.318-1.016c.477-.889%201.367-1.524%202.639-1.968c1.826-.608%204.07-.98%205.565-2.285c1.082-.92%201.393-2.36%201.425-3.756c.552.396%201.2.796%201.2%201.566zm-3.598-9.28c0%20.699-.012%201.44-.522%201.916c-1.21%201.114-3.3%201.373-4.801%201.872c-2.322.762-3.467%202.096-4.008%203.079c-.095.19-.19.381-.254.572c0%20.032-.017.032-.017.063V10.27c0-.698.526-1.11.621-1.174l5.343-3.491c.604-.413%201.24%200%201.24%200l2.398%201.576zM21%2017.827V10.27c0-.349-.095-2.094-1.717-3.174L18%206.197V3.575c0-.38-.37-.575-.72-.575h-.972c-.382%200-.708.194-.708.575v1.037l-1.628-1.037c-.986-.634-2.544-.889-3.912%200L4.717%207.067C4.4%207.257%203%208.305%203%2010.24v7.554c0%20.73.159%201.332.509%201.84c.254.413.636.73%201.081.952A4.4%204.4%200%200%200%206.18%2021h11.672c.032%200%20.795%200%201.59-.413c.477-.222.827-.54%201.113-.952c.286-.476.445-1.08.445-1.81%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%22M18.6%2017.953c0%20.349-.335.646-.685.646H8.12a.68.68%200%200%201-.667-.678v-.222c0-.032.031-.477.318-1.016c.477-.889%201.367-1.524%202.639-1.968c1.826-.608%204.07-.98%205.565-2.285c1.082-.92%201.393-2.36%201.425-3.756c.552.396%201.2.796%201.2%201.566zm-3.598-9.28c0%20.699-.012%201.44-.522%201.916c-1.21%201.114-3.3%201.373-4.801%201.872c-2.322.762-3.467%202.096-4.008%203.079c-.095.19-.19.381-.254.572c0%20.032-.017.032-.017.063V10.27c0-.698.526-1.11.621-1.174l5.343-3.491c.604-.413%201.24%200%201.24%200l2.398%201.576zM21%2017.827V10.27c0-.349-.095-2.094-1.717-3.174L18%206.197V3.575c0-.38-.37-.575-.72-.575h-.972c-.382%200-.708.194-.708.575v1.037l-1.628-1.037c-.986-.634-2.544-.889-3.912%200L4.717%207.067C4.4%207.257%203%208.305%203%2010.24v7.554c0%20.73.159%201.332.509%201.84c.254.413.636.73%201.081.952A4.4%204.4%200%200%200%206.18%2021h11.672c.032%200%20.795%200%201.59-.413c.477-.222.827-.54%201.113-.952c.286-.476.445-1.08.445-1.81%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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