tokenize icon
tokenize-outline from Dither Icons by Vijay K Singh · Outline · MIT Free for personal and commercial use.
- Name
- tokenize-outline
- Set
- Dither Icons
- Style
- Outline
- 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"><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"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.3" d="M4.5 8.75h3.5999999999999996a.35.35 0 0 1 .35.35v6a.35.35 0 0 1-.35.35h-3.5999999999999996a.35.35 0 0 1-.35-.35v-6a.35.35 0 0 1 .35-.35Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".75" d="M4.9 11.2h2.8M4.9 13.3h1.8199999999999998"/><circle cx="6.3" cy="18.8" r=".35" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.3" d="M10.7 8.75h2.2a.35.35 0 0 1 .35.35v6a.35.35 0 0 1-.35.35h-2.2a.35.35 0 0 1-.35-.35v-6a.35.35 0 0 1 .35-.35Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".75" d="M11.1 11.2h1.4000000000000004M11.1 13.3h0.9100000000000003"/><g opacity="0"><circle cx="11.1" cy="18.8" r=".35"/><circle cx="12.5" cy="18.8" r=".35"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.3" d="M15.5 8.75h4a.35.35 0 0 1 .35.35v6a.35.35 0 0 1-.35.35h-4a.35.35 0 0 1-.35-.35v-6a.35.35 0 0 1 .35-.35Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".75" d="M15.9 11.2h3.2M15.9 13.3h2.08"/><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 DitherTokenizeOutline(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"><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"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.3" d="M4.5 8.75h3.5999999999999996a.35.35 0 0 1 .35.35v6a.35.35 0 0 1-.35.35h-3.5999999999999996a.35.35 0 0 1-.35-.35v-6a.35.35 0 0 1 .35-.35Z"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".75" d="M4.9 11.2h2.8M4.9 13.3h1.8199999999999998"/><circle cx="6.3" cy="18.8" r=".35" opacity="0"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.3" d="M10.7 8.75h2.2a.35.35 0 0 1 .35.35v6a.35.35 0 0 1-.35.35h-2.2a.35.35 0 0 1-.35-.35v-6a.35.35 0 0 1 .35-.35Z"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".75" d="M11.1 11.2h1.4000000000000004M11.1 13.3h0.9100000000000003"/><g opacity="0"><circle cx="11.1" cy="18.8" r=".35"/><circle cx="12.5" cy="18.8" r=".35"/></g><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.3" d="M15.5 8.75h4a.35.35 0 0 1 .35.35v6a.35.35 0 0 1-.35.35h-4a.35.35 0 0 1-.35-.35v-6a.35.35 0 0 1 .35-.35Z"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".75" d="M15.9 11.2h3.2M15.9 13.3h2.08"/><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"><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"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.3" d="M4.5 8.75h3.5999999999999996a.35.35 0 0 1 .35.35v6a.35.35 0 0 1-.35.35h-3.5999999999999996a.35.35 0 0 1-.35-.35v-6a.35.35 0 0 1 .35-.35Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".75" d="M4.9 11.2h2.8M4.9 13.3h1.8199999999999998"/><circle cx="6.3" cy="18.8" r=".35" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.3" d="M10.7 8.75h2.2a.35.35 0 0 1 .35.35v6a.35.35 0 0 1-.35.35h-2.2a.35.35 0 0 1-.35-.35v-6a.35.35 0 0 1 .35-.35Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".75" d="M11.1 11.2h1.4000000000000004M11.1 13.3h0.9100000000000003"/><g opacity="0"><circle cx="11.1" cy="18.8" r=".35"/><circle cx="12.5" cy="18.8" r=".35"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.3" d="M15.5 8.75h4a.35.35 0 0 1 .35.35v6a.35.35 0 0 1-.35.35h-4a.35.35 0 0 1-.35-.35v-6a.35.35 0 0 1 .35-.35Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".75" d="M15.9 11.2h3.2M15.9 13.3h2.08"/><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-outline {
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%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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.3%22%20d%3D%22M4.5%208.75h3.5999999999999996a.35.35%200%200%201%20.35.35v6a.35.35%200%200%201-.35.35h-3.5999999999999996a.35.35%200%200%201-.35-.35v-6a.35.35%200%200%201%20.35-.35Z%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.75%22%20d%3D%22M4.9%2011.2h2.8M4.9%2013.3h1.8199999999999998%22%2F%3E%3Ccircle%20cx%3D%226.3%22%20cy%3D%2218.8%22%20r%3D%22.35%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%221.3%22%20d%3D%22M10.7%208.75h2.2a.35.35%200%200%201%20.35.35v6a.35.35%200%200%201-.35.35h-2.2a.35.35%200%200%201-.35-.35v-6a.35.35%200%200%201%20.35-.35Z%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.75%22%20d%3D%22M11.1%2011.2h1.4000000000000004M11.1%2013.3h0.9100000000000003%22%2F%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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.3%22%20d%3D%22M15.5%208.75h4a.35.35%200%200%201%20.35.35v6a.35.35%200%200%201-.35.35h-4a.35.35%200%200%201-.35-.35v-6a.35.35%200%200%201%20.35-.35Z%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.75%22%20d%3D%22M15.9%2011.2h3.2M15.9%2013.3h2.08%22%2F%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%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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.3%22%20d%3D%22M4.5%208.75h3.5999999999999996a.35.35%200%200%201%20.35.35v6a.35.35%200%200%201-.35.35h-3.5999999999999996a.35.35%200%200%201-.35-.35v-6a.35.35%200%200%201%20.35-.35Z%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.75%22%20d%3D%22M4.9%2011.2h2.8M4.9%2013.3h1.8199999999999998%22%2F%3E%3Ccircle%20cx%3D%226.3%22%20cy%3D%2218.8%22%20r%3D%22.35%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%221.3%22%20d%3D%22M10.7%208.75h2.2a.35.35%200%200%201%20.35.35v6a.35.35%200%200%201-.35.35h-2.2a.35.35%200%200%201-.35-.35v-6a.35.35%200%200%201%20.35-.35Z%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.75%22%20d%3D%22M11.1%2011.2h1.4000000000000004M11.1%2013.3h0.9100000000000003%22%2F%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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.3%22%20d%3D%22M15.5%208.75h4a.35.35%200%200%201%20.35.35v6a.35.35%200%200%201-.35.35h-4a.35.35%200%200%201-.35-.35v-6a.35.35%200%200%201%20.35-.35Z%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.75%22%20d%3D%22M15.9%2011.2h3.2M15.9%2013.3h2.08%22%2F%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-outline.svg?color=%231a73e8&size=48