database person icon
database-person-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- database-person-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M4 5c0-1.007.875-1.755 1.904-2.223C6.978 2.289 8.427 2 10 2s3.022.289 4.096.777C15.125 3.245 16 3.993 16 5v4.041a3 3 0 0 0-1 0V6.698a5 5 0 0 1-.904.525C13.022 7.711 11.573 8 10 8s-3.022-.289-4.096-.777A5 5 0 0 1 5 6.698V15c0 .374.356.875 1.318 1.313c.916.416 2.218.687 3.682.687q.533 0 1.031-.046c.047.334.146.663.3.975Q10.686 18 10 18c-1.573 0-3.022-.289-4.096-.777C4.875 16.755 4 16.007 4 15zm1 0c0 .374.356.875 1.318 1.313C7.234 6.729 8.536 7 10 7s2.766-.27 3.682-.687C14.644 5.875 15 5.373 15 5c0-.374-.356-.875-1.318-1.313C12.766 3.271 11.464 3 10 3s-2.766.27-3.682.687C5.356 4.125 5 4.627 5 5m12.5 7a2 2 0 1 1-4 0a2 2 0 0 1 4 0m1.5 4.5c0 1.245-1 2.5-3.5 2.5S12 17.75 12 16.5a1.5 1.5 0 0 1 1.5-1.5h4a1.5 1.5 0 0 1 1.5 1.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentDatabasePerson20Regular(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="M4 5c0-1.007.875-1.755 1.904-2.223C6.978 2.289 8.427 2 10 2s3.022.289 4.096.777C15.125 3.245 16 3.993 16 5v4.041a3 3 0 0 0-1 0V6.698a5 5 0 0 1-.904.525C13.022 7.711 11.573 8 10 8s-3.022-.289-4.096-.777A5 5 0 0 1 5 6.698V15c0 .374.356.875 1.318 1.313c.916.416 2.218.687 3.682.687q.533 0 1.031-.046c.047.334.146.663.3.975Q10.686 18 10 18c-1.573 0-3.022-.289-4.096-.777C4.875 16.755 4 16.007 4 15zm1 0c0 .374.356.875 1.318 1.313C7.234 6.729 8.536 7 10 7s2.766-.27 3.682-.687C14.644 5.875 15 5.373 15 5c0-.374-.356-.875-1.318-1.313C12.766 3.271 11.464 3 10 3s-2.766.27-3.682.687C5.356 4.125 5 4.627 5 5m12.5 7a2 2 0 1 1-4 0a2 2 0 0 1 4 0m1.5 4.5c0 1.245-1 2.5-3.5 2.5S12 17.75 12 16.5a1.5 1.5 0 0 1 1.5-1.5h4a1.5 1.5 0 0 1 1.5 1.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4 5c0-1.007.875-1.755 1.904-2.223C6.978 2.289 8.427 2 10 2s3.022.289 4.096.777C15.125 3.245 16 3.993 16 5v4.041a3 3 0 0 0-1 0V6.698a5 5 0 0 1-.904.525C13.022 7.711 11.573 8 10 8s-3.022-.289-4.096-.777A5 5 0 0 1 5 6.698V15c0 .374.356.875 1.318 1.313c.916.416 2.218.687 3.682.687q.533 0 1.031-.046c.047.334.146.663.3.975Q10.686 18 10 18c-1.573 0-3.022-.289-4.096-.777C4.875 16.755 4 16.007 4 15zm1 0c0 .374.356.875 1.318 1.313C7.234 6.729 8.536 7 10 7s2.766-.27 3.682-.687C14.644 5.875 15 5.373 15 5c0-.374-.356-.875-1.318-1.313C12.766 3.271 11.464 3 10 3s-2.766.27-3.682.687C5.356 4.125 5 4.627 5 5m12.5 7a2 2 0 1 1-4 0a2 2 0 0 1 4 0m1.5 4.5c0 1.245-1 2.5-3.5 2.5S12 17.75 12 16.5a1.5 1.5 0 0 1 1.5-1.5h4a1.5 1.5 0 0 1 1.5 1.5"/></svg> </template>
CSS
.icon-database-person-20-regular {
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%22M4%205c0-1.007.875-1.755%201.904-2.223C6.978%202.289%208.427%202%2010%202s3.022.289%204.096.777C15.125%203.245%2016%203.993%2016%205v4.041a3%203%200%200%200-1%200V6.698a5%205%200%200%201-.904.525C13.022%207.711%2011.573%208%2010%208s-3.022-.289-4.096-.777A5%205%200%200%201%205%206.698V15c0%20.374.356.875%201.318%201.313c.916.416%202.218.687%203.682.687q.533%200%201.031-.046c.047.334.146.663.3.975Q10.686%2018%2010%2018c-1.573%200-3.022-.289-4.096-.777C4.875%2016.755%204%2016.007%204%2015zm1%200c0%20.374.356.875%201.318%201.313C7.234%206.729%208.536%207%2010%207s2.766-.27%203.682-.687C14.644%205.875%2015%205.373%2015%205c0-.374-.356-.875-1.318-1.313C12.766%203.271%2011.464%203%2010%203s-2.766.27-3.682.687C5.356%204.125%205%204.627%205%205m12.5%207a2%202%200%201%201-4%200a2%202%200%200%201%204%200m1.5%204.5c0%201.245-1%202.5-3.5%202.5S12%2017.75%2012%2016.5a1.5%201.5%200%200%201%201.5-1.5h4a1.5%201.5%200%200%201%201.5%201.5%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%22M4%205c0-1.007.875-1.755%201.904-2.223C6.978%202.289%208.427%202%2010%202s3.022.289%204.096.777C15.125%203.245%2016%203.993%2016%205v4.041a3%203%200%200%200-1%200V6.698a5%205%200%200%201-.904.525C13.022%207.711%2011.573%208%2010%208s-3.022-.289-4.096-.777A5%205%200%200%201%205%206.698V15c0%20.374.356.875%201.318%201.313c.916.416%202.218.687%203.682.687q.533%200%201.031-.046c.047.334.146.663.3.975Q10.686%2018%2010%2018c-1.573%200-3.022-.289-4.096-.777C4.875%2016.755%204%2016.007%204%2015zm1%200c0%20.374.356.875%201.318%201.313C7.234%206.729%208.536%207%2010%207s2.766-.27%203.682-.687C14.644%205.875%2015%205.373%2015%205c0-.374-.356-.875-1.318-1.313C12.766%203.271%2011.464%203%2010%203s-2.766.27-3.682.687C5.356%204.125%205%204.627%205%205m12.5%207a2%202%200%201%201-4%200a2%202%200%200%201%204%200m1.5%204.5c0%201.245-1%202.5-3.5%202.5S12%2017.75%2012%2016.5a1.5%201.5%200%200%201%201.5-1.5h4a1.5%201.5%200%200%201%201.5%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/database-person-20-regular.svg?color=%231a73e8&size=48