user cirlce add icon

user-cirlce-add from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
user-cirlce-add
Set
Reicon
Style
Outline
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the user cirlce add icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M11.46 13.73a2.81 2.81 0 1 0 0-5.62a2.81 2.81 0 0 0 0 5.62m5.19 6.47c0-2.33-2.32-4.23-5.19-4.23s-5.19 1.89-5.19 4.23"/><path d="M21 12.5c0 5.25-4.25 9.5-9.5 9.5S2 17.75 2 12.5S6.25 3 11.5 3c1.31 0 2.56.26 3.7.74c-.13.4-.2.82-.2 1.26c0 .75.21 1.46.58 2.06c.2.34.46.65.76.91C17.04 8.61 17.97 9 19 9c.44 0 .86-.07 1.25-.21c.48 1.14.75 2.4.75 3.71"/><path stroke-miterlimit="10" d="M23 5q0 .48-.12.93c-.09.4-.25.79-.46 1.13c-.48.81-1.25 1.44-2.17 1.73c-.39.14-.81.21-1.25.21a3.92 3.92 0 0 1-2.66-1.03c-.3-.26-.56-.57-.76-.91A3.9 3.9 0 0 1 15 5c0-.44.07-.86.2-1.26A3.995 3.995 0 0 1 19 1c1.18 0 2.25.51 2.97 1.33C22.61 3.04 23 3.98 23 5m-2.51-.02h-2.98M19 3.52v2.99"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconUserCirlceAdd(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M11.46 13.73a2.81 2.81 0 1 0 0-5.62a2.81 2.81 0 0 0 0 5.62m5.19 6.47c0-2.33-2.32-4.23-5.19-4.23s-5.19 1.89-5.19 4.23"/><path d="M21 12.5c0 5.25-4.25 9.5-9.5 9.5S2 17.75 2 12.5S6.25 3 11.5 3c1.31 0 2.56.26 3.7.74c-.13.4-.2.82-.2 1.26c0 .75.21 1.46.58 2.06c.2.34.46.65.76.91C17.04 8.61 17.97 9 19 9c.44 0 .86-.07 1.25-.21c.48 1.14.75 2.4.75 3.71"/><path strokeMiterlimit="10" d="M23 5q0 .48-.12.93c-.09.4-.25.79-.46 1.13c-.48.81-1.25 1.44-2.17 1.73c-.39.14-.81.21-1.25.21a3.92 3.92 0 0 1-2.66-1.03c-.3-.26-.56-.57-.76-.91A3.9 3.9 0 0 1 15 5c0-.44.07-.86.2-1.26A3.995 3.995 0 0 1 19 1c1.18 0 2.25.51 2.97 1.33C22.61 3.04 23 3.98 23 5m-2.51-.02h-2.98M19 3.52v2.99"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M11.46 13.73a2.81 2.81 0 1 0 0-5.62a2.81 2.81 0 0 0 0 5.62m5.19 6.47c0-2.33-2.32-4.23-5.19-4.23s-5.19 1.89-5.19 4.23"/><path d="M21 12.5c0 5.25-4.25 9.5-9.5 9.5S2 17.75 2 12.5S6.25 3 11.5 3c1.31 0 2.56.26 3.7.74c-.13.4-.2.82-.2 1.26c0 .75.21 1.46.58 2.06c.2.34.46.65.76.91C17.04 8.61 17.97 9 19 9c.44 0 .86-.07 1.25-.21c.48 1.14.75 2.4.75 3.71"/><path stroke-miterlimit="10" d="M23 5q0 .48-.12.93c-.09.4-.25.79-.46 1.13c-.48.81-1.25 1.44-2.17 1.73c-.39.14-.81.21-1.25.21a3.92 3.92 0 0 1-2.66-1.03c-.3-.26-.56-.57-.76-.91A3.9 3.9 0 0 1 15 5c0-.44.07-.86.2-1.26A3.995 3.995 0 0 1 19 1c1.18 0 2.25.51 2.97 1.33C22.61 3.04 23 3.98 23 5m-2.51-.02h-2.98M19 3.52v2.99"/></g></svg>
</template>

CSS

.icon-user-cirlce-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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M11.46%2013.73a2.81%202.81%200%201%200%200-5.62a2.81%202.81%200%200%200%200%205.62m5.19%206.47c0-2.33-2.32-4.23-5.19-4.23s-5.19%201.89-5.19%204.23%22%2F%3E%3Cpath%20d%3D%22M21%2012.5c0%205.25-4.25%209.5-9.5%209.5S2%2017.75%202%2012.5S6.25%203%2011.5%203c1.31%200%202.56.26%203.7.74c-.13.4-.2.82-.2%201.26c0%20.75.21%201.46.58%202.06c.2.34.46.65.76.91C17.04%208.61%2017.97%209%2019%209c.44%200%20.86-.07%201.25-.21c.48%201.14.75%202.4.75%203.71%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M23%205q0%20.48-.12.93c-.09.4-.25.79-.46%201.13c-.48.81-1.25%201.44-2.17%201.73c-.39.14-.81.21-1.25.21a3.92%203.92%200%200%201-2.66-1.03c-.3-.26-.56-.57-.76-.91A3.9%203.9%200%200%201%2015%205c0-.44.07-.86.2-1.26A3.995%203.995%200%200%201%2019%201c1.18%200%202.25.51%202.97%201.33C22.61%203.04%2023%203.98%2023%205m-2.51-.02h-2.98M19%203.52v2.99%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M11.46%2013.73a2.81%202.81%200%201%200%200-5.62a2.81%202.81%200%200%200%200%205.62m5.19%206.47c0-2.33-2.32-4.23-5.19-4.23s-5.19%201.89-5.19%204.23%22%2F%3E%3Cpath%20d%3D%22M21%2012.5c0%205.25-4.25%209.5-9.5%209.5S2%2017.75%202%2012.5S6.25%203%2011.5%203c1.31%200%202.56.26%203.7.74c-.13.4-.2.82-.2%201.26c0%20.75.21%201.46.58%202.06c.2.34.46.65.76.91C17.04%208.61%2017.97%209%2019%209c.44%200%20.86-.07%201.25-.21c.48%201.14.75%202.4.75%203.71%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M23%205q0%20.48-.12.93c-.09.4-.25.79-.46%201.13c-.48.81-1.25%201.44-2.17%201.73c-.39.14-.81.21-1.25.21a3.92%203.92%200%200%201-2.66-1.03c-.3-.26-.56-.57-.76-.91A3.9%203.9%200%200%201%2015%205c0-.44.07-.86.2-1.26A3.995%203.995%200%200%201%2019%201c1.18%200%202.25.51%202.97%201.33C22.61%203.04%2023%203.98%2023%205m-2.51-.02h-2.98M19%203.52v2.99%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-cirlce-add.svg?color=%231a73e8&size=48