database point icon

database-point from IconPark TwoTone by ByteDance · Two tone · Datas · Apache-2.0 Free for personal and commercial use.

Name
database-point
Set
IconPark TwoTone
Style
Two tone
Category
Datas
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More datas icons from IconPark TwoTone

Use the database point icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><path id="SVGPkUDccQz1" fill="#555" d="M39 9c0 2.761-6.716 5-15 5S9 11.761 9 9s6.716-5 15-5s15 2.239 15 5"/><path id="SVGgm43gdlF1" stroke="#fff" d="M39 9c0 2.761-6.716 5-15 5S9 11.761 9 9s6.716-5 15-5s15 2.239 15 5"/><mask id="SVG0JzdOdOF1"><g fill="none"><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M24 36v-6m-4 10H6m22 0h14"/><path fill="#555" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M28 40a4 4 0 1 1-8 0a4 4 0 0 1 8 0"/><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M39 9v16c0 2.761-6.716 5-15 5S9 27.761 9 25V9"/><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M39 17c0 2.761-6.716 5-15 5S9 19.761 9 17"/><use href="#SVGPkUDccQz1"/><use href="#SVGPkUDccQz1"/><use href="#SVGgm43gdlF1" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"/><use href="#SVGgm43gdlF1" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVG0JzdOdOF1)"/></svg>

React

import type { SVGProps } from "react";

export function IconParkTwotoneDatabasePoint(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><path id="SVGPkUDccQz1" fill="#555" d="M39 9c0 2.761-6.716 5-15 5S9 11.761 9 9s6.716-5 15-5s15 2.239 15 5"/><path id="SVGgm43gdlF1" stroke="#fff" d="M39 9c0 2.761-6.716 5-15 5S9 11.761 9 9s6.716-5 15-5s15 2.239 15 5"/><mask id="SVG0JzdOdOF1"><g fill="none"><path stroke="#fff" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M24 36v-6m-4 10H6m22 0h14"/><path fill="#555" stroke="#fff" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M28 40a4 4 0 1 1-8 0a4 4 0 0 1 8 0"/><path stroke="#fff" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M39 9v16c0 2.761-6.716 5-15 5S9 27.761 9 25V9"/><path stroke="#fff" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M39 17c0 2.761-6.716 5-15 5S9 19.761 9 17"/><use href="#SVGPkUDccQz1"/><use href="#SVGPkUDccQz1"/><use href="#SVGgm43gdlF1" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"/><use href="#SVGgm43gdlF1" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVG0JzdOdOF1)"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><path id="SVGPkUDccQz1" fill="#555" d="M39 9c0 2.761-6.716 5-15 5S9 11.761 9 9s6.716-5 15-5s15 2.239 15 5"/><path id="SVGgm43gdlF1" stroke="#fff" d="M39 9c0 2.761-6.716 5-15 5S9 11.761 9 9s6.716-5 15-5s15 2.239 15 5"/><mask id="SVG0JzdOdOF1"><g fill="none"><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M24 36v-6m-4 10H6m22 0h14"/><path fill="#555" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M28 40a4 4 0 1 1-8 0a4 4 0 0 1 8 0"/><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M39 9v16c0 2.761-6.716 5-15 5S9 27.761 9 25V9"/><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M39 17c0 2.761-6.716 5-15 5S9 19.761 9 17"/><use href="#SVGPkUDccQz1"/><use href="#SVGPkUDccQz1"/><use href="#SVGgm43gdlF1" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"/><use href="#SVGgm43gdlF1" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVG0JzdOdOF1)"/></svg>
</template>

CSS

.icon-database-point {
  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%2048%2048%22%3E%3Cdefs%3E%3Cpath%20id%3D%22SVGPkUDccQz1%22%20fill%3D%22%23555%22%20d%3D%22M39%209c0%202.761-6.716%205-15%205S9%2011.761%209%209s6.716-5%2015-5s15%202.239%2015%205%22%2F%3E%3Cpath%20id%3D%22SVGgm43gdlF1%22%20stroke%3D%22%23fff%22%20d%3D%22M39%209c0%202.761-6.716%205-15%205S9%2011.761%209%209s6.716-5%2015-5s15%202.239%2015%205%22%2F%3E%3Cmask%20id%3D%22SVG0JzdOdOF1%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M24%2036v-6m-4%2010H6m22%200h14%22%2F%3E%3Cpath%20fill%3D%22%23555%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M28%2040a4%204%200%201%201-8%200a4%204%200%200%201%208%200%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M39%209v16c0%202.761-6.716%205-15%205S9%2027.761%209%2025V9%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M39%2017c0%202.761-6.716%205-15%205S9%2019.761%209%2017%22%2F%3E%3Cuse%20href%3D%22%23SVGPkUDccQz1%22%2F%3E%3Cuse%20href%3D%22%23SVGPkUDccQz1%22%2F%3E%3Cuse%20href%3D%22%23SVGgm43gdlF1%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%2F%3E%3Cuse%20href%3D%22%23SVGgm43gdlF1%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%20mask%3D%22url(%23SVG0JzdOdOF1)%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%2048%2048%22%3E%3Cdefs%3E%3Cpath%20id%3D%22SVGPkUDccQz1%22%20fill%3D%22%23555%22%20d%3D%22M39%209c0%202.761-6.716%205-15%205S9%2011.761%209%209s6.716-5%2015-5s15%202.239%2015%205%22%2F%3E%3Cpath%20id%3D%22SVGgm43gdlF1%22%20stroke%3D%22%23fff%22%20d%3D%22M39%209c0%202.761-6.716%205-15%205S9%2011.761%209%209s6.716-5%2015-5s15%202.239%2015%205%22%2F%3E%3Cmask%20id%3D%22SVG0JzdOdOF1%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M24%2036v-6m-4%2010H6m22%200h14%22%2F%3E%3Cpath%20fill%3D%22%23555%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M28%2040a4%204%200%201%201-8%200a4%204%200%200%201%208%200%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M39%209v16c0%202.761-6.716%205-15%205S9%2027.761%209%2025V9%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M39%2017c0%202.761-6.716%205-15%205S9%2019.761%209%2017%22%2F%3E%3Cuse%20href%3D%22%23SVGPkUDccQz1%22%2F%3E%3Cuse%20href%3D%22%23SVGPkUDccQz1%22%2F%3E%3Cuse%20href%3D%22%23SVGgm43gdlF1%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%2F%3E%3Cuse%20href%3D%22%23SVGgm43gdlF1%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%20mask%3D%22url(%23SVG0JzdOdOF1)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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