database off icon
database-off-rounded from Material Symbols by Google · Rounded · Business · Apache-2.0 Free for personal and commercial use.
- Name
- database-off-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
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="M12 21q-1.025 0-2.562-.213T6.475 20.1t-2.45-1.237T3 17v-2.5q0 1.1 1.025 1.863t2.45 1.237t2.963.688T12 18.5q1.05 0 2.588-.213t2.987-.712l1.75 1.75q-1.55.9-3.75 1.288T12 21m8.775-3.05l-1.25-1.25q.675-.425 1.075-.975T21 14.5V17q0 .275-.05.5t-.175.45M12 16q-1.025 0-2.563-.213T6.475 15.1t-2.45-1.237T3 12V9.5q0 1.1 1.025 1.863t2.45 1.237t2.963.688T12 13.5q.3 0 .663-.012t.762-.063L15.6 15.6q-1.025.2-1.962.3T12 16m5.825-1l-1.95-1.95q1.925-.425 3.525-1.275T21 9.5V12q0 1.05-.913 1.788T17.825 15m-6.85-4.025q-3.4-.175-5.687-1.3T3 7q0-.65.438-1.237t1.237-1.088zm2.775-.05L6.625 3.8q1.125-.375 2.488-.587T12 3q3.75 0 6.375 1.175T21 7q0 1.45-2.062 2.55t-5.188 1.375M19.075 21.9L2.1 4.925q-.275-.275-.275-.687t.275-.713q.3-.3.713-.3t.712.3L20.5 20.5q.3.3.288.7t-.313.7q-.3.275-.7.288t-.7-.288"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsDatabaseOffRounded(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="M12 21q-1.025 0-2.562-.213T6.475 20.1t-2.45-1.237T3 17v-2.5q0 1.1 1.025 1.863t2.45 1.237t2.963.688T12 18.5q1.05 0 2.588-.213t2.987-.712l1.75 1.75q-1.55.9-3.75 1.288T12 21m8.775-3.05l-1.25-1.25q.675-.425 1.075-.975T21 14.5V17q0 .275-.05.5t-.175.45M12 16q-1.025 0-2.563-.213T6.475 15.1t-2.45-1.237T3 12V9.5q0 1.1 1.025 1.863t2.45 1.237t2.963.688T12 13.5q.3 0 .663-.012t.762-.063L15.6 15.6q-1.025.2-1.962.3T12 16m5.825-1l-1.95-1.95q1.925-.425 3.525-1.275T21 9.5V12q0 1.05-.913 1.788T17.825 15m-6.85-4.025q-3.4-.175-5.687-1.3T3 7q0-.65.438-1.237t1.237-1.088zm2.775-.05L6.625 3.8q1.125-.375 2.488-.587T12 3q3.75 0 6.375 1.175T21 7q0 1.45-2.062 2.55t-5.188 1.375M19.075 21.9L2.1 4.925q-.275-.275-.275-.687t.275-.713q.3-.3.713-.3t.712.3L20.5 20.5q.3.3.288.7t-.313.7q-.3.275-.7.288t-.7-.288"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21q-1.025 0-2.562-.213T6.475 20.1t-2.45-1.237T3 17v-2.5q0 1.1 1.025 1.863t2.45 1.237t2.963.688T12 18.5q1.05 0 2.588-.213t2.987-.712l1.75 1.75q-1.55.9-3.75 1.288T12 21m8.775-3.05l-1.25-1.25q.675-.425 1.075-.975T21 14.5V17q0 .275-.05.5t-.175.45M12 16q-1.025 0-2.563-.213T6.475 15.1t-2.45-1.237T3 12V9.5q0 1.1 1.025 1.863t2.45 1.237t2.963.688T12 13.5q.3 0 .663-.012t.762-.063L15.6 15.6q-1.025.2-1.962.3T12 16m5.825-1l-1.95-1.95q1.925-.425 3.525-1.275T21 9.5V12q0 1.05-.913 1.788T17.825 15m-6.85-4.025q-3.4-.175-5.687-1.3T3 7q0-.65.438-1.237t1.237-1.088zm2.775-.05L6.625 3.8q1.125-.375 2.488-.587T12 3q3.75 0 6.375 1.175T21 7q0 1.45-2.062 2.55t-5.188 1.375M19.075 21.9L2.1 4.925q-.275-.275-.275-.687t.275-.713q.3-.3.713-.3t.712.3L20.5 20.5q.3.3.288.7t-.313.7q-.3.275-.7.288t-.7-.288"/></svg> </template>
CSS
.icon-database-off-rounded {
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%22M12%2021q-1.025%200-2.562-.213T6.475%2020.1t-2.45-1.237T3%2017v-2.5q0%201.1%201.025%201.863t2.45%201.237t2.963.688T12%2018.5q1.05%200%202.588-.213t2.987-.712l1.75%201.75q-1.55.9-3.75%201.288T12%2021m8.775-3.05l-1.25-1.25q.675-.425%201.075-.975T21%2014.5V17q0%20.275-.05.5t-.175.45M12%2016q-1.025%200-2.563-.213T6.475%2015.1t-2.45-1.237T3%2012V9.5q0%201.1%201.025%201.863t2.45%201.237t2.963.688T12%2013.5q.3%200%20.663-.012t.762-.063L15.6%2015.6q-1.025.2-1.962.3T12%2016m5.825-1l-1.95-1.95q1.925-.425%203.525-1.275T21%209.5V12q0%201.05-.913%201.788T17.825%2015m-6.85-4.025q-3.4-.175-5.687-1.3T3%207q0-.65.438-1.237t1.237-1.088zm2.775-.05L6.625%203.8q1.125-.375%202.488-.587T12%203q3.75%200%206.375%201.175T21%207q0%201.45-2.062%202.55t-5.188%201.375M19.075%2021.9L2.1%204.925q-.275-.275-.275-.687t.275-.713q.3-.3.713-.3t.712.3L20.5%2020.5q.3.3.288.7t-.313.7q-.3.275-.7.288t-.7-.288%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%22M12%2021q-1.025%200-2.562-.213T6.475%2020.1t-2.45-1.237T3%2017v-2.5q0%201.1%201.025%201.863t2.45%201.237t2.963.688T12%2018.5q1.05%200%202.588-.213t2.987-.712l1.75%201.75q-1.55.9-3.75%201.288T12%2021m8.775-3.05l-1.25-1.25q.675-.425%201.075-.975T21%2014.5V17q0%20.275-.05.5t-.175.45M12%2016q-1.025%200-2.563-.213T6.475%2015.1t-2.45-1.237T3%2012V9.5q0%201.1%201.025%201.863t2.45%201.237t2.963.688T12%2013.5q.3%200%20.663-.012t.762-.063L15.6%2015.6q-1.025.2-1.962.3T12%2016m5.825-1l-1.95-1.95q1.925-.425%203.525-1.275T21%209.5V12q0%201.05-.913%201.788T17.825%2015m-6.85-4.025q-3.4-.175-5.687-1.3T3%207q0-.65.438-1.237t1.237-1.088zm2.775-.05L6.625%203.8q1.125-.375%202.488-.587T12%203q3.75%200%206.375%201.175T21%207q0%201.45-2.062%202.55t-5.188%201.375M19.075%2021.9L2.1%204.925q-.275-.275-.275-.687t.275-.713q.3-.3.713-.3t.712.3L20.5%2020.5q.3.3.288.7t-.313.7q-.3.275-.7.288t-.7-.288%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-rounded.svg?color=%231a73e8&size=48