people interwoven icon
people-interwoven-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- people-interwoven-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- License
- MIT
11 other variants in Fluent UI System Icons
people-interwoven-16-regularpeople-interwoven-20-filledpeople-interwoven-20-regularpeople-interwoven-24-filledpeople-interwoven-24-regularpeople-interwoven-28-filledpeople-interwoven-28-regularpeople-interwoven-32-filledpeople-interwoven-32-regularpeople-interwoven-48-filledpeople-interwoven-48-regular
The same icon in other sets
Related icons in Fluent UI System Icons
people-add-16-filledpeople-audience-20-filledpeople-call-16-filledpeople-chat-16-filledpeople-checkmark-16-filledpeople-communication-16-filledpeople-community-12-filledpeople-community-add-20-filledpeople-edit-16-filledpeople-error-16-filledpeople-eye-16-filledpeople-game-controller-20-filledpeople-link-16-filledpeople-list-16-filledpeople-lock-16-filledpeople-money-20-filledpeople-prohibited-16-filledpeople-queue-20-filledpeople-search-20-filledpeople-settings-20-filledpeople-star-16-filledpeople-subtract-20-filledpeople-swap-16-filledpeople-sync-16-filled
Use the people interwoven icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.406 7.797c1.504 0 2.458 1.346 3.636 1.826c.163.067.24.269.14.413l-2.813 4.055a1.15 1.15 0 0 1-1.835.073l-2.36-2.882a.48.48 0 0 1-.055-.54c.668-1.206 1.955-2.945 3.287-2.945m6.192.487a1.15 1.15 0 0 1 1.835-.073l2.36 2.882c.126.153.15.367.055.54c-.667 1.206-1.955 2.946-3.287 2.946c-1.504 0-2.459-1.346-3.636-1.826c-.163-.066-.24-.27-.14-.414zM5 2a2 2 0 1 1 0 4a2 2 0 0 1 0-4m6 0a2 2 0 1 1 0 4a2 2 0 0 1 0-4"/></svg>
React
import type { SVGProps } from "react";
export function FluentPeopleInterwoven16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.406 7.797c1.504 0 2.458 1.346 3.636 1.826c.163.067.24.269.14.413l-2.813 4.055a1.15 1.15 0 0 1-1.835.073l-2.36-2.882a.48.48 0 0 1-.055-.54c.668-1.206 1.955-2.945 3.287-2.945m6.192.487a1.15 1.15 0 0 1 1.835-.073l2.36 2.882c.126.153.15.367.055.54c-.667 1.206-1.955 2.946-3.287 2.946c-1.504 0-2.459-1.346-3.636-1.826c-.163-.066-.24-.27-.14-.414zM5 2a2 2 0 1 1 0 4a2 2 0 0 1 0-4m6 0a2 2 0 1 1 0 4a2 2 0 0 1 0-4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.406 7.797c1.504 0 2.458 1.346 3.636 1.826c.163.067.24.269.14.413l-2.813 4.055a1.15 1.15 0 0 1-1.835.073l-2.36-2.882a.48.48 0 0 1-.055-.54c.668-1.206 1.955-2.945 3.287-2.945m6.192.487a1.15 1.15 0 0 1 1.835-.073l2.36 2.882c.126.153.15.367.055.54c-.667 1.206-1.955 2.946-3.287 2.946c-1.504 0-2.459-1.346-3.636-1.826c-.163-.066-.24-.27-.14-.414zM5 2a2 2 0 1 1 0 4a2 2 0 0 1 0-4m6 0a2 2 0 1 1 0 4a2 2 0 0 1 0-4"/></svg> </template>
CSS
.icon-people-interwoven-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.406%207.797c1.504%200%202.458%201.346%203.636%201.826c.163.067.24.269.14.413l-2.813%204.055a1.15%201.15%200%200%201-1.835.073l-2.36-2.882a.48.48%200%200%201-.055-.54c.668-1.206%201.955-2.945%203.287-2.945m6.192.487a1.15%201.15%200%200%201%201.835-.073l2.36%202.882c.126.153.15.367.055.54c-.667%201.206-1.955%202.946-3.287%202.946c-1.504%200-2.459-1.346-3.636-1.826c-.163-.066-.24-.27-.14-.414zM5%202a2%202%200%201%201%200%204a2%202%200%200%201%200-4m6%200a2%202%200%201%201%200%204a2%202%200%200%201%200-4%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.406%207.797c1.504%200%202.458%201.346%203.636%201.826c.163.067.24.269.14.413l-2.813%204.055a1.15%201.15%200%200%201-1.835.073l-2.36-2.882a.48.48%200%200%201-.055-.54c.668-1.206%201.955-2.945%203.287-2.945m6.192.487a1.15%201.15%200%200%201%201.835-.073l2.36%202.882c.126.153.15.367.055.54c-.667%201.206-1.955%202.946-3.287%202.946c-1.504%200-2.459-1.346-3.636-1.826c-.163-.066-.24-.27-.14-.414zM5%202a2%202%200%201%201%200%204a2%202%200%200%201%200-4m6%200a2%202%200%201%201%200%204a2%202%200%200%201%200-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/people-interwoven-16-filled.svg?color=%231a73e8&size=48