people interwoven icon
people-interwoven-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- people-interwoven-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- License
- MIT
11 other variants in Fluent UI System Icons
people-interwoven-16-filledpeople-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-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 48 48"><path fill="currentColor" d="M31.442 23.752c1.199-1.698 3.915-1.801 5.258-.171l5.554 6.742l.812.993c.685.837.756 2.02.168 2.927c-.35.538-.72 1.103-.98 1.487c-.715 1.056-1.54 2.157-2.474 3.144C38.02 40.73 36.04 42 33.854 42c-1.649 0-3.11-.676-4.66-1.68c-.785-.508-1.533-1.058-2.357-1.636a28 28 0 0 0-1.892-1.24l-.669-.373c-.765-.402-1.117-1.468-.62-2.176l6.587-9.391l-.02-.015l1.222-1.736zm-17.295-1.336c1.649 0 3.11.675 4.66 1.68c1.65 1.067 3.172 2.331 4.918 3.247l.43.232c.57.294.85 1.044.48 1.57L16.56 40.66l-.241.3c-1.205 1.313-3.435 1.399-4.751.16l-.267-.284l-6.362-7.726a2.53 2.53 0 0 1-.167-2.914c1.02-1.64 2.119-3.248 3.45-4.653c1.761-1.858 3.739-3.128 5.926-3.128M14.999 6a6 6 0 1 1 0 12a6 6 0 0 1 0-12m18 0a6 6 0 1 1 0 12a6 6 0 0 1 0-12"/></svg>
React
import type { SVGProps } from "react";
export function FluentPeopleInterwoven48Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M31.442 23.752c1.199-1.698 3.915-1.801 5.258-.171l5.554 6.742l.812.993c.685.837.756 2.02.168 2.927c-.35.538-.72 1.103-.98 1.487c-.715 1.056-1.54 2.157-2.474 3.144C38.02 40.73 36.04 42 33.854 42c-1.649 0-3.11-.676-4.66-1.68c-.785-.508-1.533-1.058-2.357-1.636a28 28 0 0 0-1.892-1.24l-.669-.373c-.765-.402-1.117-1.468-.62-2.176l6.587-9.391l-.02-.015l1.222-1.736zm-17.295-1.336c1.649 0 3.11.675 4.66 1.68c1.65 1.067 3.172 2.331 4.918 3.247l.43.232c.57.294.85 1.044.48 1.57L16.56 40.66l-.241.3c-1.205 1.313-3.435 1.399-4.751.16l-.267-.284l-6.362-7.726a2.53 2.53 0 0 1-.167-2.914c1.02-1.64 2.119-3.248 3.45-4.653c1.761-1.858 3.739-3.128 5.926-3.128M14.999 6a6 6 0 1 1 0 12a6 6 0 0 1 0-12m18 0a6 6 0 1 1 0 12a6 6 0 0 1 0-12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M31.442 23.752c1.199-1.698 3.915-1.801 5.258-.171l5.554 6.742l.812.993c.685.837.756 2.02.168 2.927c-.35.538-.72 1.103-.98 1.487c-.715 1.056-1.54 2.157-2.474 3.144C38.02 40.73 36.04 42 33.854 42c-1.649 0-3.11-.676-4.66-1.68c-.785-.508-1.533-1.058-2.357-1.636a28 28 0 0 0-1.892-1.24l-.669-.373c-.765-.402-1.117-1.468-.62-2.176l6.587-9.391l-.02-.015l1.222-1.736zm-17.295-1.336c1.649 0 3.11.675 4.66 1.68c1.65 1.067 3.172 2.331 4.918 3.247l.43.232c.57.294.85 1.044.48 1.57L16.56 40.66l-.241.3c-1.205 1.313-3.435 1.399-4.751.16l-.267-.284l-6.362-7.726a2.53 2.53 0 0 1-.167-2.914c1.02-1.64 2.119-3.248 3.45-4.653c1.761-1.858 3.739-3.128 5.926-3.128M14.999 6a6 6 0 1 1 0 12a6 6 0 0 1 0-12m18 0a6 6 0 1 1 0 12a6 6 0 0 1 0-12"/></svg> </template>
CSS
.icon-people-interwoven-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M31.442%2023.752c1.199-1.698%203.915-1.801%205.258-.171l5.554%206.742l.812.993c.685.837.756%202.02.168%202.927c-.35.538-.72%201.103-.98%201.487c-.715%201.056-1.54%202.157-2.474%203.144C38.02%2040.73%2036.04%2042%2033.854%2042c-1.649%200-3.11-.676-4.66-1.68c-.785-.508-1.533-1.058-2.357-1.636a28%2028%200%200%200-1.892-1.24l-.669-.373c-.765-.402-1.117-1.468-.62-2.176l6.587-9.391l-.02-.015l1.222-1.736zm-17.295-1.336c1.649%200%203.11.675%204.66%201.68c1.65%201.067%203.172%202.331%204.918%203.247l.43.232c.57.294.85%201.044.48%201.57L16.56%2040.66l-.241.3c-1.205%201.313-3.435%201.399-4.751.16l-.267-.284l-6.362-7.726a2.53%202.53%200%200%201-.167-2.914c1.02-1.64%202.119-3.248%203.45-4.653c1.761-1.858%203.739-3.128%205.926-3.128M14.999%206a6%206%200%201%201%200%2012a6%206%200%200%201%200-12m18%200a6%206%200%201%201%200%2012a6%206%200%200%201%200-12%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M31.442%2023.752c1.199-1.698%203.915-1.801%205.258-.171l5.554%206.742l.812.993c.685.837.756%202.02.168%202.927c-.35.538-.72%201.103-.98%201.487c-.715%201.056-1.54%202.157-2.474%203.144C38.02%2040.73%2036.04%2042%2033.854%2042c-1.649%200-3.11-.676-4.66-1.68c-.785-.508-1.533-1.058-2.357-1.636a28%2028%200%200%200-1.892-1.24l-.669-.373c-.765-.402-1.117-1.468-.62-2.176l6.587-9.391l-.02-.015l1.222-1.736zm-17.295-1.336c1.649%200%203.11.675%204.66%201.68c1.65%201.067%203.172%202.331%204.918%203.247l.43.232c.57.294.85%201.044.48%201.57L16.56%2040.66l-.241.3c-1.205%201.313-3.435%201.399-4.751.16l-.267-.284l-6.362-7.726a2.53%202.53%200%200%201-.167-2.914c1.02-1.64%202.119-3.248%203.45-4.653c1.761-1.858%203.739-3.128%205.926-3.128M14.999%206a6%206%200%201%201%200%2012a6%206%200%200%201%200-12m18%200a6%206%200%201%201%200%2012a6%206%200%200%201%200-12%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/people-interwoven-48-filled.svg?color=%231a73e8&size=48