user-x-sharp from Keyline Icons by Keyline Icons · Sharp · MIT Free for personal and commercial use.

Name
user-x-sharp
Set
Keyline Icons
Style
Sharp
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

Related icons in Keyline Icons

Use the user x icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M15.7071 3.7071L22.2929 10.2929M22.2929 3.7071L15.7071 10.2929M8 14L10 14C13.3137 14 16 16.6863 16 20L16 21L2 21L2 20C2 16.6863 4.6863 14 8 14ZM9 4C10.6569 4 12 5.3431 12 7C12 8.6569 10.6569 10 9 10C7.3431 10 6 8.6569 6 7C6 5.3431 7.3431 4 9 4Z"/></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsUserXSharp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="2" d="M15.7071 3.7071L22.2929 10.2929M22.2929 3.7071L15.7071 10.2929M8 14L10 14C13.3137 14 16 16.6863 16 20L16 21L2 21L2 20C2 16.6863 4.6863 14 8 14ZM9 4C10.6569 4 12 5.3431 12 7C12 8.6569 10.6569 10 9 10C7.3431 10 6 8.6569 6 7C6 5.3431 7.3431 4 9 4Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M15.7071 3.7071L22.2929 10.2929M22.2929 3.7071L15.7071 10.2929M8 14L10 14C13.3137 14 16 16.6863 16 20L16 21L2 21L2 20C2 16.6863 4.6863 14 8 14ZM9 4C10.6569 4 12 5.3431 12 7C12 8.6569 10.6569 10 9 10C7.3431 10 6 8.6569 6 7C6 5.3431 7.3431 4 9 4Z"/></svg>
</template>

CSS

.icon-user-x-sharp {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M15.7071%203.7071L22.2929%2010.2929M22.2929%203.7071L15.7071%2010.2929M8%2014L10%2014C13.3137%2014%2016%2016.6863%2016%2020L16%2021L2%2021L2%2020C2%2016.6863%204.6863%2014%208%2014ZM9%204C10.6569%204%2012%205.3431%2012%207C12%208.6569%2010.6569%2010%209%2010C7.3431%2010%206%208.6569%206%207C6%205.3431%207.3431%204%209%204Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M15.7071%203.7071L22.2929%2010.2929M22.2929%203.7071L15.7071%2010.2929M8%2014L10%2014C13.3137%2014%2016%2016.6863%2016%2020L16%2021L2%2021L2%2020C2%2016.6863%204.6863%2014%208%2014ZM9%204C10.6569%204%2012%205.3431%2012%207C12%208.6569%2010.6569%2010%209%2010C7.3431%2010%206%208.6569%206%207C6%205.3431%207.3431%204%209%204Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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