user plus icon
user-plus from Line Awesome by Icons8 · Line · Users & People · Apache-2.0 Free for personal and commercial use.
- Name
- user-plus
- Set
- Line Awesome
- Style
- Line
- Category
- Users & People
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- user-plus-solid
The same icon in other sets
user-plusBoxIcons v2user-plusBoxIcons v2 Soliduser-plusFont Awesome 6 Soliduser-plusFeather Iconsuser-plusHeroIconsuser-plusHuge Iconsuser-plusIconoiruser-plusJam Iconsuser-plusLucideuser-plusMage Iconsuser-plusPhosphoruser-plusPixelarticonsuser-plus-boldSolaruser-plusTabler Iconsuser-plus-outlineTeenyiconsuser-plusUnicons
More users & people icons from Line Awesome
Use the user plus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12 2C8.145 2 5 5.145 5 9c0 2.41 1.23 4.55 3.094 5.813C4.527 16.343 2 19.883 2 24h2c0-4.43 3.57-8 8-8c1.375 0 2.656.36 3.781.969A8 8 0 0 0 14 22c0 4.406 3.594 8 8 8s8-3.594 8-8s-3.594-8-8-8a7.96 7.96 0 0 0-4.688 1.531a10 10 0 0 0-1.406-.719A7.02 7.02 0 0 0 19 9c0-3.855-3.145-7-7-7m0 2c2.773 0 5 2.227 5 5s-2.227 5-5 5s-5-2.227-5-5s2.227-5 5-5m10 12c3.324 0 6 2.676 6 6s-2.676 6-6 6s-6-2.676-6-6s2.676-6 6-6m-1 2v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/></svg>
React
import type { SVGProps } from "react";
export function LaUserPlus(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="M12 2C8.145 2 5 5.145 5 9c0 2.41 1.23 4.55 3.094 5.813C4.527 16.343 2 19.883 2 24h2c0-4.43 3.57-8 8-8c1.375 0 2.656.36 3.781.969A8 8 0 0 0 14 22c0 4.406 3.594 8 8 8s8-3.594 8-8s-3.594-8-8-8a7.96 7.96 0 0 0-4.688 1.531a10 10 0 0 0-1.406-.719A7.02 7.02 0 0 0 19 9c0-3.855-3.145-7-7-7m0 2c2.773 0 5 2.227 5 5s-2.227 5-5 5s-5-2.227-5-5s2.227-5 5-5m10 12c3.324 0 6 2.676 6 6s-2.676 6-6 6s-6-2.676-6-6s2.676-6 6-6m-1 2v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12 2C8.145 2 5 5.145 5 9c0 2.41 1.23 4.55 3.094 5.813C4.527 16.343 2 19.883 2 24h2c0-4.43 3.57-8 8-8c1.375 0 2.656.36 3.781.969A8 8 0 0 0 14 22c0 4.406 3.594 8 8 8s8-3.594 8-8s-3.594-8-8-8a7.96 7.96 0 0 0-4.688 1.531a10 10 0 0 0-1.406-.719A7.02 7.02 0 0 0 19 9c0-3.855-3.145-7-7-7m0 2c2.773 0 5 2.227 5 5s-2.227 5-5 5s-5-2.227-5-5s2.227-5 5-5m10 12c3.324 0 6 2.676 6 6s-2.676 6-6 6s-6-2.676-6-6s2.676-6 6-6m-1 2v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202C8.145%202%205%205.145%205%209c0%202.41%201.23%204.55%203.094%205.813C4.527%2016.343%202%2019.883%202%2024h2c0-4.43%203.57-8%208-8c1.375%200%202.656.36%203.781.969A8%208%200%200%200%2014%2022c0%204.406%203.594%208%208%208s8-3.594%208-8s-3.594-8-8-8a7.96%207.96%200%200%200-4.688%201.531a10%2010%200%200%200-1.406-.719A7.02%207.02%200%200%200%2019%209c0-3.855-3.145-7-7-7m0%202c2.773%200%205%202.227%205%205s-2.227%205-5%205s-5-2.227-5-5s2.227-5%205-5m10%2012c3.324%200%206%202.676%206%206s-2.676%206-6%206s-6-2.676-6-6s2.676-6%206-6m-1%202v3h-3v2h3v3h2v-3h3v-2h-3v-3z%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%22M12%202C8.145%202%205%205.145%205%209c0%202.41%201.23%204.55%203.094%205.813C4.527%2016.343%202%2019.883%202%2024h2c0-4.43%203.57-8%208-8c1.375%200%202.656.36%203.781.969A8%208%200%200%200%2014%2022c0%204.406%203.594%208%208%208s8-3.594%208-8s-3.594-8-8-8a7.96%207.96%200%200%200-4.688%201.531a10%2010%200%200%200-1.406-.719A7.02%207.02%200%200%200%2019%209c0-3.855-3.145-7-7-7m0%202c2.773%200%205%202.227%205%205s-2.227%205-5%205s-5-2.227-5-5s2.227-5%205-5m10%2012c3.324%200%206%202.676%206%206s-2.676%206-6%206s-6-2.676-6-6s2.676-6%206-6m-1%202v3h-3v2h3v3h2v-3h3v-2h-3v-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/user-plus.svg?color=%231a73e8&size=48