bs logo
bs from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- bs
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the bs 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="M21 12a8.998 8.998 0 0 1-12.444 8.315A9 9 0 1 1 21 12m-1 0a8 8 0 0 1-4.01 6.935c-.26.04-.54.065-.835.065c-3 0-4.595-4.08-5.045-5.225A3 3 0 0 0 10 13.5c-.635 2.19-.125 3.675 0 4c-.735-.65-1.5-2.095-1.5-3.935a5.3 5.3 0 0 1 1-3.065c-.03.115-.02.3-.01.485l.01.265c0 1.62 1.545 2.25 2.28 2.25c.37 0 .805-.05 1.245-.1c.435-.055.87-.11 1.24-.11c.715 0 .83.025 1.51.165l.06.01c-1.315.075-2.025.3-2.635.5c1.875.67 2.885 1.81 3.16 2.12l.06.065l.075.08c.105.125.235.27.485.27c.3 0 .66-.05.86-.32c.165-.22.355-.31.43-.325c.045-.185.15-.675.23-1.195c-.7-1.645-3.125-3.82-3.485-4.15L15 10.5c.25 0 .785 0 1.47.975c.55.775.87 1.01 1.03 1.025c-.26-.275-.7-1.02-.925-1.8A5.1 5.1 0 0 0 15 8.5c0-.87.9-1.55 1.36-1.895l.14-.105c-1.25 0-2.86.6-3.5 1c-.465-.15-1.74-.5-2.92-.5c-2.815 0-4.8 1.56-5.74 2.69a8 8 0 0 1 .92-2c1.7-.815 3.45-1.19 4.255-1.19c.565 0 1.155.16 1.71.31c.27.07.53.14.775.19c.45-.319.96-.54 1.5-.65c-.545-.39-2.15-.85-3.735-.85c-1.255 0-2.71.45-3.25.675A8 8 0 0 1 20 12M4.5 14.89c.54 1.45 1.3 2.695 2.5 3.61c-.45-.68-1-2.245-1-3.865c0-2.15.64-3.585 1.5-4.635c-.265.1-2.655 1.295-2.99 4.78z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function TokenBs(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="M21 12a8.998 8.998 0 0 1-12.444 8.315A9 9 0 1 1 21 12m-1 0a8 8 0 0 1-4.01 6.935c-.26.04-.54.065-.835.065c-3 0-4.595-4.08-5.045-5.225A3 3 0 0 0 10 13.5c-.635 2.19-.125 3.675 0 4c-.735-.65-1.5-2.095-1.5-3.935a5.3 5.3 0 0 1 1-3.065c-.03.115-.02.3-.01.485l.01.265c0 1.62 1.545 2.25 2.28 2.25c.37 0 .805-.05 1.245-.1c.435-.055.87-.11 1.24-.11c.715 0 .83.025 1.51.165l.06.01c-1.315.075-2.025.3-2.635.5c1.875.67 2.885 1.81 3.16 2.12l.06.065l.075.08c.105.125.235.27.485.27c.3 0 .66-.05.86-.32c.165-.22.355-.31.43-.325c.045-.185.15-.675.23-1.195c-.7-1.645-3.125-3.82-3.485-4.15L15 10.5c.25 0 .785 0 1.47.975c.55.775.87 1.01 1.03 1.025c-.26-.275-.7-1.02-.925-1.8A5.1 5.1 0 0 0 15 8.5c0-.87.9-1.55 1.36-1.895l.14-.105c-1.25 0-2.86.6-3.5 1c-.465-.15-1.74-.5-2.92-.5c-2.815 0-4.8 1.56-5.74 2.69a8 8 0 0 1 .92-2c1.7-.815 3.45-1.19 4.255-1.19c.565 0 1.155.16 1.71.31c.27.07.53.14.775.19c.45-.319.96-.54 1.5-.65c-.545-.39-2.15-.85-3.735-.85c-1.255 0-2.71.45-3.25.675A8 8 0 0 1 20 12M4.5 14.89c.54 1.45 1.3 2.695 2.5 3.61c-.45-.68-1-2.245-1-3.865c0-2.15.64-3.585 1.5-4.635c-.265.1-2.655 1.295-2.99 4.78z" 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="M21 12a8.998 8.998 0 0 1-12.444 8.315A9 9 0 1 1 21 12m-1 0a8 8 0 0 1-4.01 6.935c-.26.04-.54.065-.835.065c-3 0-4.595-4.08-5.045-5.225A3 3 0 0 0 10 13.5c-.635 2.19-.125 3.675 0 4c-.735-.65-1.5-2.095-1.5-3.935a5.3 5.3 0 0 1 1-3.065c-.03.115-.02.3-.01.485l.01.265c0 1.62 1.545 2.25 2.28 2.25c.37 0 .805-.05 1.245-.1c.435-.055.87-.11 1.24-.11c.715 0 .83.025 1.51.165l.06.01c-1.315.075-2.025.3-2.635.5c1.875.67 2.885 1.81 3.16 2.12l.06.065l.075.08c.105.125.235.27.485.27c.3 0 .66-.05.86-.32c.165-.22.355-.31.43-.325c.045-.185.15-.675.23-1.195c-.7-1.645-3.125-3.82-3.485-4.15L15 10.5c.25 0 .785 0 1.47.975c.55.775.87 1.01 1.03 1.025c-.26-.275-.7-1.02-.925-1.8A5.1 5.1 0 0 0 15 8.5c0-.87.9-1.55 1.36-1.895l.14-.105c-1.25 0-2.86.6-3.5 1c-.465-.15-1.74-.5-2.92-.5c-2.815 0-4.8 1.56-5.74 2.69a8 8 0 0 1 .92-2c1.7-.815 3.45-1.19 4.255-1.19c.565 0 1.155.16 1.71.31c.27.07.53.14.775.19c.45-.319.96-.54 1.5-.65c-.545-.39-2.15-.85-3.735-.85c-1.255 0-2.71.45-3.25.675A8 8 0 0 1 20 12M4.5 14.89c.54 1.45 1.3 2.695 2.5 3.61c-.45-.68-1-2.245-1-3.865c0-2.15.64-3.585 1.5-4.635c-.265.1-2.655 1.295-2.99 4.78z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-bs {
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%22M21%2012a8.998%208.998%200%200%201-12.444%208.315A9%209%200%201%201%2021%2012m-1%200a8%208%200%200%201-4.01%206.935c-.26.04-.54.065-.835.065c-3%200-4.595-4.08-5.045-5.225A3%203%200%200%200%2010%2013.5c-.635%202.19-.125%203.675%200%204c-.735-.65-1.5-2.095-1.5-3.935a5.3%205.3%200%200%201%201-3.065c-.03.115-.02.3-.01.485l.01.265c0%201.62%201.545%202.25%202.28%202.25c.37%200%20.805-.05%201.245-.1c.435-.055.87-.11%201.24-.11c.715%200%20.83.025%201.51.165l.06.01c-1.315.075-2.025.3-2.635.5c1.875.67%202.885%201.81%203.16%202.12l.06.065l.075.08c.105.125.235.27.485.27c.3%200%20.66-.05.86-.32c.165-.22.355-.31.43-.325c.045-.185.15-.675.23-1.195c-.7-1.645-3.125-3.82-3.485-4.15L15%2010.5c.25%200%20.785%200%201.47.975c.55.775.87%201.01%201.03%201.025c-.26-.275-.7-1.02-.925-1.8A5.1%205.1%200%200%200%2015%208.5c0-.87.9-1.55%201.36-1.895l.14-.105c-1.25%200-2.86.6-3.5%201c-.465-.15-1.74-.5-2.92-.5c-2.815%200-4.8%201.56-5.74%202.69a8%208%200%200%201%20.92-2c1.7-.815%203.45-1.19%204.255-1.19c.565%200%201.155.16%201.71.31c.27.07.53.14.775.19c.45-.319.96-.54%201.5-.65c-.545-.39-2.15-.85-3.735-.85c-1.255%200-2.71.45-3.25.675A8%208%200%200%201%2020%2012M4.5%2014.89c.54%201.45%201.3%202.695%202.5%203.61c-.45-.68-1-2.245-1-3.865c0-2.15.64-3.585%201.5-4.635c-.265.1-2.655%201.295-2.99%204.78z%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%22M21%2012a8.998%208.998%200%200%201-12.444%208.315A9%209%200%201%201%2021%2012m-1%200a8%208%200%200%201-4.01%206.935c-.26.04-.54.065-.835.065c-3%200-4.595-4.08-5.045-5.225A3%203%200%200%200%2010%2013.5c-.635%202.19-.125%203.675%200%204c-.735-.65-1.5-2.095-1.5-3.935a5.3%205.3%200%200%201%201-3.065c-.03.115-.02.3-.01.485l.01.265c0%201.62%201.545%202.25%202.28%202.25c.37%200%20.805-.05%201.245-.1c.435-.055.87-.11%201.24-.11c.715%200%20.83.025%201.51.165l.06.01c-1.315.075-2.025.3-2.635.5c1.875.67%202.885%201.81%203.16%202.12l.06.065l.075.08c.105.125.235.27.485.27c.3%200%20.66-.05.86-.32c.165-.22.355-.31.43-.325c.045-.185.15-.675.23-1.195c-.7-1.645-3.125-3.82-3.485-4.15L15%2010.5c.25%200%20.785%200%201.47.975c.55.775.87%201.01%201.03%201.025c-.26-.275-.7-1.02-.925-1.8A5.1%205.1%200%200%200%2015%208.5c0-.87.9-1.55%201.36-1.895l.14-.105c-1.25%200-2.86.6-3.5%201c-.465-.15-1.74-.5-2.92-.5c-2.815%200-4.8%201.56-5.74%202.69a8%208%200%200%201%20.92-2c1.7-.815%203.45-1.19%204.255-1.19c.565%200%201.155.16%201.71.31c.27.07.53.14.775.19c.45-.319.96-.54%201.5-.65c-.545-.39-2.15-.85-3.735-.85c-1.255%200-2.71.45-3.25.675A8%208%200%200%201%2020%2012M4.5%2014.89c.54%201.45%201.3%202.695%202.5%203.61c-.45-.68-1-2.245-1-3.865c0-2.15.64-3.585%201.5-4.635c-.265.1-2.655%201.295-2.99%204.78z%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/bs.svg?color=%231a73e8&size=48