square user round icon

square-user-round from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
square-user-round
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the square user round 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.492 2.5h1c4.243 0 6.364 0 7.682 1.318s1.318 3.44 1.318 7.682v1c0 4.243 0 6.364-1.318 7.682s-3.44 1.318-7.682 1.318h-1c-4.242 0-6.364 0-7.682-1.318s-1.318-3.44-1.318-7.682v-1c0-4.243 0-6.364 1.318-7.682S7.25 2.5 11.492 2.5"/><path d="M11.992 7.395a3.5 3.5 0 1 1 0 7a3.5 3.5 0 0 1 0-7"/><path d="M18.973 20.895a7 7 0 0 0-13.965 0"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSquareUserRound(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.492 2.5h1c4.243 0 6.364 0 7.682 1.318s1.318 3.44 1.318 7.682v1c0 4.243 0 6.364-1.318 7.682s-3.44 1.318-7.682 1.318h-1c-4.242 0-6.364 0-7.682-1.318s-1.318-3.44-1.318-7.682v-1c0-4.243 0-6.364 1.318-7.682S7.25 2.5 11.492 2.5"/><path d="M11.992 7.395a3.5 3.5 0 1 1 0 7a3.5 3.5 0 0 1 0-7"/><path d="M18.973 20.895a7 7 0 0 0-13.965 0"/></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.492 2.5h1c4.243 0 6.364 0 7.682 1.318s1.318 3.44 1.318 7.682v1c0 4.243 0 6.364-1.318 7.682s-3.44 1.318-7.682 1.318h-1c-4.242 0-6.364 0-7.682-1.318s-1.318-3.44-1.318-7.682v-1c0-4.243 0-6.364 1.318-7.682S7.25 2.5 11.492 2.5"/><path d="M11.992 7.395a3.5 3.5 0 1 1 0 7a3.5 3.5 0 0 1 0-7"/><path d="M18.973 20.895a7 7 0 0 0-13.965 0"/></g></svg>
</template>

CSS

.icon-square-user-round {
  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.492%202.5h1c4.243%200%206.364%200%207.682%201.318s1.318%203.44%201.318%207.682v1c0%204.243%200%206.364-1.318%207.682s-3.44%201.318-7.682%201.318h-1c-4.242%200-6.364%200-7.682-1.318s-1.318-3.44-1.318-7.682v-1c0-4.243%200-6.364%201.318-7.682S7.25%202.5%2011.492%202.5%22%2F%3E%3Cpath%20d%3D%22M11.992%207.395a3.5%203.5%200%201%201%200%207a3.5%203.5%200%200%201%200-7%22%2F%3E%3Cpath%20d%3D%22M18.973%2020.895a7%207%200%200%200-13.965%200%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.492%202.5h1c4.243%200%206.364%200%207.682%201.318s1.318%203.44%201.318%207.682v1c0%204.243%200%206.364-1.318%207.682s-3.44%201.318-7.682%201.318h-1c-4.242%200-6.364%200-7.682-1.318s-1.318-3.44-1.318-7.682v-1c0-4.243%200-6.364%201.318-7.682S7.25%202.5%2011.492%202.5%22%2F%3E%3Cpath%20d%3D%22M11.992%207.395a3.5%203.5%200%201%201%200%207a3.5%203.5%200%200%201%200-7%22%2F%3E%3Cpath%20d%3D%22M18.973%2020.895a7%207%200%200%200-13.965%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/square-user-round.svg?color=%231a73e8&size=48