person-ribbon-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
person-ribbon-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the person ribbon icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 15.505c0-.527.09-1.032.256-1.501H6.253a2.25 2.25 0 0 0-2.25 2.25v.92c0 .572.18 1.13.511 1.596C6.056 20.935 8.58 22.008 12 22.008q2.267 0 4-.63v-3.044a4.5 4.5 0 0 1-1-2.83m-3-13.5a5 5 0 0 1 5 5.001a5 5 0 1 1-5-5.002m11 13.5a3.5 3.5 0 1 1-7.001 0a3.5 3.5 0 0 1 7.001 0m-1 3.743a4.5 4.5 0 0 1-2.5.758c-.925 0-1.785-.28-2.5-.758v3.506c0 .201.226.32.392.206l2.108-1.453l2.108 1.453a.25.25 0 0 0 .392-.206z"/></svg>

React

import type { SVGProps } from "react";

export function FluentPersonRibbon24Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 15.505c0-.527.09-1.032.256-1.501H6.253a2.25 2.25 0 0 0-2.25 2.25v.92c0 .572.18 1.13.511 1.596C6.056 20.935 8.58 22.008 12 22.008q2.267 0 4-.63v-3.044a4.5 4.5 0 0 1-1-2.83m-3-13.5a5 5 0 0 1 5 5.001a5 5 0 1 1-5-5.002m11 13.5a3.5 3.5 0 1 1-7.001 0a3.5 3.5 0 0 1 7.001 0m-1 3.743a4.5 4.5 0 0 1-2.5.758c-.925 0-1.785-.28-2.5-.758v3.506c0 .201.226.32.392.206l2.108-1.453l2.108 1.453a.25.25 0 0 0 .392-.206z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 15.505c0-.527.09-1.032.256-1.501H6.253a2.25 2.25 0 0 0-2.25 2.25v.92c0 .572.18 1.13.511 1.596C6.056 20.935 8.58 22.008 12 22.008q2.267 0 4-.63v-3.044a4.5 4.5 0 0 1-1-2.83m-3-13.5a5 5 0 0 1 5 5.001a5 5 0 1 1-5-5.002m11 13.5a3.5 3.5 0 1 1-7.001 0a3.5 3.5 0 0 1 7.001 0m-1 3.743a4.5 4.5 0 0 1-2.5.758c-.925 0-1.785-.28-2.5-.758v3.506c0 .201.226.32.392.206l2.108-1.453l2.108 1.453a.25.25 0 0 0 .392-.206z"/></svg>
</template>

CSS

.icon-person-ribbon-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%2015.505c0-.527.09-1.032.256-1.501H6.253a2.25%202.25%200%200%200-2.25%202.25v.92c0%20.572.18%201.13.511%201.596C6.056%2020.935%208.58%2022.008%2012%2022.008q2.267%200%204-.63v-3.044a4.5%204.5%200%200%201-1-2.83m-3-13.5a5%205%200%200%201%205%205.001a5%205%200%201%201-5-5.002m11%2013.5a3.5%203.5%200%201%201-7.001%200a3.5%203.5%200%200%201%207.001%200m-1%203.743a4.5%204.5%200%200%201-2.5.758c-.925%200-1.785-.28-2.5-.758v3.506c0%20.201.226.32.392.206l2.108-1.453l2.108%201.453a.25.25%200%200%200%20.392-.206z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%2015.505c0-.527.09-1.032.256-1.501H6.253a2.25%202.25%200%200%200-2.25%202.25v.92c0%20.572.18%201.13.511%201.596C6.056%2020.935%208.58%2022.008%2012%2022.008q2.267%200%204-.63v-3.044a4.5%204.5%200%200%201-1-2.83m-3-13.5a5%205%200%200%201%205%205.001a5%205%200%201%201-5-5.002m11%2013.5a3.5%203.5%200%201%201-7.001%200a3.5%203.5%200%200%201%207.001%200m-1%203.743a4.5%204.5%200%200%201-2.5.758c-.925%200-1.785-.28-2.5-.758v3.506c0%20.201.226.32.392.206l2.108-1.453l2.108%201.453a.25.25%200%200%200%20.392-.206z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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