database-person-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
database-person-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

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="M4 6.5c0-.69.315-1.293.774-1.78c.455-.482 1.079-.883 1.793-1.202C7.996 2.877 9.917 2.5 12 2.5s4.004.377 5.433 1.018c.714.32 1.338.72 1.793 1.202c.459.487.774 1.09.774 1.78v5.337a3.5 3.5 0 0 0-1.5-.337V8.892c-.32.22-.68.417-1.067.59c-1.429.641-3.35 1.018-5.433 1.018s-4.004-.377-5.433-1.018a7 7 0 0 1-1.067-.59V18.5c0 .207.09.46.365.75c.279.296.717.596 1.315.864c1.195.535 2.9.886 4.82.886q.536 0 1.046-.035c.08.508.267 1.005.567 1.458q-.785.076-1.613.077c-2.083 0-4.004-.377-5.433-1.017c-.714-.32-1.338-.72-1.793-1.203C4.315 19.793 4 19.19 4 18.5zm1.5 0c0 .207.09.46.365.75c.279.296.717.596 1.315.864C8.375 8.649 10.08 9 12 9s3.625-.35 4.82-.886c.598-.269 1.036-.568 1.315-.864c.275-.29.365-.543.365-.75s-.09-.46-.365-.75c-.279-.296-.717-.596-1.315-.864C15.625 4.351 13.92 4 12 4s-3.625.35-4.82.886c-.598.268-1.036.568-1.315.864c-.275.29-.365.543-.365.75M21 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 FluentDatabasePerson24Regular(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="M4 6.5c0-.69.315-1.293.774-1.78c.455-.482 1.079-.883 1.793-1.202C7.996 2.877 9.917 2.5 12 2.5s4.004.377 5.433 1.018c.714.32 1.338.72 1.793 1.202c.459.487.774 1.09.774 1.78v5.337a3.5 3.5 0 0 0-1.5-.337V8.892c-.32.22-.68.417-1.067.59c-1.429.641-3.35 1.018-5.433 1.018s-4.004-.377-5.433-1.018a7 7 0 0 1-1.067-.59V18.5c0 .207.09.46.365.75c.279.296.717.596 1.315.864c1.195.535 2.9.886 4.82.886q.536 0 1.046-.035c.08.508.267 1.005.567 1.458q-.785.076-1.613.077c-2.083 0-4.004-.377-5.433-1.017c-.714-.32-1.338-.72-1.793-1.203C4.315 19.793 4 19.19 4 18.5zm1.5 0c0 .207.09.46.365.75c.279.296.717.596 1.315.864C8.375 8.649 10.08 9 12 9s3.625-.35 4.82-.886c.598-.269 1.036-.568 1.315-.864c.275-.29.365-.543.365-.75s-.09-.46-.365-.75c-.279-.296-.717-.596-1.315-.864C15.625 4.351 13.92 4 12 4s-3.625.35-4.82.886c-.598.268-1.036.568-1.315.864c-.275.29-.365.543-.365.75M21 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="M4 6.5c0-.69.315-1.293.774-1.78c.455-.482 1.079-.883 1.793-1.202C7.996 2.877 9.917 2.5 12 2.5s4.004.377 5.433 1.018c.714.32 1.338.72 1.793 1.202c.459.487.774 1.09.774 1.78v5.337a3.5 3.5 0 0 0-1.5-.337V8.892c-.32.22-.68.417-1.067.59c-1.429.641-3.35 1.018-5.433 1.018s-4.004-.377-5.433-1.018a7 7 0 0 1-1.067-.59V18.5c0 .207.09.46.365.75c.279.296.717.596 1.315.864c1.195.535 2.9.886 4.82.886q.536 0 1.046-.035c.08.508.267 1.005.567 1.458q-.785.076-1.613.077c-2.083 0-4.004-.377-5.433-1.017c-.714-.32-1.338-.72-1.793-1.203C4.315 19.793 4 19.19 4 18.5zm1.5 0c0 .207.09.46.365.75c.279.296.717.596 1.315.864C8.375 8.649 10.08 9 12 9s3.625-.35 4.82-.886c.598-.269 1.036-.568 1.315-.864c.275-.29.365-.543.365-.75s-.09-.46-.365-.75c-.279-.296-.717-.596-1.315-.864C15.625 4.351 13.92 4 12 4s-3.625.35-4.82.886c-.598.268-1.036.568-1.315.864c-.275.29-.365.543-.365.75M21 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-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%206.5c0-.69.315-1.293.774-1.78c.455-.482%201.079-.883%201.793-1.202C7.996%202.877%209.917%202.5%2012%202.5s4.004.377%205.433%201.018c.714.32%201.338.72%201.793%201.202c.459.487.774%201.09.774%201.78v5.337a3.5%203.5%200%200%200-1.5-.337V8.892c-.32.22-.68.417-1.067.59c-1.429.641-3.35%201.018-5.433%201.018s-4.004-.377-5.433-1.018a7%207%200%200%201-1.067-.59V18.5c0%20.207.09.46.365.75c.279.296.717.596%201.315.864c1.195.535%202.9.886%204.82.886q.536%200%201.046-.035c.08.508.267%201.005.567%201.458q-.785.076-1.613.077c-2.083%200-4.004-.377-5.433-1.017c-.714-.32-1.338-.72-1.793-1.203C4.315%2019.793%204%2019.19%204%2018.5zm1.5%200c0%20.207.09.46.365.75c.279.296.717.596%201.315.864C8.375%208.649%2010.08%209%2012%209s3.625-.35%204.82-.886c.598-.269%201.036-.568%201.315-.864c.275-.29.365-.543.365-.75s-.09-.46-.365-.75c-.279-.296-.717-.596-1.315-.864C15.625%204.351%2013.92%204%2012%204s-3.625.35-4.82.886c-.598.268-1.036.568-1.315.864c-.275.29-.365.543-.365.75M21%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%22M4%206.5c0-.69.315-1.293.774-1.78c.455-.482%201.079-.883%201.793-1.202C7.996%202.877%209.917%202.5%2012%202.5s4.004.377%205.433%201.018c.714.32%201.338.72%201.793%201.202c.459.487.774%201.09.774%201.78v5.337a3.5%203.5%200%200%200-1.5-.337V8.892c-.32.22-.68.417-1.067.59c-1.429.641-3.35%201.018-5.433%201.018s-4.004-.377-5.433-1.018a7%207%200%200%201-1.067-.59V18.5c0%20.207.09.46.365.75c.279.296.717.596%201.315.864c1.195.535%202.9.886%204.82.886q.536%200%201.046-.035c.08.508.267%201.005.567%201.458q-.785.076-1.613.077c-2.083%200-4.004-.377-5.433-1.017c-.714-.32-1.338-.72-1.793-1.203C4.315%2019.793%204%2019.19%204%2018.5zm1.5%200c0%20.207.09.46.365.75c.279.296.717.596%201.315.864C8.375%208.649%2010.08%209%2012%209s3.625-.35%204.82-.886c.598-.269%201.036-.568%201.315-.864c.275-.29.365-.543.365-.75s-.09-.46-.365-.75c-.279-.296-.717-.596-1.315-.864C15.625%204.351%2013.92%204%2012%204s-3.625.35-4.82.886c-.598.268-1.036.568-1.315.864c-.275.29-.365.543-.365.75M21%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-regular.svg?color=%231a73e8&size=48