user-slash from Font Awesome Solid by Dave Gandy · Solid · Status · CC-BY-4.0 Attribution required.

Name
user-slash
Set
Font Awesome Solid
Style
Solid
Category
Status
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More status icons from Font Awesome Solid

Use the user slash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M73 39.1c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6-.1 34l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L343.5 309.7c55-10.9 96.5-59.5 96.5-117.7c0-66.3-53.7-120-120-120c-58.2 0-106.8 41.5-117.7 96.5zm194.6 330.3C179.9 380.6 112 455.5 112 546.3c0 16.4 13.3 29.7 29.7 29.7h332.5z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidUserSlash(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M73 39.1c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6-.1 34l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L343.5 309.7c55-10.9 96.5-59.5 96.5-117.7c0-66.3-53.7-120-120-120c-58.2 0-106.8 41.5-117.7 96.5zm194.6 330.3C179.9 380.6 112 455.5 112 546.3c0 16.4 13.3 29.7 29.7 29.7h332.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M73 39.1c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6-.1 34l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L343.5 309.7c55-10.9 96.5-59.5 96.5-117.7c0-66.3-53.7-120-120-120c-58.2 0-106.8 41.5-117.7 96.5zm194.6 330.3C179.9 380.6 112 455.5 112 546.3c0 16.4 13.3 29.7 29.7 29.7h332.5z"/></svg>
</template>

CSS

.icon-user-slash {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M73%2039.1c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6-.1%2034l528%20528c9.4%209.4%2024.6%209.4%2033.9%200s9.4-24.6%200-33.9L343.5%20309.7c55-10.9%2096.5-59.5%2096.5-117.7c0-66.3-53.7-120-120-120c-58.2%200-106.8%2041.5-117.7%2096.5zm194.6%20330.3C179.9%20380.6%20112%20455.5%20112%20546.3c0%2016.4%2013.3%2029.7%2029.7%2029.7h332.5z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M73%2039.1c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6-.1%2034l528%20528c9.4%209.4%2024.6%209.4%2033.9%200s9.4-24.6%200-33.9L343.5%20309.7c55-10.9%2096.5-59.5%2096.5-117.7c0-66.3-53.7-120-120-120c-58.2%200-106.8%2041.5-117.7%2096.5zm194.6%20330.3C179.9%20380.6%20112%20455.5%20112%20546.3c0%2016.4%2013.3%2029.7%2029.7%2029.7h332.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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