user block icon

user-block from Reicon by REICON · Outline · Users · MIT Free for personal and commercial use.

Name
user-block
Set
Reicon
Style
Outline
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"><path fill="currentColor" fill-rule="evenodd" d="M7.25 6a4.75 4.75 0 1 1 9.5 0a4.75 4.75 0 0 1-9.5 0M12 2.75a3.25 3.25 0 1 0 0 6.5a3.25 3.25 0 0 0 0-6.5m2.775 9.763A14.5 14.5 0 0 0 12 12.25c-2.313 0-4.445.526-6.024 1.414C4.42 14.54 3.25 15.866 3.25 17.5v.102c-.001 1.162-.002 2.62 1.277 3.662c.629.512 1.51.877 2.7 1.117c1.192.242 2.747.369 4.773.369c2.868 0 4.81-.254 6.12-.741c1.179-.44 1.877-1.082 2.25-1.892a4.748 4.748 0 0 0 .989-7.476A4.74 4.74 0 0 0 18 11.25c-1.245 0-2.378.48-3.225 1.263M6.71 14.972c-1.34.753-1.96 1.677-1.96 2.528c0 1.308.04 2.044.723 2.6c.37.302.99.597 2.05.811c1.057.214 2.502.339 4.476.339c2.578 0 4.24-.213 5.311-.55a4.74 4.74 0 0 1-2.67-1.341A4.74 4.74 0 0 1 13.251 16c0-.768.181-1.493.505-2.135A13 13 0 0 0 12 13.75c-2.105 0-3.973.482-5.289 1.222M14.751 16a3.25 3.25 0 0 1 4.955-2.767l-4.473 4.473A3.23 3.23 0 0 1 14.75 16m1.543 2.767l4.473-4.473a3.25 3.25 0 0 1-4.473 4.473" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconUserBlock(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="M7.25 6a4.75 4.75 0 1 1 9.5 0a4.75 4.75 0 0 1-9.5 0M12 2.75a3.25 3.25 0 1 0 0 6.5a3.25 3.25 0 0 0 0-6.5m2.775 9.763A14.5 14.5 0 0 0 12 12.25c-2.313 0-4.445.526-6.024 1.414C4.42 14.54 3.25 15.866 3.25 17.5v.102c-.001 1.162-.002 2.62 1.277 3.662c.629.512 1.51.877 2.7 1.117c1.192.242 2.747.369 4.773.369c2.868 0 4.81-.254 6.12-.741c1.179-.44 1.877-1.082 2.25-1.892a4.748 4.748 0 0 0 .989-7.476A4.74 4.74 0 0 0 18 11.25c-1.245 0-2.378.48-3.225 1.263M6.71 14.972c-1.34.753-1.96 1.677-1.96 2.528c0 1.308.04 2.044.723 2.6c.37.302.99.597 2.05.811c1.057.214 2.502.339 4.476.339c2.578 0 4.24-.213 5.311-.55a4.74 4.74 0 0 1-2.67-1.341A4.74 4.74 0 0 1 13.251 16c0-.768.181-1.493.505-2.135A13 13 0 0 0 12 13.75c-2.105 0-3.973.482-5.289 1.222M14.751 16a3.25 3.25 0 0 1 4.955-2.767l-4.473 4.473A3.23 3.23 0 0 1 14.75 16m1.543 2.767l4.473-4.473a3.25 3.25 0 0 1-4.473 4.473" 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="M7.25 6a4.75 4.75 0 1 1 9.5 0a4.75 4.75 0 0 1-9.5 0M12 2.75a3.25 3.25 0 1 0 0 6.5a3.25 3.25 0 0 0 0-6.5m2.775 9.763A14.5 14.5 0 0 0 12 12.25c-2.313 0-4.445.526-6.024 1.414C4.42 14.54 3.25 15.866 3.25 17.5v.102c-.001 1.162-.002 2.62 1.277 3.662c.629.512 1.51.877 2.7 1.117c1.192.242 2.747.369 4.773.369c2.868 0 4.81-.254 6.12-.741c1.179-.44 1.877-1.082 2.25-1.892a4.748 4.748 0 0 0 .989-7.476A4.74 4.74 0 0 0 18 11.25c-1.245 0-2.378.48-3.225 1.263M6.71 14.972c-1.34.753-1.96 1.677-1.96 2.528c0 1.308.04 2.044.723 2.6c.37.302.99.597 2.05.811c1.057.214 2.502.339 4.476.339c2.578 0 4.24-.213 5.311-.55a4.74 4.74 0 0 1-2.67-1.341A4.74 4.74 0 0 1 13.251 16c0-.768.181-1.493.505-2.135A13 13 0 0 0 12 13.75c-2.105 0-3.973.482-5.289 1.222M14.751 16a3.25 3.25 0 0 1 4.955-2.767l-4.473 4.473A3.23 3.23 0 0 1 14.75 16m1.543 2.767l4.473-4.473a3.25 3.25 0 0 1-4.473 4.473" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-user-block {
  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%22M7.25%206a4.75%204.75%200%201%201%209.5%200a4.75%204.75%200%200%201-9.5%200M12%202.75a3.25%203.25%200%201%200%200%206.5a3.25%203.25%200%200%200%200-6.5m2.775%209.763A14.5%2014.5%200%200%200%2012%2012.25c-2.313%200-4.445.526-6.024%201.414C4.42%2014.54%203.25%2015.866%203.25%2017.5v.102c-.001%201.162-.002%202.62%201.277%203.662c.629.512%201.51.877%202.7%201.117c1.192.242%202.747.369%204.773.369c2.868%200%204.81-.254%206.12-.741c1.179-.44%201.877-1.082%202.25-1.892a4.748%204.748%200%200%200%20.989-7.476A4.74%204.74%200%200%200%2018%2011.25c-1.245%200-2.378.48-3.225%201.263M6.71%2014.972c-1.34.753-1.96%201.677-1.96%202.528c0%201.308.04%202.044.723%202.6c.37.302.99.597%202.05.811c1.057.214%202.502.339%204.476.339c2.578%200%204.24-.213%205.311-.55a4.74%204.74%200%200%201-2.67-1.341A4.74%204.74%200%200%201%2013.251%2016c0-.768.181-1.493.505-2.135A13%2013%200%200%200%2012%2013.75c-2.105%200-3.973.482-5.289%201.222M14.751%2016a3.25%203.25%200%200%201%204.955-2.767l-4.473%204.473A3.23%203.23%200%200%201%2014.75%2016m1.543%202.767l4.473-4.473a3.25%203.25%200%200%201-4.473%204.473%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%22M7.25%206a4.75%204.75%200%201%201%209.5%200a4.75%204.75%200%200%201-9.5%200M12%202.75a3.25%203.25%200%201%200%200%206.5a3.25%203.25%200%200%200%200-6.5m2.775%209.763A14.5%2014.5%200%200%200%2012%2012.25c-2.313%200-4.445.526-6.024%201.414C4.42%2014.54%203.25%2015.866%203.25%2017.5v.102c-.001%201.162-.002%202.62%201.277%203.662c.629.512%201.51.877%202.7%201.117c1.192.242%202.747.369%204.773.369c2.868%200%204.81-.254%206.12-.741c1.179-.44%201.877-1.082%202.25-1.892a4.748%204.748%200%200%200%20.989-7.476A4.74%204.74%200%200%200%2018%2011.25c-1.245%200-2.378.48-3.225%201.263M6.71%2014.972c-1.34.753-1.96%201.677-1.96%202.528c0%201.308.04%202.044.723%202.6c.37.302.99.597%202.05.811c1.057.214%202.502.339%204.476.339c2.578%200%204.24-.213%205.311-.55a4.74%204.74%200%200%201-2.67-1.341A4.74%204.74%200%200%201%2013.251%2016c0-.768.181-1.493.505-2.135A13%2013%200%200%200%2012%2013.75c-2.105%200-3.973.482-5.289%201.222M14.751%2016a3.25%203.25%200%200%201%204.955-2.767l-4.473%204.473A3.23%203.23%200%200%201%2014.75%2016m1.543%202.767l4.473-4.473a3.25%203.25%200%200%201-4.473%204.473%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/reicon/user-block.svg?color=%231a73e8&size=48