dbeaver logo
dbeaver from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- dbeaver
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the dbeaver logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.111 0a3.3 3.3 0 0 0-1.746.55a8.4 8.4 0 0 0-2.748 2.544a6.7 6.7 0 0 1-1.344 0c-.32 0-.788.209-.574.963c.215.753.798 1.497.75 1.923a3.7 3.7 0 0 0-.068.805c-.298.472-1.69 2.743-2.113 4.549c0 0 .795-7.967-1.645-9.33s-4.404-.277-5.06 1.52c-1.403 3.832.675 9.825 3.605 14.661s5.713 5.709 7.686 5.795c3.298.145 2.338-.57 3.523-.64s1.012.64 2.984.365c1.438-.208 1.685-1.17 1.141-1.603s-.363-1.484.156-3.72c.519-2.235-.224-6.17-.746-7.183s-.464-1.53.09-2.527a6.2 6.2 0 0 0 .85-2.506a4 4 0 0 0 0-1.043V5.05s-.344 1.375-1.02 1.869a10 10 0 0 0-.32.244c.067-.257.32-1.34-.041-1.924c0 0-.151 2.488-1.477 2.62c-1.326.13-3.202-1.225-3.73-1.77c.038.21.068.268.109.43q.066.226.156.445c.186.6.384 1.517.086 2.092c-.464.91-1.475 2.313-1.373 4.314a8.5 8.5 0 0 0 .803 3.527c.39.988.493 1.9.416 2.057s.027.961-1.815-.418c-1.84-1.38-2.338-2.807-2.338-2.807a5.9 5.9 0 0 0-.335 2.496a15.5 15.5 0 0 0 .777 3.561S9.335 19.83 9.207 15.91c-.122-3.602 1.986-7.769 2.322-8.41a1.06 1.06 0 0 0 .701.588s-.939-.518-.254-2.526c.686-2.007 2.067-3.794 3.463-4.58A4 4 0 0 1 19.31.785a3.28 3.28 0 0 0-1.933-.78A3 3 0 0 0 17.111 0m-1.39 1.865a1 1 0 0 0-.221.026c-.352.077-.54.49-.297 1a.8.8 0 0 1 .066.361a.8.8 0 0 1-.095.355a5 5 0 0 1 .91-.716a4.4 4.4 0 0 1 1.217-.44a1.43 1.43 0 0 1-.725-.22a1.14 1.14 0 0 0-.492-.313a1.1 1.1 0 0 0-.363-.053m4.87.174c-.503 0-1.172.114-1.687.316a1.34 1.34 0 0 0-.761.563c-.279.642 1.417 1.705 2.1 1.506c.32-.093.795-.789 1.003-1.395c.141-.433.16-.818-.1-.918a1.7 1.7 0 0 0-.554-.072m.225 5.33s-.346 1.181-.59 1.717c-.21.475-.278.436-.435.49a4.4 4.4 0 0 0 .176-.664c.093-.391 0-.494 0-.494a4.2 4.2 0 0 1-.463 1.283a1 1 0 0 1-.64.04c-.26-.107-.305-1.327-.305-1.397a2.5 2.5 0 0 0 1.255-.192a2.5 2.5 0 0 0 1.002-.783"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsDbeaver(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="M17.111 0a3.3 3.3 0 0 0-1.746.55a8.4 8.4 0 0 0-2.748 2.544a6.7 6.7 0 0 1-1.344 0c-.32 0-.788.209-.574.963c.215.753.798 1.497.75 1.923a3.7 3.7 0 0 0-.068.805c-.298.472-1.69 2.743-2.113 4.549c0 0 .795-7.967-1.645-9.33s-4.404-.277-5.06 1.52c-1.403 3.832.675 9.825 3.605 14.661s5.713 5.709 7.686 5.795c3.298.145 2.338-.57 3.523-.64s1.012.64 2.984.365c1.438-.208 1.685-1.17 1.141-1.603s-.363-1.484.156-3.72c.519-2.235-.224-6.17-.746-7.183s-.464-1.53.09-2.527a6.2 6.2 0 0 0 .85-2.506a4 4 0 0 0 0-1.043V5.05s-.344 1.375-1.02 1.869a10 10 0 0 0-.32.244c.067-.257.32-1.34-.041-1.924c0 0-.151 2.488-1.477 2.62c-1.326.13-3.202-1.225-3.73-1.77c.038.21.068.268.109.43q.066.226.156.445c.186.6.384 1.517.086 2.092c-.464.91-1.475 2.313-1.373 4.314a8.5 8.5 0 0 0 .803 3.527c.39.988.493 1.9.416 2.057s.027.961-1.815-.418c-1.84-1.38-2.338-2.807-2.338-2.807a5.9 5.9 0 0 0-.335 2.496a15.5 15.5 0 0 0 .777 3.561S9.335 19.83 9.207 15.91c-.122-3.602 1.986-7.769 2.322-8.41a1.06 1.06 0 0 0 .701.588s-.939-.518-.254-2.526c.686-2.007 2.067-3.794 3.463-4.58A4 4 0 0 1 19.31.785a3.28 3.28 0 0 0-1.933-.78A3 3 0 0 0 17.111 0m-1.39 1.865a1 1 0 0 0-.221.026c-.352.077-.54.49-.297 1a.8.8 0 0 1 .066.361a.8.8 0 0 1-.095.355a5 5 0 0 1 .91-.716a4.4 4.4 0 0 1 1.217-.44a1.43 1.43 0 0 1-.725-.22a1.14 1.14 0 0 0-.492-.313a1.1 1.1 0 0 0-.363-.053m4.87.174c-.503 0-1.172.114-1.687.316a1.34 1.34 0 0 0-.761.563c-.279.642 1.417 1.705 2.1 1.506c.32-.093.795-.789 1.003-1.395c.141-.433.16-.818-.1-.918a1.7 1.7 0 0 0-.554-.072m.225 5.33s-.346 1.181-.59 1.717c-.21.475-.278.436-.435.49a4.4 4.4 0 0 0 .176-.664c.093-.391 0-.494 0-.494a4.2 4.2 0 0 1-.463 1.283a1 1 0 0 1-.64.04c-.26-.107-.305-1.327-.305-1.397a2.5 2.5 0 0 0 1.255-.192a2.5 2.5 0 0 0 1.002-.783"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.111 0a3.3 3.3 0 0 0-1.746.55a8.4 8.4 0 0 0-2.748 2.544a6.7 6.7 0 0 1-1.344 0c-.32 0-.788.209-.574.963c.215.753.798 1.497.75 1.923a3.7 3.7 0 0 0-.068.805c-.298.472-1.69 2.743-2.113 4.549c0 0 .795-7.967-1.645-9.33s-4.404-.277-5.06 1.52c-1.403 3.832.675 9.825 3.605 14.661s5.713 5.709 7.686 5.795c3.298.145 2.338-.57 3.523-.64s1.012.64 2.984.365c1.438-.208 1.685-1.17 1.141-1.603s-.363-1.484.156-3.72c.519-2.235-.224-6.17-.746-7.183s-.464-1.53.09-2.527a6.2 6.2 0 0 0 .85-2.506a4 4 0 0 0 0-1.043V5.05s-.344 1.375-1.02 1.869a10 10 0 0 0-.32.244c.067-.257.32-1.34-.041-1.924c0 0-.151 2.488-1.477 2.62c-1.326.13-3.202-1.225-3.73-1.77c.038.21.068.268.109.43q.066.226.156.445c.186.6.384 1.517.086 2.092c-.464.91-1.475 2.313-1.373 4.314a8.5 8.5 0 0 0 .803 3.527c.39.988.493 1.9.416 2.057s.027.961-1.815-.418c-1.84-1.38-2.338-2.807-2.338-2.807a5.9 5.9 0 0 0-.335 2.496a15.5 15.5 0 0 0 .777 3.561S9.335 19.83 9.207 15.91c-.122-3.602 1.986-7.769 2.322-8.41a1.06 1.06 0 0 0 .701.588s-.939-.518-.254-2.526c.686-2.007 2.067-3.794 3.463-4.58A4 4 0 0 1 19.31.785a3.28 3.28 0 0 0-1.933-.78A3 3 0 0 0 17.111 0m-1.39 1.865a1 1 0 0 0-.221.026c-.352.077-.54.49-.297 1a.8.8 0 0 1 .066.361a.8.8 0 0 1-.095.355a5 5 0 0 1 .91-.716a4.4 4.4 0 0 1 1.217-.44a1.43 1.43 0 0 1-.725-.22a1.14 1.14 0 0 0-.492-.313a1.1 1.1 0 0 0-.363-.053m4.87.174c-.503 0-1.172.114-1.687.316a1.34 1.34 0 0 0-.761.563c-.279.642 1.417 1.705 2.1 1.506c.32-.093.795-.789 1.003-1.395c.141-.433.16-.818-.1-.918a1.7 1.7 0 0 0-.554-.072m.225 5.33s-.346 1.181-.59 1.717c-.21.475-.278.436-.435.49a4.4 4.4 0 0 0 .176-.664c.093-.391 0-.494 0-.494a4.2 4.2 0 0 1-.463 1.283a1 1 0 0 1-.64.04c-.26-.107-.305-1.327-.305-1.397a2.5 2.5 0 0 0 1.255-.192a2.5 2.5 0 0 0 1.002-.783"/></svg> </template>
CSS
.icon-dbeaver {
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%22M17.111%200a3.3%203.3%200%200%200-1.746.55a8.4%208.4%200%200%200-2.748%202.544a6.7%206.7%200%200%201-1.344%200c-.32%200-.788.209-.574.963c.215.753.798%201.497.75%201.923a3.7%203.7%200%200%200-.068.805c-.298.472-1.69%202.743-2.113%204.549c0%200%20.795-7.967-1.645-9.33s-4.404-.277-5.06%201.52c-1.403%203.832.675%209.825%203.605%2014.661s5.713%205.709%207.686%205.795c3.298.145%202.338-.57%203.523-.64s1.012.64%202.984.365c1.438-.208%201.685-1.17%201.141-1.603s-.363-1.484.156-3.72c.519-2.235-.224-6.17-.746-7.183s-.464-1.53.09-2.527a6.2%206.2%200%200%200%20.85-2.506a4%204%200%200%200%200-1.043V5.05s-.344%201.375-1.02%201.869a10%2010%200%200%200-.32.244c.067-.257.32-1.34-.041-1.924c0%200-.151%202.488-1.477%202.62c-1.326.13-3.202-1.225-3.73-1.77c.038.21.068.268.109.43q.066.226.156.445c.186.6.384%201.517.086%202.092c-.464.91-1.475%202.313-1.373%204.314a8.5%208.5%200%200%200%20.803%203.527c.39.988.493%201.9.416%202.057s.027.961-1.815-.418c-1.84-1.38-2.338-2.807-2.338-2.807a5.9%205.9%200%200%200-.335%202.496a15.5%2015.5%200%200%200%20.777%203.561S9.335%2019.83%209.207%2015.91c-.122-3.602%201.986-7.769%202.322-8.41a1.06%201.06%200%200%200%20.701.588s-.939-.518-.254-2.526c.686-2.007%202.067-3.794%203.463-4.58A4%204%200%200%201%2019.31.785a3.28%203.28%200%200%200-1.933-.78A3%203%200%200%200%2017.111%200m-1.39%201.865a1%201%200%200%200-.221.026c-.352.077-.54.49-.297%201a.8.8%200%200%201%20.066.361a.8.8%200%200%201-.095.355a5%205%200%200%201%20.91-.716a4.4%204.4%200%200%201%201.217-.44a1.43%201.43%200%200%201-.725-.22a1.14%201.14%200%200%200-.492-.313a1.1%201.1%200%200%200-.363-.053m4.87.174c-.503%200-1.172.114-1.687.316a1.34%201.34%200%200%200-.761.563c-.279.642%201.417%201.705%202.1%201.506c.32-.093.795-.789%201.003-1.395c.141-.433.16-.818-.1-.918a1.7%201.7%200%200%200-.554-.072m.225%205.33s-.346%201.181-.59%201.717c-.21.475-.278.436-.435.49a4.4%204.4%200%200%200%20.176-.664c.093-.391%200-.494%200-.494a4.2%204.2%200%200%201-.463%201.283a1%201%200%200%201-.64.04c-.26-.107-.305-1.327-.305-1.397a2.5%202.5%200%200%200%201.255-.192a2.5%202.5%200%200%200%201.002-.783%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%22M17.111%200a3.3%203.3%200%200%200-1.746.55a8.4%208.4%200%200%200-2.748%202.544a6.7%206.7%200%200%201-1.344%200c-.32%200-.788.209-.574.963c.215.753.798%201.497.75%201.923a3.7%203.7%200%200%200-.068.805c-.298.472-1.69%202.743-2.113%204.549c0%200%20.795-7.967-1.645-9.33s-4.404-.277-5.06%201.52c-1.403%203.832.675%209.825%203.605%2014.661s5.713%205.709%207.686%205.795c3.298.145%202.338-.57%203.523-.64s1.012.64%202.984.365c1.438-.208%201.685-1.17%201.141-1.603s-.363-1.484.156-3.72c.519-2.235-.224-6.17-.746-7.183s-.464-1.53.09-2.527a6.2%206.2%200%200%200%20.85-2.506a4%204%200%200%200%200-1.043V5.05s-.344%201.375-1.02%201.869a10%2010%200%200%200-.32.244c.067-.257.32-1.34-.041-1.924c0%200-.151%202.488-1.477%202.62c-1.326.13-3.202-1.225-3.73-1.77c.038.21.068.268.109.43q.066.226.156.445c.186.6.384%201.517.086%202.092c-.464.91-1.475%202.313-1.373%204.314a8.5%208.5%200%200%200%20.803%203.527c.39.988.493%201.9.416%202.057s.027.961-1.815-.418c-1.84-1.38-2.338-2.807-2.338-2.807a5.9%205.9%200%200%200-.335%202.496a15.5%2015.5%200%200%200%20.777%203.561S9.335%2019.83%209.207%2015.91c-.122-3.602%201.986-7.769%202.322-8.41a1.06%201.06%200%200%200%20.701.588s-.939-.518-.254-2.526c.686-2.007%202.067-3.794%203.463-4.58A4%204%200%200%201%2019.31.785a3.28%203.28%200%200%200-1.933-.78A3%203%200%200%200%2017.111%200m-1.39%201.865a1%201%200%200%200-.221.026c-.352.077-.54.49-.297%201a.8.8%200%200%201%20.066.361a.8.8%200%200%201-.095.355a5%205%200%200%201%20.91-.716a4.4%204.4%200%200%201%201.217-.44a1.43%201.43%200%200%201-.725-.22a1.14%201.14%200%200%200-.492-.313a1.1%201.1%200%200%200-.363-.053m4.87.174c-.503%200-1.172.114-1.687.316a1.34%201.34%200%200%200-.761.563c-.279.642%201.417%201.705%202.1%201.506c.32-.093.795-.789%201.003-1.395c.141-.433.16-.818-.1-.918a1.7%201.7%200%200%200-.554-.072m.225%205.33s-.346%201.181-.59%201.717c-.21.475-.278.436-.435.49a4.4%204.4%200%200%200%20.176-.664c.093-.391%200-.494%200-.494a4.2%204.2%200%200%201-.463%201.283a1%201%200%200%201-.64.04c-.26-.107-.305-1.327-.305-1.397a2.5%202.5%200%200%200%201.255-.192a2.5%202.5%200%200%200%201.002-.783%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/dbeaver.svg?color=%231a73e8&size=48