person prohibited icon

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

Name
person-prohibited-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
License
MIT

10 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

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.5 7.5 0 0 1-1.04-1.35q-.984.13-2.074.131c-5.111 0-8.5-2.111-8.5-4.785V19l.007-.145A1.5 1.5 0 0 1 5 17.5h8.624A7.5 7.5 0 0 1 14.5 16H5a3 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 0M7.5 8a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 0M27 20.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 FluentPersonProhibited28Regular(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.5 7.5 0 0 1-1.04-1.35q-.984.13-2.074.131c-5.111 0-8.5-2.111-8.5-4.785V19l.007-.145A1.5 1.5 0 0 1 5 17.5h8.624A7.5 7.5 0 0 1 14.5 16H5a3 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 0M7.5 8a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 0M27 20.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.5 7.5 0 0 1-1.04-1.35q-.984.13-2.074.131c-5.111 0-8.5-2.111-8.5-4.785V19l.007-.145A1.5 1.5 0 0 1 5 17.5h8.624A7.5 7.5 0 0 1 14.5 16H5a3 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 0M7.5 8a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 0M27 20.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-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.114%2025.719a7.5%207.5%200%200%201-1.04-1.35q-.984.13-2.074.131c-5.111%200-8.5-2.111-8.5-4.785V19l.007-.145A1.5%201.5%200%200%201%205%2017.5h8.624A7.5%207.5%200%200%201%2014.5%2016H5a3%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%200M7.5%208a4.5%204.5%200%201%201%209%200a4.5%204.5%200%200%201-9%200M27%2020.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.5%207.5%200%200%201-1.04-1.35q-.984.13-2.074.131c-5.111%200-8.5-2.111-8.5-4.785V19l.007-.145A1.5%201.5%200%200%201%205%2017.5h8.624A7.5%207.5%200%200%201%2014.5%2016H5a3%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%200M7.5%208a4.5%204.5%200%201%201%209%200a4.5%204.5%200%200%201-9%200M27%2020.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-regular.svg?color=%231a73e8&size=48