profile add icon

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

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

1 other variant in Reicon

More newicons icons from Reicon

Use the profile add 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="M18.5 19.5h-4m2 2v-4m-4.34-6.63c-.1-.01-.22-.01-.33 0a4.42 4.42 0 0 1-4.27-4.43A4.43 4.43 0 0 1 11.99 2c2.45 0 4.44 1.99 4.44 4.44c0 2.4-1.9 4.35-4.27 4.43m-.17 10.94c-1.82 0-3.63-.46-5.01-1.38c-2.42-1.62-2.42-4.26 0-5.87c2.75-1.84 7.26-1.84 10.01 0"/></svg>

React

import type { SVGProps } from "react";

export function ReiconProfileAdd(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="M18.5 19.5h-4m2 2v-4m-4.34-6.63c-.1-.01-.22-.01-.33 0a4.42 4.42 0 0 1-4.27-4.43A4.43 4.43 0 0 1 11.99 2c2.45 0 4.44 1.99 4.44 4.44c0 2.4-1.9 4.35-4.27 4.43m-.17 10.94c-1.82 0-3.63-.46-5.01-1.38c-2.42-1.62-2.42-4.26 0-5.87c2.75-1.84 7.26-1.84 10.01 0"/></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="M18.5 19.5h-4m2 2v-4m-4.34-6.63c-.1-.01-.22-.01-.33 0a4.42 4.42 0 0 1-4.27-4.43A4.43 4.43 0 0 1 11.99 2c2.45 0 4.44 1.99 4.44 4.44c0 2.4-1.9 4.35-4.27 4.43m-.17 10.94c-1.82 0-3.63-.46-5.01-1.38c-2.42-1.62-2.42-4.26 0-5.87c2.75-1.84 7.26-1.84 10.01 0"/></svg>
</template>

CSS

.icon-profile-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%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%22M18.5%2019.5h-4m2%202v-4m-4.34-6.63c-.1-.01-.22-.01-.33%200a4.42%204.42%200%200%201-4.27-4.43A4.43%204.43%200%200%201%2011.99%202c2.45%200%204.44%201.99%204.44%204.44c0%202.4-1.9%204.35-4.27%204.43m-.17%2010.94c-1.82%200-3.63-.46-5.01-1.38c-2.42-1.62-2.42-4.26%200-5.87c2.75-1.84%207.26-1.84%2010.01%200%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%22M18.5%2019.5h-4m2%202v-4m-4.34-6.63c-.1-.01-.22-.01-.33%200a4.42%204.42%200%200%201-4.27-4.43A4.43%204.43%200%200%201%2011.99%202c2.45%200%204.44%201.99%204.44%204.44c0%202.4-1.9%204.35-4.27%204.43m-.17%2010.94c-1.82%200-3.63-.46-5.01-1.38c-2.42-1.62-2.42-4.26%200-5.87c2.75-1.84%207.26-1.84%2010.01%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/profile-add.svg?color=%231a73e8&size=48