person prohibited icon
person-prohibited-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- person-prohibited-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- License
- MIT
10 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 prohibited icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M15.114 25.719A7.48 7.48 0 0 1 13 20.5c0-1.688.558-3.247 1.5-4.5H5a3 3 0 0 0-3 3v.715C2 23.433 6.21 26 12 26a17 17 0 0 0 3.114-.281M18 8A6 6 0 1 0 6 8a6 6 0 0 0 12 0m9 12.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0m-1.5 0c0-1.11-.362-2.136-.974-2.965l-6.991 6.991A5 5 0 0 0 25.5 20.5m-9.026 2.965l6.991-6.991a5 5 0 0 0-6.991 6.991"/></svg>
React
import type { SVGProps } from "react";
export function FluentPersonProhibited28Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M15.114 25.719A7.48 7.48 0 0 1 13 20.5c0-1.688.558-3.247 1.5-4.5H5a3 3 0 0 0-3 3v.715C2 23.433 6.21 26 12 26a17 17 0 0 0 3.114-.281M18 8A6 6 0 1 0 6 8a6 6 0 0 0 12 0m9 12.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0m-1.5 0c0-1.11-.362-2.136-.974-2.965l-6.991 6.991A5 5 0 0 0 25.5 20.5m-9.026 2.965l6.991-6.991a5 5 0 0 0-6.991 6.991"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M15.114 25.719A7.48 7.48 0 0 1 13 20.5c0-1.688.558-3.247 1.5-4.5H5a3 3 0 0 0-3 3v.715C2 23.433 6.21 26 12 26a17 17 0 0 0 3.114-.281M18 8A6 6 0 1 0 6 8a6 6 0 0 0 12 0m9 12.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0m-1.5 0c0-1.11-.362-2.136-.974-2.965l-6.991 6.991A5 5 0 0 0 25.5 20.5m-9.026 2.965l6.991-6.991a5 5 0 0 0-6.991 6.991"/></svg> </template>
CSS
.icon-person-prohibited-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.114%2025.719A7.48%207.48%200%200%201%2013%2020.5c0-1.688.558-3.247%201.5-4.5H5a3%203%200%200%200-3%203v.715C2%2023.433%206.21%2026%2012%2026a17%2017%200%200%200%203.114-.281M18%208A6%206%200%201%200%206%208a6%206%200%200%200%2012%200m9%2012.5a6.5%206.5%200%201%201-13%200a6.5%206.5%200%200%201%2013%200m-1.5%200c0-1.11-.362-2.136-.974-2.965l-6.991%206.991A5%205%200%200%200%2025.5%2020.5m-9.026%202.965l6.991-6.991a5%205%200%200%200-6.991%206.991%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.114%2025.719A7.48%207.48%200%200%201%2013%2020.5c0-1.688.558-3.247%201.5-4.5H5a3%203%200%200%200-3%203v.715C2%2023.433%206.21%2026%2012%2026a17%2017%200%200%200%203.114-.281M18%208A6%206%200%201%200%206%208a6%206%200%200%200%2012%200m9%2012.5a6.5%206.5%200%201%201-13%200a6.5%206.5%200%200%201%2013%200m-1.5%200c0-1.11-.362-2.136-.974-2.965l-6.991%206.991A5%205%200%200%200%2025.5%2020.5m-9.026%202.965l6.991-6.991a5%205%200%200%200-6.991%206.991%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/person-prohibited-28-filled.svg?color=%231a73e8&size=48