user x ray icon

user-x-ray from Carbon by IBM · Outline · Person · Apache-2.0 Free for personal and commercial use.

Name
user-x-ray
Set
Carbon
Style
Outline
Category
Person
Viewbox
32×32
License
Apache 2.0

More person icons from Carbon

Use the user x ray icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="none" d="M28 9V7h-3V5h-2v2h-3v2h3v3h-3v2h3v2h2v-2h3v-2h-3V9z"/><path fill="currentColor" d="M31 3H17a1 1 0 0 0-1 1v13a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1m-3 6h-3v3h3v2h-3v2h-2v-2h-3v-2h3V9h-3V7h3V5h2v2h3ZM15 30h-2v-4a2.947 2.947 0 0 0-3-3H6a2.947 2.947 0 0 0-3 3v4H1v-4a4.95 4.95 0 0 1 5-5h4a4.95 4.95 0 0 1 5 5ZM8 11a3 3 0 0 1 0 6a3 3 0 0 1 0-6m0-2a5 5 0 0 0 0 10A5 5 0 0 0 8 9"/></svg>

React

import type { SVGProps } from "react";

export function CarbonUserXRay(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="none" d="M28 9V7h-3V5h-2v2h-3v2h3v3h-3v2h3v2h2v-2h3v-2h-3V9z"/><path fill="currentColor" d="M31 3H17a1 1 0 0 0-1 1v13a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1m-3 6h-3v3h3v2h-3v2h-2v-2h-3v-2h3V9h-3V7h3V5h2v2h3ZM15 30h-2v-4a2.947 2.947 0 0 0-3-3H6a2.947 2.947 0 0 0-3 3v4H1v-4a4.95 4.95 0 0 1 5-5h4a4.95 4.95 0 0 1 5 5ZM8 11a3 3 0 0 1 0 6a3 3 0 0 1 0-6m0-2a5 5 0 0 0 0 10A5 5 0 0 0 8 9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="none" d="M28 9V7h-3V5h-2v2h-3v2h3v3h-3v2h3v2h2v-2h3v-2h-3V9z"/><path fill="currentColor" d="M31 3H17a1 1 0 0 0-1 1v13a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1m-3 6h-3v3h3v2h-3v2h-2v-2h-3v-2h3V9h-3V7h3V5h2v2h3ZM15 30h-2v-4a2.947 2.947 0 0 0-3-3H6a2.947 2.947 0 0 0-3 3v4H1v-4a4.95 4.95 0 0 1 5-5h4a4.95 4.95 0 0 1 5 5ZM8 11a3 3 0 0 1 0 6a3 3 0 0 1 0-6m0-2a5 5 0 0 0 0 10A5 5 0 0 0 8 9"/></svg>
</template>

CSS

.icon-user-x-ray {
  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%22none%22%20d%3D%22M28%209V7h-3V5h-2v2h-3v2h3v3h-3v2h3v2h2v-2h3v-2h-3V9z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M31%203H17a1%201%200%200%200-1%201v13a1%201%200%200%200%201%201h14a1%201%200%200%200%201-1V4a1%201%200%200%200-1-1m-3%206h-3v3h3v2h-3v2h-2v-2h-3v-2h3V9h-3V7h3V5h2v2h3ZM15%2030h-2v-4a2.947%202.947%200%200%200-3-3H6a2.947%202.947%200%200%200-3%203v4H1v-4a4.95%204.95%200%200%201%205-5h4a4.95%204.95%200%200%201%205%205ZM8%2011a3%203%200%200%201%200%206a3%203%200%200%201%200-6m0-2a5%205%200%200%200%200%2010A5%205%200%200%200%208%209%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%22none%22%20d%3D%22M28%209V7h-3V5h-2v2h-3v2h3v3h-3v2h3v2h2v-2h3v-2h-3V9z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M31%203H17a1%201%200%200%200-1%201v13a1%201%200%200%200%201%201h14a1%201%200%200%200%201-1V4a1%201%200%200%200-1-1m-3%206h-3v3h3v2h-3v2h-2v-2h-3v-2h3V9h-3V7h3V5h2v2h3ZM15%2030h-2v-4a2.947%202.947%200%200%200-3-3H6a2.947%202.947%200%200%200-3%203v4H1v-4a4.95%204.95%200%200%201%205-5h4a4.95%204.95%200%200%201%205%205ZM8%2011a3%203%200%200%201%200%206a3%203%200%200%201%200-6m0-2a5%205%200%200%200%200%2010A5%205%200%200%200%208%209%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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