mft logo
mft from Web3 Icons Branded by 0xa3k5 · Branded · MIT Free for personal and commercial use.
- Name
- mft
- 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 mft logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="#da1157" fill-rule="evenodd" d="M13.53 12c0 2.982-2.357 5.4-5.265 5.4S3 14.982 3 12s2.357-5.4 5.265-5.4S13.53 9.017 13.53 12m-2.97 0c0 1.3-1.028 2.354-2.295 2.354C6.997 14.354 5.97 13.3 5.97 12s1.027-2.353 2.295-2.353c1.267 0 2.295 1.053 2.295 2.353" clip-rule="evenodd"/><path fill="#00a7e7" fill-rule="evenodd" d="M21 12c0 2.982-2.357 5.4-5.265 5.4S10.47 14.982 10.47 12s2.357-5.4 5.265-5.4S21 9.017 21 12m-2.97 0c0 1.3-1.028 2.354-2.296 2.354S13.44 13.3 13.44 12s1.028-2.353 2.295-2.353c1.268 0 2.295 1.053 2.295 2.353" clip-rule="evenodd"/><path fill="#1f3464" d="M10.461 11.965c0-1.935 1.013-3.326 1.54-3.78a5.24 5.24 0 0 1 1.556 3.78A5.77 5.77 0 0 1 12 15.817a5.5 5.5 0 0 1-1.539-3.852"/></g></svg>
React
import type { SVGProps } from "react";
export function TokenBrandedMft(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="#da1157" fillRule="evenodd" d="M13.53 12c0 2.982-2.357 5.4-5.265 5.4S3 14.982 3 12s2.357-5.4 5.265-5.4S13.53 9.017 13.53 12m-2.97 0c0 1.3-1.028 2.354-2.295 2.354C6.997 14.354 5.97 13.3 5.97 12s1.027-2.353 2.295-2.353c1.267 0 2.295 1.053 2.295 2.353" clipRule="evenodd"/><path fill="#00a7e7" fillRule="evenodd" d="M21 12c0 2.982-2.357 5.4-5.265 5.4S10.47 14.982 10.47 12s2.357-5.4 5.265-5.4S21 9.017 21 12m-2.97 0c0 1.3-1.028 2.354-2.296 2.354S13.44 13.3 13.44 12s1.028-2.353 2.295-2.353c1.268 0 2.295 1.053 2.295 2.353" clipRule="evenodd"/><path fill="#1f3464" d="M10.461 11.965c0-1.935 1.013-3.326 1.54-3.78a5.24 5.24 0 0 1 1.556 3.78A5.77 5.77 0 0 1 12 15.817a5.5 5.5 0 0 1-1.539-3.852"/></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="#da1157" fill-rule="evenodd" d="M13.53 12c0 2.982-2.357 5.4-5.265 5.4S3 14.982 3 12s2.357-5.4 5.265-5.4S13.53 9.017 13.53 12m-2.97 0c0 1.3-1.028 2.354-2.295 2.354C6.997 14.354 5.97 13.3 5.97 12s1.027-2.353 2.295-2.353c1.267 0 2.295 1.053 2.295 2.353" clip-rule="evenodd"/><path fill="#00a7e7" fill-rule="evenodd" d="M21 12c0 2.982-2.357 5.4-5.265 5.4S10.47 14.982 10.47 12s2.357-5.4 5.265-5.4S21 9.017 21 12m-2.97 0c0 1.3-1.028 2.354-2.296 2.354S13.44 13.3 13.44 12s1.028-2.353 2.295-2.353c1.268 0 2.295 1.053 2.295 2.353" clip-rule="evenodd"/><path fill="#1f3464" d="M10.461 11.965c0-1.935 1.013-3.326 1.54-3.78a5.24 5.24 0 0 1 1.556 3.78A5.77 5.77 0 0 1 12 15.817a5.5 5.5 0 0 1-1.539-3.852"/></g></svg> </template>
CSS
.icon-mft {
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%22%23da1157%22%20fill-rule%3D%22evenodd%22%20d%3D%22M13.53%2012c0%202.982-2.357%205.4-5.265%205.4S3%2014.982%203%2012s2.357-5.4%205.265-5.4S13.53%209.017%2013.53%2012m-2.97%200c0%201.3-1.028%202.354-2.295%202.354C6.997%2014.354%205.97%2013.3%205.97%2012s1.027-2.353%202.295-2.353c1.267%200%202.295%201.053%202.295%202.353%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%2300a7e7%22%20fill-rule%3D%22evenodd%22%20d%3D%22M21%2012c0%202.982-2.357%205.4-5.265%205.4S10.47%2014.982%2010.47%2012s2.357-5.4%205.265-5.4S21%209.017%2021%2012m-2.97%200c0%201.3-1.028%202.354-2.296%202.354S13.44%2013.3%2013.44%2012s1.028-2.353%202.295-2.353c1.268%200%202.295%201.053%202.295%202.353%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%231f3464%22%20d%3D%22M10.461%2011.965c0-1.935%201.013-3.326%201.54-3.78a5.24%205.24%200%200%201%201.556%203.78A5.77%205.77%200%200%201%2012%2015.817a5.5%205.5%200%200%201-1.539-3.852%22%2F%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%22%23da1157%22%20fill-rule%3D%22evenodd%22%20d%3D%22M13.53%2012c0%202.982-2.357%205.4-5.265%205.4S3%2014.982%203%2012s2.357-5.4%205.265-5.4S13.53%209.017%2013.53%2012m-2.97%200c0%201.3-1.028%202.354-2.295%202.354C6.997%2014.354%205.97%2013.3%205.97%2012s1.027-2.353%202.295-2.353c1.267%200%202.295%201.053%202.295%202.353%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%2300a7e7%22%20fill-rule%3D%22evenodd%22%20d%3D%22M21%2012c0%202.982-2.357%205.4-5.265%205.4S10.47%2014.982%2010.47%2012s2.357-5.4%205.265-5.4S21%209.017%2021%2012m-2.97%200c0%201.3-1.028%202.354-2.296%202.354S13.44%2013.3%2013.44%2012s1.028-2.353%202.295-2.353c1.268%200%202.295%201.053%202.295%202.353%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%231f3464%22%20d%3D%22M10.461%2011.965c0-1.935%201.013-3.326%201.54-3.78a5.24%205.24%200%200%201%201.556%203.78A5.77%205.77%200%200%201%2012%2015.817a5.5%205.5%200%200%201-1.539-3.852%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token-branded/mft.svg?color=%231a73e8&size=48