embedding lookup icon
embedding-lookup-outline from Dither Icons by Vijay K Singh · Outline · MIT Free for personal and commercial use.
- Name
- embedding-lookup-outline
- Set
- Dither Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
2 other variants in Dither Icons
Use the embedding lookup 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="svgID22" width="72" height="72" x="-24" y="-24" maskUnits="userSpaceOnUse"><path fill="none" stroke="#fff" stroke-linecap="round" stroke-width=".85" d="M17.7 8.5H20.8Q21.6 8.5 21.6 9.3V19.2Q21.6 20 20.8 20H17.7"/></mask></defs><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" opacity=".65"><path d="M7.1 2.4H6.4v5.4M6.4 9.2v5.4h.7M18.7 2.4h.7v5.4M19.4 9.2v5.4h-.7"/><path d="M7.1 18.3H6.4v3.5h.7M18.7 18.3h.7v1M19.4 20.7v1.1h-.7"/><path stroke-width=".6" d="M6.5 8.5h1.7"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M17.7 8.5H20.8Q21.6 8.5 21.6 9.3V19.2Q21.6 20 20.8 20H17.7" opacity=".25"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M2.5 7.1h2.6a.7.7 0 0 1 .7.7v1.4a.7.7 0 0 1-.7.7H2.5a.7.7 0 0 1-.7-.7V7.8a.7.7 0 0 1 .7-.7Z"/><circle cx="3.8" cy="8.5" r=".3"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.17" d="M8.6 4.2h1.8" opacity=".38"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.755" d="M12.05 4.2h1.8" opacity=".38"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.43" d="M15.5 4.2h1.8" opacity=".38"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.755" d="M8.6 8.5h1.8" opacity=".8"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".7" d="M8.7 8.5h1.6" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".975" d="M12.05 8.5h1.8" opacity=".8"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".7" d="M12.15 8.5h1.6" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.43" d="M15.5 8.5h1.8" opacity=".8"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".7" d="M15.6 8.5h1.6" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.43" d="M8.6 12.8h1.8" opacity=".38"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.755" d="M12.05 12.8h1.8" opacity=".38"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".975" d="M15.5 12.8h1.8" opacity=".38"/><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" opacity=".55"><path stroke-width="1.755" d="M8.6 20h1.8"/><path stroke-width=".975" d="M12.05 20h1.8"/><path stroke-width="1.43" d="M15.5 20h1.8"/></g><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".7" opacity="0"><path d="M8.7 20h1.6"/><path d="M12.15 20h1.6"/><path d="M15.6 20h1.6"/></g><g mask="url(#svgID22)"><circle cx="17.7" cy="8.5" r="1.15" opacity="0"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M8.6 22.8h8.3" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".55" d="M21.6 17.1l.85-.5" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".55" d="M21.6 22.4l.85.5" opacity="0"/></g></svg>
React
import type { SVGProps } from "react";
export function DitherEmbeddingLookupOutline(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="svgID22" width="72" height="72" x="-24" y="-24" maskUnits="userSpaceOnUse"><path fill="none" stroke="#fff" strokeLinecap="round" strokeWidth=".85" d="M17.7 8.5H20.8Q21.6 8.5 21.6 9.3V19.2Q21.6 20 20.8 20H17.7"/></mask></defs><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" opacity=".65"><path d="M7.1 2.4H6.4v5.4M6.4 9.2v5.4h.7M18.7 2.4h.7v5.4M19.4 9.2v5.4h-.7"/><path d="M7.1 18.3H6.4v3.5h.7M18.7 18.3h.7v1M19.4 20.7v1.1h-.7"/><path strokeWidth=".6" d="M6.5 8.5h1.7"/></g><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".6" d="M17.7 8.5H20.8Q21.6 8.5 21.6 9.3V19.2Q21.6 20 20.8 20H17.7" opacity=".25"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" d="M2.5 7.1h2.6a.7.7 0 0 1 .7.7v1.4a.7.7 0 0 1-.7.7H2.5a.7.7 0 0 1-.7-.7V7.8a.7.7 0 0 1 .7-.7Z"/><circle cx="3.8" cy="8.5" r=".3"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.17" d="M8.6 4.2h1.8" opacity=".38"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.755" d="M12.05 4.2h1.8" opacity=".38"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.43" d="M15.5 4.2h1.8" opacity=".38"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.755" d="M8.6 8.5h1.8" opacity=".8"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".7" d="M8.7 8.5h1.6" opacity="0"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".975" d="M12.05 8.5h1.8" opacity=".8"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".7" d="M12.15 8.5h1.6" opacity="0"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.43" d="M15.5 8.5h1.8" opacity=".8"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".7" d="M15.6 8.5h1.6" opacity="0"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.43" d="M8.6 12.8h1.8" opacity=".38"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.755" d="M12.05 12.8h1.8" opacity=".38"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".975" d="M15.5 12.8h1.8" opacity=".38"/><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" opacity=".55"><path strokeWidth="1.755" d="M8.6 20h1.8"/><path strokeWidth=".975" d="M12.05 20h1.8"/><path strokeWidth="1.43" d="M15.5 20h1.8"/></g><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".7" opacity="0"><path d="M8.7 20h1.6"/><path d="M12.15 20h1.6"/><path d="M15.6 20h1.6"/></g><g mask="url(#svgID22)"><circle cx="17.7" cy="8.5" r="1.15" opacity="0"/></g><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".6" d="M8.6 22.8h8.3" opacity="0"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".55" d="M21.6 17.1l.85-.5" opacity="0"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".55" d="M21.6 22.4l.85.5" opacity="0"/></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="svgID22" width="72" height="72" x="-24" y="-24" maskUnits="userSpaceOnUse"><path fill="none" stroke="#fff" stroke-linecap="round" stroke-width=".85" d="M17.7 8.5H20.8Q21.6 8.5 21.6 9.3V19.2Q21.6 20 20.8 20H17.7"/></mask></defs><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" opacity=".65"><path d="M7.1 2.4H6.4v5.4M6.4 9.2v5.4h.7M18.7 2.4h.7v5.4M19.4 9.2v5.4h-.7"/><path d="M7.1 18.3H6.4v3.5h.7M18.7 18.3h.7v1M19.4 20.7v1.1h-.7"/><path stroke-width=".6" d="M6.5 8.5h1.7"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M17.7 8.5H20.8Q21.6 8.5 21.6 9.3V19.2Q21.6 20 20.8 20H17.7" opacity=".25"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M2.5 7.1h2.6a.7.7 0 0 1 .7.7v1.4a.7.7 0 0 1-.7.7H2.5a.7.7 0 0 1-.7-.7V7.8a.7.7 0 0 1 .7-.7Z"/><circle cx="3.8" cy="8.5" r=".3"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.17" d="M8.6 4.2h1.8" opacity=".38"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.755" d="M12.05 4.2h1.8" opacity=".38"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.43" d="M15.5 4.2h1.8" opacity=".38"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.755" d="M8.6 8.5h1.8" opacity=".8"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".7" d="M8.7 8.5h1.6" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".975" d="M12.05 8.5h1.8" opacity=".8"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".7" d="M12.15 8.5h1.6" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.43" d="M15.5 8.5h1.8" opacity=".8"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".7" d="M15.6 8.5h1.6" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.43" d="M8.6 12.8h1.8" opacity=".38"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.755" d="M12.05 12.8h1.8" opacity=".38"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".975" d="M15.5 12.8h1.8" opacity=".38"/><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" opacity=".55"><path stroke-width="1.755" d="M8.6 20h1.8"/><path stroke-width=".975" d="M12.05 20h1.8"/><path stroke-width="1.43" d="M15.5 20h1.8"/></g><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".7" opacity="0"><path d="M8.7 20h1.6"/><path d="M12.15 20h1.6"/><path d="M15.6 20h1.6"/></g><g mask="url(#svgID22)"><circle cx="17.7" cy="8.5" r="1.15" opacity="0"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M8.6 22.8h8.3" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".55" d="M21.6 17.1l.85-.5" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".55" d="M21.6 22.4l.85.5" opacity="0"/></g></svg> </template>
CSS
.icon-embedding-lookup-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%3Cdefs%3E%3Cmask%20id%3D%22svgID22%22%20width%3D%2272%22%20height%3D%2272%22%20x%3D%22-24%22%20y%3D%22-24%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%22.85%22%20d%3D%22M17.7%208.5H20.8Q21.6%208.5%2021.6%209.3V19.2Q21.6%2020%2020.8%2020H17.7%22%2F%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20opacity%3D%22.65%22%3E%3Cpath%20d%3D%22M7.1%202.4H6.4v5.4M6.4%209.2v5.4h.7M18.7%202.4h.7v5.4M19.4%209.2v5.4h-.7%22%2F%3E%3Cpath%20d%3D%22M7.1%2018.3H6.4v3.5h.7M18.7%2018.3h.7v1M19.4%2020.7v1.1h-.7%22%2F%3E%3Cpath%20stroke-width%3D%22.6%22%20d%3D%22M6.5%208.5h1.7%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%22.6%22%20d%3D%22M17.7%208.5H20.8Q21.6%208.5%2021.6%209.3V19.2Q21.6%2020%2020.8%2020H17.7%22%20opacity%3D%22.25%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M2.5%207.1h2.6a.7.7%200%200%201%20.7.7v1.4a.7.7%200%200%201-.7.7H2.5a.7.7%200%200%201-.7-.7V7.8a.7.7%200%200%201%20.7-.7Z%22%2F%3E%3Ccircle%20cx%3D%223.8%22%20cy%3D%228.5%22%20r%3D%22.3%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.17%22%20d%3D%22M8.6%204.2h1.8%22%20opacity%3D%22.38%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.755%22%20d%3D%22M12.05%204.2h1.8%22%20opacity%3D%22.38%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.43%22%20d%3D%22M15.5%204.2h1.8%22%20opacity%3D%22.38%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.755%22%20d%3D%22M8.6%208.5h1.8%22%20opacity%3D%22.8%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.7%22%20d%3D%22M8.7%208.5h1.6%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.975%22%20d%3D%22M12.05%208.5h1.8%22%20opacity%3D%22.8%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.7%22%20d%3D%22M12.15%208.5h1.6%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.43%22%20d%3D%22M15.5%208.5h1.8%22%20opacity%3D%22.8%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.7%22%20d%3D%22M15.6%208.5h1.6%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.43%22%20d%3D%22M8.6%2012.8h1.8%22%20opacity%3D%22.38%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.755%22%20d%3D%22M12.05%2012.8h1.8%22%20opacity%3D%22.38%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.975%22%20d%3D%22M15.5%2012.8h1.8%22%20opacity%3D%22.38%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20opacity%3D%22.55%22%3E%3Cpath%20stroke-width%3D%221.755%22%20d%3D%22M8.6%2020h1.8%22%2F%3E%3Cpath%20stroke-width%3D%22.975%22%20d%3D%22M12.05%2020h1.8%22%2F%3E%3Cpath%20stroke-width%3D%221.43%22%20d%3D%22M15.5%2020h1.8%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.7%22%20opacity%3D%220%22%3E%3Cpath%20d%3D%22M8.7%2020h1.6%22%2F%3E%3Cpath%20d%3D%22M12.15%2020h1.6%22%2F%3E%3Cpath%20d%3D%22M15.6%2020h1.6%22%2F%3E%3C%2Fg%3E%3Cg%20mask%3D%22url(%23svgID22)%22%3E%3Ccircle%20cx%3D%2217.7%22%20cy%3D%228.5%22%20r%3D%221.15%22%20opacity%3D%220%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%22.6%22%20d%3D%22M8.6%2022.8h8.3%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.55%22%20d%3D%22M21.6%2017.1l.85-.5%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.55%22%20d%3D%22M21.6%2022.4l.85.5%22%20opacity%3D%220%22%2F%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%22svgID22%22%20width%3D%2272%22%20height%3D%2272%22%20x%3D%22-24%22%20y%3D%22-24%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%22.85%22%20d%3D%22M17.7%208.5H20.8Q21.6%208.5%2021.6%209.3V19.2Q21.6%2020%2020.8%2020H17.7%22%2F%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20opacity%3D%22.65%22%3E%3Cpath%20d%3D%22M7.1%202.4H6.4v5.4M6.4%209.2v5.4h.7M18.7%202.4h.7v5.4M19.4%209.2v5.4h-.7%22%2F%3E%3Cpath%20d%3D%22M7.1%2018.3H6.4v3.5h.7M18.7%2018.3h.7v1M19.4%2020.7v1.1h-.7%22%2F%3E%3Cpath%20stroke-width%3D%22.6%22%20d%3D%22M6.5%208.5h1.7%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%22.6%22%20d%3D%22M17.7%208.5H20.8Q21.6%208.5%2021.6%209.3V19.2Q21.6%2020%2020.8%2020H17.7%22%20opacity%3D%22.25%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M2.5%207.1h2.6a.7.7%200%200%201%20.7.7v1.4a.7.7%200%200%201-.7.7H2.5a.7.7%200%200%201-.7-.7V7.8a.7.7%200%200%201%20.7-.7Z%22%2F%3E%3Ccircle%20cx%3D%223.8%22%20cy%3D%228.5%22%20r%3D%22.3%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.17%22%20d%3D%22M8.6%204.2h1.8%22%20opacity%3D%22.38%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.755%22%20d%3D%22M12.05%204.2h1.8%22%20opacity%3D%22.38%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.43%22%20d%3D%22M15.5%204.2h1.8%22%20opacity%3D%22.38%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.755%22%20d%3D%22M8.6%208.5h1.8%22%20opacity%3D%22.8%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.7%22%20d%3D%22M8.7%208.5h1.6%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.975%22%20d%3D%22M12.05%208.5h1.8%22%20opacity%3D%22.8%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.7%22%20d%3D%22M12.15%208.5h1.6%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.43%22%20d%3D%22M15.5%208.5h1.8%22%20opacity%3D%22.8%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.7%22%20d%3D%22M15.6%208.5h1.6%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.43%22%20d%3D%22M8.6%2012.8h1.8%22%20opacity%3D%22.38%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.755%22%20d%3D%22M12.05%2012.8h1.8%22%20opacity%3D%22.38%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.975%22%20d%3D%22M15.5%2012.8h1.8%22%20opacity%3D%22.38%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20opacity%3D%22.55%22%3E%3Cpath%20stroke-width%3D%221.755%22%20d%3D%22M8.6%2020h1.8%22%2F%3E%3Cpath%20stroke-width%3D%22.975%22%20d%3D%22M12.05%2020h1.8%22%2F%3E%3Cpath%20stroke-width%3D%221.43%22%20d%3D%22M15.5%2020h1.8%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.7%22%20opacity%3D%220%22%3E%3Cpath%20d%3D%22M8.7%2020h1.6%22%2F%3E%3Cpath%20d%3D%22M12.15%2020h1.6%22%2F%3E%3Cpath%20d%3D%22M15.6%2020h1.6%22%2F%3E%3C%2Fg%3E%3Cg%20mask%3D%22url(%23svgID22)%22%3E%3Ccircle%20cx%3D%2217.7%22%20cy%3D%228.5%22%20r%3D%221.15%22%20opacity%3D%220%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%22.6%22%20d%3D%22M8.6%2022.8h8.3%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.55%22%20d%3D%22M21.6%2017.1l.85-.5%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.55%22%20d%3D%22M21.6%2022.4l.85.5%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/dither/embedding-lookup-outline.svg?color=%231a73e8&size=48