btcturk logo
btcturk from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- btcturk
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the btcturk logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.126 18.743c-1.05.742-1.67 1.67-1.38 2.072s1.365.128 2.414-.612s1.667-1.668 1.379-2.072c-.089-.12-.256-.186-.474-.186c-.48 0-1.218.29-1.94.798m-5.76-1.584c-2.028.842-3.433 2.088-3.141 2.796c.291.709 2.17.607 4.2-.23c2.03-.836 3.428-2.084 3.137-2.797c-.13-.317-.576-.47-1.21-.47c-.787 0-1.865.24-2.987.701m9.293-.84c-.36.683-.47 1.33-.251 1.44c.22.11.685-.345 1.043-1.028s.47-1.33.25-1.44a.15.15 0 0 0-.074-.017c-.24 0-.648.433-.968 1.045m-2.927-1.891c-.695.4-1.058 1.073-.812 1.5s1.008.448 1.703.047c.695-.4 1.057-1.073.811-1.5c-.128-.222-.396-.335-.72-.335c-.346.01-.684.11-.981.288m2.568-.91c-.202.348-.188.735.03.86c.218.127.56-.053.76-.404c.202-.35.19-.735-.03-.861a.3.3 0 0 0-.155-.041c-.204 0-.447.17-.6.445m-2.592-1.499c0 .418.384.758.858.758s.858-.34.858-.758c0-.417-.384-.757-.858-.757s-.858.339-.858.757m-5.728 0c0 .938 1.057 1.697 2.361 1.697s2.36-.755 2.36-1.697s-1.055-1.698-2.36-1.698s-2.361.761-2.361 1.698m8.369-2.4c-.218.12-.232.513-.03.862c.201.35.541.531.76.404c.22-.127.232-.51.03-.861c-.158-.274-.401-.446-.6-.446a.3.3 0 0 0-.155.041m-3.413-1.545c-.24.427.12 1.099.811 1.5c.691.4 1.457.38 1.703-.047s-.12-1.098-.811-1.5a2 2 0 0 0-.983-.287c-.325 0-.593.112-.72.334m3.456-1.833c-.218.12-.107.762.25 1.44c.358.678.825 1.144 1.045 1.029c.22-.116.105-.762-.252-1.44c-.32-.612-.73-1.046-.969-1.046a.2.2 0 0 0-.074.017M5.225 4.05c-.292.708 1.115 1.96 3.14 2.797s3.902.94 4.197.233s-1.115-1.962-3.14-2.798c-1.123-.464-2.196-.702-2.988-.702c-.633 0-1.08.154-1.21.47m7.51-.864c-.284.403.337 1.33 1.386 2.071s2.13 1.016 2.413.612c.283-.403-.336-1.33-1.387-2.071C14.427 3.289 13.692 3 13.21 3c-.219 0-.385.06-.48.186"/></svg>
React
import type { SVGProps } from "react";
export function TokenBtcturk(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.126 18.743c-1.05.742-1.67 1.67-1.38 2.072s1.365.128 2.414-.612s1.667-1.668 1.379-2.072c-.089-.12-.256-.186-.474-.186c-.48 0-1.218.29-1.94.798m-5.76-1.584c-2.028.842-3.433 2.088-3.141 2.796c.291.709 2.17.607 4.2-.23c2.03-.836 3.428-2.084 3.137-2.797c-.13-.317-.576-.47-1.21-.47c-.787 0-1.865.24-2.987.701m9.293-.84c-.36.683-.47 1.33-.251 1.44c.22.11.685-.345 1.043-1.028s.47-1.33.25-1.44a.15.15 0 0 0-.074-.017c-.24 0-.648.433-.968 1.045m-2.927-1.891c-.695.4-1.058 1.073-.812 1.5s1.008.448 1.703.047c.695-.4 1.057-1.073.811-1.5c-.128-.222-.396-.335-.72-.335c-.346.01-.684.11-.981.288m2.568-.91c-.202.348-.188.735.03.86c.218.127.56-.053.76-.404c.202-.35.19-.735-.03-.861a.3.3 0 0 0-.155-.041c-.204 0-.447.17-.6.445m-2.592-1.499c0 .418.384.758.858.758s.858-.34.858-.758c0-.417-.384-.757-.858-.757s-.858.339-.858.757m-5.728 0c0 .938 1.057 1.697 2.361 1.697s2.36-.755 2.36-1.697s-1.055-1.698-2.36-1.698s-2.361.761-2.361 1.698m8.369-2.4c-.218.12-.232.513-.03.862c.201.35.541.531.76.404c.22-.127.232-.51.03-.861c-.158-.274-.401-.446-.6-.446a.3.3 0 0 0-.155.041m-3.413-1.545c-.24.427.12 1.099.811 1.5c.691.4 1.457.38 1.703-.047s-.12-1.098-.811-1.5a2 2 0 0 0-.983-.287c-.325 0-.593.112-.72.334m3.456-1.833c-.218.12-.107.762.25 1.44c.358.678.825 1.144 1.045 1.029c.22-.116.105-.762-.252-1.44c-.32-.612-.73-1.046-.969-1.046a.2.2 0 0 0-.074.017M5.225 4.05c-.292.708 1.115 1.96 3.14 2.797s3.902.94 4.197.233s-1.115-1.962-3.14-2.798c-1.123-.464-2.196-.702-2.988-.702c-.633 0-1.08.154-1.21.47m7.51-.864c-.284.403.337 1.33 1.386 2.071s2.13 1.016 2.413.612c.283-.403-.336-1.33-1.387-2.071C14.427 3.289 13.692 3 13.21 3c-.219 0-.385.06-.48.186"/></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.126 18.743c-1.05.742-1.67 1.67-1.38 2.072s1.365.128 2.414-.612s1.667-1.668 1.379-2.072c-.089-.12-.256-.186-.474-.186c-.48 0-1.218.29-1.94.798m-5.76-1.584c-2.028.842-3.433 2.088-3.141 2.796c.291.709 2.17.607 4.2-.23c2.03-.836 3.428-2.084 3.137-2.797c-.13-.317-.576-.47-1.21-.47c-.787 0-1.865.24-2.987.701m9.293-.84c-.36.683-.47 1.33-.251 1.44c.22.11.685-.345 1.043-1.028s.47-1.33.25-1.44a.15.15 0 0 0-.074-.017c-.24 0-.648.433-.968 1.045m-2.927-1.891c-.695.4-1.058 1.073-.812 1.5s1.008.448 1.703.047c.695-.4 1.057-1.073.811-1.5c-.128-.222-.396-.335-.72-.335c-.346.01-.684.11-.981.288m2.568-.91c-.202.348-.188.735.03.86c.218.127.56-.053.76-.404c.202-.35.19-.735-.03-.861a.3.3 0 0 0-.155-.041c-.204 0-.447.17-.6.445m-2.592-1.499c0 .418.384.758.858.758s.858-.34.858-.758c0-.417-.384-.757-.858-.757s-.858.339-.858.757m-5.728 0c0 .938 1.057 1.697 2.361 1.697s2.36-.755 2.36-1.697s-1.055-1.698-2.36-1.698s-2.361.761-2.361 1.698m8.369-2.4c-.218.12-.232.513-.03.862c.201.35.541.531.76.404c.22-.127.232-.51.03-.861c-.158-.274-.401-.446-.6-.446a.3.3 0 0 0-.155.041m-3.413-1.545c-.24.427.12 1.099.811 1.5c.691.4 1.457.38 1.703-.047s-.12-1.098-.811-1.5a2 2 0 0 0-.983-.287c-.325 0-.593.112-.72.334m3.456-1.833c-.218.12-.107.762.25 1.44c.358.678.825 1.144 1.045 1.029c.22-.116.105-.762-.252-1.44c-.32-.612-.73-1.046-.969-1.046a.2.2 0 0 0-.074.017M5.225 4.05c-.292.708 1.115 1.96 3.14 2.797s3.902.94 4.197.233s-1.115-1.962-3.14-2.798c-1.123-.464-2.196-.702-2.988-.702c-.633 0-1.08.154-1.21.47m7.51-.864c-.284.403.337 1.33 1.386 2.071s2.13 1.016 2.413.612c.283-.403-.336-1.33-1.387-2.071C14.427 3.289 13.692 3 13.21 3c-.219 0-.385.06-.48.186"/></svg> </template>
CSS
.icon-btcturk {
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.126%2018.743c-1.05.742-1.67%201.67-1.38%202.072s1.365.128%202.414-.612s1.667-1.668%201.379-2.072c-.089-.12-.256-.186-.474-.186c-.48%200-1.218.29-1.94.798m-5.76-1.584c-2.028.842-3.433%202.088-3.141%202.796c.291.709%202.17.607%204.2-.23c2.03-.836%203.428-2.084%203.137-2.797c-.13-.317-.576-.47-1.21-.47c-.787%200-1.865.24-2.987.701m9.293-.84c-.36.683-.47%201.33-.251%201.44c.22.11.685-.345%201.043-1.028s.47-1.33.25-1.44a.15.15%200%200%200-.074-.017c-.24%200-.648.433-.968%201.045m-2.927-1.891c-.695.4-1.058%201.073-.812%201.5s1.008.448%201.703.047c.695-.4%201.057-1.073.811-1.5c-.128-.222-.396-.335-.72-.335c-.346.01-.684.11-.981.288m2.568-.91c-.202.348-.188.735.03.86c.218.127.56-.053.76-.404c.202-.35.19-.735-.03-.861a.3.3%200%200%200-.155-.041c-.204%200-.447.17-.6.445m-2.592-1.499c0%20.418.384.758.858.758s.858-.34.858-.758c0-.417-.384-.757-.858-.757s-.858.339-.858.757m-5.728%200c0%20.938%201.057%201.697%202.361%201.697s2.36-.755%202.36-1.697s-1.055-1.698-2.36-1.698s-2.361.761-2.361%201.698m8.369-2.4c-.218.12-.232.513-.03.862c.201.35.541.531.76.404c.22-.127.232-.51.03-.861c-.158-.274-.401-.446-.6-.446a.3.3%200%200%200-.155.041m-3.413-1.545c-.24.427.12%201.099.811%201.5c.691.4%201.457.38%201.703-.047s-.12-1.098-.811-1.5a2%202%200%200%200-.983-.287c-.325%200-.593.112-.72.334m3.456-1.833c-.218.12-.107.762.25%201.44c.358.678.825%201.144%201.045%201.029c.22-.116.105-.762-.252-1.44c-.32-.612-.73-1.046-.969-1.046a.2.2%200%200%200-.074.017M5.225%204.05c-.292.708%201.115%201.96%203.14%202.797s3.902.94%204.197.233s-1.115-1.962-3.14-2.798c-1.123-.464-2.196-.702-2.988-.702c-.633%200-1.08.154-1.21.47m7.51-.864c-.284.403.337%201.33%201.386%202.071s2.13%201.016%202.413.612c.283-.403-.336-1.33-1.387-2.071C14.427%203.289%2013.692%203%2013.21%203c-.219%200-.385.06-.48.186%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.126%2018.743c-1.05.742-1.67%201.67-1.38%202.072s1.365.128%202.414-.612s1.667-1.668%201.379-2.072c-.089-.12-.256-.186-.474-.186c-.48%200-1.218.29-1.94.798m-5.76-1.584c-2.028.842-3.433%202.088-3.141%202.796c.291.709%202.17.607%204.2-.23c2.03-.836%203.428-2.084%203.137-2.797c-.13-.317-.576-.47-1.21-.47c-.787%200-1.865.24-2.987.701m9.293-.84c-.36.683-.47%201.33-.251%201.44c.22.11.685-.345%201.043-1.028s.47-1.33.25-1.44a.15.15%200%200%200-.074-.017c-.24%200-.648.433-.968%201.045m-2.927-1.891c-.695.4-1.058%201.073-.812%201.5s1.008.448%201.703.047c.695-.4%201.057-1.073.811-1.5c-.128-.222-.396-.335-.72-.335c-.346.01-.684.11-.981.288m2.568-.91c-.202.348-.188.735.03.86c.218.127.56-.053.76-.404c.202-.35.19-.735-.03-.861a.3.3%200%200%200-.155-.041c-.204%200-.447.17-.6.445m-2.592-1.499c0%20.418.384.758.858.758s.858-.34.858-.758c0-.417-.384-.757-.858-.757s-.858.339-.858.757m-5.728%200c0%20.938%201.057%201.697%202.361%201.697s2.36-.755%202.36-1.697s-1.055-1.698-2.36-1.698s-2.361.761-2.361%201.698m8.369-2.4c-.218.12-.232.513-.03.862c.201.35.541.531.76.404c.22-.127.232-.51.03-.861c-.158-.274-.401-.446-.6-.446a.3.3%200%200%200-.155.041m-3.413-1.545c-.24.427.12%201.099.811%201.5c.691.4%201.457.38%201.703-.047s-.12-1.098-.811-1.5a2%202%200%200%200-.983-.287c-.325%200-.593.112-.72.334m3.456-1.833c-.218.12-.107.762.25%201.44c.358.678.825%201.144%201.045%201.029c.22-.116.105-.762-.252-1.44c-.32-.612-.73-1.046-.969-1.046a.2.2%200%200%200-.074.017M5.225%204.05c-.292.708%201.115%201.96%203.14%202.797s3.902.94%204.197.233s-1.115-1.962-3.14-2.798c-1.123-.464-2.196-.702-2.988-.702c-.633%200-1.08.154-1.21.47m7.51-.864c-.284.403.337%201.33%201.386%202.071s2.13%201.016%202.413.612c.283-.403-.336-1.33-1.387-2.071C14.427%203.289%2013.692%203%2013.21%203c-.219%200-.385.06-.48.186%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/btcturk.svg?color=%231a73e8&size=48