hibs logo
hibs from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- hibs
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the hibs logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.25 3A2.25 2.25 0 0 0 3 5.25v13.5a2.25 2.25 0 0 0 4.5 0V5.25A2.25 2.25 0 0 0 5.25 3M12 5.584a2.25 2.25 0 0 0-2.25 2.257v8.337a2.25 2.25 0 0 0 4.5 0V7.842A2.25 2.25 0 0 0 12 5.584m4.5 6.056c0-1.222 1.01-2.211 2.25-2.211s2.25.99 2.25 2.211v7.148C21 20.01 19.99 21 18.75 21a2.23 2.23 0 0 1-2.25-2.212zM18.75 3a2.25 2.25 0 1 0 0 4.5a2.25 2.25 0 0 0 0-4.5"/></svg>
React
import type { SVGProps } from "react";
export function TokenHibs(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="M5.25 3A2.25 2.25 0 0 0 3 5.25v13.5a2.25 2.25 0 0 0 4.5 0V5.25A2.25 2.25 0 0 0 5.25 3M12 5.584a2.25 2.25 0 0 0-2.25 2.257v8.337a2.25 2.25 0 0 0 4.5 0V7.842A2.25 2.25 0 0 0 12 5.584m4.5 6.056c0-1.222 1.01-2.211 2.25-2.211s2.25.99 2.25 2.211v7.148C21 20.01 19.99 21 18.75 21a2.23 2.23 0 0 1-2.25-2.212zM18.75 3a2.25 2.25 0 1 0 0 4.5a2.25 2.25 0 0 0 0-4.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.25 3A2.25 2.25 0 0 0 3 5.25v13.5a2.25 2.25 0 0 0 4.5 0V5.25A2.25 2.25 0 0 0 5.25 3M12 5.584a2.25 2.25 0 0 0-2.25 2.257v8.337a2.25 2.25 0 0 0 4.5 0V7.842A2.25 2.25 0 0 0 12 5.584m4.5 6.056c0-1.222 1.01-2.211 2.25-2.211s2.25.99 2.25 2.211v7.148C21 20.01 19.99 21 18.75 21a2.23 2.23 0 0 1-2.25-2.212zM18.75 3a2.25 2.25 0 1 0 0 4.5a2.25 2.25 0 0 0 0-4.5"/></svg> </template>
CSS
.icon-hibs {
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%22M5.25%203A2.25%202.25%200%200%200%203%205.25v13.5a2.25%202.25%200%200%200%204.5%200V5.25A2.25%202.25%200%200%200%205.25%203M12%205.584a2.25%202.25%200%200%200-2.25%202.257v8.337a2.25%202.25%200%200%200%204.5%200V7.842A2.25%202.25%200%200%200%2012%205.584m4.5%206.056c0-1.222%201.01-2.211%202.25-2.211s2.25.99%202.25%202.211v7.148C21%2020.01%2019.99%2021%2018.75%2021a2.23%202.23%200%200%201-2.25-2.212zM18.75%203a2.25%202.25%200%201%200%200%204.5a2.25%202.25%200%200%200%200-4.5%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%22M5.25%203A2.25%202.25%200%200%200%203%205.25v13.5a2.25%202.25%200%200%200%204.5%200V5.25A2.25%202.25%200%200%200%205.25%203M12%205.584a2.25%202.25%200%200%200-2.25%202.257v8.337a2.25%202.25%200%200%200%204.5%200V7.842A2.25%202.25%200%200%200%2012%205.584m4.5%206.056c0-1.222%201.01-2.211%202.25-2.211s2.25.99%202.25%202.211v7.148C21%2020.01%2019.99%2021%2018.75%2021a2.23%202.23%200%200%201-2.25-2.212zM18.75%203a2.25%202.25%200%201%200%200%204.5a2.25%202.25%200%200%200%200-4.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/hibs.svg?color=%231a73e8&size=48