user add icon
user-add from Reicon by REICON · Outline · Users · MIT Free for personal and commercial use.
- Name
- user-add
- Set
- Reicon
- Style
- Outline
- Category
- Users
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All user add icons →More users icons from Reicon
Use the user add 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="M18 13.917a.75.75 0 0 1 .75.75v.583h.583a.75.75 0 0 1 0 1.5h-.583v.583a.75.75 0 0 1-1.5 0v-.583h-.583a.75.75 0 0 1 0-1.5h.583v-.583a.75.75 0 0 1 .75-.75"/><path fill-rule="evenodd" d="M14.775 12.513A14.5 14.5 0 0 0 12 12.25c-2.313 0-4.445.526-6.024 1.414C4.42 14.54 3.25 15.866 3.25 17.5v.102c-.001 1.162-.002 2.62 1.277 3.662c.629.512 1.51.877 2.7 1.117c1.192.242 2.747.369 4.773.369c2.868 0 4.81-.254 6.12-.741c1.179-.44 1.877-1.082 2.25-1.892a4.75 4.75 0 1 0-5.596-7.604M6.71 14.972c-1.34.753-1.96 1.677-1.96 2.528c0 1.308.04 2.044.723 2.6c.37.302.99.597 2.05.811c1.057.214 2.502.339 4.476.339c2.578 0 4.24-.213 5.311-.55a4.75 4.75 0 0 1-3.555-6.835A13 13 0 0 0 12 13.75c-2.105 0-3.973.482-5.289 1.222M14.751 16a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconUserAdd(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="M18 13.917a.75.75 0 0 1 .75.75v.583h.583a.75.75 0 0 1 0 1.5h-.583v.583a.75.75 0 0 1-1.5 0v-.583h-.583a.75.75 0 0 1 0-1.5h.583v-.583a.75.75 0 0 1 .75-.75"/><path fillRule="evenodd" d="M14.775 12.513A14.5 14.5 0 0 0 12 12.25c-2.313 0-4.445.526-6.024 1.414C4.42 14.54 3.25 15.866 3.25 17.5v.102c-.001 1.162-.002 2.62 1.277 3.662c.629.512 1.51.877 2.7 1.117c1.192.242 2.747.369 4.773.369c2.868 0 4.81-.254 6.12-.741c1.179-.44 1.877-1.082 2.25-1.892a4.75 4.75 0 1 0-5.596-7.604M6.71 14.972c-1.34.753-1.96 1.677-1.96 2.528c0 1.308.04 2.044.723 2.6c.37.302.99.597 2.05.811c1.057.214 2.502.339 4.476.339c2.578 0 4.24-.213 5.311-.55a4.75 4.75 0 0 1-3.555-6.835A13 13 0 0 0 12 13.75c-2.105 0-3.973.482-5.289 1.222M14.751 16a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0" 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="M18 13.917a.75.75 0 0 1 .75.75v.583h.583a.75.75 0 0 1 0 1.5h-.583v.583a.75.75 0 0 1-1.5 0v-.583h-.583a.75.75 0 0 1 0-1.5h.583v-.583a.75.75 0 0 1 .75-.75"/><path fill-rule="evenodd" d="M14.775 12.513A14.5 14.5 0 0 0 12 12.25c-2.313 0-4.445.526-6.024 1.414C4.42 14.54 3.25 15.866 3.25 17.5v.102c-.001 1.162-.002 2.62 1.277 3.662c.629.512 1.51.877 2.7 1.117c1.192.242 2.747.369 4.773.369c2.868 0 4.81-.254 6.12-.741c1.179-.44 1.877-1.082 2.25-1.892a4.75 4.75 0 1 0-5.596-7.604M6.71 14.972c-1.34.753-1.96 1.677-1.96 2.528c0 1.308.04 2.044.723 2.6c.37.302.99.597 2.05.811c1.057.214 2.502.339 4.476.339c2.578 0 4.24-.213 5.311-.55a4.75 4.75 0 0 1-3.555-6.835A13 13 0 0 0 12 13.75c-2.105 0-3.973.482-5.289 1.222M14.751 16a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-user-add {
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%22M18%2013.917a.75.75%200%200%201%20.75.75v.583h.583a.75.75%200%200%201%200%201.5h-.583v.583a.75.75%200%200%201-1.5%200v-.583h-.583a.75.75%200%200%201%200-1.5h.583v-.583a.75.75%200%200%201%20.75-.75%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14.775%2012.513A14.5%2014.5%200%200%200%2012%2012.25c-2.313%200-4.445.526-6.024%201.414C4.42%2014.54%203.25%2015.866%203.25%2017.5v.102c-.001%201.162-.002%202.62%201.277%203.662c.629.512%201.51.877%202.7%201.117c1.192.242%202.747.369%204.773.369c2.868%200%204.81-.254%206.12-.741c1.179-.44%201.877-1.082%202.25-1.892a4.75%204.75%200%201%200-5.596-7.604M6.71%2014.972c-1.34.753-1.96%201.677-1.96%202.528c0%201.308.04%202.044.723%202.6c.37.302.99.597%202.05.811c1.057.214%202.502.339%204.476.339c2.578%200%204.24-.213%205.311-.55a4.75%204.75%200%200%201-3.555-6.835A13%2013%200%200%200%2012%2013.75c-2.105%200-3.973.482-5.289%201.222M14.751%2016a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%200%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%22M18%2013.917a.75.75%200%200%201%20.75.75v.583h.583a.75.75%200%200%201%200%201.5h-.583v.583a.75.75%200%200%201-1.5%200v-.583h-.583a.75.75%200%200%201%200-1.5h.583v-.583a.75.75%200%200%201%20.75-.75%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14.775%2012.513A14.5%2014.5%200%200%200%2012%2012.25c-2.313%200-4.445.526-6.024%201.414C4.42%2014.54%203.25%2015.866%203.25%2017.5v.102c-.001%201.162-.002%202.62%201.277%203.662c.629.512%201.51.877%202.7%201.117c1.192.242%202.747.369%204.773.369c2.868%200%204.81-.254%206.12-.741c1.179-.44%201.877-1.082%202.25-1.892a4.75%204.75%200%201%200-5.596-7.604M6.71%2014.972c-1.34.753-1.96%201.677-1.96%202.528c0%201.308.04%202.044.723%202.6c.37.302.99.597%202.05.811c1.057.214%202.502.339%204.476.339c2.578%200%204.24-.213%205.311-.55a4.75%204.75%200%200%201-3.555-6.835A13%2013%200%200%200%2012%2013.75c-2.105%200-3.973.482-5.289%201.222M14.751%2016a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%200%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-add.svg?color=%231a73e8&size=48