people prohibited icon
people-prohibited-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- people-prohibited-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- License
- MIT
7 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
people-add-16-filledpeople-audience-20-filledpeople-call-16-filledpeople-chat-16-filledpeople-checkmark-16-filledpeople-communication-16-filledpeople-community-12-filledpeople-community-add-20-filledpeople-edit-16-filledpeople-error-16-filledpeople-eye-16-filledpeople-game-controller-20-filledpeople-interwoven-16-filledpeople-link-16-filledpeople-list-16-filledpeople-lock-16-filledpeople-money-20-filledpeople-queue-20-filledpeople-search-20-filledpeople-settings-20-filledpeople-star-16-filledpeople-subtract-20-filledpeople-swap-16-filledpeople-sync-16-filled
Use the people prohibited icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M34 24c6.075 0 11 4.925 11 11s-4.925 11-11 11s-11-4.925-11-11s4.925-11 11-11m-5.061 17.83a8.5 8.5 0 0 0 11.89-11.89zM34 26.5a8.5 8.5 0 0 0-6.83 13.562L39.063 28.17A8.46 8.46 0 0 0 34 26.5M25.25 25q.212 0 .417.023A12.97 12.97 0 0 0 21 35c0 1.156.151 2.276.435 3.343c-1.497.41-3.288.657-5.435.657c-13 0-13-9-13-9v-1.25A3.75 3.75 0 0 1 6.75 25zM16 6a8 8 0 1 1 0 16a8 8 0 0 1 0-16m18 4a6 6 0 1 1 0 12a6 6 0 0 1 0-12"/></svg>
React
import type { SVGProps } from "react";
export function FluentPeopleProhibited48Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M34 24c6.075 0 11 4.925 11 11s-4.925 11-11 11s-11-4.925-11-11s4.925-11 11-11m-5.061 17.83a8.5 8.5 0 0 0 11.89-11.89zM34 26.5a8.5 8.5 0 0 0-6.83 13.562L39.063 28.17A8.46 8.46 0 0 0 34 26.5M25.25 25q.212 0 .417.023A12.97 12.97 0 0 0 21 35c0 1.156.151 2.276.435 3.343c-1.497.41-3.288.657-5.435.657c-13 0-13-9-13-9v-1.25A3.75 3.75 0 0 1 6.75 25zM16 6a8 8 0 1 1 0 16a8 8 0 0 1 0-16m18 4a6 6 0 1 1 0 12a6 6 0 0 1 0-12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M34 24c6.075 0 11 4.925 11 11s-4.925 11-11 11s-11-4.925-11-11s4.925-11 11-11m-5.061 17.83a8.5 8.5 0 0 0 11.89-11.89zM34 26.5a8.5 8.5 0 0 0-6.83 13.562L39.063 28.17A8.46 8.46 0 0 0 34 26.5M25.25 25q.212 0 .417.023A12.97 12.97 0 0 0 21 35c0 1.156.151 2.276.435 3.343c-1.497.41-3.288.657-5.435.657c-13 0-13-9-13-9v-1.25A3.75 3.75 0 0 1 6.75 25zM16 6a8 8 0 1 1 0 16a8 8 0 0 1 0-16m18 4a6 6 0 1 1 0 12a6 6 0 0 1 0-12"/></svg> </template>
CSS
.icon-people-prohibited-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M34%2024c6.075%200%2011%204.925%2011%2011s-4.925%2011-11%2011s-11-4.925-11-11s4.925-11%2011-11m-5.061%2017.83a8.5%208.5%200%200%200%2011.89-11.89zM34%2026.5a8.5%208.5%200%200%200-6.83%2013.562L39.063%2028.17A8.46%208.46%200%200%200%2034%2026.5M25.25%2025q.212%200%20.417.023A12.97%2012.97%200%200%200%2021%2035c0%201.156.151%202.276.435%203.343c-1.497.41-3.288.657-5.435.657c-13%200-13-9-13-9v-1.25A3.75%203.75%200%200%201%206.75%2025zM16%206a8%208%200%201%201%200%2016a8%208%200%200%201%200-16m18%204a6%206%200%201%201%200%2012a6%206%200%200%201%200-12%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M34%2024c6.075%200%2011%204.925%2011%2011s-4.925%2011-11%2011s-11-4.925-11-11s4.925-11%2011-11m-5.061%2017.83a8.5%208.5%200%200%200%2011.89-11.89zM34%2026.5a8.5%208.5%200%200%200-6.83%2013.562L39.063%2028.17A8.46%208.46%200%200%200%2034%2026.5M25.25%2025q.212%200%20.417.023A12.97%2012.97%200%200%200%2021%2035c0%201.156.151%202.276.435%203.343c-1.497.41-3.288.657-5.435.657c-13%200-13-9-13-9v-1.25A3.75%203.75%200%200%201%206.75%2025zM16%206a8%208%200%201%201%200%2016a8%208%200%200%201%200-16m18%204a6%206%200%201%201%200%2012a6%206%200%200%201%200-12%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/people-prohibited-48-filled.svg?color=%231a73e8&size=48