people prohibited icon

people-prohibited-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.

Name
people-prohibited-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
License
MIT

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

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.023a13 13 0 0 0-2.286 2.477H6.75c-.69 0-1.25.56-1.25 1.25v1.242c0 .014.003.088.016.206c.017.162.054.407.13.706a6.2 6.2 0 0 0 1.069 2.216c1.182 1.56 3.71 3.38 9.285 3.38c2.066 0 3.713-.25 5.028-.645c.056.853.194 1.684.406 2.484C19.925 38.755 18.13 39 16 39c-6.175 0-9.522-2.055-11.277-4.37a8.7 8.7 0 0 1-1.501-3.112a8 8 0 0 1-.192-1.05a5 5 0 0 1-.029-.415L3 28.75A3.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-12M16 8.5a5.5 5.5 0 1 0 0 11a5.5 5.5 0 0 0 0-11m18 4a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7"/></svg>

React

import type { SVGProps } from "react";

export function FluentPeopleProhibited48Regular(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.023a13 13 0 0 0-2.286 2.477H6.75c-.69 0-1.25.56-1.25 1.25v1.242c0 .014.003.088.016.206c.017.162.054.407.13.706a6.2 6.2 0 0 0 1.069 2.216c1.182 1.56 3.71 3.38 9.285 3.38c2.066 0 3.713-.25 5.028-.645c.056.853.194 1.684.406 2.484C19.925 38.755 18.13 39 16 39c-6.175 0-9.522-2.055-11.277-4.37a8.7 8.7 0 0 1-1.501-3.112a8 8 0 0 1-.192-1.05a5 5 0 0 1-.029-.415L3 28.75A3.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-12M16 8.5a5.5 5.5 0 1 0 0 11a5.5 5.5 0 0 0 0-11m18 4a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7"/></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.023a13 13 0 0 0-2.286 2.477H6.75c-.69 0-1.25.56-1.25 1.25v1.242c0 .014.003.088.016.206c.017.162.054.407.13.706a6.2 6.2 0 0 0 1.069 2.216c1.182 1.56 3.71 3.38 9.285 3.38c2.066 0 3.713-.25 5.028-.645c.056.853.194 1.684.406 2.484C19.925 38.755 18.13 39 16 39c-6.175 0-9.522-2.055-11.277-4.37a8.7 8.7 0 0 1-1.501-3.112a8 8 0 0 1-.192-1.05a5 5 0 0 1-.029-.415L3 28.75A3.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-12M16 8.5a5.5 5.5 0 1 0 0 11a5.5 5.5 0 0 0 0-11m18 4a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7"/></svg>
</template>

CSS

.icon-people-prohibited-48-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%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.023a13%2013%200%200%200-2.286%202.477H6.75c-.69%200-1.25.56-1.25%201.25v1.242c0%20.014.003.088.016.206c.017.162.054.407.13.706a6.2%206.2%200%200%200%201.069%202.216c1.182%201.56%203.71%203.38%209.285%203.38c2.066%200%203.713-.25%205.028-.645c.056.853.194%201.684.406%202.484C19.925%2038.755%2018.13%2039%2016%2039c-6.175%200-9.522-2.055-11.277-4.37a8.7%208.7%200%200%201-1.501-3.112a8%208%200%200%201-.192-1.05a5%205%200%200%201-.029-.415L3%2028.75A3.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-12M16%208.5a5.5%205.5%200%201%200%200%2011a5.5%205.5%200%200%200%200-11m18%204a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7%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.023a13%2013%200%200%200-2.286%202.477H6.75c-.69%200-1.25.56-1.25%201.25v1.242c0%20.014.003.088.016.206c.017.162.054.407.13.706a6.2%206.2%200%200%200%201.069%202.216c1.182%201.56%203.71%203.38%209.285%203.38c2.066%200%203.713-.25%205.028-.645c.056.853.194%201.684.406%202.484C19.925%2038.755%2018.13%2039%2016%2039c-6.175%200-9.522-2.055-11.277-4.37a8.7%208.7%200%200%201-1.501-3.112a8%208%200%200%201-.192-1.05a5%205%200%200%201-.029-.415L3%2028.75A3.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-12M16%208.5a5.5%205.5%200%201%200%200%2011a5.5%205.5%200%200%200%200-11m18%204a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7%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-regular.svg?color=%231a73e8&size=48