user slash icon

user-slash from Line Awesome by Icons8 · Line · Users & People · Apache-2.0 Free for personal and commercial use.

Name
user-slash
Set
Line Awesome
Style
Line
Category
Users & People
Viewbox
32×32
License
Apache 2.0
Aliases
user-slash-solid

The same icon in other sets

More users & people icons from Line Awesome

Use the user slash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M3.7 2.3L2.3 3.7l6.821 6.82l-.021.08l1.9 1.9v-.102L15.602 17H15.5l2.2 2.2c.05.01.096.032.146.044l5.814 5.815c.01.048.03.092.04.14L25.5 27h.102l2.699 2.7l1.398-1.4l-4.105-4.105c-.844-2.88-2.946-5.25-5.694-6.394C21.8 16.5 23 14.4 23 12c0-3.9-3.1-7-7-7c-2.609 0-4.853 1.42-6.078 3.523L3.699 2.301zM16 7c2.8 0 5 2.2 5 5c0 2.087-1.224 3.838-3.006 4.596l-6.59-6.59C12.162 8.224 13.913 7 16 7m-6.9 6.3c.4 1.9 1.4 3.5 3 4.5C8.5 19.3 6 22.9 6 27h2c0-4.1 3-7.4 6.9-7.9z"/></svg>

React

import type { SVGProps } from "react";

export function LaUserSlash(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M3.7 2.3L2.3 3.7l6.821 6.82l-.021.08l1.9 1.9v-.102L15.602 17H15.5l2.2 2.2c.05.01.096.032.146.044l5.814 5.815c.01.048.03.092.04.14L25.5 27h.102l2.699 2.7l1.398-1.4l-4.105-4.105c-.844-2.88-2.946-5.25-5.694-6.394C21.8 16.5 23 14.4 23 12c0-3.9-3.1-7-7-7c-2.609 0-4.853 1.42-6.078 3.523L3.699 2.301zM16 7c2.8 0 5 2.2 5 5c0 2.087-1.224 3.838-3.006 4.596l-6.59-6.59C12.162 8.224 13.913 7 16 7m-6.9 6.3c.4 1.9 1.4 3.5 3 4.5C8.5 19.3 6 22.9 6 27h2c0-4.1 3-7.4 6.9-7.9z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M3.7 2.3L2.3 3.7l6.821 6.82l-.021.08l1.9 1.9v-.102L15.602 17H15.5l2.2 2.2c.05.01.096.032.146.044l5.814 5.815c.01.048.03.092.04.14L25.5 27h.102l2.699 2.7l1.398-1.4l-4.105-4.105c-.844-2.88-2.946-5.25-5.694-6.394C21.8 16.5 23 14.4 23 12c0-3.9-3.1-7-7-7c-2.609 0-4.853 1.42-6.078 3.523L3.699 2.301zM16 7c2.8 0 5 2.2 5 5c0 2.087-1.224 3.838-3.006 4.596l-6.59-6.59C12.162 8.224 13.913 7 16 7m-6.9 6.3c.4 1.9 1.4 3.5 3 4.5C8.5 19.3 6 22.9 6 27h2c0-4.1 3-7.4 6.9-7.9z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.7%202.3L2.3%203.7l6.821%206.82l-.021.08l1.9%201.9v-.102L15.602%2017H15.5l2.2%202.2c.05.01.096.032.146.044l5.814%205.815c.01.048.03.092.04.14L25.5%2027h.102l2.699%202.7l1.398-1.4l-4.105-4.105c-.844-2.88-2.946-5.25-5.694-6.394C21.8%2016.5%2023%2014.4%2023%2012c0-3.9-3.1-7-7-7c-2.609%200-4.853%201.42-6.078%203.523L3.699%202.301zM16%207c2.8%200%205%202.2%205%205c0%202.087-1.224%203.838-3.006%204.596l-6.59-6.59C12.162%208.224%2013.913%207%2016%207m-6.9%206.3c.4%201.9%201.4%203.5%203%204.5C8.5%2019.3%206%2022.9%206%2027h2c0-4.1%203-7.4%206.9-7.9z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.7%202.3L2.3%203.7l6.821%206.82l-.021.08l1.9%201.9v-.102L15.602%2017H15.5l2.2%202.2c.05.01.096.032.146.044l5.814%205.815c.01.048.03.092.04.14L25.5%2027h.102l2.699%202.7l1.398-1.4l-4.105-4.105c-.844-2.88-2.946-5.25-5.694-6.394C21.8%2016.5%2023%2014.4%2023%2012c0-3.9-3.1-7-7-7c-2.609%200-4.853%201.42-6.078%203.523L3.699%202.301zM16%207c2.8%200%205%202.2%205%205c0%202.087-1.224%203.838-3.006%204.596l-6.59-6.59C12.162%208.224%2013.913%207%2016%207m-6.9%206.3c.4%201.9%201.4%203.5%203%204.5C8.5%2019.3%206%2022.9%206%2027h2c0-4.1%203-7.4%206.9-7.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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