user off icon

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

Name
user-off-filled
Set
Reicon
Style
Filled
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.798A10 10 0 0 0 12 14.25c-4.266 0-8.177 2.677-8.743 6.644A.75.75 0 0 0 4 21.75h16a.75.75 0 0 0 .5-.19l.97.97a.75.75 0 1 0 1.06-1.06l-2.359-2.36l-.002-.001l-3.831-3.832l-.002-.001zm5.478 2.62a5.25 5.25 0 1 1 7.402 7.402a.75.75 0 0 1-1.018-.04L8.047 5.109a.75.75 0 0 1-.04-1.018"/></svg>

React

import type { SVGProps } from "react";

export function ReiconUserOffFilled(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.798A10 10 0 0 0 12 14.25c-4.266 0-8.177 2.677-8.743 6.644A.75.75 0 0 0 4 21.75h16a.75.75 0 0 0 .5-.19l.97.97a.75.75 0 1 0 1.06-1.06l-2.359-2.36l-.002-.001l-3.831-3.832l-.002-.001zm5.478 2.62a5.25 5.25 0 1 1 7.402 7.402a.75.75 0 0 1-1.018-.04L8.047 5.109a.75.75 0 0 1-.04-1.018"/></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.798A10 10 0 0 0 12 14.25c-4.266 0-8.177 2.677-8.743 6.644A.75.75 0 0 0 4 21.75h16a.75.75 0 0 0 .5-.19l.97.97a.75.75 0 1 0 1.06-1.06l-2.359-2.36l-.002-.001l-3.831-3.832l-.002-.001zm5.478 2.62a5.25 5.25 0 1 1 7.402 7.402a.75.75 0 0 1-1.018-.04L8.047 5.109a.75.75 0 0 1-.04-1.018"/></svg>
</template>

CSS

.icon-user-off-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.53%201.47a.75.75%200%200%200-1.06%201.06l11.798%2011.798A10%2010%200%200%200%2012%2014.25c-4.266%200-8.177%202.677-8.743%206.644A.75.75%200%200%200%204%2021.75h16a.75.75%200%200%200%20.5-.19l.97.97a.75.75%200%201%200%201.06-1.06l-2.359-2.36l-.002-.001l-3.831-3.832l-.002-.001zm5.478%202.62a5.25%205.25%200%201%201%207.402%207.402a.75.75%200%200%201-1.018-.04L8.047%205.109a.75.75%200%200%201-.04-1.018%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.798A10%2010%200%200%200%2012%2014.25c-4.266%200-8.177%202.677-8.743%206.644A.75.75%200%200%200%204%2021.75h16a.75.75%200%200%200%20.5-.19l.97.97a.75.75%200%201%200%201.06-1.06l-2.359-2.36l-.002-.001l-3.831-3.832l-.002-.001zm5.478%202.62a5.25%205.25%200%201%201%207.402%207.402a.75.75%200%200%201-1.018-.04L8.047%205.109a.75.75%200%200%201-.04-1.018%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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