tokenize icon
tokenize-solid from Dither Icons by Vijay K Singh · Solid · MIT Free for personal and commercial use.
- Name
- tokenize-solid
- Set
- Dither Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
2 other variants in Dither Icons
Use the tokenize icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><defs><mask id="svgID55" width="72" height="72" x="-24" y="-24" maskUnits="userSpaceOnUse"><rect width="72" height="72" x="-24" y="-24" fill="#fff"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-width=".75" d="M4.9 11.2h2.8M4.9 13.3h1.8199999999999998"/></mask><mask id="svgID56" width="72" height="72" x="-24" y="-24" maskUnits="userSpaceOnUse"><rect width="72" height="72" x="-24" y="-24" fill="#fff"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-width=".75" d="M11.1 11.2h1.4000000000000004M11.1 13.3h0.9100000000000003"/></mask><mask id="svgID57" width="72" height="72" x="-24" y="-24" maskUnits="userSpaceOnUse"><rect width="72" height="72" x="-24" y="-24" fill="#fff"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-width=".75" d="M15.9 11.2h3.2M15.9 13.3h2.08"/></mask></defs><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".75" d="M3.8 5.4H20.2" opacity=".35"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".85" d="M3.8 5.4H20.2" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M9.4 5.4v11.4" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M14.2 5.4v11.4" opacity="0"/><g mask="url(#svgID55)"><path fill-rule="evenodd" d="M4.5 8.1h3.5999999999999996a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1h-3.5999999999999996a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1Z"/></g><circle cx="6.3" cy="18.8" r=".35" opacity="0"/><g mask="url(#svgID56)"><path fill-rule="evenodd" d="M10.7 8.1h2.2a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1h-2.2a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1Z"/></g><g opacity="0"><circle cx="11.1" cy="18.8" r=".35"/><circle cx="12.5" cy="18.8" r=".35"/></g><g mask="url(#svgID57)"><path fill-rule="evenodd" d="M15.5 8.1h4a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1Z"/></g><g opacity="0"><circle cx="16.1" cy="18.8" r=".35"/><circle cx="17.5" cy="18.8" r=".35"/><circle cx="18.9" cy="18.8" r=".35"/></g></g></svg>
React
import type { SVGProps } from "react";
export function DitherTokenizeSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><defs><mask id="svgID55" width="72" height="72" x="-24" y="-24" maskUnits="userSpaceOnUse"><rect width="72" height="72" x="-24" y="-24" fill="#fff"/><path fill="none" stroke="#000" strokeLinecap="round" strokeWidth=".75" d="M4.9 11.2h2.8M4.9 13.3h1.8199999999999998"/></mask><mask id="svgID56" width="72" height="72" x="-24" y="-24" maskUnits="userSpaceOnUse"><rect width="72" height="72" x="-24" y="-24" fill="#fff"/><path fill="none" stroke="#000" strokeLinecap="round" strokeWidth=".75" d="M11.1 11.2h1.4000000000000004M11.1 13.3h0.9100000000000003"/></mask><mask id="svgID57" width="72" height="72" x="-24" y="-24" maskUnits="userSpaceOnUse"><rect width="72" height="72" x="-24" y="-24" fill="#fff"/><path fill="none" stroke="#000" strokeLinecap="round" strokeWidth=".75" d="M15.9 11.2h3.2M15.9 13.3h2.08"/></mask></defs><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".75" d="M3.8 5.4H20.2" opacity=".35"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".85" d="M3.8 5.4H20.2" opacity="0"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".6" d="M9.4 5.4v11.4" opacity="0"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".6" d="M14.2 5.4v11.4" opacity="0"/><g mask="url(#svgID55)"><path fillRule="evenodd" d="M4.5 8.1h3.5999999999999996a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1h-3.5999999999999996a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1Z"/></g><circle cx="6.3" cy="18.8" r=".35" opacity="0"/><g mask="url(#svgID56)"><path fillRule="evenodd" d="M10.7 8.1h2.2a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1h-2.2a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1Z"/></g><g opacity="0"><circle cx="11.1" cy="18.8" r=".35"/><circle cx="12.5" cy="18.8" r=".35"/></g><g mask="url(#svgID57)"><path fillRule="evenodd" d="M15.5 8.1h4a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1Z"/></g><g opacity="0"><circle cx="16.1" cy="18.8" r=".35"/><circle cx="17.5" cy="18.8" r=".35"/><circle cx="18.9" cy="18.8" r=".35"/></g></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><defs><mask id="svgID55" width="72" height="72" x="-24" y="-24" maskUnits="userSpaceOnUse"><rect width="72" height="72" x="-24" y="-24" fill="#fff"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-width=".75" d="M4.9 11.2h2.8M4.9 13.3h1.8199999999999998"/></mask><mask id="svgID56" width="72" height="72" x="-24" y="-24" maskUnits="userSpaceOnUse"><rect width="72" height="72" x="-24" y="-24" fill="#fff"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-width=".75" d="M11.1 11.2h1.4000000000000004M11.1 13.3h0.9100000000000003"/></mask><mask id="svgID57" width="72" height="72" x="-24" y="-24" maskUnits="userSpaceOnUse"><rect width="72" height="72" x="-24" y="-24" fill="#fff"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-width=".75" d="M15.9 11.2h3.2M15.9 13.3h2.08"/></mask></defs><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".75" d="M3.8 5.4H20.2" opacity=".35"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".85" d="M3.8 5.4H20.2" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M9.4 5.4v11.4" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M14.2 5.4v11.4" opacity="0"/><g mask="url(#svgID55)"><path fill-rule="evenodd" d="M4.5 8.1h3.5999999999999996a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1h-3.5999999999999996a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1Z"/></g><circle cx="6.3" cy="18.8" r=".35" opacity="0"/><g mask="url(#svgID56)"><path fill-rule="evenodd" d="M10.7 8.1h2.2a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1h-2.2a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1Z"/></g><g opacity="0"><circle cx="11.1" cy="18.8" r=".35"/><circle cx="12.5" cy="18.8" r=".35"/></g><g mask="url(#svgID57)"><path fill-rule="evenodd" d="M15.5 8.1h4a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1Z"/></g><g opacity="0"><circle cx="16.1" cy="18.8" r=".35"/><circle cx="17.5" cy="18.8" r=".35"/><circle cx="18.9" cy="18.8" r=".35"/></g></g></svg> </template>
CSS
.icon-tokenize-solid {
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%22currentColor%22%3E%3Cdefs%3E%3Cmask%20id%3D%22svgID55%22%20width%3D%2272%22%20height%3D%2272%22%20x%3D%22-24%22%20y%3D%22-24%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Crect%20width%3D%2272%22%20height%3D%2272%22%20x%3D%22-24%22%20y%3D%22-24%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%22.75%22%20d%3D%22M4.9%2011.2h2.8M4.9%2013.3h1.8199999999999998%22%2F%3E%3C%2Fmask%3E%3Cmask%20id%3D%22svgID56%22%20width%3D%2272%22%20height%3D%2272%22%20x%3D%22-24%22%20y%3D%22-24%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Crect%20width%3D%2272%22%20height%3D%2272%22%20x%3D%22-24%22%20y%3D%22-24%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%22.75%22%20d%3D%22M11.1%2011.2h1.4000000000000004M11.1%2013.3h0.9100000000000003%22%2F%3E%3C%2Fmask%3E%3Cmask%20id%3D%22svgID57%22%20width%3D%2272%22%20height%3D%2272%22%20x%3D%22-24%22%20y%3D%22-24%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Crect%20width%3D%2272%22%20height%3D%2272%22%20x%3D%22-24%22%20y%3D%22-24%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%22.75%22%20d%3D%22M15.9%2011.2h3.2M15.9%2013.3h2.08%22%2F%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.75%22%20d%3D%22M3.8%205.4H20.2%22%20opacity%3D%22.35%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.85%22%20d%3D%22M3.8%205.4H20.2%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M9.4%205.4v11.4%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M14.2%205.4v11.4%22%20opacity%3D%220%22%2F%3E%3Cg%20mask%3D%22url(%23svgID55)%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4.5%208.1h3.5999999999999996a1%201%200%200%201%201%201v6a1%201%200%200%201-1%201h-3.5999999999999996a1%201%200%200%201-1-1v-6a1%201%200%200%201%201-1Z%22%2F%3E%3C%2Fg%3E%3Ccircle%20cx%3D%226.3%22%20cy%3D%2218.8%22%20r%3D%22.35%22%20opacity%3D%220%22%2F%3E%3Cg%20mask%3D%22url(%23svgID56)%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.7%208.1h2.2a1%201%200%200%201%201%201v6a1%201%200%200%201-1%201h-2.2a1%201%200%200%201-1-1v-6a1%201%200%200%201%201-1Z%22%2F%3E%3C%2Fg%3E%3Cg%20opacity%3D%220%22%3E%3Ccircle%20cx%3D%2211.1%22%20cy%3D%2218.8%22%20r%3D%22.35%22%2F%3E%3Ccircle%20cx%3D%2212.5%22%20cy%3D%2218.8%22%20r%3D%22.35%22%2F%3E%3C%2Fg%3E%3Cg%20mask%3D%22url(%23svgID57)%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M15.5%208.1h4a1%201%200%200%201%201%201v6a1%201%200%200%201-1%201h-4a1%201%200%200%201-1-1v-6a1%201%200%200%201%201-1Z%22%2F%3E%3C%2Fg%3E%3Cg%20opacity%3D%220%22%3E%3Ccircle%20cx%3D%2216.1%22%20cy%3D%2218.8%22%20r%3D%22.35%22%2F%3E%3Ccircle%20cx%3D%2217.5%22%20cy%3D%2218.8%22%20r%3D%22.35%22%2F%3E%3Ccircle%20cx%3D%2218.9%22%20cy%3D%2218.8%22%20r%3D%22.35%22%2F%3E%3C%2Fg%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%22currentColor%22%3E%3Cdefs%3E%3Cmask%20id%3D%22svgID55%22%20width%3D%2272%22%20height%3D%2272%22%20x%3D%22-24%22%20y%3D%22-24%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Crect%20width%3D%2272%22%20height%3D%2272%22%20x%3D%22-24%22%20y%3D%22-24%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%22.75%22%20d%3D%22M4.9%2011.2h2.8M4.9%2013.3h1.8199999999999998%22%2F%3E%3C%2Fmask%3E%3Cmask%20id%3D%22svgID56%22%20width%3D%2272%22%20height%3D%2272%22%20x%3D%22-24%22%20y%3D%22-24%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Crect%20width%3D%2272%22%20height%3D%2272%22%20x%3D%22-24%22%20y%3D%22-24%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%22.75%22%20d%3D%22M11.1%2011.2h1.4000000000000004M11.1%2013.3h0.9100000000000003%22%2F%3E%3C%2Fmask%3E%3Cmask%20id%3D%22svgID57%22%20width%3D%2272%22%20height%3D%2272%22%20x%3D%22-24%22%20y%3D%22-24%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Crect%20width%3D%2272%22%20height%3D%2272%22%20x%3D%22-24%22%20y%3D%22-24%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%22.75%22%20d%3D%22M15.9%2011.2h3.2M15.9%2013.3h2.08%22%2F%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.75%22%20d%3D%22M3.8%205.4H20.2%22%20opacity%3D%22.35%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.85%22%20d%3D%22M3.8%205.4H20.2%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M9.4%205.4v11.4%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M14.2%205.4v11.4%22%20opacity%3D%220%22%2F%3E%3Cg%20mask%3D%22url(%23svgID55)%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4.5%208.1h3.5999999999999996a1%201%200%200%201%201%201v6a1%201%200%200%201-1%201h-3.5999999999999996a1%201%200%200%201-1-1v-6a1%201%200%200%201%201-1Z%22%2F%3E%3C%2Fg%3E%3Ccircle%20cx%3D%226.3%22%20cy%3D%2218.8%22%20r%3D%22.35%22%20opacity%3D%220%22%2F%3E%3Cg%20mask%3D%22url(%23svgID56)%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.7%208.1h2.2a1%201%200%200%201%201%201v6a1%201%200%200%201-1%201h-2.2a1%201%200%200%201-1-1v-6a1%201%200%200%201%201-1Z%22%2F%3E%3C%2Fg%3E%3Cg%20opacity%3D%220%22%3E%3Ccircle%20cx%3D%2211.1%22%20cy%3D%2218.8%22%20r%3D%22.35%22%2F%3E%3Ccircle%20cx%3D%2212.5%22%20cy%3D%2218.8%22%20r%3D%22.35%22%2F%3E%3C%2Fg%3E%3Cg%20mask%3D%22url(%23svgID57)%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M15.5%208.1h4a1%201%200%200%201%201%201v6a1%201%200%200%201-1%201h-4a1%201%200%200%201-1-1v-6a1%201%200%200%201%201-1Z%22%2F%3E%3C%2Fg%3E%3Cg%20opacity%3D%220%22%3E%3Ccircle%20cx%3D%2216.1%22%20cy%3D%2218.8%22%20r%3D%22.35%22%2F%3E%3Ccircle%20cx%3D%2217.5%22%20cy%3D%2218.8%22%20r%3D%22.35%22%2F%3E%3Ccircle%20cx%3D%2218.9%22%20cy%3D%2218.8%22%20r%3D%22.35%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/dither/tokenize-solid.svg?color=%231a73e8&size=48