user circle plus icon
user-circle-plus-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- user-circle-plus-thin
- Set
- Phosphor
- Style
- Thin
- 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="M172 56a4 4 0 0 1 4-4h20V32a4 4 0 0 1 8 0v20h20a4 4 0 0 1 0 8h-20v20a4 4 0 0 1-8 0V60h-20a4 4 0 0 1-4-4m54.62 55.34a99.89 99.89 0 1 1-82-82a4 4 0 0 1-1.32 7.89A93.4 93.4 0 0 0 128 36a92 92 0 0 0-65.17 156.87a75.6 75.6 0 0 1 44.51-34a44 44 0 1 1 41.32 0a75.6 75.6 0 0 1 44.51 34A91.7 91.7 0 0 0 220 128a93.6 93.6 0 0 0-1.27-15.34a4 4 0 0 1 7.89-1.32M128 156a36 36 0 1 0-36-36a36 36 0 0 0 36 36m0 64a91.6 91.6 0 0 0 59.14-21.58a68 68 0 0 0-118.27 0A91.56 91.56 0 0 0 128 220"/></svg>
React
import type { SVGProps } from "react";
export function PhUserCirclePlusThin(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="M172 56a4 4 0 0 1 4-4h20V32a4 4 0 0 1 8 0v20h20a4 4 0 0 1 0 8h-20v20a4 4 0 0 1-8 0V60h-20a4 4 0 0 1-4-4m54.62 55.34a99.89 99.89 0 1 1-82-82a4 4 0 0 1-1.32 7.89A93.4 93.4 0 0 0 128 36a92 92 0 0 0-65.17 156.87a75.6 75.6 0 0 1 44.51-34a44 44 0 1 1 41.32 0a75.6 75.6 0 0 1 44.51 34A91.7 91.7 0 0 0 220 128a93.6 93.6 0 0 0-1.27-15.34a4 4 0 0 1 7.89-1.32M128 156a36 36 0 1 0-36-36a36 36 0 0 0 36 36m0 64a91.6 91.6 0 0 0 59.14-21.58a68 68 0 0 0-118.27 0A91.56 91.56 0 0 0 128 220"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M172 56a4 4 0 0 1 4-4h20V32a4 4 0 0 1 8 0v20h20a4 4 0 0 1 0 8h-20v20a4 4 0 0 1-8 0V60h-20a4 4 0 0 1-4-4m54.62 55.34a99.89 99.89 0 1 1-82-82a4 4 0 0 1-1.32 7.89A93.4 93.4 0 0 0 128 36a92 92 0 0 0-65.17 156.87a75.6 75.6 0 0 1 44.51-34a44 44 0 1 1 41.32 0a75.6 75.6 0 0 1 44.51 34A91.7 91.7 0 0 0 220 128a93.6 93.6 0 0 0-1.27-15.34a4 4 0 0 1 7.89-1.32M128 156a36 36 0 1 0-36-36a36 36 0 0 0 36 36m0 64a91.6 91.6 0 0 0 59.14-21.58a68 68 0 0 0-118.27 0A91.56 91.56 0 0 0 128 220"/></svg> </template>
CSS
.icon-user-circle-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%22M172%2056a4%204%200%200%201%204-4h20V32a4%204%200%200%201%208%200v20h20a4%204%200%200%201%200%208h-20v20a4%204%200%200%201-8%200V60h-20a4%204%200%200%201-4-4m54.62%2055.34a99.89%2099.89%200%201%201-82-82a4%204%200%200%201-1.32%207.89A93.4%2093.4%200%200%200%20128%2036a92%2092%200%200%200-65.17%20156.87a75.6%2075.6%200%200%201%2044.51-34a44%2044%200%201%201%2041.32%200a75.6%2075.6%200%200%201%2044.51%2034A91.7%2091.7%200%200%200%20220%20128a93.6%2093.6%200%200%200-1.27-15.34a4%204%200%200%201%207.89-1.32M128%20156a36%2036%200%201%200-36-36a36%2036%200%200%200%2036%2036m0%2064a91.6%2091.6%200%200%200%2059.14-21.58a68%2068%200%200%200-118.27%200A91.56%2091.56%200%200%200%20128%20220%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%22M172%2056a4%204%200%200%201%204-4h20V32a4%204%200%200%201%208%200v20h20a4%204%200%200%201%200%208h-20v20a4%204%200%200%201-8%200V60h-20a4%204%200%200%201-4-4m54.62%2055.34a99.89%2099.89%200%201%201-82-82a4%204%200%200%201-1.32%207.89A93.4%2093.4%200%200%200%20128%2036a92%2092%200%200%200-65.17%20156.87a75.6%2075.6%200%200%201%2044.51-34a44%2044%200%201%201%2041.32%200a75.6%2075.6%200%200%201%2044.51%2034A91.7%2091.7%200%200%200%20220%20128a93.6%2093.6%200%200%200-1.27-15.34a4%204%200%200%201%207.89-1.32M128%20156a36%2036%200%201%200-36-36a36%2036%200%200%200%2036%2036m0%2064a91.6%2091.6%200%200%200%2059.14-21.58a68%2068%200%200%200-118.27%200A91.56%2091.56%200%200%200%20128%20220%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-thin.svg?color=%231a73e8&size=48