people interwoven icon
people-interwoven-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- people-interwoven-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- 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-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 28 28"><path fill="currentColor" d="M18.465 13.8c.72-1.018 2.35-1.08 3.156-.102l3.332 4.046l.487.596c.41.502.453 1.211.1 1.756a60 60 0 0 1-.587.892a15 15 0 0 1-1.486 1.886c-1.056 1.114-2.242 1.877-3.554 1.877c-.99 0-1.867-.405-2.797-1.008c-.47-.305-.92-.635-1.413-.981c-.362-.254-.74-.512-1.136-.745l-.402-.224c-.459-.241-.67-.881-.372-1.306l3.953-5.635l-.012-.008l.732-1.041zM8.088 13c.99 0 1.866.405 2.796 1.008c.47.304.92.634 1.414.981c.482.338.993.682 1.536.967l.258.139c.342.176.511.627.29.942l-4.846 6.91l-.146.18c-.723.788-2.06.84-2.85.097l-.16-.172l-3.817-4.635a1.52 1.52 0 0 1-.1-1.75l.1-.16c.527-.836 1.183-1.8 1.97-2.631C5.589 13.76 6.776 13 8.088 13M8.5 3a3.5 3.5 0 1 1 0 7a3.5 3.5 0 0 1 0-7m11 0a3.5 3.5 0 1 1 0 7a3.5 3.5 0 0 1 0-7"/></svg>
React
import type { SVGProps } from "react";
export function FluentPeopleInterwoven28Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M18.465 13.8c.72-1.018 2.35-1.08 3.156-.102l3.332 4.046l.487.596c.41.502.453 1.211.1 1.756a60 60 0 0 1-.587.892a15 15 0 0 1-1.486 1.886c-1.056 1.114-2.242 1.877-3.554 1.877c-.99 0-1.867-.405-2.797-1.008c-.47-.305-.92-.635-1.413-.981c-.362-.254-.74-.512-1.136-.745l-.402-.224c-.459-.241-.67-.881-.372-1.306l3.953-5.635l-.012-.008l.732-1.041zM8.088 13c.99 0 1.866.405 2.796 1.008c.47.304.92.634 1.414.981c.482.338.993.682 1.536.967l.258.139c.342.176.511.627.29.942l-4.846 6.91l-.146.18c-.723.788-2.06.84-2.85.097l-.16-.172l-3.817-4.635a1.52 1.52 0 0 1-.1-1.75l.1-.16c.527-.836 1.183-1.8 1.97-2.631C5.589 13.76 6.776 13 8.088 13M8.5 3a3.5 3.5 0 1 1 0 7a3.5 3.5 0 0 1 0-7m11 0a3.5 3.5 0 1 1 0 7a3.5 3.5 0 0 1 0-7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M18.465 13.8c.72-1.018 2.35-1.08 3.156-.102l3.332 4.046l.487.596c.41.502.453 1.211.1 1.756a60 60 0 0 1-.587.892a15 15 0 0 1-1.486 1.886c-1.056 1.114-2.242 1.877-3.554 1.877c-.99 0-1.867-.405-2.797-1.008c-.47-.305-.92-.635-1.413-.981c-.362-.254-.74-.512-1.136-.745l-.402-.224c-.459-.241-.67-.881-.372-1.306l3.953-5.635l-.012-.008l.732-1.041zM8.088 13c.99 0 1.866.405 2.796 1.008c.47.304.92.634 1.414.981c.482.338.993.682 1.536.967l.258.139c.342.176.511.627.29.942l-4.846 6.91l-.146.18c-.723.788-2.06.84-2.85.097l-.16-.172l-3.817-4.635a1.52 1.52 0 0 1-.1-1.75l.1-.16c.527-.836 1.183-1.8 1.97-2.631C5.589 13.76 6.776 13 8.088 13M8.5 3a3.5 3.5 0 1 1 0 7a3.5 3.5 0 0 1 0-7m11 0a3.5 3.5 0 1 1 0 7a3.5 3.5 0 0 1 0-7"/></svg> </template>
CSS
.icon-people-interwoven-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.465%2013.8c.72-1.018%202.35-1.08%203.156-.102l3.332%204.046l.487.596c.41.502.453%201.211.1%201.756a60%2060%200%200%201-.587.892a15%2015%200%200%201-1.486%201.886c-1.056%201.114-2.242%201.877-3.554%201.877c-.99%200-1.867-.405-2.797-1.008c-.47-.305-.92-.635-1.413-.981c-.362-.254-.74-.512-1.136-.745l-.402-.224c-.459-.241-.67-.881-.372-1.306l3.953-5.635l-.012-.008l.732-1.041zM8.088%2013c.99%200%201.866.405%202.796%201.008c.47.304.92.634%201.414.981c.482.338.993.682%201.536.967l.258.139c.342.176.511.627.29.942l-4.846%206.91l-.146.18c-.723.788-2.06.84-2.85.097l-.16-.172l-3.817-4.635a1.52%201.52%200%200%201-.1-1.75l.1-.16c.527-.836%201.183-1.8%201.97-2.631C5.589%2013.76%206.776%2013%208.088%2013M8.5%203a3.5%203.5%200%201%201%200%207a3.5%203.5%200%200%201%200-7m11%200a3.5%203.5%200%201%201%200%207a3.5%203.5%200%200%201%200-7%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.465%2013.8c.72-1.018%202.35-1.08%203.156-.102l3.332%204.046l.487.596c.41.502.453%201.211.1%201.756a60%2060%200%200%201-.587.892a15%2015%200%200%201-1.486%201.886c-1.056%201.114-2.242%201.877-3.554%201.877c-.99%200-1.867-.405-2.797-1.008c-.47-.305-.92-.635-1.413-.981c-.362-.254-.74-.512-1.136-.745l-.402-.224c-.459-.241-.67-.881-.372-1.306l3.953-5.635l-.012-.008l.732-1.041zM8.088%2013c.99%200%201.866.405%202.796%201.008c.47.304.92.634%201.414.981c.482.338.993.682%201.536.967l.258.139c.342.176.511.627.29.942l-4.846%206.91l-.146.18c-.723.788-2.06.84-2.85.097l-.16-.172l-3.817-4.635a1.52%201.52%200%200%201-.1-1.75l.1-.16c.527-.836%201.183-1.8%201.97-2.631C5.589%2013.76%206.776%2013%208.088%2013M8.5%203a3.5%203.5%200%201%201%200%207a3.5%203.5%200%200%201%200-7m11%200a3.5%203.5%200%201%201%200%207a3.5%203.5%200%200%201%200-7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/people-interwoven-28-filled.svg?color=%231a73e8&size=48