user identification icon
user-identification from Carbon by IBM · Outline · Person · Apache-2.0 Free for personal and commercial use.
- Name
- user-identification
- Set
- Carbon
- Style
- Outline
- Category
- Person
- Viewbox
- 32×32
- License
- Apache 2.0
More person icons from Carbon
Use the user identification icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22 11h4a1 1 0 0 1 1 1v2h-6v-2a1 1 0 0 1 1-1"/><circle cx="24" cy="8" r="2" fill="currentColor"/><path fill="currentColor" d="M30 18H18a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2.003 2.003 0 0 1-2 2M18 4v12h12.001L30 4Zm-3 26h-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 CarbonUserIdentification(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="M22 11h4a1 1 0 0 1 1 1v2h-6v-2a1 1 0 0 1 1-1"/><circle cx="24" cy="8" r="2" fill="currentColor"/><path fill="currentColor" d="M30 18H18a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2.003 2.003 0 0 1-2 2M18 4v12h12.001L30 4Zm-3 26h-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="currentColor" d="M22 11h4a1 1 0 0 1 1 1v2h-6v-2a1 1 0 0 1 1-1"/><circle cx="24" cy="8" r="2" fill="currentColor"/><path fill="currentColor" d="M30 18H18a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2.003 2.003 0 0 1-2 2M18 4v12h12.001L30 4Zm-3 26h-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-identification {
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%22M22%2011h4a1%201%200%200%201%201%201v2h-6v-2a1%201%200%200%201%201-1%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%228%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%2018H18a2%202%200%200%201-2-2V4a2%202%200%200%201%202-2h12a2%202%200%200%201%202%202v12a2.003%202.003%200%200%201-2%202M18%204v12h12.001L30%204Zm-3%2026h-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%22currentColor%22%20d%3D%22M22%2011h4a1%201%200%200%201%201%201v2h-6v-2a1%201%200%200%201%201-1%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%228%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%2018H18a2%202%200%200%201-2-2V4a2%202%200%200%201%202-2h12a2%202%200%200%201%202%202v12a2.003%202.003%200%200%201-2%202M18%204v12h12.001L30%204Zm-3%2026h-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-identification.svg?color=%231a73e8&size=48