person-starburst-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.

Name
person-starburst-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
License
MIT

11 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the person starburst icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.738 1.167A2 2 0 0 0 4.09 2.251l-.364.896a1 1 0 0 1-.559.555l-.9.355a2 2 0 0 0-1.106 2.64l.377.89a1 1 0 0 1-.003.788l-.385.887a2 2 0 0 0 1.084 2.649l.897.363a1 1 0 0 1 .554.56l.356.899a2 2 0 0 0 2.64 1.106l.89-.377a1 1 0 0 1 .787.004l.888.384a2 2 0 0 0 2.648-1.084l.364-.896a1 1 0 0 1 .559-.554l.9-.356a2 2 0 0 0 1.106-2.64l-.377-.89a1 1 0 0 1 .003-.788l.385-.887a2 2 0 0 0-1.084-2.649l-.897-.363a1 1 0 0 1-.554-.56l-.356-.899a2 2 0 0 0-2.639-1.106l-.89.377a1 1 0 0 1-.788-.003zm-1.721 1.46a1 1 0 0 1 1.324-.542l.887.384a2 2 0 0 0 1.575.007l.89-.377a1 1 0 0 1 1.32.553l.356.9a2 2 0 0 0 1.109 1.118l.896.363a1 1 0 0 1 .542 1.324l-.385.888a2 2 0 0 0-.006 1.575l.377.89a1 1 0 0 1-.553 1.32l-.9.356a2 2 0 0 0-1.118 1.108l-.363.897a1 1 0 0 1-1.325.542l-.887-.385a2 2 0 0 0-1.575-.007l-.89.377a1 1 0 0 1-1.32-.553l-.356-.9a2 2 0 0 0-1.109-1.118l-.896-.363a1 1 0 0 1-.542-1.324l.385-.888a2 2 0 0 0 .006-1.574l-.377-.891a1 1 0 0 1 .554-1.32l.899-.355a2 2 0 0 0 1.118-1.11zM6.25 8h3.5c.69 0 1.288.565 1.17 1.246c-.187 1.086-.816 2.254-2.92 2.254s-2.732-1.168-2.92-2.254C4.962 8.566 5.56 8 6.25 8M9.5 5.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentPersonStarburst16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.738 1.167A2 2 0 0 0 4.09 2.251l-.364.896a1 1 0 0 1-.559.555l-.9.355a2 2 0 0 0-1.106 2.64l.377.89a1 1 0 0 1-.003.788l-.385.887a2 2 0 0 0 1.084 2.649l.897.363a1 1 0 0 1 .554.56l.356.899a2 2 0 0 0 2.64 1.106l.89-.377a1 1 0 0 1 .787.004l.888.384a2 2 0 0 0 2.648-1.084l.364-.896a1 1 0 0 1 .559-.554l.9-.356a2 2 0 0 0 1.106-2.64l-.377-.89a1 1 0 0 1 .003-.788l.385-.887a2 2 0 0 0-1.084-2.649l-.897-.363a1 1 0 0 1-.554-.56l-.356-.899a2 2 0 0 0-2.639-1.106l-.89.377a1 1 0 0 1-.788-.003zm-1.721 1.46a1 1 0 0 1 1.324-.542l.887.384a2 2 0 0 0 1.575.007l.89-.377a1 1 0 0 1 1.32.553l.356.9a2 2 0 0 0 1.109 1.118l.896.363a1 1 0 0 1 .542 1.324l-.385.888a2 2 0 0 0-.006 1.575l.377.89a1 1 0 0 1-.553 1.32l-.9.356a2 2 0 0 0-1.118 1.108l-.363.897a1 1 0 0 1-1.325.542l-.887-.385a2 2 0 0 0-1.575-.007l-.89.377a1 1 0 0 1-1.32-.553l-.356-.9a2 2 0 0 0-1.109-1.118l-.896-.363a1 1 0 0 1-.542-1.324l.385-.888a2 2 0 0 0 .006-1.574l-.377-.891a1 1 0 0 1 .554-1.32l.899-.355a2 2 0 0 0 1.118-1.11zM6.25 8h3.5c.69 0 1.288.565 1.17 1.246c-.187 1.086-.816 2.254-2.92 2.254s-2.732-1.168-2.92-2.254C4.962 8.566 5.56 8 6.25 8M9.5 5.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.738 1.167A2 2 0 0 0 4.09 2.251l-.364.896a1 1 0 0 1-.559.555l-.9.355a2 2 0 0 0-1.106 2.64l.377.89a1 1 0 0 1-.003.788l-.385.887a2 2 0 0 0 1.084 2.649l.897.363a1 1 0 0 1 .554.56l.356.899a2 2 0 0 0 2.64 1.106l.89-.377a1 1 0 0 1 .787.004l.888.384a2 2 0 0 0 2.648-1.084l.364-.896a1 1 0 0 1 .559-.554l.9-.356a2 2 0 0 0 1.106-2.64l-.377-.89a1 1 0 0 1 .003-.788l.385-.887a2 2 0 0 0-1.084-2.649l-.897-.363a1 1 0 0 1-.554-.56l-.356-.899a2 2 0 0 0-2.639-1.106l-.89.377a1 1 0 0 1-.788-.003zm-1.721 1.46a1 1 0 0 1 1.324-.542l.887.384a2 2 0 0 0 1.575.007l.89-.377a1 1 0 0 1 1.32.553l.356.9a2 2 0 0 0 1.109 1.118l.896.363a1 1 0 0 1 .542 1.324l-.385.888a2 2 0 0 0-.006 1.575l.377.89a1 1 0 0 1-.553 1.32l-.9.356a2 2 0 0 0-1.118 1.108l-.363.897a1 1 0 0 1-1.325.542l-.887-.385a2 2 0 0 0-1.575-.007l-.89.377a1 1 0 0 1-1.32-.553l-.356-.9a2 2 0 0 0-1.109-1.118l-.896-.363a1 1 0 0 1-.542-1.324l.385-.888a2 2 0 0 0 .006-1.574l-.377-.891a1 1 0 0 1 .554-1.32l.899-.355a2 2 0 0 0 1.118-1.11zM6.25 8h3.5c.69 0 1.288.565 1.17 1.246c-.187 1.086-.816 2.254-2.92 2.254s-2.732-1.168-2.92-2.254C4.962 8.566 5.56 8 6.25 8M9.5 5.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/></svg>
</template>

