people-settings-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.

Name
people-settings-32-regular
Set
Fluent UI System Icons
Style
32 Regular
Viewbox
32×32
License
MIT

8 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the people settings icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25.303 16.86a7.5 7.5 0 0 1 2.749 1.596l-.495 1.725a1.52 1.52 0 0 0 1.095 1.892l1.698.423a7.5 7.5 0 0 1-.04 3.189l-1.536.351a1.52 1.52 0 0 0-1.117 1.927l.467 1.514a7.5 7.5 0 0 1-2.737 1.635L24.15 29.84a1.53 1.53 0 0 0-2.192 0l-1.26 1.3a7.5 7.5 0 0 1-2.75-1.597l.495-1.724a1.52 1.52 0 0 0-1.095-1.892l-1.698-.424a7.5 7.5 0 0 1 .04-3.189l1.536-.35a1.52 1.52 0 0 0 1.117-1.928l-.467-1.513a7.5 7.5 0 0 1 2.737-1.635l1.237 1.272a1.53 1.53 0 0 0 2.192 0zM16 17c.387 0 .757.075 1.097.209A9 9 0 0 0 15.517 19H5a1 1 0 0 0-1 1v.19q0 .025.009.093c.01.09.03.232.076.406c.09.347.273.818.642 1.29C5.43 22.885 6.98 24 10.5 24c1.501 0 2.643-.206 3.515-.509Q14 23.744 14 24q.002.793.135 1.549C13.13 25.832 11.93 26 10.5 26c-3.98 0-6.181-1.29-7.352-2.792a5.6 5.6 0 0 1-.999-2.018a5 5 0 0 1-.146-.897L2 20.227V20a3 3 0 0 1 3-3zm7 5a2 2 0 1 0 0 4a2 2 0 0 0 0-4M10.5 4a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11M23 7a4 4 0 1 1 0 8a4 4 0 0 1 0-8M10.5 6a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7M23 9a2 2 0 1 0 0 4a2 2 0 0 0 0-4"/></svg>

React

import type { SVGProps } from "react";

export function FluentPeopleSettings32Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25.303 16.86a7.5 7.5 0 0 1 2.749 1.596l-.495 1.725a1.52 1.52 0 0 0 1.095 1.892l1.698.423a7.5 7.5 0 0 1-.04 3.189l-1.536.351a1.52 1.52 0 0 0-1.117 1.927l.467 1.514a7.5 7.5 0 0 1-2.737 1.635L24.15 29.84a1.53 1.53 0 0 0-2.192 0l-1.26 1.3a7.5 7.5 0 0 1-2.75-1.597l.495-1.724a1.52 1.52 0 0 0-1.095-1.892l-1.698-.424a7.5 7.5 0 0 1 .04-3.189l1.536-.35a1.52 1.52 0 0 0 1.117-1.928l-.467-1.513a7.5 7.5 0 0 1 2.737-1.635l1.237 1.272a1.53 1.53 0 0 0 2.192 0zM16 17c.387 0 .757.075 1.097.209A9 9 0 0 0 15.517 19H5a1 1 0 0 0-1 1v.19q0 .025.009.093c.01.09.03.232.076.406c.09.347.273.818.642 1.29C5.43 22.885 6.98 24 10.5 24c1.501 0 2.643-.206 3.515-.509Q14 23.744 14 24q.002.793.135 1.549C13.13 25.832 11.93 26 10.5 26c-3.98 0-6.181-1.29-7.352-2.792a5.6 5.6 0 0 1-.999-2.018a5 5 0 0 1-.146-.897L2 20.227V20a3 3 0 0 1 3-3zm7 5a2 2 0 1 0 0 4a2 2 0 0 0 0-4M10.5 4a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11M23 7a4 4 0 1 1 0 8a4 4 0 0 1 0-8M10.5 6a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7M23 9a2 2 0 1 0 0 4a2 2 0 0 0 0-4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25.303 16.86a7.5 7.5 0 0 1 2.749 1.596l-.495 1.725a1.52 1.52 0 0 0 1.095 1.892l1.698.423a7.5 7.5 0 0 1-.04 3.189l-1.536.351a1.52 1.52 0 0 0-1.117 1.927l.467 1.514a7.5 7.5 0 0 1-2.737 1.635L24.15 29.84a1.53 1.53 0 0 0-2.192 0l-1.26 1.3a7.5 7.5 0 0 1-2.75-1.597l.495-1.724a1.52 1.52 0 0 0-1.095-1.892l-1.698-.424a7.5 7.5 0 0 1 .04-3.189l1.536-.35a1.52 1.52 0 0 0 1.117-1.928l-.467-1.513a7.5 7.5 0 0 1 2.737-1.635l1.237 1.272a1.53 1.53 0 0 0 2.192 0zM16 17c.387 0 .757.075 1.097.209A9 9 0 0 0 15.517 19H5a1 1 0 0 0-1 1v.19q0 .025.009.093c.01.09.03.232.076.406c.09.347.273.818.642 1.29C5.43 22.885 6.98 24 10.5 24c1.501 0 2.643-.206 3.515-.509Q14 23.744 14 24q.002.793.135 1.549C13.13 25.832 11.93 26 10.5 26c-3.98 0-6.181-1.29-7.352-2.792a5.6 5.6 0 0 1-.999-2.018a5 5 0 0 1-.146-.897L2 20.227V20a3 3 0 0 1 3-3zm7 5a2 2 0 1 0 0 4a2 2 0 0 0 0-4M10.5 4a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11M23 7a4 4 0 1 1 0 8a4 4 0 0 1 0-8M10.5 6a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7M23 9a2 2 0 1 0 0 4a2 2 0 0 0 0-4"/></svg>
</template>

