user plus icon

user-plus-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
user-plus-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

The same icon in other sets

Related icons in Mage Icons

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="M13.181 21.25a.75.75 0 0 1-.75.75H4.792a.75.75 0 0 1-.75-.75c0-4.105 4.504-7.289 8.379-7.289a.75.75 0 0 1 .75.751zm3.975-12.174a5 5 0 0 1-1.892 2.293a5.095 5.095 0 0 1-6.447-.638a5.1 5.1 0 0 1-1.492-3.617a5.1 5.1 0 0 1 .861-2.843a5.17 5.17 0 0 1 2.302-1.882A5.12 5.12 0 0 1 16.064 3.5a5 5 0 0 1 1.392 2.623c.197.992.092 2.02-.3 2.953m2.802 8.91a.74.74 0 0 1-.75.75h-1.362v1.352a.75.75 0 0 1-1.501 0v-1.361h-1.362a.75.75 0 0 1 0-1.502h1.402v-1.362a.751.751 0 0 1 1.501 0v1.362h1.362a.75.75 0 0 1 .71.76"/></svg>

React

import type { SVGProps } from "react";

export function MageUserPlusFill(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="M13.181 21.25a.75.75 0 0 1-.75.75H4.792a.75.75 0 0 1-.75-.75c0-4.105 4.504-7.289 8.379-7.289a.75.75 0 0 1 .75.751zm3.975-12.174a5 5 0 0 1-1.892 2.293a5.095 5.095 0 0 1-6.447-.638a5.1 5.1 0 0 1-1.492-3.617a5.1 5.1 0 0 1 .861-2.843a5.17 5.17 0 0 1 2.302-1.882A5.12 5.12 0 0 1 16.064 3.5a5 5 0 0 1 1.392 2.623c.197.992.092 2.02-.3 2.953m2.802 8.91a.74.74 0 0 1-.75.75h-1.362v1.352a.75.75 0 0 1-1.501 0v-1.361h-1.362a.75.75 0 0 1 0-1.502h1.402v-1.362a.751.751 0 0 1 1.501 0v1.362h1.362a.75.75 0 0 1 .71.76"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.181 21.25a.75.75 0 0 1-.75.75H4.792a.75.75 0 0 1-.75-.75c0-4.105 4.504-7.289 8.379-7.289a.75.75 0 0 1 .75.751zm3.975-12.174a5 5 0 0 1-1.892 2.293a5.095 5.095 0 0 1-6.447-.638a5.1 5.1 0 0 1-1.492-3.617a5.1 5.1 0 0 1 .861-2.843a5.17 5.17 0 0 1 2.302-1.882A5.12 5.12 0 0 1 16.064 3.5a5 5 0 0 1 1.392 2.623c.197.992.092 2.02-.3 2.953m2.802 8.91a.74.74 0 0 1-.75.75h-1.362v1.352a.75.75 0 0 1-1.501 0v-1.361h-1.362a.75.75 0 0 1 0-1.502h1.402v-1.362a.751.751 0 0 1 1.501 0v1.362h1.362a.75.75 0 0 1 .71.76"/></svg>
</template>

CSS

.icon-user-plus-fill {
  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%22M13.181%2021.25a.75.75%200%200%201-.75.75H4.792a.75.75%200%200%201-.75-.75c0-4.105%204.504-7.289%208.379-7.289a.75.75%200%200%201%20.75.751zm3.975-12.174a5%205%200%200%201-1.892%202.293a5.095%205.095%200%200%201-6.447-.638a5.1%205.1%200%200%201-1.492-3.617a5.1%205.1%200%200%201%20.861-2.843a5.17%205.17%200%200%201%202.302-1.882A5.12%205.12%200%200%201%2016.064%203.5a5%205%200%200%201%201.392%202.623c.197.992.092%202.02-.3%202.953m2.802%208.91a.74.74%200%200%201-.75.75h-1.362v1.352a.75.75%200%200%201-1.501%200v-1.361h-1.362a.75.75%200%200%201%200-1.502h1.402v-1.362a.751.751%200%200%201%201.501%200v1.362h1.362a.75.75%200%200%201%20.71.76%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%22M13.181%2021.25a.75.75%200%200%201-.75.75H4.792a.75.75%200%200%201-.75-.75c0-4.105%204.504-7.289%208.379-7.289a.75.75%200%200%201%20.75.751zm3.975-12.174a5%205%200%200%201-1.892%202.293a5.095%205.095%200%200%201-6.447-.638a5.1%205.1%200%200%201-1.492-3.617a5.1%205.1%200%200%201%20.861-2.843a5.17%205.17%200%200%201%202.302-1.882A5.12%205.12%200%200%201%2016.064%203.5a5%205%200%200%201%201.392%202.623c.197.992.092%202.02-.3%202.953m2.802%208.91a.74.74%200%200%201-.75.75h-1.362v1.352a.75.75%200%200%201-1.501%200v-1.361h-1.362a.75.75%200%200%201%200-1.502h1.402v-1.362a.751.751%200%200%201%201.501%200v1.362h1.362a.75.75%200%200%201%20.71.76%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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