user circle plus icon
user-circle-plus-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- user-circle-plus-bold
- Set
- Phosphor
- Style
- Bold
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the user circle plus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M164 56a12 12 0 0 1 12-12h12V32a12 12 0 0 1 24 0v12h12a12 12 0 0 1 0 24h-12v12a12 12 0 0 1-24 0V68h-12a12 12 0 0 1-12-12m70.51 54A107.88 107.88 0 1 1 146 21.49a12 12 0 0 1-4 23.67A85 85 0 0 0 128 44a83.94 83.94 0 0 0-65.95 135.94a83.5 83.5 0 0 1 29-23.42a52 52 0 1 1 74 0a83.36 83.36 0 0 1 29 23.42A83.52 83.52 0 0 0 212 128a85 85 0 0 0-1.16-14a12 12 0 0 1 23.67-4M128 148a28 28 0 1 0-28-28a28 28 0 0 0 28 28m0 64a83.53 83.53 0 0 0 48.43-15.43a60 60 0 0 0-96.86 0A83.53 83.53 0 0 0 128 212"/></svg>
React
import type { SVGProps } from "react";
export function PhUserCirclePlusBold(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="M164 56a12 12 0 0 1 12-12h12V32a12 12 0 0 1 24 0v12h12a12 12 0 0 1 0 24h-12v12a12 12 0 0 1-24 0V68h-12a12 12 0 0 1-12-12m70.51 54A107.88 107.88 0 1 1 146 21.49a12 12 0 0 1-4 23.67A85 85 0 0 0 128 44a83.94 83.94 0 0 0-65.95 135.94a83.5 83.5 0 0 1 29-23.42a52 52 0 1 1 74 0a83.36 83.36 0 0 1 29 23.42A83.52 83.52 0 0 0 212 128a85 85 0 0 0-1.16-14a12 12 0 0 1 23.67-4M128 148a28 28 0 1 0-28-28a28 28 0 0 0 28 28m0 64a83.53 83.53 0 0 0 48.43-15.43a60 60 0 0 0-96.86 0A83.53 83.53 0 0 0 128 212"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M164 56a12 12 0 0 1 12-12h12V32a12 12 0 0 1 24 0v12h12a12 12 0 0 1 0 24h-12v12a12 12 0 0 1-24 0V68h-12a12 12 0 0 1-12-12m70.51 54A107.88 107.88 0 1 1 146 21.49a12 12 0 0 1-4 23.67A85 85 0 0 0 128 44a83.94 83.94 0 0 0-65.95 135.94a83.5 83.5 0 0 1 29-23.42a52 52 0 1 1 74 0a83.36 83.36 0 0 1 29 23.42A83.52 83.52 0 0 0 212 128a85 85 0 0 0-1.16-14a12 12 0 0 1 23.67-4M128 148a28 28 0 1 0-28-28a28 28 0 0 0 28 28m0 64a83.53 83.53 0 0 0 48.43-15.43a60 60 0 0 0-96.86 0A83.53 83.53 0 0 0 128 212"/></svg> </template>
CSS
.icon-user-circle-plus-bold {
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%22M164%2056a12%2012%200%200%201%2012-12h12V32a12%2012%200%200%201%2024%200v12h12a12%2012%200%200%201%200%2024h-12v12a12%2012%200%200%201-24%200V68h-12a12%2012%200%200%201-12-12m70.51%2054A107.88%20107.88%200%201%201%20146%2021.49a12%2012%200%200%201-4%2023.67A85%2085%200%200%200%20128%2044a83.94%2083.94%200%200%200-65.95%20135.94a83.5%2083.5%200%200%201%2029-23.42a52%2052%200%201%201%2074%200a83.36%2083.36%200%200%201%2029%2023.42A83.52%2083.52%200%200%200%20212%20128a85%2085%200%200%200-1.16-14a12%2012%200%200%201%2023.67-4M128%20148a28%2028%200%201%200-28-28a28%2028%200%200%200%2028%2028m0%2064a83.53%2083.53%200%200%200%2048.43-15.43a60%2060%200%200%200-96.86%200A83.53%2083.53%200%200%200%20128%20212%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%22M164%2056a12%2012%200%200%201%2012-12h12V32a12%2012%200%200%201%2024%200v12h12a12%2012%200%200%201%200%2024h-12v12a12%2012%200%200%201-24%200V68h-12a12%2012%200%200%201-12-12m70.51%2054A107.88%20107.88%200%201%201%20146%2021.49a12%2012%200%200%201-4%2023.67A85%2085%200%200%200%20128%2044a83.94%2083.94%200%200%200-65.95%20135.94a83.5%2083.5%200%200%201%2029-23.42a52%2052%200%201%201%2074%200a83.36%2083.36%200%200%201%2029%2023.42A83.52%2083.52%200%200%200%20212%20128a85%2085%200%200%200-1.16-14a12%2012%200%200%201%2023.67-4M128%20148a28%2028%200%201%200-28-28a28%2028%200%200%200%2028%2028m0%2064a83.53%2083.53%200%200%200%2048.43-15.43a60%2060%200%200%200-96.86%200A83.53%2083.53%200%200%200%20128%20212%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/user-circle-plus-bold.svg?color=%231a73e8&size=48