CSS

.icon-people-settings-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.303%2016.86a7.5%207.5%200%200%201%202.749%201.596l-.495%201.725a1.52%201.52%200%200%200%201.095%201.892l1.698.423a7.5%207.5%200%200%201-.04%203.189l-1.536.351a1.52%201.52%200%200%200-1.117%201.927l.467%201.514a7.5%207.5%200%200%201-2.737%201.635L24.15%2029.84a1.53%201.53%200%200%200-2.192%200l-1.26%201.3a7.5%207.5%200%200%201-2.75-1.597l.495-1.724a1.52%201.52%200%200%200-1.095-1.892l-1.698-.424a7.5%207.5%200%200%201%20.04-3.189l1.536-.35a1.52%201.52%200%200%200%201.117-1.928l-.467-1.513a7.5%207.5%200%200%201%202.737-1.635l1.237%201.272a1.53%201.53%200%200%200%202.192%200zM16%2017c.387%200%20.757.075%201.097.209A9%209%200%200%200%2015.517%2019H5a1%201%200%200%200-1%201v.19q0%20.025.009.093c.01.09.03.232.076.406c.09.347.273.818.642%201.29C5.43%2022.885%206.98%2024%2010.5%2024c1.501%200%202.643-.206%203.515-.509Q14%2023.744%2014%2024q.002.793.135%201.549C13.13%2025.832%2011.93%2026%2010.5%2026c-3.98%200-6.181-1.29-7.352-2.792a5.6%205.6%200%200%201-.999-2.018a5%205%200%200%201-.146-.897L2%2020.227V20a3%203%200%200%201%203-3zm7%205a2%202%200%201%200%200%204a2%202%200%200%200%200-4M10.5%204a5.5%205.5%200%201%201%200%2011a5.5%205.5%200%200%201%200-11M23%207a4%204%200%201%201%200%208a4%204%200%200%201%200-8M10.5%206a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7M23%209a2%202%200%201%200%200%204a2%202%200%200%200%200-4%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.303%2016.86a7.5%207.5%200%200%201%202.749%201.596l-.495%201.725a1.52%201.52%200%200%200%201.095%201.892l1.698.423a7.5%207.5%200%200%201-.04%203.189l-1.536.351a1.52%201.52%200%200%200-1.117%201.927l.467%201.514a7.5%207.5%200%200%201-2.737%201.635L24.15%2029.84a1.53%201.53%200%200%200-2.192%200l-1.26%201.3a7.5%207.5%200%200%201-2.75-1.597l.495-1.724a1.52%201.52%200%200%200-1.095-1.892l-1.698-.424a7.5%207.5%200%200%201%20.04-3.189l1.536-.35a1.52%201.52%200%200%200%201.117-1.928l-.467-1.513a7.5%207.5%200%200%201%202.737-1.635l1.237%201.272a1.53%201.53%200%200%200%202.192%200zM16%2017c.387%200%20.757.075%201.097.209A9%209%200%200%200%2015.517%2019H5a1%201%200%200%200-1%201v.19q0%20.025.009.093c.01.09.03.232.076.406c.09.347.273.818.642%201.29C5.43%2022.885%206.98%2024%2010.5%2024c1.501%200%202.643-.206%203.515-.509Q14%2023.744%2014%2024q.002.793.135%201.549C13.13%2025.832%2011.93%2026%2010.5%2026c-3.98%200-6.181-1.29-7.352-2.792a5.6%205.6%200%200%201-.999-2.018a5%205%200%200%201-.146-.897L2%2020.227V20a3%203%200%200%201%203-3zm7%205a2%202%200%201%200%200%204a2%202%200%200%200%200-4M10.5%204a5.5%205.5%200%201%201%200%2011a5.5%205.5%200%200%201%200-11M23%207a4%204%200%201%201%200%208a4%204%200%200%201%200-8M10.5%206a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7M23%209a2%202%200%201%200%200%204a2%202%200%200%200%200-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/people-settings-32-regular.svg?color=%231a73e8&size=48