profile 2user icon
profile-2user-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- profile-2user-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the profile 2user icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9 2C6.38 2 4.25 4.13 4.25 6.75c0 2.57 2.01 4.65 4.63 4.74c.08-.01.16-.01.22 0h.07a4.74 4.74 0 0 0 4.58-4.74C13.75 4.13 11.62 2 9 2m5.08 12.149c-2.79-1.86-7.34-1.86-10.15 0c-1.27.85-1.97 2-1.97 3.23s.7 2.37 1.96 3.21c1.4.94 3.24 1.41 5.08 1.41s3.68-.47 5.08-1.41c1.26-.85 1.96-1.99 1.96-3.23c-.01-1.23-.7-2.37-1.96-3.21m5.91-6.811c.16 1.94-1.22 3.64-3.13 3.87h-.05c-.06 0-.12 0-.17.02c-.97.05-1.86-.26-2.53-.83c1.03-.92 1.62-2.3 1.5-3.8a4.64 4.64 0 0 0-.77-2.18a3.592 3.592 0 0 1 5.15 2.92"/><path d="M21.988 16.59c-.08.97-.7 1.81-1.74 2.38c-1 .55-2.26.81-3.51.78c.72-.65 1.14-1.46 1.22-2.32c.1-1.24-.49-2.43-1.67-3.38c-.67-.53-1.45-.95-2.3-1.26c2.21-.64 4.99-.21 6.7 1.17c.92.74 1.39 1.67 1.3 2.63"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconProfile2userFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9 2C6.38 2 4.25 4.13 4.25 6.75c0 2.57 2.01 4.65 4.63 4.74c.08-.01.16-.01.22 0h.07a4.74 4.74 0 0 0 4.58-4.74C13.75 4.13 11.62 2 9 2m5.08 12.149c-2.79-1.86-7.34-1.86-10.15 0c-1.27.85-1.97 2-1.97 3.23s.7 2.37 1.96 3.21c1.4.94 3.24 1.41 5.08 1.41s3.68-.47 5.08-1.41c1.26-.85 1.96-1.99 1.96-3.23c-.01-1.23-.7-2.37-1.96-3.21m5.91-6.811c.16 1.94-1.22 3.64-3.13 3.87h-.05c-.06 0-.12 0-.17.02c-.97.05-1.86-.26-2.53-.83c1.03-.92 1.62-2.3 1.5-3.8a4.64 4.64 0 0 0-.77-2.18a3.592 3.592 0 0 1 5.15 2.92"/><path d="M21.988 16.59c-.08.97-.7 1.81-1.74 2.38c-1 .55-2.26.81-3.51.78c.72-.65 1.14-1.46 1.22-2.32c.1-1.24-.49-2.43-1.67-3.38c-.67-.53-1.45-.95-2.3-1.26c2.21-.64 4.99-.21 6.7 1.17c.92.74 1.39 1.67 1.3 2.63"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9 2C6.38 2 4.25 4.13 4.25 6.75c0 2.57 2.01 4.65 4.63 4.74c.08-.01.16-.01.22 0h.07a4.74 4.74 0 0 0 4.58-4.74C13.75 4.13 11.62 2 9 2m5.08 12.149c-2.79-1.86-7.34-1.86-10.15 0c-1.27.85-1.97 2-1.97 3.23s.7 2.37 1.96 3.21c1.4.94 3.24 1.41 5.08 1.41s3.68-.47 5.08-1.41c1.26-.85 1.96-1.99 1.96-3.23c-.01-1.23-.7-2.37-1.96-3.21m5.91-6.811c.16 1.94-1.22 3.64-3.13 3.87h-.05c-.06 0-.12 0-.17.02c-.97.05-1.86-.26-2.53-.83c1.03-.92 1.62-2.3 1.5-3.8a4.64 4.64 0 0 0-.77-2.18a3.592 3.592 0 0 1 5.15 2.92"/><path d="M21.988 16.59c-.08.97-.7 1.81-1.74 2.38c-1 .55-2.26.81-3.51.78c.72-.65 1.14-1.46 1.22-2.32c.1-1.24-.49-2.43-1.67-3.38c-.67-.53-1.45-.95-2.3-1.26c2.21-.64 4.99-.21 6.7 1.17c.92.74 1.39 1.67 1.3 2.63"/></g></svg> </template>
CSS
.icon-profile-2user-filled {
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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9%202C6.38%202%204.25%204.13%204.25%206.75c0%202.57%202.01%204.65%204.63%204.74c.08-.01.16-.01.22%200h.07a4.74%204.74%200%200%200%204.58-4.74C13.75%204.13%2011.62%202%209%202m5.08%2012.149c-2.79-1.86-7.34-1.86-10.15%200c-1.27.85-1.97%202-1.97%203.23s.7%202.37%201.96%203.21c1.4.94%203.24%201.41%205.08%201.41s3.68-.47%205.08-1.41c1.26-.85%201.96-1.99%201.96-3.23c-.01-1.23-.7-2.37-1.96-3.21m5.91-6.811c.16%201.94-1.22%203.64-3.13%203.87h-.05c-.06%200-.12%200-.17.02c-.97.05-1.86-.26-2.53-.83c1.03-.92%201.62-2.3%201.5-3.8a4.64%204.64%200%200%200-.77-2.18a3.592%203.592%200%200%201%205.15%202.92%22%2F%3E%3Cpath%20d%3D%22M21.988%2016.59c-.08.97-.7%201.81-1.74%202.38c-1%20.55-2.26.81-3.51.78c.72-.65%201.14-1.46%201.22-2.32c.1-1.24-.49-2.43-1.67-3.38c-.67-.53-1.45-.95-2.3-1.26c2.21-.64%204.99-.21%206.7%201.17c.92.74%201.39%201.67%201.3%202.63%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9%202C6.38%202%204.25%204.13%204.25%206.75c0%202.57%202.01%204.65%204.63%204.74c.08-.01.16-.01.22%200h.07a4.74%204.74%200%200%200%204.58-4.74C13.75%204.13%2011.62%202%209%202m5.08%2012.149c-2.79-1.86-7.34-1.86-10.15%200c-1.27.85-1.97%202-1.97%203.23s.7%202.37%201.96%203.21c1.4.94%203.24%201.41%205.08%201.41s3.68-.47%205.08-1.41c1.26-.85%201.96-1.99%201.96-3.23c-.01-1.23-.7-2.37-1.96-3.21m5.91-6.811c.16%201.94-1.22%203.64-3.13%203.87h-.05c-.06%200-.12%200-.17.02c-.97.05-1.86-.26-2.53-.83c1.03-.92%201.62-2.3%201.5-3.8a4.64%204.64%200%200%200-.77-2.18a3.592%203.592%200%200%201%205.15%202.92%22%2F%3E%3Cpath%20d%3D%22M21.988%2016.59c-.08.97-.7%201.81-1.74%202.38c-1%20.55-2.26.81-3.51.78c.72-.65%201.14-1.46%201.22-2.32c.1-1.24-.49-2.43-1.67-3.38c-.67-.53-1.45-.95-2.3-1.26c2.21-.64%204.99-.21%206.7%201.17c.92.74%201.39%201.67%201.3%202.63%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/profile-2user-filled.svg?color=%231a73e8&size=48