user plus icon
user-plus-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- user-plus-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
user-plusBoxIcons v2user-plusBoxIcons v2 Soliduser-plusFont Awesome 6 Soliduser-plusFeather Iconsuser-plusHeroIconsuser-plusHuge Iconsuser-plusIconoiruser-plusJam Iconsuser-plusLine Awesomeuser-plusLucideuser-plusMage Iconsuser-plusPixelarticonsuser-plus-boldSolaruser-plusTabler Iconsuser-plus-outlineTeenyiconsuser-plusUnicons
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="M252 136a4 4 0 0 1-4 4h-20v20a4 4 0 0 1-8 0v-20h-20a4 4 0 0 1 0-8h20v-20a4 4 0 0 1 8 0v20h20a4 4 0 0 1 4 4m-56.94 61.43a4 4 0 0 1-6.12 5.14C168 177.7 139.3 164 108 164s-60 13.7-80.94 38.57a4 4 0 1 1-6.12-5.14c16.71-19.9 38.13-33.13 61.89-38.59a64 64 0 1 1 50.34 0c23.76 5.46 45.18 18.69 61.89 38.59M108 156a56 56 0 1 0-56-56a56.06 56.06 0 0 0 56 56"/></svg>
React
import type { SVGProps } from "react";
export function PhUserPlusThin(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="M252 136a4 4 0 0 1-4 4h-20v20a4 4 0 0 1-8 0v-20h-20a4 4 0 0 1 0-8h20v-20a4 4 0 0 1 8 0v20h20a4 4 0 0 1 4 4m-56.94 61.43a4 4 0 0 1-6.12 5.14C168 177.7 139.3 164 108 164s-60 13.7-80.94 38.57a4 4 0 1 1-6.12-5.14c16.71-19.9 38.13-33.13 61.89-38.59a64 64 0 1 1 50.34 0c23.76 5.46 45.18 18.69 61.89 38.59M108 156a56 56 0 1 0-56-56a56.06 56.06 0 0 0 56 56"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M252 136a4 4 0 0 1-4 4h-20v20a4 4 0 0 1-8 0v-20h-20a4 4 0 0 1 0-8h20v-20a4 4 0 0 1 8 0v20h20a4 4 0 0 1 4 4m-56.94 61.43a4 4 0 0 1-6.12 5.14C168 177.7 139.3 164 108 164s-60 13.7-80.94 38.57a4 4 0 1 1-6.12-5.14c16.71-19.9 38.13-33.13 61.89-38.59a64 64 0 1 1 50.34 0c23.76 5.46 45.18 18.69 61.89 38.59M108 156a56 56 0 1 0-56-56a56.06 56.06 0 0 0 56 56"/></svg> </template>
CSS
.icon-user-plus-thin {
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%22M252%20136a4%204%200%200%201-4%204h-20v20a4%204%200%200%201-8%200v-20h-20a4%204%200%200%201%200-8h20v-20a4%204%200%200%201%208%200v20h20a4%204%200%200%201%204%204m-56.94%2061.43a4%204%200%200%201-6.12%205.14C168%20177.7%20139.3%20164%20108%20164s-60%2013.7-80.94%2038.57a4%204%200%201%201-6.12-5.14c16.71-19.9%2038.13-33.13%2061.89-38.59a64%2064%200%201%201%2050.34%200c23.76%205.46%2045.18%2018.69%2061.89%2038.59M108%20156a56%2056%200%201%200-56-56a56.06%2056.06%200%200%200%2056%2056%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%22M252%20136a4%204%200%200%201-4%204h-20v20a4%204%200%200%201-8%200v-20h-20a4%204%200%200%201%200-8h20v-20a4%204%200%200%201%208%200v20h20a4%204%200%200%201%204%204m-56.94%2061.43a4%204%200%200%201-6.12%205.14C168%20177.7%20139.3%20164%20108%20164s-60%2013.7-80.94%2038.57a4%204%200%201%201-6.12-5.14c16.71-19.9%2038.13-33.13%2061.89-38.59a64%2064%200%201%201%2050.34%200c23.76%205.46%2045.18%2018.69%2061.89%2038.59M108%20156a56%2056%200%201%200-56-56a56.06%2056.06%200%200%200%2056%2056%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/user-plus-thin.svg?color=%231a73e8&size=48