beta logo
beta from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- beta
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the beta 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="M18.364 18.364A9 9 0 1 1 5.636 5.637a9 9 0 0 1 12.728 12.727M14 8.262c-.058-.074.01-.18.1-.153c1.303.365 2.15.963 2.15 1.652c0 1.117-2.26 2.017-5.045 2.017c-1.816 0-3.41-.382-4.294-.964c-.074-.042-.031-.153.053-.138c.673.133 1.43.202 2.224.202c2.784 0 5.045-.9 5.045-2.012c0-.212-.085-.413-.233-.604m.995 3.516c-.068-.085.016-.207.122-.18c1.514.428 2.504 1.133 2.504 1.932c0 1.297-2.636 2.356-5.892 2.356c-2.123 0-3.986-.45-5.019-1.128c-.09-.053-.037-.18.069-.159c.778.154 1.662.239 2.594.239c3.256 0 5.893-1.054 5.893-2.356c0-.244-.096-.482-.27-.704" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function TokenBeta(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="M18.364 18.364A9 9 0 1 1 5.636 5.637a9 9 0 0 1 12.728 12.727M14 8.262c-.058-.074.01-.18.1-.153c1.303.365 2.15.963 2.15 1.652c0 1.117-2.26 2.017-5.045 2.017c-1.816 0-3.41-.382-4.294-.964c-.074-.042-.031-.153.053-.138c.673.133 1.43.202 2.224.202c2.784 0 5.045-.9 5.045-2.012c0-.212-.085-.413-.233-.604m.995 3.516c-.068-.085.016-.207.122-.18c1.514.428 2.504 1.133 2.504 1.932c0 1.297-2.636 2.356-5.892 2.356c-2.123 0-3.986-.45-5.019-1.128c-.09-.053-.037-.18.069-.159c.778.154 1.662.239 2.594.239c3.256 0 5.893-1.054 5.893-2.356c0-.244-.096-.482-.27-.704" 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="M18.364 18.364A9 9 0 1 1 5.636 5.637a9 9 0 0 1 12.728 12.727M14 8.262c-.058-.074.01-.18.1-.153c1.303.365 2.15.963 2.15 1.652c0 1.117-2.26 2.017-5.045 2.017c-1.816 0-3.41-.382-4.294-.964c-.074-.042-.031-.153.053-.138c.673.133 1.43.202 2.224.202c2.784 0 5.045-.9 5.045-2.012c0-.212-.085-.413-.233-.604m.995 3.516c-.068-.085.016-.207.122-.18c1.514.428 2.504 1.133 2.504 1.932c0 1.297-2.636 2.356-5.892 2.356c-2.123 0-3.986-.45-5.019-1.128c-.09-.053-.037-.18.069-.159c.778.154 1.662.239 2.594.239c3.256 0 5.893-1.054 5.893-2.356c0-.244-.096-.482-.27-.704" clip-rule="evenodd"/></svg> </template>
CSS
.icon-beta {
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%22M18.364%2018.364A9%209%200%201%201%205.636%205.637a9%209%200%200%201%2012.728%2012.727M14%208.262c-.058-.074.01-.18.1-.153c1.303.365%202.15.963%202.15%201.652c0%201.117-2.26%202.017-5.045%202.017c-1.816%200-3.41-.382-4.294-.964c-.074-.042-.031-.153.053-.138c.673.133%201.43.202%202.224.202c2.784%200%205.045-.9%205.045-2.012c0-.212-.085-.413-.233-.604m.995%203.516c-.068-.085.016-.207.122-.18c1.514.428%202.504%201.133%202.504%201.932c0%201.297-2.636%202.356-5.892%202.356c-2.123%200-3.986-.45-5.019-1.128c-.09-.053-.037-.18.069-.159c.778.154%201.662.239%202.594.239c3.256%200%205.893-1.054%205.893-2.356c0-.244-.096-.482-.27-.704%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%22M18.364%2018.364A9%209%200%201%201%205.636%205.637a9%209%200%200%201%2012.728%2012.727M14%208.262c-.058-.074.01-.18.1-.153c1.303.365%202.15.963%202.15%201.652c0%201.117-2.26%202.017-5.045%202.017c-1.816%200-3.41-.382-4.294-.964c-.074-.042-.031-.153.053-.138c.673.133%201.43.202%202.224.202c2.784%200%205.045-.9%205.045-2.012c0-.212-.085-.413-.233-.604m.995%203.516c-.068-.085.016-.207.122-.18c1.514.428%202.504%201.133%202.504%201.932c0%201.297-2.636%202.356-5.892%202.356c-2.123%200-3.986-.45-5.019-1.128c-.09-.053-.037-.18.069-.159c.778.154%201.662.239%202.594.239c3.256%200%205.893-1.054%205.893-2.356c0-.244-.096-.482-.27-.704%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/beta.svg?color=%231a73e8&size=48