people interwoven icon
people-interwoven-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- people-interwoven-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- 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-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 24 24"><path fill="currentColor" d="M7.48 10.385c1.136 0 2.068.475 2.853.983c.387.25.774.534 1.12.777c.359.252.695.474 1.031.65c.166.083.363.23.556.22c.048-.002.242-.026.569-.42l.94-1.302c1.126-1.237 3.204-1.218 4.295.105l3.419 4.186c.271.463.3 1.02.097 1.507l-.12.237c-.44.718-1.132 1.867-2.045 2.83c-.906.957-2.139 1.845-3.674 1.846c-1.137 0-2.07-.475-2.854-.983c-.387-.25-.775-.535-1.121-.778a12 12 0 0 0-.777-.51l-.254-.141c-.322-.169-.43-.226-.555-.22c-.05.004-.248.03-.58.433l-.717 1.024v.002c-.99 1.405-3.062 1.555-4.275.405l-3.494-4.208a1.69 1.69 0 0 1-.133-1.968l.376-.609c.422-.67.982-1.498 1.667-2.22c.906-.957 2.14-1.846 3.676-1.846m0 1.485c-.935 0-1.801.544-2.596 1.383c-.734.774-1.299 1.68-1.857 2.583a.21.21 0 0 0 .012.247l3.264 3.96l.108.118c.574.54 1.58.459 2.035-.186l3.924-5.594a4 4 0 0 1-.575-.27c-.425-.223-.825-.49-1.194-.75c-.382-.268-.72-.516-1.076-.747c-.701-.454-1.338-.744-2.045-.744m10.216.474c-.546-.663-1.66-.62-2.144.067l.002.001l-.56.797l.009.006l-3.364 4.796c.264.093.466.213.566.265l.315.176c.308.181.602.381.879.575c.381.268.719.516 1.075.746c.702.455 1.34.744 2.047.744c.934 0 1.8-.543 2.595-1.381c.789-.832 1.404-1.846 1.856-2.584c.04-.093.04-.159-.012-.247zM7 3a3 3 0 1 1 0 6a3 3 0 0 1 0-6m10 0a3 3 0 1 1 0 6a3 3 0 0 1 0-6M7 4.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m10 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/></svg>
React
import type { SVGProps } from "react";
export function FluentPeopleInterwoven24Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.48 10.385c1.136 0 2.068.475 2.853.983c.387.25.774.534 1.12.777c.359.252.695.474 1.031.65c.166.083.363.23.556.22c.048-.002.242-.026.569-.42l.94-1.302c1.126-1.237 3.204-1.218 4.295.105l3.419 4.186c.271.463.3 1.02.097 1.507l-.12.237c-.44.718-1.132 1.867-2.045 2.83c-.906.957-2.139 1.845-3.674 1.846c-1.137 0-2.07-.475-2.854-.983c-.387-.25-.775-.535-1.121-.778a12 12 0 0 0-.777-.51l-.254-.141c-.322-.169-.43-.226-.555-.22c-.05.004-.248.03-.58.433l-.717 1.024v.002c-.99 1.405-3.062 1.555-4.275.405l-3.494-4.208a1.69 1.69 0 0 1-.133-1.968l.376-.609c.422-.67.982-1.498 1.667-2.22c.906-.957 2.14-1.846 3.676-1.846m0 1.485c-.935 0-1.801.544-2.596 1.383c-.734.774-1.299 1.68-1.857 2.583a.21.21 0 0 0 .012.247l3.264 3.96l.108.118c.574.54 1.58.459 2.035-.186l3.924-5.594a4 4 0 0 1-.575-.27c-.425-.223-.825-.49-1.194-.75c-.382-.268-.72-.516-1.076-.747c-.701-.454-1.338-.744-2.045-.744m10.216.474c-.546-.663-1.66-.62-2.144.067l.002.001l-.56.797l.009.006l-3.364 4.796c.264.093.466.213.566.265l.315.176c.308.181.602.381.879.575c.381.268.719.516 1.075.746c.702.455 1.34.744 2.047.744c.934 0 1.8-.543 2.595-1.381c.789-.832 1.404-1.846 1.856-2.584c.04-.093.04-.159-.012-.247zM7 3a3 3 0 1 1 0 6a3 3 0 0 1 0-6m10 0a3 3 0 1 1 0 6a3 3 0 0 1 0-6M7 4.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m10 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.48 10.385c1.136 0 2.068.475 2.853.983c.387.25.774.534 1.12.777c.359.252.695.474 1.031.65c.166.083.363.23.556.22c.048-.002.242-.026.569-.42l.94-1.302c1.126-1.237 3.204-1.218 4.295.105l3.419 4.186c.271.463.3 1.02.097 1.507l-.12.237c-.44.718-1.132 1.867-2.045 2.83c-.906.957-2.139 1.845-3.674 1.846c-1.137 0-2.07-.475-2.854-.983c-.387-.25-.775-.535-1.121-.778a12 12 0 0 0-.777-.51l-.254-.141c-.322-.169-.43-.226-.555-.22c-.05.004-.248.03-.58.433l-.717 1.024v.002c-.99 1.405-3.062 1.555-4.275.405l-3.494-4.208a1.69 1.69 0 0 1-.133-1.968l.376-.609c.422-.67.982-1.498 1.667-2.22c.906-.957 2.14-1.846 3.676-1.846m0 1.485c-.935 0-1.801.544-2.596 1.383c-.734.774-1.299 1.68-1.857 2.583a.21.21 0 0 0 .012.247l3.264 3.96l.108.118c.574.54 1.58.459 2.035-.186l3.924-5.594a4 4 0 0 1-.575-.27c-.425-.223-.825-.49-1.194-.75c-.382-.268-.72-.516-1.076-.747c-.701-.454-1.338-.744-2.045-.744m10.216.474c-.546-.663-1.66-.62-2.144.067l.002.001l-.56.797l.009.006l-3.364 4.796c.264.093.466.213.566.265l.315.176c.308.181.602.381.879.575c.381.268.719.516 1.075.746c.702.455 1.34.744 2.047.744c.934 0 1.8-.543 2.595-1.381c.789-.832 1.404-1.846 1.856-2.584c.04-.093.04-.159-.012-.247zM7 3a3 3 0 1 1 0 6a3 3 0 0 1 0-6m10 0a3 3 0 1 1 0 6a3 3 0 0 1 0-6M7 4.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m10 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/></svg> </template>
CSS
.icon-people-interwoven-24-regular {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.48%2010.385c1.136%200%202.068.475%202.853.983c.387.25.774.534%201.12.777c.359.252.695.474%201.031.65c.166.083.363.23.556.22c.048-.002.242-.026.569-.42l.94-1.302c1.126-1.237%203.204-1.218%204.295.105l3.419%204.186c.271.463.3%201.02.097%201.507l-.12.237c-.44.718-1.132%201.867-2.045%202.83c-.906.957-2.139%201.845-3.674%201.846c-1.137%200-2.07-.475-2.854-.983c-.387-.25-.775-.535-1.121-.778a12%2012%200%200%200-.777-.51l-.254-.141c-.322-.169-.43-.226-.555-.22c-.05.004-.248.03-.58.433l-.717%201.024v.002c-.99%201.405-3.062%201.555-4.275.405l-3.494-4.208a1.69%201.69%200%200%201-.133-1.968l.376-.609c.422-.67.982-1.498%201.667-2.22c.906-.957%202.14-1.846%203.676-1.846m0%201.485c-.935%200-1.801.544-2.596%201.383c-.734.774-1.299%201.68-1.857%202.583a.21.21%200%200%200%20.012.247l3.264%203.96l.108.118c.574.54%201.58.459%202.035-.186l3.924-5.594a4%204%200%200%201-.575-.27c-.425-.223-.825-.49-1.194-.75c-.382-.268-.72-.516-1.076-.747c-.701-.454-1.338-.744-2.045-.744m10.216.474c-.546-.663-1.66-.62-2.144.067l.002.001l-.56.797l.009.006l-3.364%204.796c.264.093.466.213.566.265l.315.176c.308.181.602.381.879.575c.381.268.719.516%201.075.746c.702.455%201.34.744%202.047.744c.934%200%201.8-.543%202.595-1.381c.789-.832%201.404-1.846%201.856-2.584c.04-.093.04-.159-.012-.247zM7%203a3%203%200%201%201%200%206a3%203%200%200%201%200-6m10%200a3%203%200%201%201%200%206a3%203%200%200%201%200-6M7%204.5a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3m10%200a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.48%2010.385c1.136%200%202.068.475%202.853.983c.387.25.774.534%201.12.777c.359.252.695.474%201.031.65c.166.083.363.23.556.22c.048-.002.242-.026.569-.42l.94-1.302c1.126-1.237%203.204-1.218%204.295.105l3.419%204.186c.271.463.3%201.02.097%201.507l-.12.237c-.44.718-1.132%201.867-2.045%202.83c-.906.957-2.139%201.845-3.674%201.846c-1.137%200-2.07-.475-2.854-.983c-.387-.25-.775-.535-1.121-.778a12%2012%200%200%200-.777-.51l-.254-.141c-.322-.169-.43-.226-.555-.22c-.05.004-.248.03-.58.433l-.717%201.024v.002c-.99%201.405-3.062%201.555-4.275.405l-3.494-4.208a1.69%201.69%200%200%201-.133-1.968l.376-.609c.422-.67.982-1.498%201.667-2.22c.906-.957%202.14-1.846%203.676-1.846m0%201.485c-.935%200-1.801.544-2.596%201.383c-.734.774-1.299%201.68-1.857%202.583a.21.21%200%200%200%20.012.247l3.264%203.96l.108.118c.574.54%201.58.459%202.035-.186l3.924-5.594a4%204%200%200%201-.575-.27c-.425-.223-.825-.49-1.194-.75c-.382-.268-.72-.516-1.076-.747c-.701-.454-1.338-.744-2.045-.744m10.216.474c-.546-.663-1.66-.62-2.144.067l.002.001l-.56.797l.009.006l-3.364%204.796c.264.093.466.213.566.265l.315.176c.308.181.602.381.879.575c.381.268.719.516%201.075.746c.702.455%201.34.744%202.047.744c.934%200%201.8-.543%202.595-1.381c.789-.832%201.404-1.846%201.856-2.584c.04-.093.04-.159-.012-.247zM7%203a3%203%200%201%201%200%206a3%203%200%200%201%200-6m10%200a3%203%200%201%201%200%206a3%203%200%200%201%200-6M7%204.5a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3m10%200a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/people-interwoven-24-regular.svg?color=%231a73e8&size=48