logo tbeacon icon

logo-tbeacon-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.

Name
logo-tbeacon-filled
Set
TDesign Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

Related icons in TDesign Icons

Use the logo tbeacon icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14.492 17.138l5.292 1.904l.001.002A10.47 10.47 0 0 1 12 22.5a10.47 10.47 0 0 1-7.786-3.456v-.002L14.4 15.374zM12.001 19.5A22.6 22.6 0 0 0 7 20.068a9.43 9.43 0 0 0 5.001 1.432A9.43 9.43 0 0 0 17 20.068a22.6 22.6 0 0 0-4.999-.568m.582-13.212l.175 2.76l-1.551.557l.21-3.315l.586-.53z"/><path fill="currentColor" d="M12 1.5c5.799 0 10.5 4.701 10.5 10.5c0 2.143-.644 4.136-1.746 5.797l-4.816-1.733l-.145-2.786l-1.509.543l-.156-2.535l-4.312 1.554l-.17 2.651l-6.4 2.305A10.45 10.45 0 0 1 1.5 12C1.5 6.201 6.201 1.5 12 1.5M6.75 6.701a6.2 6.2 0 0 0-.96 3.319c0 1.22.352 2.359.96 3.319l.75-.498a5.3 5.3 0 0 1-.81-2.821c0-1.037.297-2.004.81-2.82zm9.75.498c.513.817.81 1.784.81 2.82a5.3 5.3 0 0 1-.81 2.822l.75.497c.608-.96.96-2.098.96-3.318s-.352-2.358-.96-3.318zm-4.751-4.195l-.463 1.786l-1.036.938l-.195 3.094h-.533v.882l.462.168l-.098 1.484l4.593-1.652v-.882h-.533l-.196-3.094l-1.03-.938l-.468-1.786z"/></svg>

React

import type { SVGProps } from "react";

