bdt logo
bdt from Web3 Icons Branded by 0xa3k5 · Branded · MIT Free for personal and commercial use.
- Name
- bdt
- Set
- Web3 Icons Branded
- Style
- Branded
- Viewbox
- 24×24
- License
- MIT
1 other variant in Web3 Icons Branded
The same logo in other sets
Use the bdt logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVGntST7d3b)" d="M11.571 18.28c0 1.502-1.247 2.72-2.785 2.72S6 19.782 6 18.28c0-1.504 1.247-2.722 2.786-2.722s2.785 1.218 2.785 2.721m6.429 0c0 1.502-1.247 2.72-2.786 2.72s-2.785-1.218-2.785-2.72c0-1.504 1.247-2.722 2.785-2.722S18 16.776 18 18.279M10.286 8.013a2.7 2.7 0 0 0 1.285-2.293c0-1.502-1.247-2.72-2.785-2.72S6 4.218 6 5.72c0 .964.513 1.81 1.286 2.294v.01a1.034 1.034 0 0 1 0 1.674A2.72 2.72 0 0 0 6 12c0 1.503 1.247 2.72 2.786 2.72S11.57 13.504 11.57 12a2.72 2.72 0 0 0-1.285-2.302a1.04 1.04 0 0 1-.43-.838c0-.342.17-.646.43-.837z"/><path fill="url(#SVGntST7d3b)" d="M12.867 13.465a2.8 2.8 0 0 0 2.347 1.256C16.753 14.72 18 13.503 18 12s-1.247-2.72-2.786-2.72a2.8 2.8 0 0 0-2.347 1.255h-.01a1.08 1.08 0 0 1-.857.418a1.08 1.08 0 0 1-.857-.418a2.82 2.82 0 0 0-2.357-1.256C7.246 9.28 6 10.497 6 12s1.247 2.722 2.786 2.722c.986 0 1.862-.5 2.357-1.256a1.08 1.08 0 0 1 .857-.418c.35 0 .662.164.857.418zm0 6.28A2.8 2.8 0 0 0 15.214 21C16.754 21 18 19.782 18 18.28c0-1.504-1.247-2.722-2.786-2.722a2.8 2.8 0 0 0-2.347 1.256h-.01a1.08 1.08 0 0 1-.857.418a1.08 1.08 0 0 1-.857-.418a2.82 2.82 0 0 0-2.357-1.256C7.247 15.558 6 16.776 6 18.279S7.247 21 8.786 21c.986 0 1.862-.5 2.357-1.255a1.08 1.08 0 0 1 .857-.419c.35 0 .662.165.857.42z"/><path fill="url(#SVGntST7d3b)" d="M16.714 14.293A2.7 2.7 0 0 0 18 12c0-1.503-1.247-2.72-2.786-2.72S12.43 10.496 12.43 12c0 .963.512 1.81 1.285 2.293v.01c.26.19.43.494.43.836s-.17.647-.43.838a2.72 2.72 0 0 0-1.285 2.302c0 1.503 1.247 2.72 2.785 2.72C16.754 21 18 19.783 18 18.28a2.72 2.72 0 0 0-1.286-2.302a1.035 1.035 0 0 1 0-1.675zm-6.428 0A2.7 2.7 0 0 0 11.57 12c0-1.503-1.246-2.72-2.785-2.72S6 10.496 6 12c0 .963.513 1.81 1.286 2.293v.01a1.034 1.034 0 0 1 0 1.674A2.72 2.72 0 0 0 6 18.279C6 19.784 7.247 21 8.786 21s2.785-1.217 2.785-2.72a2.72 2.72 0 0 0-1.285-2.302a1.03 1.03 0 0 1-.43-.838c0-.342.17-.646.43-.837z"/><defs><linearGradient id="SVGntST7d3b" x1="7.5" x2="20.491" y1=".268" y2="13.085" gradientUnits="userSpaceOnUse"><stop stop-color="#28d5ed"/><stop offset="1" stop-color="#0c59aa"/></linearGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function TokenBrandedBdt(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVGntST7d3b)" d="M11.571 18.28c0 1.502-1.247 2.72-2.785 2.72S6 19.782 6 18.28c0-1.504 1.247-2.722 2.786-2.722s2.785 1.218 2.785 2.721m6.429 0c0 1.502-1.247 2.72-2.786 2.72s-2.785-1.218-2.785-2.72c0-1.504 1.247-2.722 2.785-2.722S18 16.776 18 18.279M10.286 8.013a2.7 2.7 0 0 0 1.285-2.293c0-1.502-1.247-2.72-2.785-2.72S6 4.218 6 5.72c0 .964.513 1.81 1.286 2.294v.01a1.034 1.034 0 0 1 0 1.674A2.72 2.72 0 0 0 6 12c0 1.503 1.247 2.72 2.786 2.72S11.57 13.504 11.57 12a2.72 2.72 0 0 0-1.285-2.302a1.04 1.04 0 0 1-.43-.838c0-.342.17-.646.43-.837z"/><path fill="url(#SVGntST7d3b)" d="M12.867 13.465a2.8 2.8 0 0 0 2.347 1.256C16.753 14.72 18 13.503 18 12s-1.247-2.72-2.786-2.72a2.8 2.8 0 0 0-2.347 1.255h-.01a1.08 1.08 0 0 1-.857.418a1.08 1.08 0 0 1-.857-.418a2.82 2.82 0 0 0-2.357-1.256C7.246 9.28 6 10.497 6 12s1.247 2.722 2.786 2.722c.986 0 1.862-.5 2.357-1.256a1.08 1.08 0 0 1 .857-.418c.35 0 .662.164.857.418zm0 6.28A2.8 2.8 0 0 0 15.214 21C16.754 21 18 19.782 18 18.28c0-1.504-1.247-2.722-2.786-2.722a2.8 2.8 0 0 0-2.347 1.256h-.01a1.08 1.08 0 0 1-.857.418a1.08 1.08 0 0 1-.857-.418a2.82 2.82 0 0 0-2.357-1.256C7.247 15.558 6 16.776 6 18.279S7.247 21 8.786 21c.986 0 1.862-.5 2.357-1.255a1.08 1.08 0 0 1 .857-.419c.35 0 .662.165.857.42z"/><path fill="url(#SVGntST7d3b)" d="M16.714 14.293A2.7 2.7 0 0 0 18 12c0-1.503-1.247-2.72-2.786-2.72S12.43 10.496 12.43 12c0 .963.512 1.81 1.285 2.293v.01c.26.19.43.494.43.836s-.17.647-.43.838a2.72 2.72 0 0 0-1.285 2.302c0 1.503 1.247 2.72 2.785 2.72C16.754 21 18 19.783 18 18.28a2.72 2.72 0 0 0-1.286-2.302a1.035 1.035 0 0 1 0-1.675zm-6.428 0A2.7 2.7 0 0 0 11.57 12c0-1.503-1.246-2.72-2.785-2.72S6 10.496 6 12c0 .963.513 1.81 1.286 2.293v.01a1.034 1.034 0 0 1 0 1.674A2.72 2.72 0 0 0 6 18.279C6 19.784 7.247 21 8.786 21s2.785-1.217 2.785-2.72a2.72 2.72 0 0 0-1.285-2.302a1.03 1.03 0 0 1-.43-.838c0-.342.17-.646.43-.837z"/><defs><linearGradient id="SVGntST7d3b" x1="7.5" x2="20.491" y1=".268" y2="13.085" gradientUnits="userSpaceOnUse"><stop stopColor="#28d5ed"/><stop offset="1" stopColor="#0c59aa"/></linearGradient></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVGntST7d3b)" d="M11.571 18.28c0 1.502-1.247 2.72-2.785 2.72S6 19.782 6 18.28c0-1.504 1.247-2.722 2.786-2.722s2.785 1.218 2.785 2.721m6.429 0c0 1.502-1.247 2.72-2.786 2.72s-2.785-1.218-2.785-2.72c0-1.504 1.247-2.722 2.785-2.722S18 16.776 18 18.279M10.286 8.013a2.7 2.7 0 0 0 1.285-2.293c0-1.502-1.247-2.72-2.785-2.72S6 4.218 6 5.72c0 .964.513 1.81 1.286 2.294v.01a1.034 1.034 0 0 1 0 1.674A2.72 2.72 0 0 0 6 12c0 1.503 1.247 2.72 2.786 2.72S11.57 13.504 11.57 12a2.72 2.72 0 0 0-1.285-2.302a1.04 1.04 0 0 1-.43-.838c0-.342.17-.646.43-.837z"/><path fill="url(#SVGntST7d3b)" d="M12.867 13.465a2.8 2.8 0 0 0 2.347 1.256C16.753 14.72 18 13.503 18 12s-1.247-2.72-2.786-2.72a2.8 2.8 0 0 0-2.347 1.255h-.01a1.08 1.08 0 0 1-.857.418a1.08 1.08 0 0 1-.857-.418a2.82 2.82 0 0 0-2.357-1.256C7.246 9.28 6 10.497 6 12s1.247 2.722 2.786 2.722c.986 0 1.862-.5 2.357-1.256a1.08 1.08 0 0 1 .857-.418c.35 0 .662.164.857.418zm0 6.28A2.8 2.8 0 0 0 15.214 21C16.754 21 18 19.782 18 18.28c0-1.504-1.247-2.722-2.786-2.722a2.8 2.8 0 0 0-2.347 1.256h-.01a1.08 1.08 0 0 1-.857.418a1.08 1.08 0 0 1-.857-.418a2.82 2.82 0 0 0-2.357-1.256C7.247 15.558 6 16.776 6 18.279S7.247 21 8.786 21c.986 0 1.862-.5 2.357-1.255a1.08 1.08 0 0 1 .857-.419c.35 0 .662.165.857.42z"/><path fill="url(#SVGntST7d3b)" d="M16.714 14.293A2.7 2.7 0 0 0 18 12c0-1.503-1.247-2.72-2.786-2.72S12.43 10.496 12.43 12c0 .963.512 1.81 1.285 2.293v.01c.26.19.43.494.43.836s-.17.647-.43.838a2.72 2.72 0 0 0-1.285 2.302c0 1.503 1.247 2.72 2.785 2.72C16.754 21 18 19.783 18 18.28a2.72 2.72 0 0 0-1.286-2.302a1.035 1.035 0 0 1 0-1.675zm-6.428 0A2.7 2.7 0 0 0 11.57 12c0-1.503-1.246-2.72-2.785-2.72S6 10.496 6 12c0 .963.513 1.81 1.286 2.293v.01a1.034 1.034 0 0 1 0 1.674A2.72 2.72 0 0 0 6 18.279C6 19.784 7.247 21 8.786 21s2.785-1.217 2.785-2.72a2.72 2.72 0 0 0-1.285-2.302a1.03 1.03 0 0 1-.43-.838c0-.342.17-.646.43-.837z"/><defs><linearGradient id="SVGntST7d3b" x1="7.5" x2="20.491" y1=".268" y2="13.085" gradientUnits="userSpaceOnUse"><stop stop-color="#28d5ed"/><stop offset="1" stop-color="#0c59aa"/></linearGradient></defs></g></svg> </template>
CSS
.icon-bdt {
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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGntST7d3b)%22%20d%3D%22M11.571%2018.28c0%201.502-1.247%202.72-2.785%202.72S6%2019.782%206%2018.28c0-1.504%201.247-2.722%202.786-2.722s2.785%201.218%202.785%202.721m6.429%200c0%201.502-1.247%202.72-2.786%202.72s-2.785-1.218-2.785-2.72c0-1.504%201.247-2.722%202.785-2.722S18%2016.776%2018%2018.279M10.286%208.013a2.7%202.7%200%200%200%201.285-2.293c0-1.502-1.247-2.72-2.785-2.72S6%204.218%206%205.72c0%20.964.513%201.81%201.286%202.294v.01a1.034%201.034%200%200%201%200%201.674A2.72%202.72%200%200%200%206%2012c0%201.503%201.247%202.72%202.786%202.72S11.57%2013.504%2011.57%2012a2.72%202.72%200%200%200-1.285-2.302a1.04%201.04%200%200%201-.43-.838c0-.342.17-.646.43-.837z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGntST7d3b)%22%20d%3D%22M12.867%2013.465a2.8%202.8%200%200%200%202.347%201.256C16.753%2014.72%2018%2013.503%2018%2012s-1.247-2.72-2.786-2.72a2.8%202.8%200%200%200-2.347%201.255h-.01a1.08%201.08%200%200%201-.857.418a1.08%201.08%200%200%201-.857-.418a2.82%202.82%200%200%200-2.357-1.256C7.246%209.28%206%2010.497%206%2012s1.247%202.722%202.786%202.722c.986%200%201.862-.5%202.357-1.256a1.08%201.08%200%200%201%20.857-.418c.35%200%20.662.164.857.418zm0%206.28A2.8%202.8%200%200%200%2015.214%2021C16.754%2021%2018%2019.782%2018%2018.28c0-1.504-1.247-2.722-2.786-2.722a2.8%202.8%200%200%200-2.347%201.256h-.01a1.08%201.08%200%200%201-.857.418a1.08%201.08%200%200%201-.857-.418a2.82%202.82%200%200%200-2.357-1.256C7.247%2015.558%206%2016.776%206%2018.279S7.247%2021%208.786%2021c.986%200%201.862-.5%202.357-1.255a1.08%201.08%200%200%201%20.857-.419c.35%200%20.662.165.857.42z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGntST7d3b)%22%20d%3D%22M16.714%2014.293A2.7%202.7%200%200%200%2018%2012c0-1.503-1.247-2.72-2.786-2.72S12.43%2010.496%2012.43%2012c0%20.963.512%201.81%201.285%202.293v.01c.26.19.43.494.43.836s-.17.647-.43.838a2.72%202.72%200%200%200-1.285%202.302c0%201.503%201.247%202.72%202.785%202.72C16.754%2021%2018%2019.783%2018%2018.28a2.72%202.72%200%200%200-1.286-2.302a1.035%201.035%200%200%201%200-1.675zm-6.428%200A2.7%202.7%200%200%200%2011.57%2012c0-1.503-1.246-2.72-2.785-2.72S6%2010.496%206%2012c0%20.963.513%201.81%201.286%202.293v.01a1.034%201.034%200%200%201%200%201.674A2.72%202.72%200%200%200%206%2018.279C6%2019.784%207.247%2021%208.786%2021s2.785-1.217%202.785-2.72a2.72%202.72%200%200%200-1.285-2.302a1.03%201.03%200%200%201-.43-.838c0-.342.17-.646.43-.837z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGntST7d3b%22%20x1%3D%227.5%22%20x2%3D%2220.491%22%20y1%3D%22.268%22%20y2%3D%2213.085%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2328d5ed%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230c59aa%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGntST7d3b)%22%20d%3D%22M11.571%2018.28c0%201.502-1.247%202.72-2.785%202.72S6%2019.782%206%2018.28c0-1.504%201.247-2.722%202.786-2.722s2.785%201.218%202.785%202.721m6.429%200c0%201.502-1.247%202.72-2.786%202.72s-2.785-1.218-2.785-2.72c0-1.504%201.247-2.722%202.785-2.722S18%2016.776%2018%2018.279M10.286%208.013a2.7%202.7%200%200%200%201.285-2.293c0-1.502-1.247-2.72-2.785-2.72S6%204.218%206%205.72c0%20.964.513%201.81%201.286%202.294v.01a1.034%201.034%200%200%201%200%201.674A2.72%202.72%200%200%200%206%2012c0%201.503%201.247%202.72%202.786%202.72S11.57%2013.504%2011.57%2012a2.72%202.72%200%200%200-1.285-2.302a1.04%201.04%200%200%201-.43-.838c0-.342.17-.646.43-.837z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGntST7d3b)%22%20d%3D%22M12.867%2013.465a2.8%202.8%200%200%200%202.347%201.256C16.753%2014.72%2018%2013.503%2018%2012s-1.247-2.72-2.786-2.72a2.8%202.8%200%200%200-2.347%201.255h-.01a1.08%201.08%200%200%201-.857.418a1.08%201.08%200%200%201-.857-.418a2.82%202.82%200%200%200-2.357-1.256C7.246%209.28%206%2010.497%206%2012s1.247%202.722%202.786%202.722c.986%200%201.862-.5%202.357-1.256a1.08%201.08%200%200%201%20.857-.418c.35%200%20.662.164.857.418zm0%206.28A2.8%202.8%200%200%200%2015.214%2021C16.754%2021%2018%2019.782%2018%2018.28c0-1.504-1.247-2.722-2.786-2.722a2.8%202.8%200%200%200-2.347%201.256h-.01a1.08%201.08%200%200%201-.857.418a1.08%201.08%200%200%201-.857-.418a2.82%202.82%200%200%200-2.357-1.256C7.247%2015.558%206%2016.776%206%2018.279S7.247%2021%208.786%2021c.986%200%201.862-.5%202.357-1.255a1.08%201.08%200%200%201%20.857-.419c.35%200%20.662.165.857.42z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGntST7d3b)%22%20d%3D%22M16.714%2014.293A2.7%202.7%200%200%200%2018%2012c0-1.503-1.247-2.72-2.786-2.72S12.43%2010.496%2012.43%2012c0%20.963.512%201.81%201.285%202.293v.01c.26.19.43.494.43.836s-.17.647-.43.838a2.72%202.72%200%200%200-1.285%202.302c0%201.503%201.247%202.72%202.785%202.72C16.754%2021%2018%2019.783%2018%2018.28a2.72%202.72%200%200%200-1.286-2.302a1.035%201.035%200%200%201%200-1.675zm-6.428%200A2.7%202.7%200%200%200%2011.57%2012c0-1.503-1.246-2.72-2.785-2.72S6%2010.496%206%2012c0%20.963.513%201.81%201.286%202.293v.01a1.034%201.034%200%200%201%200%201.674A2.72%202.72%200%200%200%206%2018.279C6%2019.784%207.247%2021%208.786%2021s2.785-1.217%202.785-2.72a2.72%202.72%200%200%200-1.285-2.302a1.03%201.03%200%200%201-.43-.838c0-.342.17-.646.43-.837z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGntST7d3b%22%20x1%3D%227.5%22%20x2%3D%2220.491%22%20y1%3D%22.268%22%20y2%3D%2213.085%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2328d5ed%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230c59aa%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token-branded/bdt.svg?color=%231a73e8&size=48