idv logo
idv from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- idv
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the idv logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.547 8.113h-.818v2.332a3.273 3.273 0 1 0 .081 4.23l-.437-.79a2.455 2.455 0 1 1 .323-1.68h.85zm8.181 7.774a3.272 3.272 0 1 0-2.516-5.367l.463.749a2.455 2.455 0 1 1-.401 1.264l-.655-.941c-.108.33-.163.675-.163 1.022v3.273h.818v-1.104a3.26 3.26 0 0 0 2.454 1.104"/><path fill="currentColor" d="M3.026 12.204A3.273 3.273 0 0 0 8.81 14.68l-.438-.794a2.454 2.454 0 0 1-4.52-1.68z"/><path fill="currentColor" fill-rule="evenodd" d="M12.002 15.888a3.273 3.273 0 1 0 0-6.546a3.273 3.273 0 0 0 0 6.545m0-.819a2.455 2.455 0 1 0 0-4.909a2.455 2.455 0 0 0 0 4.91" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function TokenIdv(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="M9.547 8.113h-.818v2.332a3.273 3.273 0 1 0 .081 4.23l-.437-.79a2.455 2.455 0 1 1 .323-1.68h.85zm8.181 7.774a3.272 3.272 0 1 0-2.516-5.367l.463.749a2.455 2.455 0 1 1-.401 1.264l-.655-.941c-.108.33-.163.675-.163 1.022v3.273h.818v-1.104a3.26 3.26 0 0 0 2.454 1.104"/><path fill="currentColor" d="M3.026 12.204A3.273 3.273 0 0 0 8.81 14.68l-.438-.794a2.454 2.454 0 0 1-4.52-1.68z"/><path fill="currentColor" fillRule="evenodd" d="M12.002 15.888a3.273 3.273 0 1 0 0-6.546a3.273 3.273 0 0 0 0 6.545m0-.819a2.455 2.455 0 1 0 0-4.909a2.455 2.455 0 0 0 0 4.91" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.547 8.113h-.818v2.332a3.273 3.273 0 1 0 .081 4.23l-.437-.79a2.455 2.455 0 1 1 .323-1.68h.85zm8.181 7.774a3.272 3.272 0 1 0-2.516-5.367l.463.749a2.455 2.455 0 1 1-.401 1.264l-.655-.941c-.108.33-.163.675-.163 1.022v3.273h.818v-1.104a3.26 3.26 0 0 0 2.454 1.104"/><path fill="currentColor" d="M3.026 12.204A3.273 3.273 0 0 0 8.81 14.68l-.438-.794a2.454 2.454 0 0 1-4.52-1.68z"/><path fill="currentColor" fill-rule="evenodd" d="M12.002 15.888a3.273 3.273 0 1 0 0-6.546a3.273 3.273 0 0 0 0 6.545m0-.819a2.455 2.455 0 1 0 0-4.909a2.455 2.455 0 0 0 0 4.91" clip-rule="evenodd"/></svg> </template>
CSS
.icon-idv {
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%22M9.547%208.113h-.818v2.332a3.273%203.273%200%201%200%20.081%204.23l-.437-.79a2.455%202.455%200%201%201%20.323-1.68h.85zm8.181%207.774a3.272%203.272%200%201%200-2.516-5.367l.463.749a2.455%202.455%200%201%201-.401%201.264l-.655-.941c-.108.33-.163.675-.163%201.022v3.273h.818v-1.104a3.26%203.26%200%200%200%202.454%201.104%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.026%2012.204A3.273%203.273%200%200%200%208.81%2014.68l-.438-.794a2.454%202.454%200%200%201-4.52-1.68z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12.002%2015.888a3.273%203.273%200%201%200%200-6.546a3.273%203.273%200%200%200%200%206.545m0-.819a2.455%202.455%200%201%200%200-4.909a2.455%202.455%200%200%200%200%204.91%22%20clip-rule%3D%22evenodd%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%22M9.547%208.113h-.818v2.332a3.273%203.273%200%201%200%20.081%204.23l-.437-.79a2.455%202.455%200%201%201%20.323-1.68h.85zm8.181%207.774a3.272%203.272%200%201%200-2.516-5.367l.463.749a2.455%202.455%200%201%201-.401%201.264l-.655-.941c-.108.33-.163.675-.163%201.022v3.273h.818v-1.104a3.26%203.26%200%200%200%202.454%201.104%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.026%2012.204A3.273%203.273%200%200%200%208.81%2014.68l-.438-.794a2.454%202.454%200%200%201-4.52-1.68z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12.002%2015.888a3.273%203.273%200%201%200%200-6.546a3.273%203.273%200%200%200%200%206.545m0-.819a2.455%202.455%200%201%200%200-4.909a2.455%202.455%200%200%200%200%204.91%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/idv.svg?color=%231a73e8&size=48