people icon
people from Radix Icons by WorkOS · Outline · MIT Free for personal and commercial use.
- Name
- people
- Set
- Radix Icons
- Style
- Outline
- Viewbox
- 15×15
- License
- MIT
The same icon in other sets
Use the people icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M5 8.9c1.44 0 2.68.252 3.575.855C9.502 10.38 10 11.343 10 12.6a.501.501 0 0 1-1 0c0-.958-.358-1.596-.983-2.017C7.359 10.141 6.35 9.9 5 9.9s-2.36.241-3.017.684C1.358 11.005 1 11.643 1 12.601a.501.501 0 0 1-1 0c0-1.258.497-2.221 1.424-2.846C2.319 9.152 3.56 8.9 5 8.9m4.975 0c1.439 0 2.68.252 3.575.855c.927.625 1.425 1.588 1.425 2.846a.5.5 0 0 1-1 0c0-.958-.358-1.596-.984-2.017c-.518-.349-1.253-.57-2.202-.65a4.5 4.5 0 0 0-.87-1.033zM5 1.85a3.151 3.151 0 0 1 0 6.3a3.15 3.15 0 1 1 0-6.3m4.975 0a3.15 3.15 0 0 1 0 6.3c-.524 0-1.016-.13-1.45-.356a4.5 4.5 0 0 0 .534-.852a2.15 2.15 0 1 0 0-3.887a4.5 4.5 0 0 0-.535-.85a3.1 3.1 0 0 1 1.45-.355M5 2.85a2.151 2.151 0 0 0 0 4.3a2.15 2.15 0 0 0 0-4.3"/></svg>
React
import type { SVGProps } from "react";
export function RadixIconsPeople(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M5 8.9c1.44 0 2.68.252 3.575.855C9.502 10.38 10 11.343 10 12.6a.501.501 0 0 1-1 0c0-.958-.358-1.596-.983-2.017C7.359 10.141 6.35 9.9 5 9.9s-2.36.241-3.017.684C1.358 11.005 1 11.643 1 12.601a.501.501 0 0 1-1 0c0-1.258.497-2.221 1.424-2.846C2.319 9.152 3.56 8.9 5 8.9m4.975 0c1.439 0 2.68.252 3.575.855c.927.625 1.425 1.588 1.425 2.846a.5.5 0 0 1-1 0c0-.958-.358-1.596-.984-2.017c-.518-.349-1.253-.57-2.202-.65a4.5 4.5 0 0 0-.87-1.033zM5 1.85a3.151 3.151 0 0 1 0 6.3a3.15 3.15 0 1 1 0-6.3m4.975 0a3.15 3.15 0 0 1 0 6.3c-.524 0-1.016-.13-1.45-.356a4.5 4.5 0 0 0 .534-.852a2.15 2.15 0 1 0 0-3.887a4.5 4.5 0 0 0-.535-.85a3.1 3.1 0 0 1 1.45-.355M5 2.85a2.151 2.151 0 0 0 0 4.3a2.15 2.15 0 0 0 0-4.3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M5 8.9c1.44 0 2.68.252 3.575.855C9.502 10.38 10 11.343 10 12.6a.501.501 0 0 1-1 0c0-.958-.358-1.596-.983-2.017C7.359 10.141 6.35 9.9 5 9.9s-2.36.241-3.017.684C1.358 11.005 1 11.643 1 12.601a.501.501 0 0 1-1 0c0-1.258.497-2.221 1.424-2.846C2.319 9.152 3.56 8.9 5 8.9m4.975 0c1.439 0 2.68.252 3.575.855c.927.625 1.425 1.588 1.425 2.846a.5.5 0 0 1-1 0c0-.958-.358-1.596-.984-2.017c-.518-.349-1.253-.57-2.202-.65a4.5 4.5 0 0 0-.87-1.033zM5 1.85a3.151 3.151 0 0 1 0 6.3a3.15 3.15 0 1 1 0-6.3m4.975 0a3.15 3.15 0 0 1 0 6.3c-.524 0-1.016-.13-1.45-.356a4.5 4.5 0 0 0 .534-.852a2.15 2.15 0 1 0 0-3.887a4.5 4.5 0 0 0-.535-.85a3.1 3.1 0 0 1 1.45-.355M5 2.85a2.151 2.151 0 0 0 0 4.3a2.15 2.15 0 0 0 0-4.3"/></svg> </template>
CSS
.icon-people {
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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%208.9c1.44%200%202.68.252%203.575.855C9.502%2010.38%2010%2011.343%2010%2012.6a.501.501%200%200%201-1%200c0-.958-.358-1.596-.983-2.017C7.359%2010.141%206.35%209.9%205%209.9s-2.36.241-3.017.684C1.358%2011.005%201%2011.643%201%2012.601a.501.501%200%200%201-1%200c0-1.258.497-2.221%201.424-2.846C2.319%209.152%203.56%208.9%205%208.9m4.975%200c1.439%200%202.68.252%203.575.855c.927.625%201.425%201.588%201.425%202.846a.5.5%200%200%201-1%200c0-.958-.358-1.596-.984-2.017c-.518-.349-1.253-.57-2.202-.65a4.5%204.5%200%200%200-.87-1.033zM5%201.85a3.151%203.151%200%200%201%200%206.3a3.15%203.15%200%201%201%200-6.3m4.975%200a3.15%203.15%200%200%201%200%206.3c-.524%200-1.016-.13-1.45-.356a4.5%204.5%200%200%200%20.534-.852a2.15%202.15%200%201%200%200-3.887a4.5%204.5%200%200%200-.535-.85a3.1%203.1%200%200%201%201.45-.355M5%202.85a2.151%202.151%200%200%200%200%204.3a2.15%202.15%200%200%200%200-4.3%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%208.9c1.44%200%202.68.252%203.575.855C9.502%2010.38%2010%2011.343%2010%2012.6a.501.501%200%200%201-1%200c0-.958-.358-1.596-.983-2.017C7.359%2010.141%206.35%209.9%205%209.9s-2.36.241-3.017.684C1.358%2011.005%201%2011.643%201%2012.601a.501.501%200%200%201-1%200c0-1.258.497-2.221%201.424-2.846C2.319%209.152%203.56%208.9%205%208.9m4.975%200c1.439%200%202.68.252%203.575.855c.927.625%201.425%201.588%201.425%202.846a.5.5%200%200%201-1%200c0-.958-.358-1.596-.984-2.017c-.518-.349-1.253-.57-2.202-.65a4.5%204.5%200%200%200-.87-1.033zM5%201.85a3.151%203.151%200%200%201%200%206.3a3.15%203.15%200%201%201%200-6.3m4.975%200a3.15%203.15%200%200%201%200%206.3c-.524%200-1.016-.13-1.45-.356a4.5%204.5%200%200%200%20.534-.852a2.15%202.15%200%201%200%200-3.887a4.5%204.5%200%200%200-.535-.85a3.1%203.1%200%200%201%201.45-.355M5%202.85a2.151%202.151%200%200%200%200%204.3a2.15%202.15%200%200%200%200-4.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/radix-icons/people.svg?color=%231a73e8&size=48