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

Name
database-off
Set
Material Design Icons
Style
Filled
Category
Database
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

The same icon in other sets

More database icons from Material Design Icons

Use the database off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.07 15.87c.59-.56.93-1.19.93-1.87v2.8zM20 9c0 1.54-1.73 2.86-4.27 3.53l2.16 2.16C19.19 14 20 13.04 20 12zm0-2c0-2.21-3.58-4-8-4c-1.87 0-3.58.33-4.94.86l7 7C17.5 10.41 20 8.85 20 7M2.39 1.73L1.11 3l3.1 3.1c-.13.29-.21.59-.21.9c0 1.63 1.96 3.04 4.77 3.66l2.31 2.31C7.1 12.74 4 11.06 4 9v3c0 2.21 3.58 4 8 4c.69 0 1.35-.05 2-.13l1.66 1.68c-1.09.29-2.34.45-3.66.45c-4.42 0-8-1.79-8-4v3c0 2.21 3.58 4 8 4c2.31 0 4.38-.5 5.84-1.27l3 3l1.27-1.27z"/></svg>

React

import type { SVGProps } from "react";

export function MdiDatabaseOff(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="M19.07 15.87c.59-.56.93-1.19.93-1.87v2.8zM20 9c0 1.54-1.73 2.86-4.27 3.53l2.16 2.16C19.19 14 20 13.04 20 12zm0-2c0-2.21-3.58-4-8-4c-1.87 0-3.58.33-4.94.86l7 7C17.5 10.41 20 8.85 20 7M2.39 1.73L1.11 3l3.1 3.1c-.13.29-.21.59-.21.9c0 1.63 1.96 3.04 4.77 3.66l2.31 2.31C7.1 12.74 4 11.06 4 9v3c0 2.21 3.58 4 8 4c.69 0 1.35-.05 2-.13l1.66 1.68c-1.09.29-2.34.45-3.66.45c-4.42 0-8-1.79-8-4v3c0 2.21 3.58 4 8 4c2.31 0 4.38-.5 5.84-1.27l3 3l1.27-1.27z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.07 15.87c.59-.56.93-1.19.93-1.87v2.8zM20 9c0 1.54-1.73 2.86-4.27 3.53l2.16 2.16C19.19 14 20 13.04 20 12zm0-2c0-2.21-3.58-4-8-4c-1.87 0-3.58.33-4.94.86l7 7C17.5 10.41 20 8.85 20 7M2.39 1.73L1.11 3l3.1 3.1c-.13.29-.21.59-.21.9c0 1.63 1.96 3.04 4.77 3.66l2.31 2.31C7.1 12.74 4 11.06 4 9v3c0 2.21 3.58 4 8 4c.69 0 1.35-.05 2-.13l1.66 1.68c-1.09.29-2.34.45-3.66.45c-4.42 0-8-1.79-8-4v3c0 2.21 3.58 4 8 4c2.31 0 4.38-.5 5.84-1.27l3 3l1.27-1.27z"/></svg>
</template>

CSS

.icon-database-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%22M19.07%2015.87c.59-.56.93-1.19.93-1.87v2.8zM20%209c0%201.54-1.73%202.86-4.27%203.53l2.16%202.16C19.19%2014%2020%2013.04%2020%2012zm0-2c0-2.21-3.58-4-8-4c-1.87%200-3.58.33-4.94.86l7%207C17.5%2010.41%2020%208.85%2020%207M2.39%201.73L1.11%203l3.1%203.1c-.13.29-.21.59-.21.9c0%201.63%201.96%203.04%204.77%203.66l2.31%202.31C7.1%2012.74%204%2011.06%204%209v3c0%202.21%203.58%204%208%204c.69%200%201.35-.05%202-.13l1.66%201.68c-1.09.29-2.34.45-3.66.45c-4.42%200-8-1.79-8-4v3c0%202.21%203.58%204%208%204c2.31%200%204.38-.5%205.84-1.27l3%203l1.27-1.27z%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%22M19.07%2015.87c.59-.56.93-1.19.93-1.87v2.8zM20%209c0%201.54-1.73%202.86-4.27%203.53l2.16%202.16C19.19%2014%2020%2013.04%2020%2012zm0-2c0-2.21-3.58-4-8-4c-1.87%200-3.58.33-4.94.86l7%207C17.5%2010.41%2020%208.85%2020%207M2.39%201.73L1.11%203l3.1%203.1c-.13.29-.21.59-.21.9c0%201.63%201.96%203.04%204.77%203.66l2.31%202.31C7.1%2012.74%204%2011.06%204%209v3c0%202.21%203.58%204%208%204c.69%200%201.35-.05%202-.13l1.66%201.68c-1.09.29-2.34.45-3.66.45c-4.42%200-8-1.79-8-4v3c0%202.21%203.58%204%208%204c2.31%200%204.38-.5%205.84-1.27l3%203l1.27-1.27z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/database-off.svg?color=%231a73e8&size=48