users viewfinder icon
users-viewfinder from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- users-viewfinder
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 640×512
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome 6 Solid
Use the users viewfinder icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M48 48h88c13.3 0 24-10.7 24-24S149.3 0 136 0H32C14.3 0 0 14.3 0 32v104c0 13.3 10.7 24 24 24s24-10.7 24-24zm127.8 176a48 48 0 1 0 0-96a48 48 0 1 0 0 96m-26.5 32c-29.4 0-53.3 23.9-53.3 53.3c0 14.7 11.9 26.7 26.7 26.7h56.1c8-34.1 32.8-61.7 65.2-73.6c-7.5-4.1-16.2-6.4-25.3-6.4h-69.3zm368 80c14.7 0 26.7-11.9 26.7-26.7c0-29.5-23.9-53.3-53.3-53.3h-69.3c-9.2 0-17.8 2.3-25.3 6.4c32.4 11.9 57.2 39.5 65.2 73.6h56.1zm-89.4 0c-8.6-24.3-29.9-42.6-55.9-47c-3.9-.7-7.9-1-12-1h-80c-4.1 0-8.1.3-12 1c-26 4.4-47.3 22.7-55.9 47c-2.7 7.5-4.1 15.6-4.1 24c0 13.3 10.7 24 24 24h176c13.3 0 24-10.7 24-24c0-8.4-1.4-16.5-4.1-24M464 224a48 48 0 1 0 0-96a48 48 0 1 0 0 96m-80-32a64 64 0 1 0-128 0a64 64 0 1 0 128 0M504 48h88v88c0 13.3 10.7 24 24 24s24-10.7 24-24V32c0-17.7-14.3-32-32-32H504c-13.3 0-24 10.7-24 24s10.7 24 24 24M48 464v-88c0-13.3-10.7-24-24-24S0 362.7 0 376v104c0 17.7 14.3 32 32 32h104c13.3 0 24-10.7 24-24s-10.7-24-24-24zm456 0c-13.3 0-24 10.7-24 24s10.7 24 24 24h104c17.7 0 32-14.3 32-32V376c0-13.3-10.7-24-24-24s-24 10.7-24 24v88z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidUsersViewfinder(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M48 48h88c13.3 0 24-10.7 24-24S149.3 0 136 0H32C14.3 0 0 14.3 0 32v104c0 13.3 10.7 24 24 24s24-10.7 24-24zm127.8 176a48 48 0 1 0 0-96a48 48 0 1 0 0 96m-26.5 32c-29.4 0-53.3 23.9-53.3 53.3c0 14.7 11.9 26.7 26.7 26.7h56.1c8-34.1 32.8-61.7 65.2-73.6c-7.5-4.1-16.2-6.4-25.3-6.4h-69.3zm368 80c14.7 0 26.7-11.9 26.7-26.7c0-29.5-23.9-53.3-53.3-53.3h-69.3c-9.2 0-17.8 2.3-25.3 6.4c32.4 11.9 57.2 39.5 65.2 73.6h56.1zm-89.4 0c-8.6-24.3-29.9-42.6-55.9-47c-3.9-.7-7.9-1-12-1h-80c-4.1 0-8.1.3-12 1c-26 4.4-47.3 22.7-55.9 47c-2.7 7.5-4.1 15.6-4.1 24c0 13.3 10.7 24 24 24h176c13.3 0 24-10.7 24-24c0-8.4-1.4-16.5-4.1-24M464 224a48 48 0 1 0 0-96a48 48 0 1 0 0 96m-80-32a64 64 0 1 0-128 0a64 64 0 1 0 128 0M504 48h88v88c0 13.3 10.7 24 24 24s24-10.7 24-24V32c0-17.7-14.3-32-32-32H504c-13.3 0-24 10.7-24 24s10.7 24 24 24M48 464v-88c0-13.3-10.7-24-24-24S0 362.7 0 376v104c0 17.7 14.3 32 32 32h104c13.3 0 24-10.7 24-24s-10.7-24-24-24zm456 0c-13.3 0-24 10.7-24 24s10.7 24 24 24h104c17.7 0 32-14.3 32-32V376c0-13.3-10.7-24-24-24s-24 10.7-24 24v88z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M48 48h88c13.3 0 24-10.7 24-24S149.3 0 136 0H32C14.3 0 0 14.3 0 32v104c0 13.3 10.7 24 24 24s24-10.7 24-24zm127.8 176a48 48 0 1 0 0-96a48 48 0 1 0 0 96m-26.5 32c-29.4 0-53.3 23.9-53.3 53.3c0 14.7 11.9 26.7 26.7 26.7h56.1c8-34.1 32.8-61.7 65.2-73.6c-7.5-4.1-16.2-6.4-25.3-6.4h-69.3zm368 80c14.7 0 26.7-11.9 26.7-26.7c0-29.5-23.9-53.3-53.3-53.3h-69.3c-9.2 0-17.8 2.3-25.3 6.4c32.4 11.9 57.2 39.5 65.2 73.6h56.1zm-89.4 0c-8.6-24.3-29.9-42.6-55.9-47c-3.9-.7-7.9-1-12-1h-80c-4.1 0-8.1.3-12 1c-26 4.4-47.3 22.7-55.9 47c-2.7 7.5-4.1 15.6-4.1 24c0 13.3 10.7 24 24 24h176c13.3 0 24-10.7 24-24c0-8.4-1.4-16.5-4.1-24M464 224a48 48 0 1 0 0-96a48 48 0 1 0 0 96m-80-32a64 64 0 1 0-128 0a64 64 0 1 0 128 0M504 48h88v88c0 13.3 10.7 24 24 24s24-10.7 24-24V32c0-17.7-14.3-32-32-32H504c-13.3 0-24 10.7-24 24s10.7 24 24 24M48 464v-88c0-13.3-10.7-24-24-24S0 362.7 0 376v104c0 17.7 14.3 32 32 32h104c13.3 0 24-10.7 24-24s-10.7-24-24-24zm456 0c-13.3 0-24 10.7-24 24s10.7 24 24 24h104c17.7 0 32-14.3 32-32V376c0-13.3-10.7-24-24-24s-24 10.7-24 24v88z"/></svg> </template>
CSS
.icon-users-viewfinder {
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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M48%2048h88c13.3%200%2024-10.7%2024-24S149.3%200%20136%200H32C14.3%200%200%2014.3%200%2032v104c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24zm127.8%20176a48%2048%200%201%200%200-96a48%2048%200%201%200%200%2096m-26.5%2032c-29.4%200-53.3%2023.9-53.3%2053.3c0%2014.7%2011.9%2026.7%2026.7%2026.7h56.1c8-34.1%2032.8-61.7%2065.2-73.6c-7.5-4.1-16.2-6.4-25.3-6.4h-69.3zm368%2080c14.7%200%2026.7-11.9%2026.7-26.7c0-29.5-23.9-53.3-53.3-53.3h-69.3c-9.2%200-17.8%202.3-25.3%206.4c32.4%2011.9%2057.2%2039.5%2065.2%2073.6h56.1zm-89.4%200c-8.6-24.3-29.9-42.6-55.9-47c-3.9-.7-7.9-1-12-1h-80c-4.1%200-8.1.3-12%201c-26%204.4-47.3%2022.7-55.9%2047c-2.7%207.5-4.1%2015.6-4.1%2024c0%2013.3%2010.7%2024%2024%2024h176c13.3%200%2024-10.7%2024-24c0-8.4-1.4-16.5-4.1-24M464%20224a48%2048%200%201%200%200-96a48%2048%200%201%200%200%2096m-80-32a64%2064%200%201%200-128%200a64%2064%200%201%200%20128%200M504%2048h88v88c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24V32c0-17.7-14.3-32-32-32H504c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024M48%20464v-88c0-13.3-10.7-24-24-24S0%20362.7%200%20376v104c0%2017.7%2014.3%2032%2032%2032h104c13.3%200%2024-10.7%2024-24s-10.7-24-24-24zm456%200c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h104c17.7%200%2032-14.3%2032-32V376c0-13.3-10.7-24-24-24s-24%2010.7-24%2024v88z%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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M48%2048h88c13.3%200%2024-10.7%2024-24S149.3%200%20136%200H32C14.3%200%200%2014.3%200%2032v104c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24zm127.8%20176a48%2048%200%201%200%200-96a48%2048%200%201%200%200%2096m-26.5%2032c-29.4%200-53.3%2023.9-53.3%2053.3c0%2014.7%2011.9%2026.7%2026.7%2026.7h56.1c8-34.1%2032.8-61.7%2065.2-73.6c-7.5-4.1-16.2-6.4-25.3-6.4h-69.3zm368%2080c14.7%200%2026.7-11.9%2026.7-26.7c0-29.5-23.9-53.3-53.3-53.3h-69.3c-9.2%200-17.8%202.3-25.3%206.4c32.4%2011.9%2057.2%2039.5%2065.2%2073.6h56.1zm-89.4%200c-8.6-24.3-29.9-42.6-55.9-47c-3.9-.7-7.9-1-12-1h-80c-4.1%200-8.1.3-12%201c-26%204.4-47.3%2022.7-55.9%2047c-2.7%207.5-4.1%2015.6-4.1%2024c0%2013.3%2010.7%2024%2024%2024h176c13.3%200%2024-10.7%2024-24c0-8.4-1.4-16.5-4.1-24M464%20224a48%2048%200%201%200%200-96a48%2048%200%201%200%200%2096m-80-32a64%2064%200%201%200-128%200a64%2064%200%201%200%20128%200M504%2048h88v88c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24V32c0-17.7-14.3-32-32-32H504c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024M48%20464v-88c0-13.3-10.7-24-24-24S0%20362.7%200%20376v104c0%2017.7%2014.3%2032%2032%2032h104c13.3%200%2024-10.7%2024-24s-10.7-24-24-24zm456%200c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h104c17.7%200%2032-14.3%2032-32V376c0-13.3-10.7-24-24-24s-24%2010.7-24%2024v88z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/users-viewfinder.svg?color=%231a73e8&size=48