CSS

.icon-person-starburst-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.738%201.167A2%202%200%200%200%204.09%202.251l-.364.896a1%201%200%200%201-.559.555l-.9.355a2%202%200%200%200-1.106%202.64l.377.89a1%201%200%200%201-.003.788l-.385.887a2%202%200%200%200%201.084%202.649l.897.363a1%201%200%200%201%20.554.56l.356.899a2%202%200%200%200%202.64%201.106l.89-.377a1%201%200%200%201%20.787.004l.888.384a2%202%200%200%200%202.648-1.084l.364-.896a1%201%200%200%201%20.559-.554l.9-.356a2%202%200%200%200%201.106-2.64l-.377-.89a1%201%200%200%201%20.003-.788l.385-.887a2%202%200%200%200-1.084-2.649l-.897-.363a1%201%200%200%201-.554-.56l-.356-.899a2%202%200%200%200-2.639-1.106l-.89.377a1%201%200%200%201-.788-.003zm-1.721%201.46a1%201%200%200%201%201.324-.542l.887.384a2%202%200%200%200%201.575.007l.89-.377a1%201%200%200%201%201.32.553l.356.9a2%202%200%200%200%201.109%201.118l.896.363a1%201%200%200%201%20.542%201.324l-.385.888a2%202%200%200%200-.006%201.575l.377.89a1%201%200%200%201-.553%201.32l-.9.356a2%202%200%200%200-1.118%201.108l-.363.897a1%201%200%200%201-1.325.542l-.887-.385a2%202%200%200%200-1.575-.007l-.89.377a1%201%200%200%201-1.32-.553l-.356-.9a2%202%200%200%200-1.109-1.118l-.896-.363a1%201%200%200%201-.542-1.324l.385-.888a2%202%200%200%200%20.006-1.574l-.377-.891a1%201%200%200%201%20.554-1.32l.899-.355a2%202%200%200%200%201.118-1.11zM6.25%208h3.5c.69%200%201.288.565%201.17%201.246c-.187%201.086-.816%202.254-2.92%202.254s-2.732-1.168-2.92-2.254C4.962%208.566%205.56%208%206.25%208M9.5%205.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.738%201.167A2%202%200%200%200%204.09%202.251l-.364.896a1%201%200%200%201-.559.555l-.9.355a2%202%200%200%200-1.106%202.64l.377.89a1%201%200%200%201-.003.788l-.385.887a2%202%200%200%200%201.084%202.649l.897.363a1%201%200%200%201%20.554.56l.356.899a2%202%200%200%200%202.64%201.106l.89-.377a1%201%200%200%201%20.787.004l.888.384a2%202%200%200%200%202.648-1.084l.364-.896a1%201%200%200%201%20.559-.554l.9-.356a2%202%200%200%200%201.106-2.64l-.377-.89a1%201%200%200%201%20.003-.788l.385-.887a2%202%200%200%200-1.084-2.649l-.897-.363a1%201%200%200%201-.554-.56l-.356-.899a2%202%200%200%200-2.639-1.106l-.89.377a1%201%200%200%201-.788-.003zm-1.721%201.46a1%201%200%200%201%201.324-.542l.887.384a2%202%200%200%200%201.575.007l.89-.377a1%201%200%200%201%201.32.553l.356.9a2%202%200%200%200%201.109%201.118l.896.363a1%201%200%200%201%20.542%201.324l-.385.888a2%202%200%200%200-.006%201.575l.377.89a1%201%200%200%201-.553%201.32l-.9.356a2%202%200%200%200-1.118%201.108l-.363.897a1%201%200%200%201-1.325.542l-.887-.385a2%202%200%200%200-1.575-.007l-.89.377a1%201%200%200%201-1.32-.553l-.356-.9a2%202%200%200%200-1.109-1.118l-.896-.363a1%201%200%200%201-.542-1.324l.385-.888a2%202%200%200%200%20.006-1.574l-.377-.891a1%201%200%200%201%20.554-1.32l.899-.355a2%202%200%200%200%201.118-1.11zM6.25%208h3.5c.69%200%201.288.565%201.17%201.246c-.187%201.086-.816%202.254-2.92%202.254s-2.732-1.168-2.92-2.254C4.962%208.566%205.56%208%206.25%208M9.5%205.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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