database plug connected icon
database-plug-connected-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- database-plug-connected-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
1 other variant in Fluent UI System Icons
Related icons in Fluent UI System Icons
database-arrow-down-20-filleddatabase-arrow-right-16-filleddatabase-arrow-up-16-filleddatabase-checkmark-16-filleddatabase-lightning-20-filleddatabase-link-20-filleddatabase-multiple-20-filleddatabase-person-20-filleddatabase-search-20-filleddatabase-settings-16-filleddatabase-stack-16-filleddatabase-switch-20-filleddatabase-warning-20-filleddatabase-window-20-filled
Use the database plug connected icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 8c3.314 0 6-1.343 6-3s-2.686-3-6-3s-6 1.343-6 3s2.686 3 6 3m4.69.016c.47-.235.927-.534 1.31-.896v2.989a2.97 2.97 0 0 0-1.873.866l-.6.6a1.98 1.98 0 0 0-.576 1.517l-.119-.004a1.98 1.98 0 0 0-1.4.58l-.6.6a2.99 2.99 0 0 0-.772 2.893l-.76.764l-.05.052C6.29 17.792 4 16.53 4 15V7.12c.383.362.84.661 1.31.896C6.562 8.642 8.222 9 10 9s3.438-.358 4.69-.984m4.508 2.838a.5.5 0 1 0-.707-.708l-1.186 1.186l-.035.053a2 2 0 0 0-2.436.3l-.6.6a.98.98 0 0 0 0 1.386l1.442 1.439a.98.98 0 0 0 1.387 0l.6-.6a2 2 0 0 0 .3-2.437a.4.4 0 0 0 .053-.035zm-5.671 3.521a.98.98 0 0 0-1.386 0l-.6.6a2 2 0 0 0-.3 2.437a.4.4 0 0 0-.053.035l-1.182 1.185a.5.5 0 0 0 .707.707l1.185-1.186l.036-.053a2 2 0 0 0 2.436-.3l.6-.6a.98.98 0 0 0 0-1.387z"/></svg>
React
import type { SVGProps } from "react";
export function FluentDatabasePlugConnected20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 8c3.314 0 6-1.343 6-3s-2.686-3-6-3s-6 1.343-6 3s2.686 3 6 3m4.69.016c.47-.235.927-.534 1.31-.896v2.989a2.97 2.97 0 0 0-1.873.866l-.6.6a1.98 1.98 0 0 0-.576 1.517l-.119-.004a1.98 1.98 0 0 0-1.4.58l-.6.6a2.99 2.99 0 0 0-.772 2.893l-.76.764l-.05.052C6.29 17.792 4 16.53 4 15V7.12c.383.362.84.661 1.31.896C6.562 8.642 8.222 9 10 9s3.438-.358 4.69-.984m4.508 2.838a.5.5 0 1 0-.707-.708l-1.186 1.186l-.035.053a2 2 0 0 0-2.436.3l-.6.6a.98.98 0 0 0 0 1.386l1.442 1.439a.98.98 0 0 0 1.387 0l.6-.6a2 2 0 0 0 .3-2.437a.4.4 0 0 0 .053-.035zm-5.671 3.521a.98.98 0 0 0-1.386 0l-.6.6a2 2 0 0 0-.3 2.437a.4.4 0 0 0-.053.035l-1.182 1.185a.5.5 0 0 0 .707.707l1.185-1.186l.036-.053a2 2 0 0 0 2.436-.3l.6-.6a.98.98 0 0 0 0-1.387z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 8c3.314 0 6-1.343 6-3s-2.686-3-6-3s-6 1.343-6 3s2.686 3 6 3m4.69.016c.47-.235.927-.534 1.31-.896v2.989a2.97 2.97 0 0 0-1.873.866l-.6.6a1.98 1.98 0 0 0-.576 1.517l-.119-.004a1.98 1.98 0 0 0-1.4.58l-.6.6a2.99 2.99 0 0 0-.772 2.893l-.76.764l-.05.052C6.29 17.792 4 16.53 4 15V7.12c.383.362.84.661 1.31.896C6.562 8.642 8.222 9 10 9s3.438-.358 4.69-.984m4.508 2.838a.5.5 0 1 0-.707-.708l-1.186 1.186l-.035.053a2 2 0 0 0-2.436.3l-.6.6a.98.98 0 0 0 0 1.386l1.442 1.439a.98.98 0 0 0 1.387 0l.6-.6a2 2 0 0 0 .3-2.437a.4.4 0 0 0 .053-.035zm-5.671 3.521a.98.98 0 0 0-1.386 0l-.6.6a2 2 0 0 0-.3 2.437a.4.4 0 0 0-.053.035l-1.182 1.185a.5.5 0 0 0 .707.707l1.185-1.186l.036-.053a2 2 0 0 0 2.436-.3l.6-.6a.98.98 0 0 0 0-1.387z"/></svg> </template>
CSS
.icon-database-plug-connected-20-filled {
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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%208c3.314%200%206-1.343%206-3s-2.686-3-6-3s-6%201.343-6%203s2.686%203%206%203m4.69.016c.47-.235.927-.534%201.31-.896v2.989a2.97%202.97%200%200%200-1.873.866l-.6.6a1.98%201.98%200%200%200-.576%201.517l-.119-.004a1.98%201.98%200%200%200-1.4.58l-.6.6a2.99%202.99%200%200%200-.772%202.893l-.76.764l-.05.052C6.29%2017.792%204%2016.53%204%2015V7.12c.383.362.84.661%201.31.896C6.562%208.642%208.222%209%2010%209s3.438-.358%204.69-.984m4.508%202.838a.5.5%200%201%200-.707-.708l-1.186%201.186l-.035.053a2%202%200%200%200-2.436.3l-.6.6a.98.98%200%200%200%200%201.386l1.442%201.439a.98.98%200%200%200%201.387%200l.6-.6a2%202%200%200%200%20.3-2.437a.4.4%200%200%200%20.053-.035zm-5.671%203.521a.98.98%200%200%200-1.386%200l-.6.6a2%202%200%200%200-.3%202.437a.4.4%200%200%200-.053.035l-1.182%201.185a.5.5%200%200%200%20.707.707l1.185-1.186l.036-.053a2%202%200%200%200%202.436-.3l.6-.6a.98.98%200%200%200%200-1.387z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%208c3.314%200%206-1.343%206-3s-2.686-3-6-3s-6%201.343-6%203s2.686%203%206%203m4.69.016c.47-.235.927-.534%201.31-.896v2.989a2.97%202.97%200%200%200-1.873.866l-.6.6a1.98%201.98%200%200%200-.576%201.517l-.119-.004a1.98%201.98%200%200%200-1.4.58l-.6.6a2.99%202.99%200%200%200-.772%202.893l-.76.764l-.05.052C6.29%2017.792%204%2016.53%204%2015V7.12c.383.362.84.661%201.31.896C6.562%208.642%208.222%209%2010%209s3.438-.358%204.69-.984m4.508%202.838a.5.5%200%201%200-.707-.708l-1.186%201.186l-.035.053a2%202%200%200%200-2.436.3l-.6.6a.98.98%200%200%200%200%201.386l1.442%201.439a.98.98%200%200%200%201.387%200l.6-.6a2%202%200%200%200%20.3-2.437a.4.4%200%200%200%20.053-.035zm-5.671%203.521a.98.98%200%200%200-1.386%200l-.6.6a2%202%200%200%200-.3%202.437a.4.4%200%200%200-.053.035l-1.182%201.185a.5.5%200%200%200%20.707.707l1.185-1.186l.036-.053a2%202%200%200%200%202.436-.3l.6-.6a.98.98%200%200%200%200-1.387z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/database-plug-connected-20-filled.svg?color=%231a73e8&size=48