database setting icon

database-setting from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
database-setting
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the database setting icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><ellipse cx="11" cy="5" rx="8" ry="3"/><path stroke-linecap="round" d="M6 10.842c.602.18 1.274.33 2 .44M3 12c0 1.53 3.054 2.792 7 2.977m-4 2.865c.602.18 1.274.33 2 .44"/><path stroke-linecap="round" stroke-linejoin="round" d="M11 22c-4.418 0-8-1.343-8-3V5m16 0v6"/><path stroke-linecap="round" d="M17 20.714V22m0-1.286a3.36 3.36 0 0 1-2.774-1.43m5.548-3.567a3.12 3.12 0 0 1 0 3.566A3.36 3.36 0 0 1 17 20.714m0-6.428c1.157 0 2.176.568 2.774 1.43M17 14.287a3.36 3.36 0 0 0-2.774 1.43M17 14.287V13m4 1.929l-1.226.788M13 20.07l1.226-.788M13 14.93l1.226.788M21 20.07l-1.226-.788m-5.548-3.566a3.12 3.12 0 0 0 0 3.566"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsDatabaseSetting(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><ellipse cx="11" cy="5" rx="8" ry="3"/><path strokeLinecap="round" d="M6 10.842c.602.18 1.274.33 2 .44M3 12c0 1.53 3.054 2.792 7 2.977m-4 2.865c.602.18 1.274.33 2 .44"/><path strokeLinecap="round" strokeLinejoin="round" d="M11 22c-4.418 0-8-1.343-8-3V5m16 0v6"/><path strokeLinecap="round" d="M17 20.714V22m0-1.286a3.36 3.36 0 0 1-2.774-1.43m5.548-3.567a3.12 3.12 0 0 1 0 3.566A3.36 3.36 0 0 1 17 20.714m0-6.428c1.157 0 2.176.568 2.774 1.43M17 14.287a3.36 3.36 0 0 0-2.774 1.43M17 14.287V13m4 1.929l-1.226.788M13 20.07l1.226-.788M13 14.93l1.226.788M21 20.07l-1.226-.788m-5.548-3.566a3.12 3.12 0 0 0 0 3.566"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><ellipse cx="11" cy="5" rx="8" ry="3"/><path stroke-linecap="round" d="M6 10.842c.602.18 1.274.33 2 .44M3 12c0 1.53 3.054 2.792 7 2.977m-4 2.865c.602.18 1.274.33 2 .44"/><path stroke-linecap="round" stroke-linejoin="round" d="M11 22c-4.418 0-8-1.343-8-3V5m16 0v6"/><path stroke-linecap="round" d="M17 20.714V22m0-1.286a3.36 3.36 0 0 1-2.774-1.43m5.548-3.567a3.12 3.12 0 0 1 0 3.566A3.36 3.36 0 0 1 17 20.714m0-6.428c1.157 0 2.176.568 2.774 1.43M17 14.287a3.36 3.36 0 0 0-2.774 1.43M17 14.287V13m4 1.929l-1.226.788M13 20.07l1.226-.788M13 14.93l1.226.788M21 20.07l-1.226-.788m-5.548-3.566a3.12 3.12 0 0 0 0 3.566"/></g></svg>
</template>

CSS

.icon-database-setting {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cellipse%20cx%3D%2211%22%20cy%3D%225%22%20rx%3D%228%22%20ry%3D%223%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%2010.842c.602.18%201.274.33%202%20.44M3%2012c0%201.53%203.054%202.792%207%202.977m-4%202.865c.602.18%201.274.33%202%20.44%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11%2022c-4.418%200-8-1.343-8-3V5m16%200v6%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M17%2020.714V22m0-1.286a3.36%203.36%200%200%201-2.774-1.43m5.548-3.567a3.12%203.12%200%200%201%200%203.566A3.36%203.36%200%200%201%2017%2020.714m0-6.428c1.157%200%202.176.568%202.774%201.43M17%2014.287a3.36%203.36%200%200%200-2.774%201.43M17%2014.287V13m4%201.929l-1.226.788M13%2020.07l1.226-.788M13%2014.93l1.226.788M21%2020.07l-1.226-.788m-5.548-3.566a3.12%203.12%200%200%200%200%203.566%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cellipse%20cx%3D%2211%22%20cy%3D%225%22%20rx%3D%228%22%20ry%3D%223%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%2010.842c.602.18%201.274.33%202%20.44M3%2012c0%201.53%203.054%202.792%207%202.977m-4%202.865c.602.18%201.274.33%202%20.44%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11%2022c-4.418%200-8-1.343-8-3V5m16%200v6%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M17%2020.714V22m0-1.286a3.36%203.36%200%200%201-2.774-1.43m5.548-3.567a3.12%203.12%200%200%201%200%203.566A3.36%203.36%200%200%201%2017%2020.714m0-6.428c1.157%200%202.176.568%202.774%201.43M17%2014.287a3.36%203.36%200%200%200-2.774%201.43M17%2014.287V13m4%201.929l-1.226.788M13%2020.07l1.226-.788M13%2014.93l1.226.788M21%2020.07l-1.226-.788m-5.548-3.566a3.12%203.12%200%200%200%200%203.566%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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