database person icon
database-person-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- database-person-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
3 other variants 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-plug-connected-20-filleddatabase-search-20-filleddatabase-settings-16-filleddatabase-stack-16-filleddatabase-switch-20-filleddatabase-warning-20-filleddatabase-window-20-filled
Use the database person icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 6.5c0 2.21-3.582 4-8 4s-8-1.79-8-4s3.582-4 8-4s8 1.79 8 4m-2.232 4.428C16.152 11.616 14.137 12 12 12c-2.392 0-4.63-.482-6.328-1.33A7.6 7.6 0 0 1 4 9.553V18.5c0 2.21 3.582 4 8 4q.829 0 1.61-.081a3.7 3.7 0 0 1-.61-2.044v-.103a2.77 2.77 0 0 1 2.773-2.772h.277a3.5 3.5 0 0 1 .882-5.63c.392-.197.73-.516.836-.942M21 15a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m2 5.375c0 1.556-1.286 3.125-4.5 3.125S14 21.937 14 20.375v-.103c0-.98.794-1.772 1.773-1.772h5.454c.98 0 1.773.793 1.773 1.772z"/></svg>
React
import type { SVGProps } from "react";
export function FluentDatabasePerson24Filled(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="M20 6.5c0 2.21-3.582 4-8 4s-8-1.79-8-4s3.582-4 8-4s8 1.79 8 4m-2.232 4.428C16.152 11.616 14.137 12 12 12c-2.392 0-4.63-.482-6.328-1.33A7.6 7.6 0 0 1 4 9.553V18.5c0 2.21 3.582 4 8 4q.829 0 1.61-.081a3.7 3.7 0 0 1-.61-2.044v-.103a2.77 2.77 0 0 1 2.773-2.772h.277a3.5 3.5 0 0 1 .882-5.63c.392-.197.73-.516.836-.942M21 15a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m2 5.375c0 1.556-1.286 3.125-4.5 3.125S14 21.937 14 20.375v-.103c0-.98.794-1.772 1.773-1.772h5.454c.98 0 1.773.793 1.773 1.772z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 6.5c0 2.21-3.582 4-8 4s-8-1.79-8-4s3.582-4 8-4s8 1.79 8 4m-2.232 4.428C16.152 11.616 14.137 12 12 12c-2.392 0-4.63-.482-6.328-1.33A7.6 7.6 0 0 1 4 9.553V18.5c0 2.21 3.582 4 8 4q.829 0 1.61-.081a3.7 3.7 0 0 1-.61-2.044v-.103a2.77 2.77 0 0 1 2.773-2.772h.277a3.5 3.5 0 0 1 .882-5.63c.392-.197.73-.516.836-.942M21 15a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m2 5.375c0 1.556-1.286 3.125-4.5 3.125S14 21.937 14 20.375v-.103c0-.98.794-1.772 1.773-1.772h5.454c.98 0 1.773.793 1.773 1.772z"/></svg> </template>
CSS
.icon-database-person-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%206.5c0%202.21-3.582%204-8%204s-8-1.79-8-4s3.582-4%208-4s8%201.79%208%204m-2.232%204.428C16.152%2011.616%2014.137%2012%2012%2012c-2.392%200-4.63-.482-6.328-1.33A7.6%207.6%200%200%201%204%209.553V18.5c0%202.21%203.582%204%208%204q.829%200%201.61-.081a3.7%203.7%200%200%201-.61-2.044v-.103a2.77%202.77%200%200%201%202.773-2.772h.277a3.5%203.5%200%200%201%20.882-5.63c.392-.197.73-.516.836-.942M21%2015a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200m2%205.375c0%201.556-1.286%203.125-4.5%203.125S14%2021.937%2014%2020.375v-.103c0-.98.794-1.772%201.773-1.772h5.454c.98%200%201.773.793%201.773%201.772z%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%22M20%206.5c0%202.21-3.582%204-8%204s-8-1.79-8-4s3.582-4%208-4s8%201.79%208%204m-2.232%204.428C16.152%2011.616%2014.137%2012%2012%2012c-2.392%200-4.63-.482-6.328-1.33A7.6%207.6%200%200%201%204%209.553V18.5c0%202.21%203.582%204%208%204q.829%200%201.61-.081a3.7%203.7%200%200%201-.61-2.044v-.103a2.77%202.77%200%200%201%202.773-2.772h.277a3.5%203.5%200%200%201%20.882-5.63c.392-.197.73-.516.836-.942M21%2015a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200m2%205.375c0%201.556-1.286%203.125-4.5%203.125S14%2021.937%2014%2020.375v-.103c0-.98.794-1.772%201.773-1.772h5.454c.98%200%201.773.793%201.773%201.772z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/database-person-24-filled.svg?color=%231a73e8&size=48