user square3 icon
user-square3 from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- user-square3
- Set
- Reicon
- Style
- Outline
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the user square3 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="M18.14 21.62c-.88.26-1.92.38-3.14.38H9c-1.22 0-2.26-.12-3.14-.38c.22-2.6 2.89-4.65 6.14-4.65s5.92 2.05 6.14 4.65"/><path d="M15 2H9C4 2 2 4 2 9v6c0 3.78 1.14 5.85 3.86 6.62c.22-2.6 2.89-4.65 6.14-4.65s5.92 2.05 6.14 4.65C20.86 20.85 22 18.78 22 15V9c0-5-2-7-7-7m-3 12.17c-1.98 0-3.58-1.61-3.58-3.59S10.02 7 12 7s3.58 1.6 3.58 3.58s-1.6 3.59-3.58 3.59"/><path d="M15.58 10.58c0 1.98-1.6 3.59-3.58 3.59s-3.58-1.61-3.58-3.59S10.02 7 12 7s3.58 1.6 3.58 3.58"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconUserSquare3(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="M18.14 21.62c-.88.26-1.92.38-3.14.38H9c-1.22 0-2.26-.12-3.14-.38c.22-2.6 2.89-4.65 6.14-4.65s5.92 2.05 6.14 4.65"/><path d="M15 2H9C4 2 2 4 2 9v6c0 3.78 1.14 5.85 3.86 6.62c.22-2.6 2.89-4.65 6.14-4.65s5.92 2.05 6.14 4.65C20.86 20.85 22 18.78 22 15V9c0-5-2-7-7-7m-3 12.17c-1.98 0-3.58-1.61-3.58-3.59S10.02 7 12 7s3.58 1.6 3.58 3.58s-1.6 3.59-3.58 3.59"/><path d="M15.58 10.58c0 1.98-1.6 3.59-3.58 3.59s-3.58-1.61-3.58-3.59S10.02 7 12 7s3.58 1.6 3.58 3.58"/></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="M18.14 21.62c-.88.26-1.92.38-3.14.38H9c-1.22 0-2.26-.12-3.14-.38c.22-2.6 2.89-4.65 6.14-4.65s5.92 2.05 6.14 4.65"/><path d="M15 2H9C4 2 2 4 2 9v6c0 3.78 1.14 5.85 3.86 6.62c.22-2.6 2.89-4.65 6.14-4.65s5.92 2.05 6.14 4.65C20.86 20.85 22 18.78 22 15V9c0-5-2-7-7-7m-3 12.17c-1.98 0-3.58-1.61-3.58-3.59S10.02 7 12 7s3.58 1.6 3.58 3.58s-1.6 3.59-3.58 3.59"/><path d="M15.58 10.58c0 1.98-1.6 3.59-3.58 3.59s-3.58-1.61-3.58-3.59S10.02 7 12 7s3.58 1.6 3.58 3.58"/></g></svg> </template>
CSS
.icon-user-square3 {
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%22M18.14%2021.62c-.88.26-1.92.38-3.14.38H9c-1.22%200-2.26-.12-3.14-.38c.22-2.6%202.89-4.65%206.14-4.65s5.92%202.05%206.14%204.65%22%2F%3E%3Cpath%20d%3D%22M15%202H9C4%202%202%204%202%209v6c0%203.78%201.14%205.85%203.86%206.62c.22-2.6%202.89-4.65%206.14-4.65s5.92%202.05%206.14%204.65C20.86%2020.85%2022%2018.78%2022%2015V9c0-5-2-7-7-7m-3%2012.17c-1.98%200-3.58-1.61-3.58-3.59S10.02%207%2012%207s3.58%201.6%203.58%203.58s-1.6%203.59-3.58%203.59%22%2F%3E%3Cpath%20d%3D%22M15.58%2010.58c0%201.98-1.6%203.59-3.58%203.59s-3.58-1.61-3.58-3.59S10.02%207%2012%207s3.58%201.6%203.58%203.58%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%22M18.14%2021.62c-.88.26-1.92.38-3.14.38H9c-1.22%200-2.26-.12-3.14-.38c.22-2.6%202.89-4.65%206.14-4.65s5.92%202.05%206.14%204.65%22%2F%3E%3Cpath%20d%3D%22M15%202H9C4%202%202%204%202%209v6c0%203.78%201.14%205.85%203.86%206.62c.22-2.6%202.89-4.65%206.14-4.65s5.92%202.05%206.14%204.65C20.86%2020.85%2022%2018.78%2022%2015V9c0-5-2-7-7-7m-3%2012.17c-1.98%200-3.58-1.61-3.58-3.59S10.02%207%2012%207s3.58%201.6%203.58%203.58s-1.6%203.59-3.58%203.59%22%2F%3E%3Cpath%20d%3D%22M15.58%2010.58c0%201.98-1.6%203.59-3.58%203.59s-3.58-1.61-3.58-3.59S10.02%207%2012%207s3.58%201.6%203.58%203.58%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-square3.svg?color=%231a73e8&size=48