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

Name
people-star-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the people star icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M10.5 14a5.5 5.5 0 1 1 11 0a5.5 5.5 0 0 1-11 0M16 6a8 8 0 1 0 0 16a8 8 0 0 0 0-16m14.5 10a3.5 3.5 0 1 1 7 0a3.5 3.5 0 0 1-7 0m3.5-6a6 6 0 1 0 0 12a6 6 0 0 0 0-12M6.75 25A3.75 3.75 0 0 0 3 28.75v1.303l.004.097q.006.12.026.318c.029.262.084.622.192 1.05a8.7 8.7 0 0 0 1.5 3.112C6.479 36.946 9.826 39 16 39c2.585 0 4.675-.36 6.36-.949a13 13 0 0 1-.35-2.538c-1.45.586-3.395.987-6.01.987c-5.575 0-8.103-1.82-9.285-3.38a6.2 6.2 0 0 1-1.07-2.215a5 5 0 0 1-.144-.881l-.001-.032V28.75c0-.69.56-1.25 1.25-1.25h17.63c.6-.848 1.298-1.62 2.079-2.3c-.38-.13-.786-.2-1.209-.2zM46 35c0 6.075-4.925 11-11 11s-11-4.925-11-11s4.925-11 11-11s11 4.925 11 11m-9.81-6.599a1.236 1.236 0 0 0-2.38 0l-1.194 3.83h-3.862c-1.213 0-1.716 1.617-.736 2.36l3.125 2.366l-1.194 3.83c-.374 1.201.945 2.2 1.926 1.458L35 39.878l3.125 2.367c.98.743 2.3-.257 1.925-1.458l-1.193-3.83l3.125-2.367c.98-.742.477-2.36-.736-2.36h-3.862z"/></svg>

React

import type { SVGProps } from "react";

export function FluentPeopleStar48Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M10.5 14a5.5 5.5 0 1 1 11 0a5.5 5.5 0 0 1-11 0M16 6a8 8 0 1 0 0 16a8 8 0 0 0 0-16m14.5 10a3.5 3.5 0 1 1 7 0a3.5 3.5 0 0 1-7 0m3.5-6a6 6 0 1 0 0 12a6 6 0 0 0 0-12M6.75 25A3.75 3.75 0 0 0 3 28.75v1.303l.004.097q.006.12.026.318c.029.262.084.622.192 1.05a8.7 8.7 0 0 0 1.5 3.112C6.479 36.946 9.826 39 16 39c2.585 0 4.675-.36 6.36-.949a13 13 0 0 1-.35-2.538c-1.45.586-3.395.987-6.01.987c-5.575 0-8.103-1.82-9.285-3.38a6.2 6.2 0 0 1-1.07-2.215a5 5 0 0 1-.144-.881l-.001-.032V28.75c0-.69.56-1.25 1.25-1.25h17.63c.6-.848 1.298-1.62 2.079-2.3c-.38-.13-.786-.2-1.209-.2zM46 35c0 6.075-4.925 11-11 11s-11-4.925-11-11s4.925-11 11-11s11 4.925 11 11m-9.81-6.599a1.236 1.236 0 0 0-2.38 0l-1.194 3.83h-3.862c-1.213 0-1.716 1.617-.736 2.36l3.125 2.366l-1.194 3.83c-.374 1.201.945 2.2 1.926 1.458L35 39.878l3.125 2.367c.98.743 2.3-.257 1.925-1.458l-1.193-3.83l3.125-2.367c.98-.742.477-2.36-.736-2.36h-3.862z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M10.5 14a5.5 5.5 0 1 1 11 0a5.5 5.5 0 0 1-11 0M16 6a8 8 0 1 0 0 16a8 8 0 0 0 0-16m14.5 10a3.5 3.5 0 1 1 7 0a3.5 3.5 0 0 1-7 0m3.5-6a6 6 0 1 0 0 12a6 6 0 0 0 0-12M6.75 25A3.75 3.75 0 0 0 3 28.75v1.303l.004.097q.006.12.026.318c.029.262.084.622.192 1.05a8.7 8.7 0 0 0 1.5 3.112C6.479 36.946 9.826 39 16 39c2.585 0 4.675-.36 6.36-.949a13 13 0 0 1-.35-2.538c-1.45.586-3.395.987-6.01.987c-5.575 0-8.103-1.82-9.285-3.38a6.2 6.2 0 0 1-1.07-2.215a5 5 0 0 1-.144-.881l-.001-.032V28.75c0-.69.56-1.25 1.25-1.25h17.63c.6-.848 1.298-1.62 2.079-2.3c-.38-.13-.786-.2-1.209-.2zM46 35c0 6.075-4.925 11-11 11s-11-4.925-11-11s4.925-11 11-11s11 4.925 11 11m-9.81-6.599a1.236 1.236 0 0 0-2.38 0l-1.194 3.83h-3.862c-1.213 0-1.716 1.617-.736 2.36l3.125 2.366l-1.194 3.83c-.374 1.201.945 2.2 1.926 1.458L35 39.878l3.125 2.367c.98.743 2.3-.257 1.925-1.458l-1.193-3.83l3.125-2.367c.98-.742.477-2.36-.736-2.36h-3.862z"/></svg>
</template>

