pbr logo
pbr from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- pbr
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the pbr logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 10.425a1.8 1.8 0 1 1-3.6 0a1.8 1.8 0 0 1 3.6 0M3 13.323c.495-.364 1.944-1.098 3.771-1.098c1.188 0 2.781.585 4.311 1.139c1.4.508 2.745.999 3.667.999c1.472 0 2.057-.194 2.187-.302c-.463.45-1.8 1.314-3.563 1.314c-1.17 0-3.02-.603-4.784-1.179c-1.602-.522-3.132-1.017-4.005-1.017c-.751 0-1.368.095-1.584.144m13.95.72l-.014.018l.014-.014zm-6.579-3.618c-1.827 0-3.276.733-3.771 1.098a8.5 8.5 0 0 1 1.584-.144c.873 0 2.403.495 4.005 1.017c1.764.576 3.618 1.179 4.784 1.179a5.46 5.46 0 0 0 3.577-1.327l-.014.013c-.13.108-.715.302-2.186.302c-.923 0-2.268-.491-3.668-1c-1.53-.558-3.123-1.138-4.311-1.138"/></svg>
React
import type { SVGProps } from "react";
export function TokenPbr(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="M21 10.425a1.8 1.8 0 1 1-3.6 0a1.8 1.8 0 0 1 3.6 0M3 13.323c.495-.364 1.944-1.098 3.771-1.098c1.188 0 2.781.585 4.311 1.139c1.4.508 2.745.999 3.667.999c1.472 0 2.057-.194 2.187-.302c-.463.45-1.8 1.314-3.563 1.314c-1.17 0-3.02-.603-4.784-1.179c-1.602-.522-3.132-1.017-4.005-1.017c-.751 0-1.368.095-1.584.144m13.95.72l-.014.018l.014-.014zm-6.579-3.618c-1.827 0-3.276.733-3.771 1.098a8.5 8.5 0 0 1 1.584-.144c.873 0 2.403.495 4.005 1.017c1.764.576 3.618 1.179 4.784 1.179a5.46 5.46 0 0 0 3.577-1.327l-.014.013c-.13.108-.715.302-2.186.302c-.923 0-2.268-.491-3.668-1c-1.53-.558-3.123-1.138-4.311-1.138"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 10.425a1.8 1.8 0 1 1-3.6 0a1.8 1.8 0 0 1 3.6 0M3 13.323c.495-.364 1.944-1.098 3.771-1.098c1.188 0 2.781.585 4.311 1.139c1.4.508 2.745.999 3.667.999c1.472 0 2.057-.194 2.187-.302c-.463.45-1.8 1.314-3.563 1.314c-1.17 0-3.02-.603-4.784-1.179c-1.602-.522-3.132-1.017-4.005-1.017c-.751 0-1.368.095-1.584.144m13.95.72l-.014.018l.014-.014zm-6.579-3.618c-1.827 0-3.276.733-3.771 1.098a8.5 8.5 0 0 1 1.584-.144c.873 0 2.403.495 4.005 1.017c1.764.576 3.618 1.179 4.784 1.179a5.46 5.46 0 0 0 3.577-1.327l-.014.013c-.13.108-.715.302-2.186.302c-.923 0-2.268-.491-3.668-1c-1.53-.558-3.123-1.138-4.311-1.138"/></svg> </template>
CSS
.icon-pbr {
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%22M21%2010.425a1.8%201.8%200%201%201-3.6%200a1.8%201.8%200%200%201%203.6%200M3%2013.323c.495-.364%201.944-1.098%203.771-1.098c1.188%200%202.781.585%204.311%201.139c1.4.508%202.745.999%203.667.999c1.472%200%202.057-.194%202.187-.302c-.463.45-1.8%201.314-3.563%201.314c-1.17%200-3.02-.603-4.784-1.179c-1.602-.522-3.132-1.017-4.005-1.017c-.751%200-1.368.095-1.584.144m13.95.72l-.014.018l.014-.014zm-6.579-3.618c-1.827%200-3.276.733-3.771%201.098a8.5%208.5%200%200%201%201.584-.144c.873%200%202.403.495%204.005%201.017c1.764.576%203.618%201.179%204.784%201.179a5.46%205.46%200%200%200%203.577-1.327l-.014.013c-.13.108-.715.302-2.186.302c-.923%200-2.268-.491-3.668-1c-1.53-.558-3.123-1.138-4.311-1.138%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%22M21%2010.425a1.8%201.8%200%201%201-3.6%200a1.8%201.8%200%200%201%203.6%200M3%2013.323c.495-.364%201.944-1.098%203.771-1.098c1.188%200%202.781.585%204.311%201.139c1.4.508%202.745.999%203.667.999c1.472%200%202.057-.194%202.187-.302c-.463.45-1.8%201.314-3.563%201.314c-1.17%200-3.02-.603-4.784-1.179c-1.602-.522-3.132-1.017-4.005-1.017c-.751%200-1.368.095-1.584.144m13.95.72l-.014.018l.014-.014zm-6.579-3.618c-1.827%200-3.276.733-3.771%201.098a8.5%208.5%200%200%201%201.584-.144c.873%200%202.403.495%204.005%201.017c1.764.576%203.618%201.179%204.784%201.179a5.46%205.46%200%200%200%203.577-1.327l-.014.013c-.13.108-.715.302-2.186.302c-.923%200-2.268-.491-3.668-1c-1.53-.558-3.123-1.138-4.311-1.138%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/pbr.svg?color=%231a73e8&size=48