user plus icon

user-plus-20-solid from HeroIcons by Refactoring UI Inc · Solid 20x20 · MIT Free for personal and commercial use.

Name
user-plus-20-solid
Set
HeroIcons
Style
Solid 20x20
Viewbox
20×20
License
MIT

3 other variants in HeroIcons

The same icon in other sets

Related icons in HeroIcons

Use the user plus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 5a3 3 0 1 1-6 0a3 3 0 0 1 6 0M1.615 16.428a1.22 1.22 0 0 1-.569-1.175a6.002 6.002 0 0 1 11.908 0c.058.467-.172.92-.57 1.174A9.95 9.95 0 0 1 7 18a9.95 9.95 0 0 1-5.385-1.572M16.25 5.75a.75.75 0 0 0-1.5 0v2h-2a.75.75 0 0 0 0 1.5h2v2a.75.75 0 0 0 1.5 0v-2h2a.75.75 0 0 0 0-1.5h-2z"/></svg>

React

import type { SVGProps } from "react";

export function HeroiconsUserPlus20Solid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 5a3 3 0 1 1-6 0a3 3 0 0 1 6 0M1.615 16.428a1.22 1.22 0 0 1-.569-1.175a6.002 6.002 0 0 1 11.908 0c.058.467-.172.92-.57 1.174A9.95 9.95 0 0 1 7 18a9.95 9.95 0 0 1-5.385-1.572M16.25 5.75a.75.75 0 0 0-1.5 0v2h-2a.75.75 0 0 0 0 1.5h2v2a.75.75 0 0 0 1.5 0v-2h2a.75.75 0 0 0 0-1.5h-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 5a3 3 0 1 1-6 0a3 3 0 0 1 6 0M1.615 16.428a1.22 1.22 0 0 1-.569-1.175a6.002 6.002 0 0 1 11.908 0c.058.467-.172.92-.57 1.174A9.95 9.95 0 0 1 7 18a9.95 9.95 0 0 1-5.385-1.572M16.25 5.75a.75.75 0 0 0-1.5 0v2h-2a.75.75 0 0 0 0 1.5h2v2a.75.75 0 0 0 1.5 0v-2h2a.75.75 0 0 0 0-1.5h-2z"/></svg>
</template>

CSS

.icon-user-plus-20-solid {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%205a3%203%200%201%201-6%200a3%203%200%200%201%206%200M1.615%2016.428a1.22%201.22%200%200%201-.569-1.175a6.002%206.002%200%200%201%2011.908%200c.058.467-.172.92-.57%201.174A9.95%209.95%200%200%201%207%2018a9.95%209.95%200%200%201-5.385-1.572M16.25%205.75a.75.75%200%200%200-1.5%200v2h-2a.75.75%200%200%200%200%201.5h2v2a.75.75%200%200%200%201.5%200v-2h2a.75.75%200%200%200%200-1.5h-2z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%205a3%203%200%201%201-6%200a3%203%200%200%201%206%200M1.615%2016.428a1.22%201.22%200%200%201-.569-1.175a6.002%206.002%200%200%201%2011.908%200c.058.467-.172.92-.57%201.174A9.95%209.95%200%200%201%207%2018a9.95%209.95%200%200%201-5.385-1.572M16.25%205.75a.75.75%200%200%200-1.5%200v2h-2a.75.75%200%200%200%200%201.5h2v2a.75.75%200%200%200%201.5%200v-2h2a.75.75%200%200%200%200-1.5h-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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