user ban icon
user-ban-filled from Reicon by REICON · Filled · Users · MIT Free for personal and commercial use.
- Name
- user-ban-filled
- Set
- Reicon
- Style
- Filled
- Category
- Users
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More users icons from Reicon
Use the user ban icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M4.75 6.5a5.25 5.25 0 1 1 10.5 0a5.25 5.25 0 0 1-10.5 0m5.44 7.076a.75.75 0 0 1 .083.714A7.2 7.2 0 0 0 9.75 17c0 .963.187 1.88.527 2.718a.75.75 0 0 1-.695 1.032H2a.75.75 0 0 1-.742-.856c.546-3.826 4.207-6.454 8.287-6.634a.75.75 0 0 1 .645.316"/><path fill-rule="evenodd" d="M22.75 17a5.75 5.75 0 1 0-11.5 0a5.75 5.75 0 0 0 11.5 0M17 12.75a4.25 4.25 0 0 1 3.489 6.678l-5.917-5.917A4.23 4.23 0 0 1 17 12.75m0 8.5a4.23 4.23 0 0 0 2.428-.761l-5.917-5.917A4.25 4.25 0 0 0 17 21.25" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconUserBanFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M4.75 6.5a5.25 5.25 0 1 1 10.5 0a5.25 5.25 0 0 1-10.5 0m5.44 7.076a.75.75 0 0 1 .083.714A7.2 7.2 0 0 0 9.75 17c0 .963.187 1.88.527 2.718a.75.75 0 0 1-.695 1.032H2a.75.75 0 0 1-.742-.856c.546-3.826 4.207-6.454 8.287-6.634a.75.75 0 0 1 .645.316"/><path fillRule="evenodd" d="M22.75 17a5.75 5.75 0 1 0-11.5 0a5.75 5.75 0 0 0 11.5 0M17 12.75a4.25 4.25 0 0 1 3.489 6.678l-5.917-5.917A4.23 4.23 0 0 1 17 12.75m0 8.5a4.23 4.23 0 0 0 2.428-.761l-5.917-5.917A4.25 4.25 0 0 0 17 21.25" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M4.75 6.5a5.25 5.25 0 1 1 10.5 0a5.25 5.25 0 0 1-10.5 0m5.44 7.076a.75.75 0 0 1 .083.714A7.2 7.2 0 0 0 9.75 17c0 .963.187 1.88.527 2.718a.75.75 0 0 1-.695 1.032H2a.75.75 0 0 1-.742-.856c.546-3.826 4.207-6.454 8.287-6.634a.75.75 0 0 1 .645.316"/><path fill-rule="evenodd" d="M22.75 17a5.75 5.75 0 1 0-11.5 0a5.75 5.75 0 0 0 11.5 0M17 12.75a4.25 4.25 0 0 1 3.489 6.678l-5.917-5.917A4.23 4.23 0 0 1 17 12.75m0 8.5a4.23 4.23 0 0 0 2.428-.761l-5.917-5.917A4.25 4.25 0 0 0 17 21.25" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-user-ban-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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M4.75%206.5a5.25%205.25%200%201%201%2010.5%200a5.25%205.25%200%200%201-10.5%200m5.44%207.076a.75.75%200%200%201%20.083.714A7.2%207.2%200%200%200%209.75%2017c0%20.963.187%201.88.527%202.718a.75.75%200%200%201-.695%201.032H2a.75.75%200%200%201-.742-.856c.546-3.826%204.207-6.454%208.287-6.634a.75.75%200%200%201%20.645.316%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M22.75%2017a5.75%205.75%200%201%200-11.5%200a5.75%205.75%200%200%200%2011.5%200M17%2012.75a4.25%204.25%200%200%201%203.489%206.678l-5.917-5.917A4.23%204.23%200%200%201%2017%2012.75m0%208.5a4.23%204.23%200%200%200%202.428-.761l-5.917-5.917A4.25%204.25%200%200%200%2017%2021.25%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M4.75%206.5a5.25%205.25%200%201%201%2010.5%200a5.25%205.25%200%200%201-10.5%200m5.44%207.076a.75.75%200%200%201%20.083.714A7.2%207.2%200%200%200%209.75%2017c0%20.963.187%201.88.527%202.718a.75.75%200%200%201-.695%201.032H2a.75.75%200%200%201-.742-.856c.546-3.826%204.207-6.454%208.287-6.634a.75.75%200%200%201%20.645.316%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M22.75%2017a5.75%205.75%200%201%200-11.5%200a5.75%205.75%200%200%200%2011.5%200M17%2012.75a4.25%204.25%200%200%201%203.489%206.678l-5.917-5.917A4.23%204.23%200%200%201%2017%2012.75m0%208.5a4.23%204.23%200%200%200%202.428-.761l-5.917-5.917A4.25%204.25%200%200%200%2017%2021.25%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/user-ban-filled.svg?color=%231a73e8&size=48