person sound spatial icon
person-sound-spatial-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- person-sound-spatial-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
11 other variants in Fluent UI System Icons
person-sound-spatial-16-filledperson-sound-spatial-16-regularperson-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-filledperson-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 20 20"><path fill="currentColor" d="M2.87 9.165a.54.54 0 0 0 .017.724a.47.47 0 0 0 .692-.014A5.98 5.98 0 0 0 5 6c0-1.477-.534-2.83-1.42-3.875a.47.47 0 0 0-.692-.014a.54.54 0 0 0-.018.724A4.98 4.98 0 0 1 4 6a4.98 4.98 0 0 1-1.13 3.165m-1.397-.69c.195.195.515.197.684-.021c.527-.678.841-1.53.841-2.454s-.314-1.776-.84-2.454c-.17-.218-.49-.216-.685-.02c-.195.194-.191.51-.03.734c.35.49.555 1.091.555 1.74s-.206 1.25-.556 1.74c-.16.225-.164.54.031.735M10 2a4 4 0 1 0 0 8a4 4 0 0 0 0-8m-4.991 9A2 2 0 0 0 3 13c0 1.691.833 2.966 2.135 3.797C6.417 17.614 8.145 18 10 18s3.583-.386 4.865-1.203C16.167 15.967 17 14.69 17 13a2 2 0 0 0-2-2zm11.41-8.875A5.98 5.98 0 0 0 15 6c0 1.477.534 2.83 1.419 3.875a.47.47 0 0 0 .692.014a.54.54 0 0 0 .018-.724A4.98 4.98 0 0 1 16 6c0-1.2.423-2.303 1.129-3.165a.54.54 0 0 0-.018-.724a.47.47 0 0 0-.692.014m1.422 1.421c.17-.218.489-.216.684-.02c.195.194.191.51.031.734A3 3 0 0 0 18 6c0 .649.206 1.25.556 1.74c.16.225.164.54-.03.735c-.196.195-.516.197-.685-.021A4 4 0 0 1 17 6c0-.925.314-1.776.84-2.454"/></svg>
React
import type { SVGProps } from "react";
export function FluentPersonSoundSpatial20Filled(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="M2.87 9.165a.54.54 0 0 0 .017.724a.47.47 0 0 0 .692-.014A5.98 5.98 0 0 0 5 6c0-1.477-.534-2.83-1.42-3.875a.47.47 0 0 0-.692-.014a.54.54 0 0 0-.018.724A4.98 4.98 0 0 1 4 6a4.98 4.98 0 0 1-1.13 3.165m-1.397-.69c.195.195.515.197.684-.021c.527-.678.841-1.53.841-2.454s-.314-1.776-.84-2.454c-.17-.218-.49-.216-.685-.02c-.195.194-.191.51-.03.734c.35.49.555 1.091.555 1.74s-.206 1.25-.556 1.74c-.16.225-.164.54.031.735M10 2a4 4 0 1 0 0 8a4 4 0 0 0 0-8m-4.991 9A2 2 0 0 0 3 13c0 1.691.833 2.966 2.135 3.797C6.417 17.614 8.145 18 10 18s3.583-.386 4.865-1.203C16.167 15.967 17 14.69 17 13a2 2 0 0 0-2-2zm11.41-8.875A5.98 5.98 0 0 0 15 6c0 1.477.534 2.83 1.419 3.875a.47.47 0 0 0 .692.014a.54.54 0 0 0 .018-.724A4.98 4.98 0 0 1 16 6c0-1.2.423-2.303 1.129-3.165a.54.54 0 0 0-.018-.724a.47.47 0 0 0-.692.014m1.422 1.421c.17-.218.489-.216.684-.02c.195.194.191.51.031.734A3 3 0 0 0 18 6c0 .649.206 1.25.556 1.74c.16.225.164.54-.03.735c-.196.195-.516.197-.685-.021A4 4 0 0 1 17 6c0-.925.314-1.776.84-2.454"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.87 9.165a.54.54 0 0 0 .017.724a.47.47 0 0 0 .692-.014A5.98 5.98 0 0 0 5 6c0-1.477-.534-2.83-1.42-3.875a.47.47 0 0 0-.692-.014a.54.54 0 0 0-.018.724A4.98 4.98 0 0 1 4 6a4.98 4.98 0 0 1-1.13 3.165m-1.397-.69c.195.195.515.197.684-.021c.527-.678.841-1.53.841-2.454s-.314-1.776-.84-2.454c-.17-.218-.49-.216-.685-.02c-.195.194-.191.51-.03.734c.35.49.555 1.091.555 1.74s-.206 1.25-.556 1.74c-.16.225-.164.54.031.735M10 2a4 4 0 1 0 0 8a4 4 0 0 0 0-8m-4.991 9A2 2 0 0 0 3 13c0 1.691.833 2.966 2.135 3.797C6.417 17.614 8.145 18 10 18s3.583-.386 4.865-1.203C16.167 15.967 17 14.69 17 13a2 2 0 0 0-2-2zm11.41-8.875A5.98 5.98 0 0 0 15 6c0 1.477.534 2.83 1.419 3.875a.47.47 0 0 0 .692.014a.54.54 0 0 0 .018-.724A4.98 4.98 0 0 1 16 6c0-1.2.423-2.303 1.129-3.165a.54.54 0 0 0-.018-.724a.47.47 0 0 0-.692.014m1.422 1.421c.17-.218.489-.216.684-.02c.195.194.191.51.031.734A3 3 0 0 0 18 6c0 .649.206 1.25.556 1.74c.16.225.164.54-.03.735c-.196.195-.516.197-.685-.021A4 4 0 0 1 17 6c0-.925.314-1.776.84-2.454"/></svg> </template>
CSS
.icon-person-sound-spatial-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%22M2.87%209.165a.54.54%200%200%200%20.017.724a.47.47%200%200%200%20.692-.014A5.98%205.98%200%200%200%205%206c0-1.477-.534-2.83-1.42-3.875a.47.47%200%200%200-.692-.014a.54.54%200%200%200-.018.724A4.98%204.98%200%200%201%204%206a4.98%204.98%200%200%201-1.13%203.165m-1.397-.69c.195.195.515.197.684-.021c.527-.678.841-1.53.841-2.454s-.314-1.776-.84-2.454c-.17-.218-.49-.216-.685-.02c-.195.194-.191.51-.03.734c.35.49.555%201.091.555%201.74s-.206%201.25-.556%201.74c-.16.225-.164.54.031.735M10%202a4%204%200%201%200%200%208a4%204%200%200%200%200-8m-4.991%209A2%202%200%200%200%203%2013c0%201.691.833%202.966%202.135%203.797C6.417%2017.614%208.145%2018%2010%2018s3.583-.386%204.865-1.203C16.167%2015.967%2017%2014.69%2017%2013a2%202%200%200%200-2-2zm11.41-8.875A5.98%205.98%200%200%200%2015%206c0%201.477.534%202.83%201.419%203.875a.47.47%200%200%200%20.692.014a.54.54%200%200%200%20.018-.724A4.98%204.98%200%200%201%2016%206c0-1.2.423-2.303%201.129-3.165a.54.54%200%200%200-.018-.724a.47.47%200%200%200-.692.014m1.422%201.421c.17-.218.489-.216.684-.02c.195.194.191.51.031.734A3%203%200%200%200%2018%206c0%20.649.206%201.25.556%201.74c.16.225.164.54-.03.735c-.196.195-.516.197-.685-.021A4%204%200%200%201%2017%206c0-.925.314-1.776.84-2.454%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%22M2.87%209.165a.54.54%200%200%200%20.017.724a.47.47%200%200%200%20.692-.014A5.98%205.98%200%200%200%205%206c0-1.477-.534-2.83-1.42-3.875a.47.47%200%200%200-.692-.014a.54.54%200%200%200-.018.724A4.98%204.98%200%200%201%204%206a4.98%204.98%200%200%201-1.13%203.165m-1.397-.69c.195.195.515.197.684-.021c.527-.678.841-1.53.841-2.454s-.314-1.776-.84-2.454c-.17-.218-.49-.216-.685-.02c-.195.194-.191.51-.03.734c.35.49.555%201.091.555%201.74s-.206%201.25-.556%201.74c-.16.225-.164.54.031.735M10%202a4%204%200%201%200%200%208a4%204%200%200%200%200-8m-4.991%209A2%202%200%200%200%203%2013c0%201.691.833%202.966%202.135%203.797C6.417%2017.614%208.145%2018%2010%2018s3.583-.386%204.865-1.203C16.167%2015.967%2017%2014.69%2017%2013a2%202%200%200%200-2-2zm11.41-8.875A5.98%205.98%200%200%200%2015%206c0%201.477.534%202.83%201.419%203.875a.47.47%200%200%200%20.692.014a.54.54%200%200%200%20.018-.724A4.98%204.98%200%200%201%2016%206c0-1.2.423-2.303%201.129-3.165a.54.54%200%200%200-.018-.724a.47.47%200%200%200-.692.014m1.422%201.421c.17-.218.489-.216.684-.02c.195.194.191.51.031.734A3%203%200%200%200%2018%206c0%20.649.206%201.25.556%201.74c.16.225.164.54-.03.735c-.196.195-.516.197-.685-.021A4%204%200%200%201%2017%206c0-.925.314-1.776.84-2.454%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-20-filled.svg?color=%231a73e8&size=48