people star icon
people-star-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- people-star-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- License
- MIT
11 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
people-add-16-filledpeople-audience-20-filledpeople-call-16-filledpeople-chat-16-filledpeople-checkmark-16-filledpeople-communication-16-filledpeople-community-12-filledpeople-community-add-20-filledpeople-edit-16-filledpeople-error-16-filledpeople-eye-16-filledpeople-game-controller-20-filledpeople-interwoven-16-filledpeople-link-16-filledpeople-list-16-filledpeople-lock-16-filledpeople-money-20-filledpeople-prohibited-16-filledpeople-queue-20-filledpeople-search-20-filledpeople-settings-20-filledpeople-subtract-20-filledpeople-swap-16-filledpeople-sync-16-filled
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="M16 22a8 8 0 1 0 0-16a8 8 0 0 0 0 16m18 0a6 6 0 1 0 0-12a6 6 0 0 0 0 12M6.75 25A3.75 3.75 0 0 0 3 28.75V30s0 9 13 9c2.61 0 4.695-.363 6.362-.942A13 13 0 0 1 22 35a12.97 12.97 0 0 1 4.459-9.8c-.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 FluentPeopleStar48Filled(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="M16 22a8 8 0 1 0 0-16a8 8 0 0 0 0 16m18 0a6 6 0 1 0 0-12a6 6 0 0 0 0 12M6.75 25A3.75 3.75 0 0 0 3 28.75V30s0 9 13 9c2.61 0 4.695-.363 6.362-.942A13 13 0 0 1 22 35a12.97 12.97 0 0 1 4.459-9.8c-.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="M16 22a8 8 0 1 0 0-16a8 8 0 0 0 0 16m18 0a6 6 0 1 0 0-12a6 6 0 0 0 0 12M6.75 25A3.75 3.75 0 0 0 3 28.75V30s0 9 13 9c2.61 0 4.695-.363 6.362-.942A13 13 0 0 1 22 35a12.97 12.97 0 0 1 4.459-9.8c-.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-filled {
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%22M16%2022a8%208%200%201%200%200-16a8%208%200%200%200%200%2016m18%200a6%206%200%201%200%200-12a6%206%200%200%200%200%2012M6.75%2025A3.75%203.75%200%200%200%203%2028.75V30s0%209%2013%209c2.61%200%204.695-.363%206.362-.942A13%2013%200%200%201%2022%2035a12.97%2012.97%200%200%201%204.459-9.8c-.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%22M16%2022a8%208%200%201%200%200-16a8%208%200%200%200%200%2016m18%200a6%206%200%201%200%200-12a6%206%200%200%200%200%2012M6.75%2025A3.75%203.75%200%200%200%203%2028.75V30s0%209%2013%209c2.61%200%204.695-.363%206.362-.942A13%2013%200%200%201%2022%2035a12.97%2012.97%200%200%201%204.459-9.8c-.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-filled.svg?color=%231a73e8&size=48