mps logo
mps from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- mps
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the mps logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 3h-1.33a3.75 3.75 0 0 1-3.605 3.81h-.13A3.75 3.75 0 0 1 8.33 3H7c0 1.925 1.01 3.6 2.505 4.5C8.005 8.4 7 10.075 7 12s1.01 3.6 2.505 4.5C8.005 17.4 7 19.075 7 21h1.33a3.75 3.75 0 0 1 3.61-3.81h.12A3.75 3.75 0 0 1 15.67 21H17c0-1.925-1.01-3.6-2.505-4.5C15.995 15.6 17 13.925 17 12s-1.01-3.6-2.505-4.5C15.995 6.6 17 4.925 17 3m-1.33 9a3.75 3.75 0 0 1-3.61 3.81h-.12A3.75 3.75 0 0 1 8.33 12a3.75 3.75 0 0 1 3.605-3.81h.13A3.75 3.75 0 0 1 15.67 12"/></svg>
React
import type { SVGProps } from "react";
export function TokenMps(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="M17 3h-1.33a3.75 3.75 0 0 1-3.605 3.81h-.13A3.75 3.75 0 0 1 8.33 3H7c0 1.925 1.01 3.6 2.505 4.5C8.005 8.4 7 10.075 7 12s1.01 3.6 2.505 4.5C8.005 17.4 7 19.075 7 21h1.33a3.75 3.75 0 0 1 3.61-3.81h.12A3.75 3.75 0 0 1 15.67 21H17c0-1.925-1.01-3.6-2.505-4.5C15.995 15.6 17 13.925 17 12s-1.01-3.6-2.505-4.5C15.995 6.6 17 4.925 17 3m-1.33 9a3.75 3.75 0 0 1-3.61 3.81h-.12A3.75 3.75 0 0 1 8.33 12a3.75 3.75 0 0 1 3.605-3.81h.13A3.75 3.75 0 0 1 15.67 12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 3h-1.33a3.75 3.75 0 0 1-3.605 3.81h-.13A3.75 3.75 0 0 1 8.33 3H7c0 1.925 1.01 3.6 2.505 4.5C8.005 8.4 7 10.075 7 12s1.01 3.6 2.505 4.5C8.005 17.4 7 19.075 7 21h1.33a3.75 3.75 0 0 1 3.61-3.81h.12A3.75 3.75 0 0 1 15.67 21H17c0-1.925-1.01-3.6-2.505-4.5C15.995 15.6 17 13.925 17 12s-1.01-3.6-2.505-4.5C15.995 6.6 17 4.925 17 3m-1.33 9a3.75 3.75 0 0 1-3.61 3.81h-.12A3.75 3.75 0 0 1 8.33 12a3.75 3.75 0 0 1 3.605-3.81h.13A3.75 3.75 0 0 1 15.67 12"/></svg> </template>
CSS
.icon-mps {
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%22M17%203h-1.33a3.75%203.75%200%200%201-3.605%203.81h-.13A3.75%203.75%200%200%201%208.33%203H7c0%201.925%201.01%203.6%202.505%204.5C8.005%208.4%207%2010.075%207%2012s1.01%203.6%202.505%204.5C8.005%2017.4%207%2019.075%207%2021h1.33a3.75%203.75%200%200%201%203.61-3.81h.12A3.75%203.75%200%200%201%2015.67%2021H17c0-1.925-1.01-3.6-2.505-4.5C15.995%2015.6%2017%2013.925%2017%2012s-1.01-3.6-2.505-4.5C15.995%206.6%2017%204.925%2017%203m-1.33%209a3.75%203.75%200%200%201-3.61%203.81h-.12A3.75%203.75%200%200%201%208.33%2012a3.75%203.75%200%200%201%203.605-3.81h.13A3.75%203.75%200%200%201%2015.67%2012%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%22M17%203h-1.33a3.75%203.75%200%200%201-3.605%203.81h-.13A3.75%203.75%200%200%201%208.33%203H7c0%201.925%201.01%203.6%202.505%204.5C8.005%208.4%207%2010.075%207%2012s1.01%203.6%202.505%204.5C8.005%2017.4%207%2019.075%207%2021h1.33a3.75%203.75%200%200%201%203.61-3.81h.12A3.75%203.75%200%200%201%2015.67%2021H17c0-1.925-1.01-3.6-2.505-4.5C15.995%2015.6%2017%2013.925%2017%2012s-1.01-3.6-2.505-4.5C15.995%206.6%2017%204.925%2017%203m-1.33%209a3.75%203.75%200%200%201-3.61%203.81h-.12A3.75%203.75%200%200%201%208.33%2012a3.75%203.75%200%200%201%203.605-3.81h.13A3.75%203.75%200%200%201%2015.67%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/mps.svg?color=%231a73e8&size=48