profile 2user icon
profile-2user from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- profile-2user
- Set
- Reicon
- Style
- Outline
- 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"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9.16 10.87c-.1-.01-.22-.01-.33 0a4.42 4.42 0 0 1-4.27-4.43C4.56 3.99 6.54 2 9 2a4.435 4.435 0 0 1 .16 8.87M16.41 4c1.94 0 3.5 1.57 3.5 3.5c0 1.89-1.5 3.43-3.37 3.5a1 1 0 0 0-.26 0M4.16 14.56c-2.42 1.62-2.42 4.26 0 5.87c2.75 1.84 7.26 1.84 10.01 0c2.42-1.62 2.42-4.26 0-5.87c-2.74-1.83-7.25-1.83-10.01 0M18.34 20c.72-.15 1.4-.44 1.96-.87c1.56-1.17 1.56-3.1 0-4.27c-.55-.42-1.22-.7-1.93-.86"/></svg>
React
import type { SVGProps } from "react";
export function ReiconProfile2user(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M9.16 10.87c-.1-.01-.22-.01-.33 0a4.42 4.42 0 0 1-4.27-4.43C4.56 3.99 6.54 2 9 2a4.435 4.435 0 0 1 .16 8.87M16.41 4c1.94 0 3.5 1.57 3.5 3.5c0 1.89-1.5 3.43-3.37 3.5a1 1 0 0 0-.26 0M4.16 14.56c-2.42 1.62-2.42 4.26 0 5.87c2.75 1.84 7.26 1.84 10.01 0c2.42-1.62 2.42-4.26 0-5.87c-2.74-1.83-7.25-1.83-10.01 0M18.34 20c.72-.15 1.4-.44 1.96-.87c1.56-1.17 1.56-3.1 0-4.27c-.55-.42-1.22-.7-1.93-.86"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9.16 10.87c-.1-.01-.22-.01-.33 0a4.42 4.42 0 0 1-4.27-4.43C4.56 3.99 6.54 2 9 2a4.435 4.435 0 0 1 .16 8.87M16.41 4c1.94 0 3.5 1.57 3.5 3.5c0 1.89-1.5 3.43-3.37 3.5a1 1 0 0 0-.26 0M4.16 14.56c-2.42 1.62-2.42 4.26 0 5.87c2.75 1.84 7.26 1.84 10.01 0c2.42-1.62 2.42-4.26 0-5.87c-2.74-1.83-7.25-1.83-10.01 0M18.34 20c.72-.15 1.4-.44 1.96-.87c1.56-1.17 1.56-3.1 0-4.27c-.55-.42-1.22-.7-1.93-.86"/></svg> </template>
CSS
.icon-profile-2user {
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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M9.16%2010.87c-.1-.01-.22-.01-.33%200a4.42%204.42%200%200%201-4.27-4.43C4.56%203.99%206.54%202%209%202a4.435%204.435%200%200%201%20.16%208.87M16.41%204c1.94%200%203.5%201.57%203.5%203.5c0%201.89-1.5%203.43-3.37%203.5a1%201%200%200%200-.26%200M4.16%2014.56c-2.42%201.62-2.42%204.26%200%205.87c2.75%201.84%207.26%201.84%2010.01%200c2.42-1.62%202.42-4.26%200-5.87c-2.74-1.83-7.25-1.83-10.01%200M18.34%2020c.72-.15%201.4-.44%201.96-.87c1.56-1.17%201.56-3.1%200-4.27c-.55-.42-1.22-.7-1.93-.86%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M9.16%2010.87c-.1-.01-.22-.01-.33%200a4.42%204.42%200%200%201-4.27-4.43C4.56%203.99%206.54%202%209%202a4.435%204.435%200%200%201%20.16%208.87M16.41%204c1.94%200%203.5%201.57%203.5%203.5c0%201.89-1.5%203.43-3.37%203.5a1%201%200%200%200-.26%200M4.16%2014.56c-2.42%201.62-2.42%204.26%200%205.87c2.75%201.84%207.26%201.84%2010.01%200c2.42-1.62%202.42-4.26%200-5.87c-2.74-1.83-7.25-1.83-10.01%200M18.34%2020c.72-.15%201.4-.44%201.96-.87c1.56-1.17%201.56-3.1%200-4.27c-.55-.42-1.22-.7-1.93-.86%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/profile-2user.svg?color=%231a73e8&size=48