user square3 icon
user-square3-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- user-square3-filled
- Set
- Reicon
- Style
- Filled
- 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="currentColor"><path d="M16.19 2H7.81C4.17 2 2 4.17 2 7.81v8.38c0 2.81 1.29 4.74 3.56 5.47c.66.23 1.42.34 2.25.34h8.38c.83 0 1.59-.11 2.25-.34C20.71 20.93 22 19 22 16.19V7.81C22 4.17 19.83 2 16.19 2m4.31 14.19c0 2.14-.84 3.49-2.53 4.05c-.97-1.91-3.27-3.27-5.97-3.27s-4.99 1.35-5.97 3.27h-.01c-1.67-.54-2.52-1.9-2.52-4.04V7.81c0-2.82 1.49-4.31 4.31-4.31h8.38c2.82 0 4.31 1.49 4.31 4.31z"/><path d="M12.002 8c-1.98 0-3.58 1.6-3.58 3.58s1.6 3.59 3.58 3.59s3.58-1.61 3.58-3.59S13.982 8 12.002 8"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconUserSquare3Filled(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 d="M16.19 2H7.81C4.17 2 2 4.17 2 7.81v8.38c0 2.81 1.29 4.74 3.56 5.47c.66.23 1.42.34 2.25.34h8.38c.83 0 1.59-.11 2.25-.34C20.71 20.93 22 19 22 16.19V7.81C22 4.17 19.83 2 16.19 2m4.31 14.19c0 2.14-.84 3.49-2.53 4.05c-.97-1.91-3.27-3.27-5.97-3.27s-4.99 1.35-5.97 3.27h-.01c-1.67-.54-2.52-1.9-2.52-4.04V7.81c0-2.82 1.49-4.31 4.31-4.31h8.38c2.82 0 4.31 1.49 4.31 4.31z"/><path d="M12.002 8c-1.98 0-3.58 1.6-3.58 3.58s1.6 3.59 3.58 3.59s3.58-1.61 3.58-3.59S13.982 8 12.002 8"/></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 d="M16.19 2H7.81C4.17 2 2 4.17 2 7.81v8.38c0 2.81 1.29 4.74 3.56 5.47c.66.23 1.42.34 2.25.34h8.38c.83 0 1.59-.11 2.25-.34C20.71 20.93 22 19 22 16.19V7.81C22 4.17 19.83 2 16.19 2m4.31 14.19c0 2.14-.84 3.49-2.53 4.05c-.97-1.91-3.27-3.27-5.97-3.27s-4.99 1.35-5.97 3.27h-.01c-1.67-.54-2.52-1.9-2.52-4.04V7.81c0-2.82 1.49-4.31 4.31-4.31h8.38c2.82 0 4.31 1.49 4.31 4.31z"/><path d="M12.002 8c-1.98 0-3.58 1.6-3.58 3.58s1.6 3.59 3.58 3.59s3.58-1.61 3.58-3.59S13.982 8 12.002 8"/></g></svg> </template>
CSS
.icon-user-square3-filled {
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%20d%3D%22M16.19%202H7.81C4.17%202%202%204.17%202%207.81v8.38c0%202.81%201.29%204.74%203.56%205.47c.66.23%201.42.34%202.25.34h8.38c.83%200%201.59-.11%202.25-.34C20.71%2020.93%2022%2019%2022%2016.19V7.81C22%204.17%2019.83%202%2016.19%202m4.31%2014.19c0%202.14-.84%203.49-2.53%204.05c-.97-1.91-3.27-3.27-5.97-3.27s-4.99%201.35-5.97%203.27h-.01c-1.67-.54-2.52-1.9-2.52-4.04V7.81c0-2.82%201.49-4.31%204.31-4.31h8.38c2.82%200%204.31%201.49%204.31%204.31z%22%2F%3E%3Cpath%20d%3D%22M12.002%208c-1.98%200-3.58%201.6-3.58%203.58s1.6%203.59%203.58%203.59s3.58-1.61%203.58-3.59S13.982%208%2012.002%208%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%20d%3D%22M16.19%202H7.81C4.17%202%202%204.17%202%207.81v8.38c0%202.81%201.29%204.74%203.56%205.47c.66.23%201.42.34%202.25.34h8.38c.83%200%201.59-.11%202.25-.34C20.71%2020.93%2022%2019%2022%2016.19V7.81C22%204.17%2019.83%202%2016.19%202m4.31%2014.19c0%202.14-.84%203.49-2.53%204.05c-.97-1.91-3.27-3.27-5.97-3.27s-4.99%201.35-5.97%203.27h-.01c-1.67-.54-2.52-1.9-2.52-4.04V7.81c0-2.82%201.49-4.31%204.31-4.31h8.38c2.82%200%204.31%201.49%204.31%204.31z%22%2F%3E%3Cpath%20d%3D%22M12.002%208c-1.98%200-3.58%201.6-3.58%203.58s1.6%203.59%203.58%203.59s3.58-1.61%203.58-3.59S13.982%208%2012.002%208%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-filled.svg?color=%231a73e8&size=48