person sound spatial icon

person-sound-spatial-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.

Name
person-sound-spatial-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the person sound spatial icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M6.679 21.912c-.437.534-.443 1.322.045 1.81c.489.489 1.284.492 1.73-.035A14.94 14.94 0 0 0 12.003 14a14.94 14.94 0 0 0-3.547-9.687c-.447-.527-1.242-.524-1.73-.036c-.489.488-.483 1.276-.046 1.81A12.45 12.45 0 0 1 9.502 14c0 3.002-1.059 5.757-2.823 7.912m-3.49-1.725c.488.488 1.287.492 1.71-.053A9.96 9.96 0 0 0 7.002 14a9.96 9.96 0 0 0-2.103-6.135c-.423-.545-1.222-.54-1.71-.052s-.478 1.274-.077 1.836A7.47 7.47 0 0 1 4.502 14a7.47 7.47 0 0 1-1.39 4.351c-.401.562-.411 1.349.077 1.837M24 4c-5.523 0-10 4.477-10 10s4.477 10 10 10s10-4.477 10-10S29.523 4 24 4m-7.5 10a7.5 7.5 0 1 1 15 0a7.5 7.5 0 0 1-15 0m-4.25 14A4.25 4.25 0 0 0 8 32.249V33c0 3.755 1.942 6.567 4.92 8.38C15.85 43.163 19.786 44 24 44s8.15-.837 11.08-2.62C38.058 39.567 40 36.755 40 33v-.751A4.25 4.25 0 0 0 35.75 28zm-1.75 4.249a1.75 1.75 0 0 1 1.75-1.749h23.5c.967 0 1.75.783 1.75 1.749V33c0 2.744-1.36 4.808-3.72 6.245C31.37 40.712 27.932 41.5 24 41.5s-7.37-.788-9.78-2.255c-2.36-1.437-3.72-3.5-3.72-6.245zm29.047-8.562c.446.527 1.242.524 1.73.035c.488-.488.483-1.276.046-1.81A12.45 12.45 0 0 1 38.5 14a12.45 12.45 0 0 1 2.823-7.913c.437-.534.442-1.322-.046-1.81s-1.284-.491-1.73.036A14.94 14.94 0 0 0 36 14a14.94 14.94 0 0 0 3.547 9.687m3.555-15.822c.424-.545 1.223-.54 1.71-.052c.489.488.479 1.274.078 1.836A7.47 7.47 0 0 0 43.5 14c0 1.623.515 3.124 1.39 4.351c.4.562.411 1.349-.077 1.837s-1.287.492-1.71-.053A9.96 9.96 0 0 1 41 14c0-2.312.785-4.441 2.102-6.135"/></svg>

React

import type { SVGProps } from "react";

