person prohibited icon
person-prohibited-32-light from Fluent UI System Icons by Microsoft Corporation · 32 Light · MIT Free for personal and commercial use.
- Name
- person-prohibited-32-light
- Set
- Fluent UI System Icons
- Style
- 32 Light
- Viewbox
- 32×32
- 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 32 32"><path fill="currentColor" d="M9 9a7 7 0 1 1 14 0A7 7 0 0 1 9 9m7-6a6 6 0 1 0 0 12a6 6 0 0 0 0-12m.375 15H7.5A3.5 3.5 0 0 0 4 21.5v.667C4 24.317 6.766 30 16 30q.64 0 1.238-.035q-.466-.453-.865-.968Q16.189 29 16 29c-8.766 0-11-5.316-11-6.833V21.5A2.5 2.5 0 0 1 7.5 19h8.204q.303-.524.671-1M23.5 31a7.5 7.5 0 1 0 0-15a7.5 7.5 0 0 0 0 15m0-2a5.5 5.5 0 0 1-3.117-.968l7.649-7.65A5.5 5.5 0 0 1 23.5 29m3.118-10.032l-7.65 7.65a5.5 5.5 0 0 1 7.65-7.65"/></svg>
React
import type { SVGProps } from "react";
export function FluentPersonProhibited32Light(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9 9a7 7 0 1 1 14 0A7 7 0 0 1 9 9m7-6a6 6 0 1 0 0 12a6 6 0 0 0 0-12m.375 15H7.5A3.5 3.5 0 0 0 4 21.5v.667C4 24.317 6.766 30 16 30q.64 0 1.238-.035q-.466-.453-.865-.968Q16.189 29 16 29c-8.766 0-11-5.316-11-6.833V21.5A2.5 2.5 0 0 1 7.5 19h8.204q.303-.524.671-1M23.5 31a7.5 7.5 0 1 0 0-15a7.5 7.5 0 0 0 0 15m0-2a5.5 5.5 0 0 1-3.117-.968l7.649-7.65A5.5 5.5 0 0 1 23.5 29m3.118-10.032l-7.65 7.65a5.5 5.5 0 0 1 7.65-7.65"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9 9a7 7 0 1 1 14 0A7 7 0 0 1 9 9m7-6a6 6 0 1 0 0 12a6 6 0 0 0 0-12m.375 15H7.5A3.5 3.5 0 0 0 4 21.5v.667C4 24.317 6.766 30 16 30q.64 0 1.238-.035q-.466-.453-.865-.968Q16.189 29 16 29c-8.766 0-11-5.316-11-6.833V21.5A2.5 2.5 0 0 1 7.5 19h8.204q.303-.524.671-1M23.5 31a7.5 7.5 0 1 0 0-15a7.5 7.5 0 0 0 0 15m0-2a5.5 5.5 0 0 1-3.117-.968l7.649-7.65A5.5 5.5 0 0 1 23.5 29m3.118-10.032l-7.65 7.65a5.5 5.5 0 0 1 7.65-7.65"/></svg> </template>
CSS
.icon-person-prohibited-32-light {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%209a7%207%200%201%201%2014%200A7%207%200%200%201%209%209m7-6a6%206%200%201%200%200%2012a6%206%200%200%200%200-12m.375%2015H7.5A3.5%203.5%200%200%200%204%2021.5v.667C4%2024.317%206.766%2030%2016%2030q.64%200%201.238-.035q-.466-.453-.865-.968Q16.189%2029%2016%2029c-8.766%200-11-5.316-11-6.833V21.5A2.5%202.5%200%200%201%207.5%2019h8.204q.303-.524.671-1M23.5%2031a7.5%207.5%200%201%200%200-15a7.5%207.5%200%200%200%200%2015m0-2a5.5%205.5%200%200%201-3.117-.968l7.649-7.65A5.5%205.5%200%200%201%2023.5%2029m3.118-10.032l-7.65%207.65a5.5%205.5%200%200%201%207.65-7.65%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%209a7%207%200%201%201%2014%200A7%207%200%200%201%209%209m7-6a6%206%200%201%200%200%2012a6%206%200%200%200%200-12m.375%2015H7.5A3.5%203.5%200%200%200%204%2021.5v.667C4%2024.317%206.766%2030%2016%2030q.64%200%201.238-.035q-.466-.453-.865-.968Q16.189%2029%2016%2029c-8.766%200-11-5.316-11-6.833V21.5A2.5%202.5%200%200%201%207.5%2019h8.204q.303-.524.671-1M23.5%2031a7.5%207.5%200%201%200%200-15a7.5%207.5%200%200%200%200%2015m0-2a5.5%205.5%200%200%201-3.117-.968l7.649-7.65A5.5%205.5%200%200%201%2023.5%2029m3.118-10.032l-7.65%207.65a5.5%205.5%200%200%201%207.65-7.65%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/person-prohibited-32-light.svg?color=%231a73e8&size=48