user forbid icon

user-forbid-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
user-forbid-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Related icons in MingCute Icon

Use the user forbid icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M6 7a5 5 0 1 1 10 0A5 5 0 0 1 6 7m-1.178 7.672C6.425 13.694 8.605 13 11 13q.671 0 1.316.07a1 1 0 0 1 .72 1.557A5.97 5.97 0 0 0 12 18c0 .92.207 1.79.575 2.567a1 1 0 0 1-.89 1.428Q11.345 22 11 22c-2.229 0-4.335-.14-5.913-.558c-.785-.208-1.524-.506-2.084-.956C2.41 20.01 2 19.345 2 18.5c0-.787.358-1.523.844-2.139c.494-.625 1.177-1.2 1.978-1.69m11.246 2.81a2 2 0 0 0 2.45 2.45zm1.414-1.414l2.45 2.45Q20 18.27 20 18a2 2 0 0 0-2.518-1.932M14 18a4 4 0 1 1 8 0a4 4 0 0 1-8 0" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteUserForbidFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M6 7a5 5 0 1 1 10 0A5 5 0 0 1 6 7m-1.178 7.672C6.425 13.694 8.605 13 11 13q.671 0 1.316.07a1 1 0 0 1 .72 1.557A5.97 5.97 0 0 0 12 18c0 .92.207 1.79.575 2.567a1 1 0 0 1-.89 1.428Q11.345 22 11 22c-2.229 0-4.335-.14-5.913-.558c-.785-.208-1.524-.506-2.084-.956C2.41 20.01 2 19.345 2 18.5c0-.787.358-1.523.844-2.139c.494-.625 1.177-1.2 1.978-1.69m11.246 2.81a2 2 0 0 0 2.45 2.45zm1.414-1.414l2.45 2.45Q20 18.27 20 18a2 2 0 0 0-2.518-1.932M14 18a4 4 0 1 1 8 0a4 4 0 0 1-8 0" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M6 7a5 5 0 1 1 10 0A5 5 0 0 1 6 7m-1.178 7.672C6.425 13.694 8.605 13 11 13q.671 0 1.316.07a1 1 0 0 1 .72 1.557A5.97 5.97 0 0 0 12 18c0 .92.207 1.79.575 2.567a1 1 0 0 1-.89 1.428Q11.345 22 11 22c-2.229 0-4.335-.14-5.913-.558c-.785-.208-1.524-.506-2.084-.956C2.41 20.01 2 19.345 2 18.5c0-.787.358-1.523.844-2.139c.494-.625 1.177-1.2 1.978-1.69m11.246 2.81a2 2 0 0 0 2.45 2.45zm1.414-1.414l2.45 2.45Q20 18.27 20 18a2 2 0 0 0-2.518-1.932M14 18a4 4 0 1 1 8 0a4 4 0 0 1-8 0" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-user-forbid-fill {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6%207a5%205%200%201%201%2010%200A5%205%200%200%201%206%207m-1.178%207.672C6.425%2013.694%208.605%2013%2011%2013q.671%200%201.316.07a1%201%200%200%201%20.72%201.557A5.97%205.97%200%200%200%2012%2018c0%20.92.207%201.79.575%202.567a1%201%200%200%201-.89%201.428Q11.345%2022%2011%2022c-2.229%200-4.335-.14-5.913-.558c-.785-.208-1.524-.506-2.084-.956C2.41%2020.01%202%2019.345%202%2018.5c0-.787.358-1.523.844-2.139c.494-.625%201.177-1.2%201.978-1.69m11.246%202.81a2%202%200%200%200%202.45%202.45zm1.414-1.414l2.45%202.45Q20%2018.27%2020%2018a2%202%200%200%200-2.518-1.932M14%2018a4%204%200%201%201%208%200a4%204%200%200%201-8%200%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6%207a5%205%200%201%201%2010%200A5%205%200%200%201%206%207m-1.178%207.672C6.425%2013.694%208.605%2013%2011%2013q.671%200%201.316.07a1%201%200%200%201%20.72%201.557A5.97%205.97%200%200%200%2012%2018c0%20.92.207%201.79.575%202.567a1%201%200%200%201-.89%201.428Q11.345%2022%2011%2022c-2.229%200-4.335-.14-5.913-.558c-.785-.208-1.524-.506-2.084-.956C2.41%2020.01%202%2019.345%202%2018.5c0-.787.358-1.523.844-2.139c.494-.625%201.177-1.2%201.978-1.69m11.246%202.81a2%202%200%200%200%202.45%202.45zm1.414-1.414l2.45%202.45Q20%2018.27%2020%2018a2%202%200%200%200-2.518-1.932M14%2018a4%204%200%201%201%208%200a4%204%200%200%201-8%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/user-forbid-fill.svg?color=%231a73e8&size=48