export function FluentPersonSoundSpatial48Regular(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="M6.679 21.912c-.437.534-.443 1.322.045 1.81c.489.489 1.284.492 1.73-.035A14.94 14.94 0 0 0 12.003 14a14.94 14.94 0 0 0-3.547-9.687c-.447-.527-1.242-.524-1.73-.036c-.489.488-.483 1.276-.046 1.81A12.45 12.45 0 0 1 9.502 14c0 3.002-1.059 5.757-2.823 7.912m-3.49-1.725c.488.488 1.287.492 1.71-.053A9.96 9.96 0 0 0 7.002 14a9.96 9.96 0 0 0-2.103-6.135c-.423-.545-1.222-.54-1.71-.052s-.478 1.274-.077 1.836A7.47 7.47 0 0 1 4.502 14a7.47 7.47 0 0 1-1.39 4.351c-.401.562-.411 1.349.077 1.837M24 4c-5.523 0-10 4.477-10 10s4.477 10 10 10s10-4.477 10-10S29.523 4 24 4m-7.5 10a7.5 7.5 0 1 1 15 0a7.5 7.5 0 0 1-15 0m-4.25 14A4.25 4.25 0 0 0 8 32.249V33c0 3.755 1.942 6.567 4.92 8.38C15.85 43.163 19.786 44 24 44s8.15-.837 11.08-2.62C38.058 39.567 40 36.755 40 33v-.751A4.25 4.25 0 0 0 35.75 28zm-1.75 4.249a1.75 1.75 0 0 1 1.75-1.749h23.5c.967 0 1.75.783 1.75 1.749V33c0 2.744-1.36 4.808-3.72 6.245C31.37 40.712 27.932 41.5 24 41.5s-7.37-.788-9.78-2.255c-2.36-1.437-3.72-3.5-3.72-6.245zm29.047-8.562c.446.527 1.242.524 1.73.035c.488-.488.483-1.276.046-1.81A12.45 12.45 0 0 1 38.5 14a12.45 12.45 0 0 1 2.823-7.913c.437-.534.442-1.322-.046-1.81s-1.284-.491-1.73.036A14.94 14.94 0 0 0 36 14a14.94 14.94 0 0 0 3.547 9.687m3.555-15.822c.424-.545 1.223-.54 1.71-.052c.489.488.479 1.274.078 1.836A7.47 7.47 0 0 0 43.5 14c0 1.623.515 3.124 1.39 4.351c.4.562.411 1.349-.077 1.837s-1.287.492-1.71-.053A9.96 9.96 0 0 1 41 14c0-2.312.785-4.441 2.102-6.135"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M6.679 21.912c-.437.534-.443 1.322.045 1.81c.489.489 1.284.492 1.73-.035A14.94 14.94 0 0 0 12.003 14a14.94 14.94 0 0 0-3.547-9.687c-.447-.527-1.242-.524-1.73-.036c-.489.488-.483 1.276-.046 1.81A12.45 12.45 0 0 1 9.502 14c0 3.002-1.059 5.757-2.823 7.912m-3.49-1.725c.488.488 1.287.492 1.71-.053A9.96 9.96 0 0 0 7.002 14a9.96 9.96 0 0 0-2.103-6.135c-.423-.545-1.222-.54-1.71-.052s-.478 1.274-.077 1.836A7.47 7.47 0 0 1 4.502 14a7.47 7.47 0 0 1-1.39 4.351c-.401.562-.411 1.349.077 1.837M24 4c-5.523 0-10 4.477-10 10s4.477 10 10 10s10-4.477 10-10S29.523 4 24 4m-7.5 10a7.5 7.5 0 1 1 15 0a7.5 7.5 0 0 1-15 0m-4.25 14A4.25 4.25 0 0 0 8 32.249V33c0 3.755 1.942 6.567 4.92 8.38C15.85 43.163 19.786 44 24 44s8.15-.837 11.08-2.62C38.058 39.567 40 36.755 40 33v-.751A4.25 4.25 0 0 0 35.75 28zm-1.75 4.249a1.75 1.75 0 0 1 1.75-1.749h23.5c.967 0 1.75.783 1.75 1.749V33c0 2.744-1.36 4.808-3.72 6.245C31.37 40.712 27.932 41.5 24 41.5s-7.37-.788-9.78-2.255c-2.36-1.437-3.72-3.5-3.72-6.245zm29.047-8.562c.446.527 1.242.524 1.73.035c.488-.488.483-1.276.046-1.81A12.45 12.45 0 0 1 38.5 14a12.45 12.45 0 0 1 2.823-7.913c.437-.534.442-1.322-.046-1.81s-1.284-.491-1.73.036A14.94 14.94 0 0 0 36 14a14.94 14.94 0 0 0 3.547 9.687m3.555-15.822c.424-.545 1.223-.54 1.71-.052c.489.488.479 1.274.078 1.836A7.47 7.47 0 0 0 43.5 14c0 1.623.515 3.124 1.39 4.351c.4.562.411 1.349-.077 1.837s-1.287.492-1.71-.053A9.96 9.96 0 0 1 41 14c0-2.312.785-4.441 2.102-6.135"/></svg>
</template>

CSS

.icon-person-sound-spatial-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.679%2021.912c-.437.534-.443%201.322.045%201.81c.489.489%201.284.492%201.73-.035A14.94%2014.94%200%200%200%2012.003%2014a14.94%2014.94%200%200%200-3.547-9.687c-.447-.527-1.242-.524-1.73-.036c-.489.488-.483%201.276-.046%201.81A12.45%2012.45%200%200%201%209.502%2014c0%203.002-1.059%205.757-2.823%207.912m-3.49-1.725c.488.488%201.287.492%201.71-.053A9.96%209.96%200%200%200%207.002%2014a9.96%209.96%200%200%200-2.103-6.135c-.423-.545-1.222-.54-1.71-.052s-.478%201.274-.077%201.836A7.47%207.47%200%200%201%204.502%2014a7.47%207.47%200%200%201-1.39%204.351c-.401.562-.411%201.349.077%201.837M24%204c-5.523%200-10%204.477-10%2010s4.477%2010%2010%2010s10-4.477%2010-10S29.523%204%2024%204m-7.5%2010a7.5%207.5%200%201%201%2015%200a7.5%207.5%200%200%201-15%200m-4.25%2014A4.25%204.25%200%200%200%208%2032.249V33c0%203.755%201.942%206.567%204.92%208.38C15.85%2043.163%2019.786%2044%2024%2044s8.15-.837%2011.08-2.62C38.058%2039.567%2040%2036.755%2040%2033v-.751A4.25%204.25%200%200%200%2035.75%2028zm-1.75%204.249a1.75%201.75%200%200%201%201.75-1.749h23.5c.967%200%201.75.783%201.75%201.749V33c0%202.744-1.36%204.808-3.72%206.245C31.37%2040.712%2027.932%2041.5%2024%2041.5s-7.37-.788-9.78-2.255c-2.36-1.437-3.72-3.5-3.72-6.245zm29.047-8.562c.446.527%201.242.524%201.73.035c.488-.488.483-1.276.046-1.81A12.45%2012.45%200%200%201%2038.5%2014a12.45%2012.45%200%200%201%202.823-7.913c.437-.534.442-1.322-.046-1.81s-1.284-.491-1.73.036A14.94%2014.94%200%200%200%2036%2014a14.94%2014.94%200%200%200%203.547%209.687m3.555-15.822c.424-.545%201.223-.54%201.71-.052c.489.488.479%201.274.078%201.836A7.47%207.47%200%200%200%2043.5%2014c0%201.623.515%203.124%201.39%204.351c.4.562.411%201.349-.077%201.837s-1.287.492-1.71-.053A9.96%209.96%200%200%201%2041%2014c0-2.312.785-4.441%202.102-6.135%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%22M6.679%2021.912c-.437.534-.443%201.322.045%201.81c.489.489%201.284.492%201.73-.035A14.94%2014.94%200%200%200%2012.003%2014a14.94%2014.94%200%200%200-3.547-9.687c-.447-.527-1.242-.524-1.73-.036c-.489.488-.483%201.276-.046%201.81A12.45%2012.45%200%200%201%209.502%2014c0%203.002-1.059%205.757-2.823%207.912m-3.49-1.725c.488.488%201.287.492%201.71-.053A9.96%209.96%200%200%200%207.002%2014a9.96%209.96%200%200%200-2.103-6.135c-.423-.545-1.222-.54-1.71-.052s-.478%201.274-.077%201.836A7.47%207.47%200%200%201%204.502%2014a7.47%207.47%200%200%201-1.39%204.351c-.401.562-.411%201.349.077%201.837M24%204c-5.523%200-10%204.477-10%2010s4.477%2010%2010%2010s10-4.477%2010-10S29.523%204%2024%204m-7.5%2010a7.5%207.5%200%201%201%2015%200a7.5%207.5%200%200%201-15%200m-4.25%2014A4.25%204.25%200%200%200%208%2032.249V33c0%203.755%201.942%206.567%204.92%208.38C15.85%2043.163%2019.786%2044%2024%2044s8.15-.837%2011.08-2.62C38.058%2039.567%2040%2036.755%2040%2033v-.751A4.25%204.25%200%200%200%2035.75%2028zm-1.75%204.249a1.75%201.75%200%200%201%201.75-1.749h23.5c.967%200%201.75.783%201.75%201.749V33c0%202.744-1.36%204.808-3.72%206.245C31.37%2040.712%2027.932%2041.5%2024%2041.5s-7.37-.788-9.78-2.255c-2.36-1.437-3.72-3.5-3.72-6.245zm29.047-8.562c.446.527%201.242.524%201.73.035c.488-.488.483-1.276.046-1.81A12.45%2012.45%200%200%201%2038.5%2014a12.45%2012.45%200%200%201%202.823-7.913c.437-.534.442-1.322-.046-1.81s-1.284-.491-1.73.036A14.94%2014.94%200%200%200%2036%2014a14.94%2014.94%200%200%200%203.547%209.687m3.555-15.822c.424-.545%201.223-.54%201.71-.052c.489.488.479%201.274.078%201.836A7.47%207.47%200%200%200%2043.5%2014c0%201.623.515%203.124%201.39%204.351c.4.562.411%201.349-.077%201.837s-1.287.492-1.71-.053A9.96%209.96%200%200%201%2041%2014c0-2.312.785-4.441%202.102-6.135%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/person-sound-spatial-48-regular.svg?color=%231a73e8&size=48