server-person-outline-rounded from Material Symbols Light by Google · Outline Rounded · Hardware · Apache-2.0 Free for personal and commercial use.

Name
server-person-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Hardware
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More hardware icons from Material Symbols Light

Use the server person icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.616 21q-.691 0-1.153-.462T5 19.385V4.615q0-.69.463-1.152T6.616 3h10.788q.69 0 1.153.463t.462 1.153v14.769q0 .69-.462 1.153T17.404 21H16.07q-.46 0-.845-.242t-.603-.666l-.315-.63q-.077-.154-.231-.25t-.327-.096h-3.48q-.174 0-.328.095q-.154.097-.23.25l-.316.631q-.217.423-.603.666T7.948 21zm0-1h1.326q.174 0 .327-.096t.231-.25l.316-.631q.217-.423.602-.665t.846-.243h3.492q.46 0 .845.243t.603.646l.315.65q.077.154.231.25t.327.096h1.327q.269 0 .442-.173t.173-.442V4.615q0-.269-.173-.442T17.404 4H6.616q-.27 0-.443.173T6 4.616v14.769q0 .269.173.442t.443.173m2.626-5.25h5.516q.225 0 .387-.162t.163-.388q0-1.05-1.048-1.442T12 12.366t-2.26.392T8.693 14.2q0 .225.163.388t.387.162m3.824-4.434q.434-.433.434-1.066t-.434-1.066Q12.633 7.75 12 7.75t-1.066.434T10.5 9.25t.434 1.066q.433.434 1.066.434t1.066-.434M12.02 12"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightServerPersonOutlineRounded(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="M6.616 21q-.691 0-1.153-.462T5 19.385V4.615q0-.69.463-1.152T6.616 3h10.788q.69 0 1.153.463t.462 1.153v14.769q0 .69-.462 1.153T17.404 21H16.07q-.46 0-.845-.242t-.603-.666l-.315-.63q-.077-.154-.231-.25t-.327-.096h-3.48q-.174 0-.328.095q-.154.097-.23.25l-.316.631q-.217.423-.603.666T7.948 21zm0-1h1.326q.174 0 .327-.096t.231-.25l.316-.631q.217-.423.602-.665t.846-.243h3.492q.46 0 .845.243t.603.646l.315.65q.077.154.231.25t.327.096h1.327q.269 0 .442-.173t.173-.442V4.615q0-.269-.173-.442T17.404 4H6.616q-.27 0-.443.173T6 4.616v14.769q0 .269.173.442t.443.173m2.626-5.25h5.516q.225 0 .387-.162t.163-.388q0-1.05-1.048-1.442T12 12.366t-2.26.392T8.693 14.2q0 .225.163.388t.387.162m3.824-4.434q.434-.433.434-1.066t-.434-1.066Q12.633 7.75 12 7.75t-1.066.434T10.5 9.25t.434 1.066q.433.434 1.066.434t1.066-.434M12.02 12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.616 21q-.691 0-1.153-.462T5 19.385V4.615q0-.69.463-1.152T6.616 3h10.788q.69 0 1.153.463t.462 1.153v14.769q0 .69-.462 1.153T17.404 21H16.07q-.46 0-.845-.242t-.603-.666l-.315-.63q-.077-.154-.231-.25t-.327-.096h-3.48q-.174 0-.328.095q-.154.097-.23.25l-.316.631q-.217.423-.603.666T7.948 21zm0-1h1.326q.174 0 .327-.096t.231-.25l.316-.631q.217-.423.602-.665t.846-.243h3.492q.46 0 .845.243t.603.646l.315.65q.077.154.231.25t.327.096h1.327q.269 0 .442-.173t.173-.442V4.615q0-.269-.173-.442T17.404 4H6.616q-.27 0-.443.173T6 4.616v14.769q0 .269.173.442t.443.173m2.626-5.25h5.516q.225 0 .387-.162t.163-.388q0-1.05-1.048-1.442T12 12.366t-2.26.392T8.693 14.2q0 .225.163.388t.387.162m3.824-4.434q.434-.433.434-1.066t-.434-1.066Q12.633 7.75 12 7.75t-1.066.434T10.5 9.25t.434 1.066q.433.434 1.066.434t1.066-.434M12.02 12"/></svg>
</template>

CSS

.icon-server-person-outline-rounded {
  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%22M6.616%2021q-.691%200-1.153-.462T5%2019.385V4.615q0-.69.463-1.152T6.616%203h10.788q.69%200%201.153.463t.462%201.153v14.769q0%20.69-.462%201.153T17.404%2021H16.07q-.46%200-.845-.242t-.603-.666l-.315-.63q-.077-.154-.231-.25t-.327-.096h-3.48q-.174%200-.328.095q-.154.097-.23.25l-.316.631q-.217.423-.603.666T7.948%2021zm0-1h1.326q.174%200%20.327-.096t.231-.25l.316-.631q.217-.423.602-.665t.846-.243h3.492q.46%200%20.845.243t.603.646l.315.65q.077.154.231.25t.327.096h1.327q.269%200%20.442-.173t.173-.442V4.615q0-.269-.173-.442T17.404%204H6.616q-.27%200-.443.173T6%204.616v14.769q0%20.269.173.442t.443.173m2.626-5.25h5.516q.225%200%20.387-.162t.163-.388q0-1.05-1.048-1.442T12%2012.366t-2.26.392T8.693%2014.2q0%20.225.163.388t.387.162m3.824-4.434q.434-.433.434-1.066t-.434-1.066Q12.633%207.75%2012%207.75t-1.066.434T10.5%209.25t.434%201.066q.433.434%201.066.434t1.066-.434M12.02%2012%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%22M6.616%2021q-.691%200-1.153-.462T5%2019.385V4.615q0-.69.463-1.152T6.616%203h10.788q.69%200%201.153.463t.462%201.153v14.769q0%20.69-.462%201.153T17.404%2021H16.07q-.46%200-.845-.242t-.603-.666l-.315-.63q-.077-.154-.231-.25t-.327-.096h-3.48q-.174%200-.328.095q-.154.097-.23.25l-.316.631q-.217.423-.603.666T7.948%2021zm0-1h1.326q.174%200%20.327-.096t.231-.25l.316-.631q.217-.423.602-.665t.846-.243h3.492q.46%200%20.845.243t.603.646l.315.65q.077.154.231.25t.327.096h1.327q.269%200%20.442-.173t.173-.442V4.615q0-.269-.173-.442T17.404%204H6.616q-.27%200-.443.173T6%204.616v14.769q0%20.269.173.442t.443.173m2.626-5.25h5.516q.225%200%20.387-.162t.163-.388q0-1.05-1.048-1.442T12%2012.366t-2.26.392T8.693%2014.2q0%20.225.163.388t.387.162m3.824-4.434q.434-.433.434-1.066t-.434-1.066Q12.633%207.75%2012%207.75t-1.066.434T10.5%209.25t.434%201.066q.433.434%201.066.434t1.066-.434M12.02%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/server-person-outline-rounded.svg?color=%231a73e8&size=48