user alt slash icon
user-alt-slash from Line Awesome by Icons8 · Line · Users & People · Apache-2.0 Free for personal and commercial use.
- Name
- user-alt-slash
- Set
- Line Awesome
- Style
- Line
- Category
- Users & People
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- user-alt-slash-solid
The same icon in other sets
More users & people icons from Line Awesome
Use the user alt 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.843 6.841c-.013.053-.032.104-.043.158L11 12.5v-.102L15.602 17H15.5l2.3 2.3c.041 0 .082.014.122.02l.379.38l1.5 1.5l4.1 4.099v.002l1.798 1.799h.002l2.6 2.6l1.398-1.4l-4.142-4.142c-.87-2.818-2.952-5.13-5.657-6.258c1.9-1.3 3.1-3.4 3.1-5.8c0-3.9-3.1-7-7-7c-2.583 0-4.812 1.388-6.045 3.457zM16 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.8 6.3c.4 1.9 1.4 3.5 3 4.5A9.92 9.92 0 0 0 6 27h2c0-2.9 1.5-5.4 3.8-6.8c.7 1.6 2.3 2.8 4.2 2.8c.8 0 1.6-.2 2.2-.6l-1.5-1.5c-.2.1-.5.1-.7.1c-1.1 0-2-.7-2.3-1.7l1.2-.3z"/></svg>
React
import type { SVGProps } from "react";
export function LaUserAltSlash(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.843 6.841c-.013.053-.032.104-.043.158L11 12.5v-.102L15.602 17H15.5l2.3 2.3c.041 0 .082.014.122.02l.379.38l1.5 1.5l4.1 4.099v.002l1.798 1.799h.002l2.6 2.6l1.398-1.4l-4.142-4.142c-.87-2.818-2.952-5.13-5.657-6.258c1.9-1.3 3.1-3.4 3.1-5.8c0-3.9-3.1-7-7-7c-2.583 0-4.812 1.388-6.045 3.457zM16 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.8 6.3c.4 1.9 1.4 3.5 3 4.5A9.92 9.92 0 0 0 6 27h2c0-2.9 1.5-5.4 3.8-6.8c.7 1.6 2.3 2.8 4.2 2.8c.8 0 1.6-.2 2.2-.6l-1.5-1.5c-.2.1-.5.1-.7.1c-1.1 0-2-.7-2.3-1.7l1.2-.3z"/></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.843 6.841c-.013.053-.032.104-.043.158L11 12.5v-.102L15.602 17H15.5l2.3 2.3c.041 0 .082.014.122.02l.379.38l1.5 1.5l4.1 4.099v.002l1.798 1.799h.002l2.6 2.6l1.398-1.4l-4.142-4.142c-.87-2.818-2.952-5.13-5.657-6.258c1.9-1.3 3.1-3.4 3.1-5.8c0-3.9-3.1-7-7-7c-2.583 0-4.812 1.388-6.045 3.457zM16 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.8 6.3c.4 1.9 1.4 3.5 3 4.5A9.92 9.92 0 0 0 6 27h2c0-2.9 1.5-5.4 3.8-6.8c.7 1.6 2.3 2.8 4.2 2.8c.8 0 1.6-.2 2.2-.6l-1.5-1.5c-.2.1-.5.1-.7.1c-1.1 0-2-.7-2.3-1.7l1.2-.3z"/></svg> </template>
CSS
.icon-user-alt-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.843%206.841c-.013.053-.032.104-.043.158L11%2012.5v-.102L15.602%2017H15.5l2.3%202.3c.041%200%20.082.014.122.02l.379.38l1.5%201.5l4.1%204.099v.002l1.798%201.799h.002l2.6%202.6l1.398-1.4l-4.142-4.142c-.87-2.818-2.952-5.13-5.657-6.258c1.9-1.3%203.1-3.4%203.1-5.8c0-3.9-3.1-7-7-7c-2.583%200-4.812%201.388-6.045%203.457zM16%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.8%206.3c.4%201.9%201.4%203.5%203%204.5A9.92%209.92%200%200%200%206%2027h2c0-2.9%201.5-5.4%203.8-6.8c.7%201.6%202.3%202.8%204.2%202.8c.8%200%201.6-.2%202.2-.6l-1.5-1.5c-.2.1-.5.1-.7.1c-1.1%200-2-.7-2.3-1.7l1.2-.3z%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.843%206.841c-.013.053-.032.104-.043.158L11%2012.5v-.102L15.602%2017H15.5l2.3%202.3c.041%200%20.082.014.122.02l.379.38l1.5%201.5l4.1%204.099v.002l1.798%201.799h.002l2.6%202.6l1.398-1.4l-4.142-4.142c-.87-2.818-2.952-5.13-5.657-6.258c1.9-1.3%203.1-3.4%203.1-5.8c0-3.9-3.1-7-7-7c-2.583%200-4.812%201.388-6.045%203.457zM16%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.8%206.3c.4%201.9%201.4%203.5%203%204.5A9.92%209.92%200%200%200%206%2027h2c0-2.9%201.5-5.4%203.8-6.8c.7%201.6%202.3%202.8%204.2%202.8c.8%200%201.6-.2%202.2-.6l-1.5-1.5c-.2.1-.5.1-.7.1c-1.1%200-2-.7-2.3-1.7l1.2-.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/user-alt-slash.svg?color=%231a73e8&size=48