person ribbon icon
person-ribbon-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- person-ribbon-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
person-5-20-filledperson-6-20-filledperson-account-16-filledperson-accounts-20-filledperson-add-16-filledperson-alert-16-filledperson-alert-off-16-filledperson-arrow-back-16-filledperson-arrow-left-16-filledperson-arrow-right-16-filledperson-available-16-filledperson-board-12-filledperson-board-add-16-filledperson-briefcase-16-filledperson-call-16-filledperson-chat-16-filledperson-circle-12-filledperson-circle-off-12-filledperson-clock-16-filledperson-delete-16-filledperson-desktop-20-filledperson-edit-16-filledperson-error-16-filledperson-feedback-16-filled
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.504c0-.526.09-1.03.256-1.5H6.253a2.25 2.25 0 0 0-2.25 2.25v.577c0 .893.32 1.757.9 2.436c1.565 1.835 3.952 2.74 7.097 2.74q2.267.001 4-.628v-1.62c-1.082.497-2.41.748-4 .748c-2.738 0-4.704-.746-5.957-2.214a2.25 2.25 0 0 1-.54-1.462v-.578a.75.75 0 0 1 .75-.749zm-3-13.5a5 5 0 0 1 5 5.002a5 5 0 1 1-5-5.002m0 1.5a3.5 3.5 0 1 0 .002 7.002A3.5 3.5 0 0 0 12 3.505m11 12a3.5 3.5 0 1 1-7.001.002A3.5 3.5 0 0 1 23 15.505m-1 3.744a4.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 FluentPersonRibbon24Regular(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.504c0-.526.09-1.03.256-1.5H6.253a2.25 2.25 0 0 0-2.25 2.25v.577c0 .893.32 1.757.9 2.436c1.565 1.835 3.952 2.74 7.097 2.74q2.267.001 4-.628v-1.62c-1.082.497-2.41.748-4 .748c-2.738 0-4.704-.746-5.957-2.214a2.25 2.25 0 0 1-.54-1.462v-.578a.75.75 0 0 1 .75-.749zm-3-13.5a5 5 0 0 1 5 5.002a5 5 0 1 1-5-5.002m0 1.5a3.5 3.5 0 1 0 .002 7.002A3.5 3.5 0 0 0 12 3.505m11 12a3.5 3.5 0 1 1-7.001.002A3.5 3.5 0 0 1 23 15.505m-1 3.744a4.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.504c0-.526.09-1.03.256-1.5H6.253a2.25 2.25 0 0 0-2.25 2.25v.577c0 .893.32 1.757.9 2.436c1.565 1.835 3.952 2.74 7.097 2.74q2.267.001 4-.628v-1.62c-1.082.497-2.41.748-4 .748c-2.738 0-4.704-.746-5.957-2.214a2.25 2.25 0 0 1-.54-1.462v-.578a.75.75 0 0 1 .75-.749zm-3-13.5a5 5 0 0 1 5 5.002a5 5 0 1 1-5-5.002m0 1.5a3.5 3.5 0 1 0 .002 7.002A3.5 3.5 0 0 0 12 3.505m11 12a3.5 3.5 0 1 1-7.001.002A3.5 3.5 0 0 1 23 15.505m-1 3.744a4.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-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%2015.504c0-.526.09-1.03.256-1.5H6.253a2.25%202.25%200%200%200-2.25%202.25v.577c0%20.893.32%201.757.9%202.436c1.565%201.835%203.952%202.74%207.097%202.74q2.267.001%204-.628v-1.62c-1.082.497-2.41.748-4%20.748c-2.738%200-4.704-.746-5.957-2.214a2.25%202.25%200%200%201-.54-1.462v-.578a.75.75%200%200%201%20.75-.749zm-3-13.5a5%205%200%200%201%205%205.002a5%205%200%201%201-5-5.002m0%201.5a3.5%203.5%200%201%200%20.002%207.002A3.5%203.5%200%200%200%2012%203.505m11%2012a3.5%203.5%200%201%201-7.001.002A3.5%203.5%200%200%201%2023%2015.505m-1%203.744a4.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.504c0-.526.09-1.03.256-1.5H6.253a2.25%202.25%200%200%200-2.25%202.25v.577c0%20.893.32%201.757.9%202.436c1.565%201.835%203.952%202.74%207.097%202.74q2.267.001%204-.628v-1.62c-1.082.497-2.41.748-4%20.748c-2.738%200-4.704-.746-5.957-2.214a2.25%202.25%200%200%201-.54-1.462v-.578a.75.75%200%200%201%20.75-.749zm-3-13.5a5%205%200%200%201%205%205.002a5%205%200%201%201-5-5.002m0%201.5a3.5%203.5%200%201%200%20.002%207.002A3.5%203.5%200%200%200%2012%203.505m11%2012a3.5%203.5%200%201%201-7.001.002A3.5%203.5%200%200%201%2023%2015.505m-1%203.744a4.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-regular.svg?color=%231a73e8&size=48