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

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

The same logo in other sets

Use the pbx logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.945 15.792H3.583V7.997C3.584 5.235 5.848 3 8.645 3h5.3c3.569.006 6.471 2.867 6.471 6.396s-2.902 6.396-6.472 6.396"/><path fill="currentColor" d="M8.761 8.119c-3.169-1.567-3.424-3.134-3.146-4.12a4.97 4.97 0 0 0-2.031 4.004v7.934h10.36c1.527 0 2.926-.673 4.023-1.538c-.54-3.784-4.876-4.144-9.206-6.28"/><path fill="currentColor" d="M3.584 9.751v8.364c0 2.136 2.177 3.53 4.028 2.583l.61-.313c3.018-1.567 2.704-6.124-.494-7.232c-2.292-.778-4.144-1.3-4.144-3.402m5.839-6.746c.755.83 2.357 1.88 5.816 2.554a13.6 13.6 0 0 1 4.905 2.008a6.47 6.47 0 0 0-6.2-4.562z"/></svg>

React

import type { SVGProps } from "react";

export function TokenPbx(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="M13.945 15.792H3.583V7.997C3.584 5.235 5.848 3 8.645 3h5.3c3.569.006 6.471 2.867 6.471 6.396s-2.902 6.396-6.472 6.396"/><path fill="currentColor" d="M8.761 8.119c-3.169-1.567-3.424-3.134-3.146-4.12a4.97 4.97 0 0 0-2.031 4.004v7.934h10.36c1.527 0 2.926-.673 4.023-1.538c-.54-3.784-4.876-4.144-9.206-6.28"/><path fill="currentColor" d="M3.584 9.751v8.364c0 2.136 2.177 3.53 4.028 2.583l.61-.313c3.018-1.567 2.704-6.124-.494-7.232c-2.292-.778-4.144-1.3-4.144-3.402m5.839-6.746c.755.83 2.357 1.88 5.816 2.554a13.6 13.6 0 0 1 4.905 2.008a6.47 6.47 0 0 0-6.2-4.562z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.945 15.792H3.583V7.997C3.584 5.235 5.848 3 8.645 3h5.3c3.569.006 6.471 2.867 6.471 6.396s-2.902 6.396-6.472 6.396"/><path fill="currentColor" d="M8.761 8.119c-3.169-1.567-3.424-3.134-3.146-4.12a4.97 4.97 0 0 0-2.031 4.004v7.934h10.36c1.527 0 2.926-.673 4.023-1.538c-.54-3.784-4.876-4.144-9.206-6.28"/><path fill="currentColor" d="M3.584 9.751v8.364c0 2.136 2.177 3.53 4.028 2.583l.61-.313c3.018-1.567 2.704-6.124-.494-7.232c-2.292-.778-4.144-1.3-4.144-3.402m5.839-6.746c.755.83 2.357 1.88 5.816 2.554a13.6 13.6 0 0 1 4.905 2.008a6.47 6.47 0 0 0-6.2-4.562z"/></svg>
</template>

CSS

.icon-pbx {
  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%22M13.945%2015.792H3.583V7.997C3.584%205.235%205.848%203%208.645%203h5.3c3.569.006%206.471%202.867%206.471%206.396s-2.902%206.396-6.472%206.396%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.761%208.119c-3.169-1.567-3.424-3.134-3.146-4.12a4.97%204.97%200%200%200-2.031%204.004v7.934h10.36c1.527%200%202.926-.673%204.023-1.538c-.54-3.784-4.876-4.144-9.206-6.28%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.584%209.751v8.364c0%202.136%202.177%203.53%204.028%202.583l.61-.313c3.018-1.567%202.704-6.124-.494-7.232c-2.292-.778-4.144-1.3-4.144-3.402m5.839-6.746c.755.83%202.357%201.88%205.816%202.554a13.6%2013.6%200%200%201%204.905%202.008a6.47%206.47%200%200%200-6.2-4.562z%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%22M13.945%2015.792H3.583V7.997C3.584%205.235%205.848%203%208.645%203h5.3c3.569.006%206.471%202.867%206.471%206.396s-2.902%206.396-6.472%206.396%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.761%208.119c-3.169-1.567-3.424-3.134-3.146-4.12a4.97%204.97%200%200%200-2.031%204.004v7.934h10.36c1.527%200%202.926-.673%204.023-1.538c-.54-3.784-4.876-4.144-9.206-6.28%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.584%209.751v8.364c0%202.136%202.177%203.53%204.028%202.583l.61-.313c3.018-1.567%202.704-6.124-.494-7.232c-2.292-.778-4.144-1.3-4.144-3.402m5.839-6.746c.755.83%202.357%201.88%205.816%202.554a13.6%2013.6%200%200%201%204.905%202.008a6.47%206.47%200%200%200-6.2-4.562z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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