handy logo
handy from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- handy
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the handy logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.125 5.57c0-1.417 1.26-2.57 2.813-2.57c1.552 0 2.812 1.153 2.812 2.57v12.86c0 1.417-1.26 2.57-2.812 2.57c-1.553 0-2.813-1.153-2.813-2.57z"/><path fill="currentColor" d="M10.886 14.813a2.801 2.801 0 0 0 1.975-4.804a2.8 2.8 0 0 0-1.986-.822zM8.062 3C6.51 3 5.25 4.153 5.25 5.57v12.86c0 1.417 1.26 2.57 2.812 2.57c1.553 0 2.813-1.153 2.813-2.57V5.57c0-1.417-1.26-2.57-2.813-2.57m2.813 6.187l-.011 5.626a2.802 2.802 0 0 1-1.975-4.804a2.8 2.8 0 0 1 1.986-.822"/></svg>
React
import type { SVGProps } from "react";
export function TokenHandy(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="M13.125 5.57c0-1.417 1.26-2.57 2.813-2.57c1.552 0 2.812 1.153 2.812 2.57v12.86c0 1.417-1.26 2.57-2.812 2.57c-1.553 0-2.813-1.153-2.813-2.57z"/><path fill="currentColor" d="M10.886 14.813a2.801 2.801 0 0 0 1.975-4.804a2.8 2.8 0 0 0-1.986-.822zM8.062 3C6.51 3 5.25 4.153 5.25 5.57v12.86c0 1.417 1.26 2.57 2.812 2.57c1.553 0 2.813-1.153 2.813-2.57V5.57c0-1.417-1.26-2.57-2.813-2.57m2.813 6.187l-.011 5.626a2.802 2.802 0 0 1-1.975-4.804a2.8 2.8 0 0 1 1.986-.822"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.125 5.57c0-1.417 1.26-2.57 2.813-2.57c1.552 0 2.812 1.153 2.812 2.57v12.86c0 1.417-1.26 2.57-2.812 2.57c-1.553 0-2.813-1.153-2.813-2.57z"/><path fill="currentColor" d="M10.886 14.813a2.801 2.801 0 0 0 1.975-4.804a2.8 2.8 0 0 0-1.986-.822zM8.062 3C6.51 3 5.25 4.153 5.25 5.57v12.86c0 1.417 1.26 2.57 2.812 2.57c1.553 0 2.813-1.153 2.813-2.57V5.57c0-1.417-1.26-2.57-2.813-2.57m2.813 6.187l-.011 5.626a2.802 2.802 0 0 1-1.975-4.804a2.8 2.8 0 0 1 1.986-.822"/></svg> </template>
CSS
.icon-handy {
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%22M13.125%205.57c0-1.417%201.26-2.57%202.813-2.57c1.552%200%202.812%201.153%202.812%202.57v12.86c0%201.417-1.26%202.57-2.812%202.57c-1.553%200-2.813-1.153-2.813-2.57z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.886%2014.813a2.801%202.801%200%200%200%201.975-4.804a2.8%202.8%200%200%200-1.986-.822zM8.062%203C6.51%203%205.25%204.153%205.25%205.57v12.86c0%201.417%201.26%202.57%202.812%202.57c1.553%200%202.813-1.153%202.813-2.57V5.57c0-1.417-1.26-2.57-2.813-2.57m2.813%206.187l-.011%205.626a2.802%202.802%200%200%201-1.975-4.804a2.8%202.8%200%200%201%201.986-.822%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%22M13.125%205.57c0-1.417%201.26-2.57%202.813-2.57c1.552%200%202.812%201.153%202.812%202.57v12.86c0%201.417-1.26%202.57-2.812%202.57c-1.553%200-2.813-1.153-2.813-2.57z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.886%2014.813a2.801%202.801%200%200%200%201.975-4.804a2.8%202.8%200%200%200-1.986-.822zM8.062%203C6.51%203%205.25%204.153%205.25%205.57v12.86c0%201.417%201.26%202.57%202.812%202.57c1.553%200%202.813-1.153%202.813-2.57V5.57c0-1.417-1.26-2.57-2.813-2.57m2.813%206.187l-.011%205.626a2.802%202.802%200%200%201-1.975-4.804a2.8%202.8%200%200%201%201.986-.822%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/handy.svg?color=%231a73e8&size=48