people-audience-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
people-audience-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the people audience icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12.215 5.217a2.227 2.227 0 1 0-4.455 0a2.227 2.227 0 0 0 4.455 0M2.515 12h2.99V9.014l.008-.18c.026-.297.118-.575.26-.82H3.016l-.117.007a1 1 0 0 0-.883.993V11.5a.5.5 0 0 0 .5.5m15.475-.5a.5.5 0 0 1-.5.5h-3.016V9.014l-.006-.149a2 2 0 0 0-.262-.851h2.784a1 1 0 0 1 .993.884l.007.116zm-4.523-2.602a1 1 0 0 0-.994-.884H7.506l-.117.007a1 1 0 0 0-.883.993V12h6.969V9.014zm1.508-5.28a1.913 1.913 0 1 1 0 3.826a1.913 1.913 0 0 1 0-3.827M6.929 5.53a1.913 1.913 0 1 0-3.826 0a1.913 1.913 0 0 0 3.826 0M2.5 13a.5.5 0 0 0-.5.5v1A2.5 2.5 0 0 0 4.5 17h11a2.5 2.5 0 0 0 2.5-2.5v-1a.5.5 0 0 0-.5-.5z"/></svg>

React

import type { SVGProps } from "react";

export function FluentPeopleAudience20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12.215 5.217a2.227 2.227 0 1 0-4.455 0a2.227 2.227 0 0 0 4.455 0M2.515 12h2.99V9.014l.008-.18c.026-.297.118-.575.26-.82H3.016l-.117.007a1 1 0 0 0-.883.993V11.5a.5.5 0 0 0 .5.5m15.475-.5a.5.5 0 0 1-.5.5h-3.016V9.014l-.006-.149a2 2 0 0 0-.262-.851h2.784a1 1 0 0 1 .993.884l.007.116zm-4.523-2.602a1 1 0 0 0-.994-.884H7.506l-.117.007a1 1 0 0 0-.883.993V12h6.969V9.014zm1.508-5.28a1.913 1.913 0 1 1 0 3.826a1.913 1.913 0 0 1 0-3.827M6.929 5.53a1.913 1.913 0 1 0-3.826 0a1.913 1.913 0 0 0 3.826 0M2.5 13a.5.5 0 0 0-.5.5v1A2.5 2.5 0 0 0 4.5 17h11a2.5 2.5 0 0 0 2.5-2.5v-1a.5.5 0 0 0-.5-.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12.215 5.217a2.227 2.227 0 1 0-4.455 0a2.227 2.227 0 0 0 4.455 0M2.515 12h2.99V9.014l.008-.18c.026-.297.118-.575.26-.82H3.016l-.117.007a1 1 0 0 0-.883.993V11.5a.5.5 0 0 0 .5.5m15.475-.5a.5.5 0 0 1-.5.5h-3.016V9.014l-.006-.149a2 2 0 0 0-.262-.851h2.784a1 1 0 0 1 .993.884l.007.116zm-4.523-2.602a1 1 0 0 0-.994-.884H7.506l-.117.007a1 1 0 0 0-.883.993V12h6.969V9.014zm1.508-5.28a1.913 1.913 0 1 1 0 3.826a1.913 1.913 0 0 1 0-3.827M6.929 5.53a1.913 1.913 0 1 0-3.826 0a1.913 1.913 0 0 0 3.826 0M2.5 13a.5.5 0 0 0-.5.5v1A2.5 2.5 0 0 0 4.5 17h11a2.5 2.5 0 0 0 2.5-2.5v-1a.5.5 0 0 0-.5-.5z"/></svg>
</template>

CSS

.icon-people-audience-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.215%205.217a2.227%202.227%200%201%200-4.455%200a2.227%202.227%200%200%200%204.455%200M2.515%2012h2.99V9.014l.008-.18c.026-.297.118-.575.26-.82H3.016l-.117.007a1%201%200%200%200-.883.993V11.5a.5.5%200%200%200%20.5.5m15.475-.5a.5.5%200%200%201-.5.5h-3.016V9.014l-.006-.149a2%202%200%200%200-.262-.851h2.784a1%201%200%200%201%20.993.884l.007.116zm-4.523-2.602a1%201%200%200%200-.994-.884H7.506l-.117.007a1%201%200%200%200-.883.993V12h6.969V9.014zm1.508-5.28a1.913%201.913%200%201%201%200%203.826a1.913%201.913%200%200%201%200-3.827M6.929%205.53a1.913%201.913%200%201%200-3.826%200a1.913%201.913%200%200%200%203.826%200M2.5%2013a.5.5%200%200%200-.5.5v1A2.5%202.5%200%200%200%204.5%2017h11a2.5%202.5%200%200%200%202.5-2.5v-1a.5.5%200%200%200-.5-.5z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.215%205.217a2.227%202.227%200%201%200-4.455%200a2.227%202.227%200%200%200%204.455%200M2.515%2012h2.99V9.014l.008-.18c.026-.297.118-.575.26-.82H3.016l-.117.007a1%201%200%200%200-.883.993V11.5a.5.5%200%200%200%20.5.5m15.475-.5a.5.5%200%200%201-.5.5h-3.016V9.014l-.006-.149a2%202%200%200%200-.262-.851h2.784a1%201%200%200%201%20.993.884l.007.116zm-4.523-2.602a1%201%200%200%200-.994-.884H7.506l-.117.007a1%201%200%200%200-.883.993V12h6.969V9.014zm1.508-5.28a1.913%201.913%200%201%201%200%203.826a1.913%201.913%200%200%201%200-3.827M6.929%205.53a1.913%201.913%200%201%200-3.826%200a1.913%201.913%200%200%200%203.826%200M2.5%2013a.5.5%200%200%200-.5.5v1A2.5%202.5%200%200%200%204.5%2017h11a2.5%202.5%200%200%200%202.5-2.5v-1a.5.5%200%200%200-.5-.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/people-audience-20-filled.svg?color=%231a73e8&size=48