database eye off icon
database-eye-off from Material Design Icons by Pictogrammers · Filled · Database · Apache-2.0 Free for personal and commercial use.
- Name
- database-eye-off
- Set
- Material Design Icons
- Style
- Filled
- Category
- Database
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- database-view-off
1 other variant in Material Design Icons
More database icons from Material Design Icons
databasedatabase-arrow-downdatabase-arrow-leftdatabase-arrow-rightdatabase-arrow-updatabase-checkdatabase-clockdatabase-cogdatabase-editdatabase-exportdatabase-eyedatabase-importdatabase-lockdatabase-markerdatabase-minusdatabase-offdatabase-plusdatabase-refreshdatabase-removedatabase-searchdatabase-settingsdatabase-syncrelation-many-to-manyrelation-many-to-one
Use the database eye off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14.1 10.9l-7-7c1.3-.6 3-.9 4.9-.9c4.4 0 8 1.8 8 4c0 1.9-2.5 3.4-5.9 3.9m2.1 2.1h.8c.9 0 1.7.1 2.5.4c.3-.4.5-.9.5-1.4V9c0 1.5-1.7 2.9-4.3 3.5zm2.2 2.2l4.4 4.4c.1-.2.2-.4.3-.5c-.9-2-2.6-3.5-4.7-3.9m3.7 6.3l-1.3 1.3l-.6-.6c-1 .5-2.1.9-3.2.9c-2.7 0-5.1-1.7-6-4c.6-1.4 1.6-2.5 2.9-3.2l-1.5-1.5c-.7.4-1.3 1-1.9 1.6c-3.7-.4-6.5-2-6.5-4V9c0 2.1 3.1 3.7 7.1 4l-2.3-2.3C6 10 4 8.6 4 7c0-.3.1-.6.2-.9L1.1 3l1.3-1.3zm-3.3-.8l-1.1-1.1c-.1.3-.4.4-.7.4c-.6 0-1-.4-1-1c0-.3.1-.6.4-.8l-1.1-1.1c-.5.5-.8 1.1-.8 1.8c0 1.4 1.1 2.5 2.5 2.5c.7.1 1.4-.2 1.8-.7M8.8 19l.3-.7c.1-.2.2-.3.2-.5c-3.1-.6-5.3-2-5.3-3.8v3c0 1.8 2.4 3.3 5.7 3.8c-.2-.3-.4-.7-.5-1.1z"/></svg>
React
import type { SVGProps } from "react";
export function MdiDatabaseEyeOff(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="m14.1 10.9l-7-7c1.3-.6 3-.9 4.9-.9c4.4 0 8 1.8 8 4c0 1.9-2.5 3.4-5.9 3.9m2.1 2.1h.8c.9 0 1.7.1 2.5.4c.3-.4.5-.9.5-1.4V9c0 1.5-1.7 2.9-4.3 3.5zm2.2 2.2l4.4 4.4c.1-.2.2-.4.3-.5c-.9-2-2.6-3.5-4.7-3.9m3.7 6.3l-1.3 1.3l-.6-.6c-1 .5-2.1.9-3.2.9c-2.7 0-5.1-1.7-6-4c.6-1.4 1.6-2.5 2.9-3.2l-1.5-1.5c-.7.4-1.3 1-1.9 1.6c-3.7-.4-6.5-2-6.5-4V9c0 2.1 3.1 3.7 7.1 4l-2.3-2.3C6 10 4 8.6 4 7c0-.3.1-.6.2-.9L1.1 3l1.3-1.3zm-3.3-.8l-1.1-1.1c-.1.3-.4.4-.7.4c-.6 0-1-.4-1-1c0-.3.1-.6.4-.8l-1.1-1.1c-.5.5-.8 1.1-.8 1.8c0 1.4 1.1 2.5 2.5 2.5c.7.1 1.4-.2 1.8-.7M8.8 19l.3-.7c.1-.2.2-.3.2-.5c-3.1-.6-5.3-2-5.3-3.8v3c0 1.8 2.4 3.3 5.7 3.8c-.2-.3-.4-.7-.5-1.1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14.1 10.9l-7-7c1.3-.6 3-.9 4.9-.9c4.4 0 8 1.8 8 4c0 1.9-2.5 3.4-5.9 3.9m2.1 2.1h.8c.9 0 1.7.1 2.5.4c.3-.4.5-.9.5-1.4V9c0 1.5-1.7 2.9-4.3 3.5zm2.2 2.2l4.4 4.4c.1-.2.2-.4.3-.5c-.9-2-2.6-3.5-4.7-3.9m3.7 6.3l-1.3 1.3l-.6-.6c-1 .5-2.1.9-3.2.9c-2.7 0-5.1-1.7-6-4c.6-1.4 1.6-2.5 2.9-3.2l-1.5-1.5c-.7.4-1.3 1-1.9 1.6c-3.7-.4-6.5-2-6.5-4V9c0 2.1 3.1 3.7 7.1 4l-2.3-2.3C6 10 4 8.6 4 7c0-.3.1-.6.2-.9L1.1 3l1.3-1.3zm-3.3-.8l-1.1-1.1c-.1.3-.4.4-.7.4c-.6 0-1-.4-1-1c0-.3.1-.6.4-.8l-1.1-1.1c-.5.5-.8 1.1-.8 1.8c0 1.4 1.1 2.5 2.5 2.5c.7.1 1.4-.2 1.8-.7M8.8 19l.3-.7c.1-.2.2-.3.2-.5c-3.1-.6-5.3-2-5.3-3.8v3c0 1.8 2.4 3.3 5.7 3.8c-.2-.3-.4-.7-.5-1.1z"/></svg> </template>
CSS
.icon-database-eye-off {
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%22m14.1%2010.9l-7-7c1.3-.6%203-.9%204.9-.9c4.4%200%208%201.8%208%204c0%201.9-2.5%203.4-5.9%203.9m2.1%202.1h.8c.9%200%201.7.1%202.5.4c.3-.4.5-.9.5-1.4V9c0%201.5-1.7%202.9-4.3%203.5zm2.2%202.2l4.4%204.4c.1-.2.2-.4.3-.5c-.9-2-2.6-3.5-4.7-3.9m3.7%206.3l-1.3%201.3l-.6-.6c-1%20.5-2.1.9-3.2.9c-2.7%200-5.1-1.7-6-4c.6-1.4%201.6-2.5%202.9-3.2l-1.5-1.5c-.7.4-1.3%201-1.9%201.6c-3.7-.4-6.5-2-6.5-4V9c0%202.1%203.1%203.7%207.1%204l-2.3-2.3C6%2010%204%208.6%204%207c0-.3.1-.6.2-.9L1.1%203l1.3-1.3zm-3.3-.8l-1.1-1.1c-.1.3-.4.4-.7.4c-.6%200-1-.4-1-1c0-.3.1-.6.4-.8l-1.1-1.1c-.5.5-.8%201.1-.8%201.8c0%201.4%201.1%202.5%202.5%202.5c.7.1%201.4-.2%201.8-.7M8.8%2019l.3-.7c.1-.2.2-.3.2-.5c-3.1-.6-5.3-2-5.3-3.8v3c0%201.8%202.4%203.3%205.7%203.8c-.2-.3-.4-.7-.5-1.1z%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%22m14.1%2010.9l-7-7c1.3-.6%203-.9%204.9-.9c4.4%200%208%201.8%208%204c0%201.9-2.5%203.4-5.9%203.9m2.1%202.1h.8c.9%200%201.7.1%202.5.4c.3-.4.5-.9.5-1.4V9c0%201.5-1.7%202.9-4.3%203.5zm2.2%202.2l4.4%204.4c.1-.2.2-.4.3-.5c-.9-2-2.6-3.5-4.7-3.9m3.7%206.3l-1.3%201.3l-.6-.6c-1%20.5-2.1.9-3.2.9c-2.7%200-5.1-1.7-6-4c.6-1.4%201.6-2.5%202.9-3.2l-1.5-1.5c-.7.4-1.3%201-1.9%201.6c-3.7-.4-6.5-2-6.5-4V9c0%202.1%203.1%203.7%207.1%204l-2.3-2.3C6%2010%204%208.6%204%207c0-.3.1-.6.2-.9L1.1%203l1.3-1.3zm-3.3-.8l-1.1-1.1c-.1.3-.4.4-.7.4c-.6%200-1-.4-1-1c0-.3.1-.6.4-.8l-1.1-1.1c-.5.5-.8%201.1-.8%201.8c0%201.4%201.1%202.5%202.5%202.5c.7.1%201.4-.2%201.8-.7M8.8%2019l.3-.7c.1-.2.2-.3.2-.5c-3.1-.6-5.3-2-5.3-3.8v3c0%201.8%202.4%203.3%205.7%203.8c-.2-.3-.4-.7-.5-1.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/database-eye-off.svg?color=%231a73e8&size=48