database-off-outline-rounded from Material Symbols by Google · Outline Rounded · Business · Apache-2.0 Free for personal and commercial use.

Name
database-off-outline-rounded
Set
Material Symbols
Style
Outline 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="M19.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-.288M12 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 21m9-14v9.175q0 .425-.288.713t-.712.287t-.712-.288t-.288-.712v-1.65q-.275.15-.55.275t-.575.25q-.35.125-.725-.038t-.5-.512t.038-.725t.512-.5q.5-.15.95-.337t.85-.413v-3q-1.025.575-2.35.925t-2.9.475q-.425.05-.725-.225t-.35-.7t.212-.725t.688-.35q.95-.125 1.875-.325t1.675-.45t1.263-.537t.612-.588q-.275-.725-2.512-1.375T12 5q-.925 0-1.888.125t-1.837.325q-.425.1-.775-.112T7.05 4.7t.113-.775t.637-.45q.95-.225 2.013-.35T12 3q3.725 0 6.363 1.175T21 7"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsDatabaseOffOutlineRounded(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.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-.288M12 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 21m9-14v9.175q0 .425-.288.713t-.712.287t-.712-.288t-.288-.712v-1.65q-.275.15-.55.275t-.575.25q-.35.125-.725-.038t-.5-.512t.038-.725t.512-.5q.5-.15.95-.337t.85-.413v-3q-1.025.575-2.35.925t-2.9.475q-.425.05-.725-.225t-.35-.7t.212-.725t.688-.35q.95-.125 1.875-.325t1.675-.45t1.263-.537t.612-.588q-.275-.725-2.512-1.375T12 5q-.925 0-1.888.125t-1.837.325q-.425.1-.775-.112T7.05 4.7t.113-.775t.637-.45q.95-.225 2.013-.35T12 3q3.725 0 6.363 1.175T21 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="M19.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-.288M12 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 21m9-14v9.175q0 .425-.288.713t-.712.287t-.712-.288t-.288-.712v-1.65q-.275.15-.55.275t-.575.25q-.35.125-.725-.038t-.5-.512t.038-.725t.512-.5q.5-.15.95-.337t.85-.413v-3q-1.025.575-2.35.925t-2.9.475q-.425.05-.725-.225t-.35-.7t.212-.725t.688-.35q.95-.125 1.875-.325t1.675-.45t1.263-.537t.612-.588q-.275-.725-2.512-1.375T12 5q-.925 0-1.888.125t-1.837.325q-.425.1-.775-.112T7.05 4.7t.113-.775t.637-.45q.95-.225 2.013-.35T12 3q3.725 0 6.363 1.175T21 7"/></svg>
</template>

CSS

.icon-database-off-outline-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%22M19.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-.288M12%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%2021m9-14v9.175q0%20.425-.288.713t-.712.287t-.712-.288t-.288-.712v-1.65q-.275.15-.55.275t-.575.25q-.35.125-.725-.038t-.5-.512t.038-.725t.512-.5q.5-.15.95-.337t.85-.413v-3q-1.025.575-2.35.925t-2.9.475q-.425.05-.725-.225t-.35-.7t.212-.725t.688-.35q.95-.125%201.875-.325t1.675-.45t1.263-.537t.612-.588q-.275-.725-2.512-1.375T12%205q-.925%200-1.888.125t-1.837.325q-.425.1-.775-.112T7.05%204.7t.113-.775t.637-.45q.95-.225%202.013-.35T12%203q3.725%200%206.363%201.175T21%207%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.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-.288M12%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%2021m9-14v9.175q0%20.425-.288.713t-.712.287t-.712-.288t-.288-.712v-1.65q-.275.15-.55.275t-.575.25q-.35.125-.725-.038t-.5-.512t.038-.725t.512-.5q.5-.15.95-.337t.85-.413v-3q-1.025.575-2.35.925t-2.9.475q-.425.05-.725-.225t-.35-.7t.212-.725t.688-.35q.95-.125%201.875-.325t1.675-.45t1.263-.537t.612-.588q-.275-.725-2.512-1.375T12%205q-.925%200-1.888.125t-1.837.325q-.425.1-.775-.112T7.05%204.7t.113-.775t.637-.45q.95-.225%202.013-.35T12%203q3.725%200%206.363%201.175T21%207%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-rounded.svg?color=%231a73e8&size=48