user plus icon

user-plus-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
user-plus-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the user plus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M254 136a6 6 0 0 1-6 6h-18v18a6 6 0 0 1-12 0v-18h-18a6 6 0 0 1 0-12h18v-18a6 6 0 0 1 12 0v18h18a6 6 0 0 1 6 6m-57.41 60.14a6 6 0 1 1-9.18 7.72C166.9 179.45 138.69 166 108 166s-58.89 13.45-79.41 37.86a6 6 0 0 1-9.18-7.72C35.14 177.41 55 164.48 77 158.25a66 66 0 1 1 62 0c22 6.23 41.86 19.16 57.59 37.89M108 154a54 54 0 1 0-54-54a54.06 54.06 0 0 0 54 54"/></svg>

React

import type { SVGProps } from "react";

export function PhUserPlusLight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M254 136a6 6 0 0 1-6 6h-18v18a6 6 0 0 1-12 0v-18h-18a6 6 0 0 1 0-12h18v-18a6 6 0 0 1 12 0v18h18a6 6 0 0 1 6 6m-57.41 60.14a6 6 0 1 1-9.18 7.72C166.9 179.45 138.69 166 108 166s-58.89 13.45-79.41 37.86a6 6 0 0 1-9.18-7.72C35.14 177.41 55 164.48 77 158.25a66 66 0 1 1 62 0c22 6.23 41.86 19.16 57.59 37.89M108 154a54 54 0 1 0-54-54a54.06 54.06 0 0 0 54 54"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M254 136a6 6 0 0 1-6 6h-18v18a6 6 0 0 1-12 0v-18h-18a6 6 0 0 1 0-12h18v-18a6 6 0 0 1 12 0v18h18a6 6 0 0 1 6 6m-57.41 60.14a6 6 0 1 1-9.18 7.72C166.9 179.45 138.69 166 108 166s-58.89 13.45-79.41 37.86a6 6 0 0 1-9.18-7.72C35.14 177.41 55 164.48 77 158.25a66 66 0 1 1 62 0c22 6.23 41.86 19.16 57.59 37.89M108 154a54 54 0 1 0-54-54a54.06 54.06 0 0 0 54 54"/></svg>
</template>

CSS

.icon-user-plus-light {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M254%20136a6%206%200%200%201-6%206h-18v18a6%206%200%200%201-12%200v-18h-18a6%206%200%200%201%200-12h18v-18a6%206%200%200%201%2012%200v18h18a6%206%200%200%201%206%206m-57.41%2060.14a6%206%200%201%201-9.18%207.72C166.9%20179.45%20138.69%20166%20108%20166s-58.89%2013.45-79.41%2037.86a6%206%200%200%201-9.18-7.72C35.14%20177.41%2055%20164.48%2077%20158.25a66%2066%200%201%201%2062%200c22%206.23%2041.86%2019.16%2057.59%2037.89M108%20154a54%2054%200%201%200-54-54a54.06%2054.06%200%200%200%2054%2054%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M254%20136a6%206%200%200%201-6%206h-18v18a6%206%200%200%201-12%200v-18h-18a6%206%200%200%201%200-12h18v-18a6%206%200%200%201%2012%200v18h18a6%206%200%200%201%206%206m-57.41%2060.14a6%206%200%201%201-9.18%207.72C166.9%20179.45%20138.69%20166%20108%20166s-58.89%2013.45-79.41%2037.86a6%206%200%200%201-9.18-7.72C35.14%20177.41%2055%20164.48%2077%20158.25a66%2066%200%201%201%2062%200c22%206.23%2041.86%2019.16%2057.59%2037.89M108%20154a54%2054%200%201%200-54-54a54.06%2054.06%200%200%200%2054%2054%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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