database off icon
database-off-outline from Material Symbols by Google · Outline · Business · Apache-2.0 Free for personal and commercial use.
- Name
- database-off-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- database-off-outline-sharp
3 other variants in Material Symbols
The same icon in other sets
More business icons from Material Symbols
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.775 22.6L1.4 4.225L2.8 2.8l18.4 18.4zM12 21q-3.775 0-6.387-1.162T3 17V7q0-.65.438-1.237t1.237-1.088l6.3 6.3q-1.8-.075-3.325-.45t-2.65-1v3q1.275.725 3.075 1.1T12 14q.5 0 .975-.012t.95-.063l1.75 1.75q-.85.175-1.775.25T12 16q-2.125 0-3.925-.375T5 14.525V17q.225.725 2.437 1.363T12 19q1.6 0 3.213-.325t2.662-.8l1.45 1.45q-1.225.775-3.137 1.225T12 21m8.75-3.075L19 16.175v-1.65q-.275.15-.55.275t-.575.25l-1.525-1.525q.75-.2 1.413-.437T19 12.525v-3q-1.025.575-2.35.925t-2.9.475l-1.9-1.9q1.1 0 2.3-.175t2.237-.462t1.75-.65t.863-.713q-.275-.725-2.512-1.375T12 5q-.925 0-1.888.125t-1.837.325L6.625 3.8q1.125-.375 2.5-.587T12 3q3.725 0 6.363 1.175T21 7v10q0 .25-.062.475t-.188.45"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsDatabaseOffOutline(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.775 22.6L1.4 4.225L2.8 2.8l18.4 18.4zM12 21q-3.775 0-6.387-1.162T3 17V7q0-.65.438-1.237t1.237-1.088l6.3 6.3q-1.8-.075-3.325-.45t-2.65-1v3q1.275.725 3.075 1.1T12 14q.5 0 .975-.012t.95-.063l1.75 1.75q-.85.175-1.775.25T12 16q-2.125 0-3.925-.375T5 14.525V17q.225.725 2.437 1.363T12 19q1.6 0 3.213-.325t2.662-.8l1.45 1.45q-1.225.775-3.137 1.225T12 21m8.75-3.075L19 16.175v-1.65q-.275.15-.55.275t-.575.25l-1.525-1.525q.75-.2 1.413-.437T19 12.525v-3q-1.025.575-2.35.925t-2.9.475l-1.9-1.9q1.1 0 2.3-.175t2.237-.462t1.75-.65t.863-.713q-.275-.725-2.512-1.375T12 5q-.925 0-1.888.125t-1.837.325L6.625 3.8q1.125-.375 2.5-.587T12 3q3.725 0 6.363 1.175T21 7v10q0 .25-.062.475t-.188.45"/></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.775 22.6L1.4 4.225L2.8 2.8l18.4 18.4zM12 21q-3.775 0-6.387-1.162T3 17V7q0-.65.438-1.237t1.237-1.088l6.3 6.3q-1.8-.075-3.325-.45t-2.65-1v3q1.275.725 3.075 1.1T12 14q.5 0 .975-.012t.95-.063l1.75 1.75q-.85.175-1.775.25T12 16q-2.125 0-3.925-.375T5 14.525V17q.225.725 2.437 1.363T12 19q1.6 0 3.213-.325t2.662-.8l1.45 1.45q-1.225.775-3.137 1.225T12 21m8.75-3.075L19 16.175v-1.65q-.275.15-.55.275t-.575.25l-1.525-1.525q.75-.2 1.413-.437T19 12.525v-3q-1.025.575-2.35.925t-2.9.475l-1.9-1.9q1.1 0 2.3-.175t2.237-.462t1.75-.65t.863-.713q-.275-.725-2.512-1.375T12 5q-.925 0-1.888.125t-1.837.325L6.625 3.8q1.125-.375 2.5-.587T12 3q3.725 0 6.363 1.175T21 7v10q0 .25-.062.475t-.188.45"/></svg> </template>
CSS
.icon-database-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%22M19.775%2022.6L1.4%204.225L2.8%202.8l18.4%2018.4zM12%2021q-3.775%200-6.387-1.162T3%2017V7q0-.65.438-1.237t1.237-1.088l6.3%206.3q-1.8-.075-3.325-.45t-2.65-1v3q1.275.725%203.075%201.1T12%2014q.5%200%20.975-.012t.95-.063l1.75%201.75q-.85.175-1.775.25T12%2016q-2.125%200-3.925-.375T5%2014.525V17q.225.725%202.437%201.363T12%2019q1.6%200%203.213-.325t2.662-.8l1.45%201.45q-1.225.775-3.137%201.225T12%2021m8.75-3.075L19%2016.175v-1.65q-.275.15-.55.275t-.575.25l-1.525-1.525q.75-.2%201.413-.437T19%2012.525v-3q-1.025.575-2.35.925t-2.9.475l-1.9-1.9q1.1%200%202.3-.175t2.237-.462t1.75-.65t.863-.713q-.275-.725-2.512-1.375T12%205q-.925%200-1.888.125t-1.837.325L6.625%203.8q1.125-.375%202.5-.587T12%203q3.725%200%206.363%201.175T21%207v10q0%20.25-.062.475t-.188.45%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.775%2022.6L1.4%204.225L2.8%202.8l18.4%2018.4zM12%2021q-3.775%200-6.387-1.162T3%2017V7q0-.65.438-1.237t1.237-1.088l6.3%206.3q-1.8-.075-3.325-.45t-2.65-1v3q1.275.725%203.075%201.1T12%2014q.5%200%20.975-.012t.95-.063l1.75%201.75q-.85.175-1.775.25T12%2016q-2.125%200-3.925-.375T5%2014.525V17q.225.725%202.437%201.363T12%2019q1.6%200%203.213-.325t2.662-.8l1.45%201.45q-1.225.775-3.137%201.225T12%2021m8.75-3.075L19%2016.175v-1.65q-.275.15-.55.275t-.575.25l-1.525-1.525q.75-.2%201.413-.437T19%2012.525v-3q-1.025.575-2.35.925t-2.9.475l-1.9-1.9q1.1%200%202.3-.175t2.237-.462t1.75-.65t.863-.713q-.275-.725-2.512-1.375T12%205q-.925%200-1.888.125t-1.837.325L6.625%203.8q1.125-.375%202.5-.587T12%203q3.725%200%206.363%201.175T21%207v10q0%20.25-.062.475t-.188.45%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/database-off-outline.svg?color=%231a73e8&size=48