bsx logo
bsx from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- bsx
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the bsx logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21a9 9 0 1 0 0-18a9 9 0 0 0 0 18m-2.813-9c0-1.609.389-4.939 2.813-7.875c2.424 2.936 2.813 6.266 2.813 7.875s-.389 4.94-2.813 7.875A12.62 12.62 0 0 1 9.187 12"/></svg>
React
import type { SVGProps } from "react";
export function TokenBsx(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="M12 21a9 9 0 1 0 0-18a9 9 0 0 0 0 18m-2.813-9c0-1.609.389-4.939 2.813-7.875c2.424 2.936 2.813 6.266 2.813 7.875s-.389 4.94-2.813 7.875A12.62 12.62 0 0 1 9.187 12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21a9 9 0 1 0 0-18a9 9 0 0 0 0 18m-2.813-9c0-1.609.389-4.939 2.813-7.875c2.424 2.936 2.813 6.266 2.813 7.875s-.389 4.94-2.813 7.875A12.62 12.62 0 0 1 9.187 12"/></svg> </template>
CSS
.icon-bsx {
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%22M12%2021a9%209%200%201%200%200-18a9%209%200%200%200%200%2018m-2.813-9c0-1.609.389-4.939%202.813-7.875c2.424%202.936%202.813%206.266%202.813%207.875s-.389%204.94-2.813%207.875A12.62%2012.62%200%200%201%209.187%2012%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%22M12%2021a9%209%200%201%200%200-18a9%209%200%200%200%200%2018m-2.813-9c0-1.609.389-4.939%202.813-7.875c2.424%202.936%202.813%206.266%202.813%207.875s-.389%204.94-2.813%207.875A12.62%2012.62%200%200%201%209.187%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/bsx.svg?color=%231a73e8&size=48