person sound spatial icon
person-sound-spatial-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- person-sound-spatial-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- License
- MIT
11 other variants in Fluent UI System Icons
person-sound-spatial-16-filledperson-sound-spatial-16-regularperson-sound-spatial-20-filledperson-sound-spatial-20-regularperson-sound-spatial-24-filledperson-sound-spatial-24-regularperson-sound-spatial-28-filledperson-sound-spatial-28-regularperson-sound-spatial-32-filledperson-sound-spatial-32-regularperson-sound-spatial-48-regular
Related icons in Fluent UI System Icons
person-5-20-filledperson-6-20-filledperson-account-16-filledperson-accounts-20-filledperson-add-16-filledperson-alert-16-filledperson-alert-off-16-filledperson-arrow-back-16-filledperson-arrow-left-16-filledperson-arrow-right-16-filledperson-available-16-filledperson-board-12-filledperson-board-add-16-filledperson-briefcase-16-filledperson-call-16-filledperson-chat-16-filledperson-circle-12-filledperson-circle-off-12-filledperson-clock-16-filledperson-delete-16-filledperson-desktop-20-filledperson-edit-16-filledperson-error-16-filledperson-feedback-16-filled
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 4M12.25 28A4.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 28zm27.297-4.313c.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 FluentPersonSoundSpatial48Filled(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 4M12.25 28A4.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 28zm27.297-4.313c.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 4M12.25 28A4.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 28zm27.297-4.313c.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-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%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%204M12.25%2028A4.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%2028zm27.297-4.313c.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%204M12.25%2028A4.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%2028zm27.297-4.313c.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-filled.svg?color=%231a73e8&size=48