user plus icon

user-plus from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
user-plus
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-user-plus

The same icon in other sets

Related icons in BoxIcons v2

Use the user plus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 8h-2v3h-3v2h3v3h2v-3h3v-2h-3zM4 8a3.91 3.91 0 0 0 4 4a3.91 3.91 0 0 0 4-4a3.91 3.91 0 0 0-4-4a3.91 3.91 0 0 0-4 4m6 0a1.91 1.91 0 0 1-2 2a1.91 1.91 0 0 1-2-2a1.91 1.91 0 0 1 2-2a1.91 1.91 0 0 1 2 2M4 18a3 3 0 0 1 3-3h2a3 3 0 0 1 3 3v1h2v-1a5 5 0 0 0-5-5H7a5 5 0 0 0-5 5v1h2z"/></svg>

React

import type { SVGProps } from "react";

export function BxUserPlus(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 8h-2v3h-3v2h3v3h2v-3h3v-2h-3zM4 8a3.91 3.91 0 0 0 4 4a3.91 3.91 0 0 0 4-4a3.91 3.91 0 0 0-4-4a3.91 3.91 0 0 0-4 4m6 0a1.91 1.91 0 0 1-2 2a1.91 1.91 0 0 1-2-2a1.91 1.91 0 0 1 2-2a1.91 1.91 0 0 1 2 2M4 18a3 3 0 0 1 3-3h2a3 3 0 0 1 3 3v1h2v-1a5 5 0 0 0-5-5H7a5 5 0 0 0-5 5v1h2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 8h-2v3h-3v2h3v3h2v-3h3v-2h-3zM4 8a3.91 3.91 0 0 0 4 4a3.91 3.91 0 0 0 4-4a3.91 3.91 0 0 0-4-4a3.91 3.91 0 0 0-4 4m6 0a1.91 1.91 0 0 1-2 2a1.91 1.91 0 0 1-2-2a1.91 1.91 0 0 1 2-2a1.91 1.91 0 0 1 2 2M4 18a3 3 0 0 1 3-3h2a3 3 0 0 1 3 3v1h2v-1a5 5 0 0 0-5-5H7a5 5 0 0 0-5 5v1h2z"/></svg>
</template>

CSS

.icon-user-plus {
  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%22currentColor%22%20d%3D%22M19%208h-2v3h-3v2h3v3h2v-3h3v-2h-3zM4%208a3.91%203.91%200%200%200%204%204a3.91%203.91%200%200%200%204-4a3.91%203.91%200%200%200-4-4a3.91%203.91%200%200%200-4%204m6%200a1.91%201.91%200%200%201-2%202a1.91%201.91%200%200%201-2-2a1.91%201.91%200%200%201%202-2a1.91%201.91%200%200%201%202%202M4%2018a3%203%200%200%201%203-3h2a3%203%200%200%201%203%203v1h2v-1a5%205%200%200%200-5-5H7a5%205%200%200%200-5%205v1h2z%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%22currentColor%22%20d%3D%22M19%208h-2v3h-3v2h3v3h2v-3h3v-2h-3zM4%208a3.91%203.91%200%200%200%204%204a3.91%203.91%200%200%200%204-4a3.91%203.91%200%200%200-4-4a3.91%203.91%200%200%200-4%204m6%200a1.91%201.91%200%200%201-2%202a1.91%201.91%200%200%201-2-2a1.91%201.91%200%200%201%202-2a1.91%201.91%200%200%201%202%202M4%2018a3%203%200%200%201%203-3h2a3%203%200%200%201%203%203v1h2v-1a5%205%200%200%200-5-5H7a5%205%200%200%200-5%205v1h2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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