user block icon
user-block-filled from Reicon by REICON · Filled · Users · MIT Free for personal and commercial use.
- Name
- user-block-filled
- Set
- Reicon
- Style
- Filled
- Category
- Users
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
More users icons from Reicon
Use the user block icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M16.5 15.75a2.75 2.75 0 0 0-2.383 4.123l3.756-3.756a2.74 2.74 0 0 0-1.373-.367m2.42 1.442l-3.728 3.728a2.75 2.75 0 0 0 3.728-3.728M12.25 18.5a4.25 4.25 0 1 1 8.5 0a4.25 4.25 0 0 1-8.5 0" clip-rule="evenodd"/><path d="M16 6a4 4 0 1 1-8 0a4 4 0 0 1 8 0m-1.705 7.188A5.752 5.752 0 0 0 11.938 22C4 21.99 4 19.979 4 17.5c0-2.485 3.582-4.5 8-4.5c.798 0 1.568.066 2.295.188"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconUserBlockFilled(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 fillRule="evenodd" d="M16.5 15.75a2.75 2.75 0 0 0-2.383 4.123l3.756-3.756a2.74 2.74 0 0 0-1.373-.367m2.42 1.442l-3.728 3.728a2.75 2.75 0 0 0 3.728-3.728M12.25 18.5a4.25 4.25 0 1 1 8.5 0a4.25 4.25 0 0 1-8.5 0" clipRule="evenodd"/><path d="M16 6a4 4 0 1 1-8 0a4 4 0 0 1 8 0m-1.705 7.188A5.752 5.752 0 0 0 11.938 22C4 21.99 4 19.979 4 17.5c0-2.485 3.582-4.5 8-4.5c.798 0 1.568.066 2.295.188"/></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 fill-rule="evenodd" d="M16.5 15.75a2.75 2.75 0 0 0-2.383 4.123l3.756-3.756a2.74 2.74 0 0 0-1.373-.367m2.42 1.442l-3.728 3.728a2.75 2.75 0 0 0 3.728-3.728M12.25 18.5a4.25 4.25 0 1 1 8.5 0a4.25 4.25 0 0 1-8.5 0" clip-rule="evenodd"/><path d="M16 6a4 4 0 1 1-8 0a4 4 0 0 1 8 0m-1.705 7.188A5.752 5.752 0 0 0 11.938 22C4 21.99 4 19.979 4 17.5c0-2.485 3.582-4.5 8-4.5c.798 0 1.568.066 2.295.188"/></g></svg> </template>
CSS
.icon-user-block-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%20fill-rule%3D%22evenodd%22%20d%3D%22M16.5%2015.75a2.75%202.75%200%200%200-2.383%204.123l3.756-3.756a2.74%202.74%200%200%200-1.373-.367m2.42%201.442l-3.728%203.728a2.75%202.75%200%200%200%203.728-3.728M12.25%2018.5a4.25%204.25%200%201%201%208.5%200a4.25%204.25%200%200%201-8.5%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M16%206a4%204%200%201%201-8%200a4%204%200%200%201%208%200m-1.705%207.188A5.752%205.752%200%200%200%2011.938%2022C4%2021.99%204%2019.979%204%2017.5c0-2.485%203.582-4.5%208-4.5c.798%200%201.568.066%202.295.188%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%20fill-rule%3D%22evenodd%22%20d%3D%22M16.5%2015.75a2.75%202.75%200%200%200-2.383%204.123l3.756-3.756a2.74%202.74%200%200%200-1.373-.367m2.42%201.442l-3.728%203.728a2.75%202.75%200%200%200%203.728-3.728M12.25%2018.5a4.25%204.25%200%201%201%208.5%200a4.25%204.25%200%200%201-8.5%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M16%206a4%204%200%201%201-8%200a4%204%200%200%201%208%200m-1.705%207.188A5.752%205.752%200%200%200%2011.938%2022C4%2021.99%204%2019.979%204%2017.5c0-2.485%203.582-4.5%208-4.5c.798%200%201.568.066%202.295.188%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-block-filled.svg?color=%231a73e8&size=48