user add2 icon
user-add2 from Reicon by REICON · Outline · Users · MIT Free for personal and commercial use.
- Name
- user-add2
- Set
- Reicon
- Style
- Outline
- Category
- Users
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More users icons from Reicon
Use the user add2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M7.25 6a4.75 4.75 0 1 1 9.5 0a4.75 4.75 0 0 1-9.5 0M12 2.75a3.25 3.25 0 1 0 0 6.5a3.25 3.25 0 0 0 0-6.5" clip-rule="evenodd"/><path d="M17.75 16.667a.75.75 0 1 0-1.5 0v.583h-.584a.75.75 0 0 0 0 1.5h.584v.583a.75.75 0 0 0 1.5 0v-.583h.583a.75.75 0 0 0 0-1.5h-.583z"/><path fill-rule="evenodd" d="M16.812 13.254q.093-.004.188-.004a4.75 4.75 0 1 1-3.09 8.358c-.61.093-1.251.142-1.91.142c-2.04 0-3.922-.47-5.322-1.27C5.3 19.692 4.25 18.49 4.25 17s1.05-2.692 2.428-3.48c1.4-.8 3.283-1.27 5.322-1.27c1.805 0 3.483.368 4.812 1.004M17 14.75a3.25 3.25 0 1 0 0 6.5a3.25 3.25 0 0 0 0-6.5m-4.2 5.472A4.7 4.7 0 0 1 12.25 18c0-1.671.863-3.14 2.168-3.987A11 11 0 0 0 12 13.75c-1.827 0-3.444.425-4.578 1.073C6.267 15.483 5.75 16.28 5.75 17s.517 1.517 1.672 2.177c1.134.648 2.751 1.073 4.578 1.073q.407 0 .8-.028" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconUserAdd2(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 fillRule="evenodd" d="M7.25 6a4.75 4.75 0 1 1 9.5 0a4.75 4.75 0 0 1-9.5 0M12 2.75a3.25 3.25 0 1 0 0 6.5a3.25 3.25 0 0 0 0-6.5" clipRule="evenodd"/><path d="M17.75 16.667a.75.75 0 1 0-1.5 0v.583h-.584a.75.75 0 0 0 0 1.5h.584v.583a.75.75 0 0 0 1.5 0v-.583h.583a.75.75 0 0 0 0-1.5h-.583z"/><path fillRule="evenodd" d="M16.812 13.254q.093-.004.188-.004a4.75 4.75 0 1 1-3.09 8.358c-.61.093-1.251.142-1.91.142c-2.04 0-3.922-.47-5.322-1.27C5.3 19.692 4.25 18.49 4.25 17s1.05-2.692 2.428-3.48c1.4-.8 3.283-1.27 5.322-1.27c1.805 0 3.483.368 4.812 1.004M17 14.75a3.25 3.25 0 1 0 0 6.5a3.25 3.25 0 0 0 0-6.5m-4.2 5.472A4.7 4.7 0 0 1 12.25 18c0-1.671.863-3.14 2.168-3.987A11 11 0 0 0 12 13.75c-1.827 0-3.444.425-4.578 1.073C6.267 15.483 5.75 16.28 5.75 17s.517 1.517 1.672 2.177c1.134.648 2.751 1.073 4.578 1.073q.407 0 .8-.028" clipRule="evenodd"/></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 fill-rule="evenodd" d="M7.25 6a4.75 4.75 0 1 1 9.5 0a4.75 4.75 0 0 1-9.5 0M12 2.75a3.25 3.25 0 1 0 0 6.5a3.25 3.25 0 0 0 0-6.5" clip-rule="evenodd"/><path d="M17.75 16.667a.75.75 0 1 0-1.5 0v.583h-.584a.75.75 0 0 0 0 1.5h.584v.583a.75.75 0 0 0 1.5 0v-.583h.583a.75.75 0 0 0 0-1.5h-.583z"/><path fill-rule="evenodd" d="M16.812 13.254q.093-.004.188-.004a4.75 4.75 0 1 1-3.09 8.358c-.61.093-1.251.142-1.91.142c-2.04 0-3.922-.47-5.322-1.27C5.3 19.692 4.25 18.49 4.25 17s1.05-2.692 2.428-3.48c1.4-.8 3.283-1.27 5.322-1.27c1.805 0 3.483.368 4.812 1.004M17 14.75a3.25 3.25 0 1 0 0 6.5a3.25 3.25 0 0 0 0-6.5m-4.2 5.472A4.7 4.7 0 0 1 12.25 18c0-1.671.863-3.14 2.168-3.987A11 11 0 0 0 12 13.75c-1.827 0-3.444.425-4.578 1.073C6.267 15.483 5.75 16.28 5.75 17s.517 1.517 1.672 2.177c1.134.648 2.751 1.073 4.578 1.073q.407 0 .8-.028" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-user-add2 {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M7.25%206a4.75%204.75%200%201%201%209.5%200a4.75%204.75%200%200%201-9.5%200M12%202.75a3.25%203.25%200%201%200%200%206.5a3.25%203.25%200%200%200%200-6.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M17.75%2016.667a.75.75%200%201%200-1.5%200v.583h-.584a.75.75%200%200%200%200%201.5h.584v.583a.75.75%200%200%200%201.5%200v-.583h.583a.75.75%200%200%200%200-1.5h-.583z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16.812%2013.254q.093-.004.188-.004a4.75%204.75%200%201%201-3.09%208.358c-.61.093-1.251.142-1.91.142c-2.04%200-3.922-.47-5.322-1.27C5.3%2019.692%204.25%2018.49%204.25%2017s1.05-2.692%202.428-3.48c1.4-.8%203.283-1.27%205.322-1.27c1.805%200%203.483.368%204.812%201.004M17%2014.75a3.25%203.25%200%201%200%200%206.5a3.25%203.25%200%200%200%200-6.5m-4.2%205.472A4.7%204.7%200%200%201%2012.25%2018c0-1.671.863-3.14%202.168-3.987A11%2011%200%200%200%2012%2013.75c-1.827%200-3.444.425-4.578%201.073C6.267%2015.483%205.75%2016.28%205.75%2017s.517%201.517%201.672%202.177c1.134.648%202.751%201.073%204.578%201.073q.407%200%20.8-.028%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M7.25%206a4.75%204.75%200%201%201%209.5%200a4.75%204.75%200%200%201-9.5%200M12%202.75a3.25%203.25%200%201%200%200%206.5a3.25%203.25%200%200%200%200-6.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M17.75%2016.667a.75.75%200%201%200-1.5%200v.583h-.584a.75.75%200%200%200%200%201.5h.584v.583a.75.75%200%200%200%201.5%200v-.583h.583a.75.75%200%200%200%200-1.5h-.583z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16.812%2013.254q.093-.004.188-.004a4.75%204.75%200%201%201-3.09%208.358c-.61.093-1.251.142-1.91.142c-2.04%200-3.922-.47-5.322-1.27C5.3%2019.692%204.25%2018.49%204.25%2017s1.05-2.692%202.428-3.48c1.4-.8%203.283-1.27%205.322-1.27c1.805%200%203.483.368%204.812%201.004M17%2014.75a3.25%203.25%200%201%200%200%206.5a3.25%203.25%200%200%200%200-6.5m-4.2%205.472A4.7%204.7%200%200%201%2012.25%2018c0-1.671.863-3.14%202.168-3.987A11%2011%200%200%200%2012%2013.75c-1.827%200-3.444.425-4.578%201.073C6.267%2015.483%205.75%2016.28%205.75%2017s.517%201.517%201.672%202.177c1.134.648%202.751%201.073%204.578%201.073q.407%200%20.8-.028%22%20clip-rule%3D%22evenodd%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/user-add2.svg?color=%231a73e8&size=48