CSS

.icon-people-star-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.5%2014a5.5%205.5%200%201%201%2011%200a5.5%205.5%200%200%201-11%200M16%206a8%208%200%201%200%200%2016a8%208%200%200%200%200-16m14.5%2010a3.5%203.5%200%201%201%207%200a3.5%203.5%200%200%201-7%200m3.5-6a6%206%200%201%200%200%2012a6%206%200%200%200%200-12M6.75%2025A3.75%203.75%200%200%200%203%2028.75v1.303l.004.097q.006.12.026.318c.029.262.084.622.192%201.05a8.7%208.7%200%200%200%201.5%203.112C6.479%2036.946%209.826%2039%2016%2039c2.585%200%204.675-.36%206.36-.949a13%2013%200%200%201-.35-2.538c-1.45.586-3.395.987-6.01.987c-5.575%200-8.103-1.82-9.285-3.38a6.2%206.2%200%200%201-1.07-2.215a5%205%200%200%201-.144-.881l-.001-.032V28.75c0-.69.56-1.25%201.25-1.25h17.63c.6-.848%201.298-1.62%202.079-2.3c-.38-.13-.786-.2-1.209-.2zM46%2035c0%206.075-4.925%2011-11%2011s-11-4.925-11-11s4.925-11%2011-11s11%204.925%2011%2011m-9.81-6.599a1.236%201.236%200%200%200-2.38%200l-1.194%203.83h-3.862c-1.213%200-1.716%201.617-.736%202.36l3.125%202.366l-1.194%203.83c-.374%201.201.945%202.2%201.926%201.458L35%2039.878l3.125%202.367c.98.743%202.3-.257%201.925-1.458l-1.193-3.83l3.125-2.367c.98-.742.477-2.36-.736-2.36h-3.862z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.5%2014a5.5%205.5%200%201%201%2011%200a5.5%205.5%200%200%201-11%200M16%206a8%208%200%201%200%200%2016a8%208%200%200%200%200-16m14.5%2010a3.5%203.5%200%201%201%207%200a3.5%203.5%200%200%201-7%200m3.5-6a6%206%200%201%200%200%2012a6%206%200%200%200%200-12M6.75%2025A3.75%203.75%200%200%200%203%2028.75v1.303l.004.097q.006.12.026.318c.029.262.084.622.192%201.05a8.7%208.7%200%200%200%201.5%203.112C6.479%2036.946%209.826%2039%2016%2039c2.585%200%204.675-.36%206.36-.949a13%2013%200%200%201-.35-2.538c-1.45.586-3.395.987-6.01.987c-5.575%200-8.103-1.82-9.285-3.38a6.2%206.2%200%200%201-1.07-2.215a5%205%200%200%201-.144-.881l-.001-.032V28.75c0-.69.56-1.25%201.25-1.25h17.63c.6-.848%201.298-1.62%202.079-2.3c-.38-.13-.786-.2-1.209-.2zM46%2035c0%206.075-4.925%2011-11%2011s-11-4.925-11-11s4.925-11%2011-11s11%204.925%2011%2011m-9.81-6.599a1.236%201.236%200%200%200-2.38%200l-1.194%203.83h-3.862c-1.213%200-1.716%201.617-.736%202.36l3.125%202.366l-1.194%203.83c-.374%201.201.945%202.2%201.926%201.458L35%2039.878l3.125%202.367c.98.743%202.3-.257%201.925-1.458l-1.193-3.83l3.125-2.367c.98-.742.477-2.36-.736-2.36h-3.862z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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