people-star-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
people-star-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M6.75 2.5a3.25 3.25 0 1 0 0 6.5a3.25 3.25 0 0 0 0-6.5M1.5 12a2 2 0 0 1 2-2H10a2 2 0 0 1 .993.263A5.49 5.49 0 0 0 9 14.5q.001.595.121 1.153C8.477 15.87 7.696 16 6.75 16c-2.513 0-3.867-.92-4.568-1.934a3.95 3.95 0 0 1-.67-1.807a3 3 0 0 1-.012-.175zM17 6.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m2 8a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-2.001-1.108h-1.545l-.478-1.531a.494.494 0 0 0-.952 0l-.477 1.531H12c-.484 0-.686.647-.294.944l1.25.947l-.477 1.532c-.15.48.378.88.77.583l1.25-.947l1.25.947c.392.297.92-.103.77-.583l-.477-1.532l1.25-.947c.392-.297.19-.944-.294-.944"/></svg>

React

import type { SVGProps } from "react";

export function FluentPeopleStar20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6.75 2.5a3.25 3.25 0 1 0 0 6.5a3.25 3.25 0 0 0 0-6.5M1.5 12a2 2 0 0 1 2-2H10a2 2 0 0 1 .993.263A5.49 5.49 0 0 0 9 14.5q.001.595.121 1.153C8.477 15.87 7.696 16 6.75 16c-2.513 0-3.867-.92-4.568-1.934a3.95 3.95 0 0 1-.67-1.807a3 3 0 0 1-.012-.175zM17 6.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m2 8a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-2.001-1.108h-1.545l-.478-1.531a.494.494 0 0 0-.952 0l-.477 1.531H12c-.484 0-.686.647-.294.944l1.25.947l-.477 1.532c-.15.48.378.88.77.583l1.25-.947l1.25.947c.392.297.92-.103.77-.583l-.477-1.532l1.25-.947c.392-.297.19-.944-.294-.944"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6.75 2.5a3.25 3.25 0 1 0 0 6.5a3.25 3.25 0 0 0 0-6.5M1.5 12a2 2 0 0 1 2-2H10a2 2 0 0 1 .993.263A5.49 5.49 0 0 0 9 14.5q.001.595.121 1.153C8.477 15.87 7.696 16 6.75 16c-2.513 0-3.867-.92-4.568-1.934a3.95 3.95 0 0 1-.67-1.807a3 3 0 0 1-.012-.175zM17 6.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m2 8a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-2.001-1.108h-1.545l-.478-1.531a.494.494 0 0 0-.952 0l-.477 1.531H12c-.484 0-.686.647-.294.944l1.25.947l-.477 1.532c-.15.48.378.88.77.583l1.25-.947l1.25.947c.392.297.92-.103.77-.583l-.477-1.532l1.25-.947c.392-.297.19-.944-.294-.944"/></svg>
</template>

CSS

.icon-people-star-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.75%202.5a3.25%203.25%200%201%200%200%206.5a3.25%203.25%200%200%200%200-6.5M1.5%2012a2%202%200%200%201%202-2H10a2%202%200%200%201%20.993.263A5.49%205.49%200%200%200%209%2014.5q.001.595.121%201.153C8.477%2015.87%207.696%2016%206.75%2016c-2.513%200-3.867-.92-4.568-1.934a3.95%203.95%200%200%201-.67-1.807a3%203%200%200%201-.012-.175zM17%206.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200m2%208a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-2.001-1.108h-1.545l-.478-1.531a.494.494%200%200%200-.952%200l-.477%201.531H12c-.484%200-.686.647-.294.944l1.25.947l-.477%201.532c-.15.48.378.88.77.583l1.25-.947l1.25.947c.392.297.92-.103.77-.583l-.477-1.532l1.25-.947c.392-.297.19-.944-.294-.944%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.75%202.5a3.25%203.25%200%201%200%200%206.5a3.25%203.25%200%200%200%200-6.5M1.5%2012a2%202%200%200%201%202-2H10a2%202%200%200%201%20.993.263A5.49%205.49%200%200%200%209%2014.5q.001.595.121%201.153C8.477%2015.87%207.696%2016%206.75%2016c-2.513%200-3.867-.92-4.568-1.934a3.95%203.95%200%200%201-.67-1.807a3%203%200%200%201-.012-.175zM17%206.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200m2%208a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-2.001-1.108h-1.545l-.478-1.531a.494.494%200%200%200-.952%200l-.477%201.531H12c-.484%200-.686.647-.294.944l1.25.947l-.477%201.532c-.15.48.378.88.77.583l1.25-.947l1.25.947c.392.297.92-.103.77-.583l-.477-1.532l1.25-.947c.392-.297.19-.944-.294-.944%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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