database eye off icon

database-eye-off-outline from Material Design Icons by Pictogrammers · Outline · Database · Apache-2.0 Free for personal and commercial use.

Name
database-eye-off-outline
Set
Material Design Icons
Style
Outline
Category
Database
Viewbox
24×24
License
Apache 2.0
Aliases
database-view-off-outline

1 other variant in Material Design Icons

More database icons from Material Design Icons

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="M23 19c-.1.2-.2.4-.3.5l-4.4-4.4c2.2.5 3.9 2 4.7 3.9M12 5c3.9 0 6 1.5 6 2s-2.1 1.9-5.8 2l1.9 1.9c1.5-.2 2.9-.6 3.9-1.2v2.8c-.3.2-.6.4-1 .6q1.5 0 3 .6V7c0-2.2-3.6-4-8-4c-1.9 0-3.6.3-4.9.9l1.6 1.6c.8-.3 2-.5 3.3-.5m10.1 16.5l-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-1.7-.1-3.3-.5-4.6-1.2V17c0 .3 1.1 1.2 3 1.6l-.1.4l.3.7c.2.4.3.7.5 1.1c-3.2-.5-5.6-2-5.6-3.8V7c0-.3.1-.6.2-.9L1.1 3l1.3-1.3zm-10-7.5l-3.4-3.4c-1.1-.2-2-.6-2.8-1v2.8c1.3 1 3.6 1.5 6 1.5c.1.1.2.1.2.1m6.7 6.7l-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-.7"/></svg>

React

import type { SVGProps } from "react";

export function MdiDatabaseEyeOffOutline(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="M23 19c-.1.2-.2.4-.3.5l-4.4-4.4c2.2.5 3.9 2 4.7 3.9M12 5c3.9 0 6 1.5 6 2s-2.1 1.9-5.8 2l1.9 1.9c1.5-.2 2.9-.6 3.9-1.2v2.8c-.3.2-.6.4-1 .6q1.5 0 3 .6V7c0-2.2-3.6-4-8-4c-1.9 0-3.6.3-4.9.9l1.6 1.6c.8-.3 2-.5 3.3-.5m10.1 16.5l-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-1.7-.1-3.3-.5-4.6-1.2V17c0 .3 1.1 1.2 3 1.6l-.1.4l.3.7c.2.4.3.7.5 1.1c-3.2-.5-5.6-2-5.6-3.8V7c0-.3.1-.6.2-.9L1.1 3l1.3-1.3zm-10-7.5l-3.4-3.4c-1.1-.2-2-.6-2.8-1v2.8c1.3 1 3.6 1.5 6 1.5c.1.1.2.1.2.1m6.7 6.7l-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-.7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23 19c-.1.2-.2.4-.3.5l-4.4-4.4c2.2.5 3.9 2 4.7 3.9M12 5c3.9 0 6 1.5 6 2s-2.1 1.9-5.8 2l1.9 1.9c1.5-.2 2.9-.6 3.9-1.2v2.8c-.3.2-.6.4-1 .6q1.5 0 3 .6V7c0-2.2-3.6-4-8-4c-1.9 0-3.6.3-4.9.9l1.6 1.6c.8-.3 2-.5 3.3-.5m10.1 16.5l-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-1.7-.1-3.3-.5-4.6-1.2V17c0 .3 1.1 1.2 3 1.6l-.1.4l.3.7c.2.4.3.7.5 1.1c-3.2-.5-5.6-2-5.6-3.8V7c0-.3.1-.6.2-.9L1.1 3l1.3-1.3zm-10-7.5l-3.4-3.4c-1.1-.2-2-.6-2.8-1v2.8c1.3 1 3.6 1.5 6 1.5c.1.1.2.1.2.1m6.7 6.7l-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-.7"/></svg>
</template>

CSS

.icon-database-eye-off-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23%2019c-.1.2-.2.4-.3.5l-4.4-4.4c2.2.5%203.9%202%204.7%203.9M12%205c3.9%200%206%201.5%206%202s-2.1%201.9-5.8%202l1.9%201.9c1.5-.2%202.9-.6%203.9-1.2v2.8c-.3.2-.6.4-1%20.6q1.5%200%203%20.6V7c0-2.2-3.6-4-8-4c-1.9%200-3.6.3-4.9.9l1.6%201.6c.8-.3%202-.5%203.3-.5m10.1%2016.5l-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-1.7-.1-3.3-.5-4.6-1.2V17c0%20.3%201.1%201.2%203%201.6l-.1.4l.3.7c.2.4.3.7.5%201.1c-3.2-.5-5.6-2-5.6-3.8V7c0-.3.1-.6.2-.9L1.1%203l1.3-1.3zm-10-7.5l-3.4-3.4c-1.1-.2-2-.6-2.8-1v2.8c1.3%201%203.6%201.5%206%201.5c.1.1.2.1.2.1m6.7%206.7l-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-.7%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%22M23%2019c-.1.2-.2.4-.3.5l-4.4-4.4c2.2.5%203.9%202%204.7%203.9M12%205c3.9%200%206%201.5%206%202s-2.1%201.9-5.8%202l1.9%201.9c1.5-.2%202.9-.6%203.9-1.2v2.8c-.3.2-.6.4-1%20.6q1.5%200%203%20.6V7c0-2.2-3.6-4-8-4c-1.9%200-3.6.3-4.9.9l1.6%201.6c.8-.3%202-.5%203.3-.5m10.1%2016.5l-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-1.7-.1-3.3-.5-4.6-1.2V17c0%20.3%201.1%201.2%203%201.6l-.1.4l.3.7c.2.4.3.7.5%201.1c-3.2-.5-5.6-2-5.6-3.8V7c0-.3.1-.6.2-.9L1.1%203l1.3-1.3zm-10-7.5l-3.4-3.4c-1.1-.2-2-.6-2.8-1v2.8c1.3%201%203.6%201.5%206%201.5c.1.1.2.1.2.1m6.7%206.7l-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-.7%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-outline.svg?color=%231a73e8&size=48