user off icon

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

Name
user-off
Set
Reicon
Style
Outline
Category
Users
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

More users icons from Reicon

Use the user off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.53 1.47a.75.75 0 0 0-1.06 1.06l11.798 11.8q-.626-.08-1.268-.08c-4.266 0-8.176 2.677-8.742 6.644a.75.75 0 0 0 1.484.212C5.176 18.073 8.265 15.75 12 15.75a8.5 8.5 0 0 1 3.371.682l3.621 3.62q.187.51.265 1.054a.75.75 0 0 0 1.242.454l.97.97a.75.75 0 1 0 1.061-1.06zM12 3.75a3.74 3.74 0 0 0-2.852 1.315a.75.75 0 1 1-1.14-.975a5.25 5.25 0 1 1 7.402 7.402a.75.75 0 1 1-.975-1.14A3.75 3.75 0 0 0 12 3.75"/></svg>

React

import type { SVGProps } from "react";

export function ReiconUserOff(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" d="M2.53 1.47a.75.75 0 0 0-1.06 1.06l11.798 11.8q-.626-.08-1.268-.08c-4.266 0-8.176 2.677-8.742 6.644a.75.75 0 0 0 1.484.212C5.176 18.073 8.265 15.75 12 15.75a8.5 8.5 0 0 1 3.371.682l3.621 3.62q.187.51.265 1.054a.75.75 0 0 0 1.242.454l.97.97a.75.75 0 1 0 1.061-1.06zM12 3.75a3.74 3.74 0 0 0-2.852 1.315a.75.75 0 1 1-1.14-.975a5.25 5.25 0 1 1 7.402 7.402a.75.75 0 1 1-.975-1.14A3.75 3.75 0 0 0 12 3.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.53 1.47a.75.75 0 0 0-1.06 1.06l11.798 11.8q-.626-.08-1.268-.08c-4.266 0-8.176 2.677-8.742 6.644a.75.75 0 0 0 1.484.212C5.176 18.073 8.265 15.75 12 15.75a8.5 8.5 0 0 1 3.371.682l3.621 3.62q.187.51.265 1.054a.75.75 0 0 0 1.242.454l.97.97a.75.75 0 1 0 1.061-1.06zM12 3.75a3.74 3.74 0 0 0-2.852 1.315a.75.75 0 1 1-1.14-.975a5.25 5.25 0 1 1 7.402 7.402a.75.75 0 1 1-.975-1.14A3.75 3.75 0 0 0 12 3.75"/></svg>
</template>

CSS

.icon-user-off {
  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%20d%3D%22M2.53%201.47a.75.75%200%200%200-1.06%201.06l11.798%2011.8q-.626-.08-1.268-.08c-4.266%200-8.176%202.677-8.742%206.644a.75.75%200%200%200%201.484.212C5.176%2018.073%208.265%2015.75%2012%2015.75a8.5%208.5%200%200%201%203.371.682l3.621%203.62q.187.51.265%201.054a.75.75%200%200%200%201.242.454l.97.97a.75.75%200%201%200%201.061-1.06zM12%203.75a3.74%203.74%200%200%200-2.852%201.315a.75.75%200%201%201-1.14-.975a5.25%205.25%200%201%201%207.402%207.402a.75.75%200%201%201-.975-1.14A3.75%203.75%200%200%200%2012%203.75%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%20d%3D%22M2.53%201.47a.75.75%200%200%200-1.06%201.06l11.798%2011.8q-.626-.08-1.268-.08c-4.266%200-8.176%202.677-8.742%206.644a.75.75%200%200%200%201.484.212C5.176%2018.073%208.265%2015.75%2012%2015.75a8.5%208.5%200%200%201%203.371.682l3.621%203.62q.187.51.265%201.054a.75.75%200%200%200%201.242.454l.97.97a.75.75%200%201%200%201.061-1.06zM12%203.75a3.74%203.74%200%200%200-2.852%201.315a.75.75%200%201%201-1.14-.975a5.25%205.25%200%201%201%207.402%207.402a.75.75%200%201%201-.975-1.14A3.75%203.75%200%200%200%2012%203.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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