export function TdesignLogoTbeaconFilled(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="m14.492 17.138l5.292 1.904l.001.002A10.47 10.47 0 0 1 12 22.5a10.47 10.47 0 0 1-7.786-3.456v-.002L14.4 15.374zM12.001 19.5A22.6 22.6 0 0 0 7 20.068a9.43 9.43 0 0 0 5.001 1.432A9.43 9.43 0 0 0 17 20.068a22.6 22.6 0 0 0-4.999-.568m.582-13.212l.175 2.76l-1.551.557l.21-3.315l.586-.53z"/><path fill="currentColor" d="M12 1.5c5.799 0 10.5 4.701 10.5 10.5c0 2.143-.644 4.136-1.746 5.797l-4.816-1.733l-.145-2.786l-1.509.543l-.156-2.535l-4.312 1.554l-.17 2.651l-6.4 2.305A10.45 10.45 0 0 1 1.5 12C1.5 6.201 6.201 1.5 12 1.5M6.75 6.701a6.2 6.2 0 0 0-.96 3.319c0 1.22.352 2.359.96 3.319l.75-.498a5.3 5.3 0 0 1-.81-2.821c0-1.037.297-2.004.81-2.82zm9.75.498c.513.817.81 1.784.81 2.82a5.3 5.3 0 0 1-.81 2.822l.75.497c.608-.96.96-2.098.96-3.318s-.352-2.358-.96-3.318zm-4.751-4.195l-.463 1.786l-1.036.938l-.195 3.094h-.533v.882l.462.168l-.098 1.484l4.593-1.652v-.882h-.533l-.196-3.094l-1.03-.938l-.468-1.786z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14.492 17.138l5.292 1.904l.001.002A10.47 10.47 0 0 1 12 22.5a10.47 10.47 0 0 1-7.786-3.456v-.002L14.4 15.374zM12.001 19.5A22.6 22.6 0 0 0 7 20.068a9.43 9.43 0 0 0 5.001 1.432A9.43 9.43 0 0 0 17 20.068a22.6 22.6 0 0 0-4.999-.568m.582-13.212l.175 2.76l-1.551.557l.21-3.315l.586-.53z"/><path fill="currentColor" d="M12 1.5c5.799 0 10.5 4.701 10.5 10.5c0 2.143-.644 4.136-1.746 5.797l-4.816-1.733l-.145-2.786l-1.509.543l-.156-2.535l-4.312 1.554l-.17 2.651l-6.4 2.305A10.45 10.45 0 0 1 1.5 12C1.5 6.201 6.201 1.5 12 1.5M6.75 6.701a6.2 6.2 0 0 0-.96 3.319c0 1.22.352 2.359.96 3.319l.75-.498a5.3 5.3 0 0 1-.81-2.821c0-1.037.297-2.004.81-2.82zm9.75.498c.513.817.81 1.784.81 2.82a5.3 5.3 0 0 1-.81 2.822l.75.497c.608-.96.96-2.098.96-3.318s-.352-2.358-.96-3.318zm-4.751-4.195l-.463 1.786l-1.036.938l-.195 3.094h-.533v.882l.462.168l-.098 1.484l4.593-1.652v-.882h-.533l-.196-3.094l-1.03-.938l-.468-1.786z"/></svg>
</template>

CSS

.icon-logo-tbeacon-filled {
  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%22m14.492%2017.138l5.292%201.904l.001.002A10.47%2010.47%200%200%201%2012%2022.5a10.47%2010.47%200%200%201-7.786-3.456v-.002L14.4%2015.374zM12.001%2019.5A22.6%2022.6%200%200%200%207%2020.068a9.43%209.43%200%200%200%205.001%201.432A9.43%209.43%200%200%200%2017%2020.068a22.6%2022.6%200%200%200-4.999-.568m.582-13.212l.175%202.76l-1.551.557l.21-3.315l.586-.53z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%201.5c5.799%200%2010.5%204.701%2010.5%2010.5c0%202.143-.644%204.136-1.746%205.797l-4.816-1.733l-.145-2.786l-1.509.543l-.156-2.535l-4.312%201.554l-.17%202.651l-6.4%202.305A10.45%2010.45%200%200%201%201.5%2012C1.5%206.201%206.201%201.5%2012%201.5M6.75%206.701a6.2%206.2%200%200%200-.96%203.319c0%201.22.352%202.359.96%203.319l.75-.498a5.3%205.3%200%200%201-.81-2.821c0-1.037.297-2.004.81-2.82zm9.75.498c.513.817.81%201.784.81%202.82a5.3%205.3%200%200%201-.81%202.822l.75.497c.608-.96.96-2.098.96-3.318s-.352-2.358-.96-3.318zm-4.751-4.195l-.463%201.786l-1.036.938l-.195%203.094h-.533v.882l.462.168l-.098%201.484l4.593-1.652v-.882h-.533l-.196-3.094l-1.03-.938l-.468-1.786z%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%22m14.492%2017.138l5.292%201.904l.001.002A10.47%2010.47%200%200%201%2012%2022.5a10.47%2010.47%200%200%201-7.786-3.456v-.002L14.4%2015.374zM12.001%2019.5A22.6%2022.6%200%200%200%207%2020.068a9.43%209.43%200%200%200%205.001%201.432A9.43%209.43%200%200%200%2017%2020.068a22.6%2022.6%200%200%200-4.999-.568m.582-13.212l.175%202.76l-1.551.557l.21-3.315l.586-.53z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%201.5c5.799%200%2010.5%204.701%2010.5%2010.5c0%202.143-.644%204.136-1.746%205.797l-4.816-1.733l-.145-2.786l-1.509.543l-.156-2.535l-4.312%201.554l-.17%202.651l-6.4%202.305A10.45%2010.45%200%200%201%201.5%2012C1.5%206.201%206.201%201.5%2012%201.5M6.75%206.701a6.2%206.2%200%200%200-.96%203.319c0%201.22.352%202.359.96%203.319l.75-.498a5.3%205.3%200%200%201-.81-2.821c0-1.037.297-2.004.81-2.82zm9.75.498c.513.817.81%201.784.81%202.82a5.3%205.3%200%200%201-.81%202.822l.75.497c.608-.96.96-2.098.96-3.318s-.352-2.358-.96-3.318zm-4.751-4.195l-.463%201.786l-1.036.938l-.195%203.094h-.533v.882l.462.168l-.098%201.484l4.593-1.652v-.882h-.533l-.196-3.094l-1.03-.938l-.468-1.786z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/logo-tbeacon-filled.svg?color=%231a73e8&size=48