person voice icon
person-voice-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- person-voice-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- License
- MIT
9 other variants in Fluent UI System Icons
The same icon in other sets
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 voice icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M32.75 28A4.25 4.25 0 0 1 37 32.249V33c0 3.755-1.942 6.567-4.92 8.38C29.151 43.163 25.214 44 21 44s-8.151-.837-11.08-2.62C6.942 39.567 5 36.755 5 33v-.751A4.25 4.25 0 0 1 9.25 28zm-23.5 2.5a1.75 1.75 0 0 0-1.75 1.749V33c0 2.744 1.36 4.808 3.72 6.245C13.63 40.712 17.068 41.5 21 41.5s7.37-.788 9.78-2.255c2.36-1.437 3.72-3.5 3.72-6.245v-.751a1.75 1.75 0 0 0-1.75-1.749zM21 4c5.523 0 10 4.477 10 10s-4.477 10-10 10s-10-4.477-10-10S15.477 4 21 4m18.294.122a1.25 1.25 0 0 1 1.66.606A21.9 21.9 0 0 1 43 14c0 3.31-.734 6.453-2.046 9.272a1.25 1.25 0 1 1-2.266-1.055A19.4 19.4 0 0 0 40.5 14c0-2.938-.65-5.722-1.812-8.218a1.25 1.25 0 0 1 .606-1.66M21 6.5a7.5 7.5 0 1 0 0 15a7.5 7.5 0 0 0 0-15m13.37 1.142a1.25 1.25 0 0 1 1.61.73A16 16 0 0 1 37 14c0 1.98-.362 3.876-1.02 5.627a1.25 1.25 0 0 1-2.34-.879c.554-1.476.86-3.076.86-4.748s-.305-3.273-.86-4.749a1.25 1.25 0 0 1 .73-1.61"/></svg>
React
import type { SVGProps } from "react";
export function FluentPersonVoice48Regular(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="M32.75 28A4.25 4.25 0 0 1 37 32.249V33c0 3.755-1.942 6.567-4.92 8.38C29.151 43.163 25.214 44 21 44s-8.151-.837-11.08-2.62C6.942 39.567 5 36.755 5 33v-.751A4.25 4.25 0 0 1 9.25 28zm-23.5 2.5a1.75 1.75 0 0 0-1.75 1.749V33c0 2.744 1.36 4.808 3.72 6.245C13.63 40.712 17.068 41.5 21 41.5s7.37-.788 9.78-2.255c2.36-1.437 3.72-3.5 3.72-6.245v-.751a1.75 1.75 0 0 0-1.75-1.749zM21 4c5.523 0 10 4.477 10 10s-4.477 10-10 10s-10-4.477-10-10S15.477 4 21 4m18.294.122a1.25 1.25 0 0 1 1.66.606A21.9 21.9 0 0 1 43 14c0 3.31-.734 6.453-2.046 9.272a1.25 1.25 0 1 1-2.266-1.055A19.4 19.4 0 0 0 40.5 14c0-2.938-.65-5.722-1.812-8.218a1.25 1.25 0 0 1 .606-1.66M21 6.5a7.5 7.5 0 1 0 0 15a7.5 7.5 0 0 0 0-15m13.37 1.142a1.25 1.25 0 0 1 1.61.73A16 16 0 0 1 37 14c0 1.98-.362 3.876-1.02 5.627a1.25 1.25 0 0 1-2.34-.879c.554-1.476.86-3.076.86-4.748s-.305-3.273-.86-4.749a1.25 1.25 0 0 1 .73-1.61"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M32.75 28A4.25 4.25 0 0 1 37 32.249V33c0 3.755-1.942 6.567-4.92 8.38C29.151 43.163 25.214 44 21 44s-8.151-.837-11.08-2.62C6.942 39.567 5 36.755 5 33v-.751A4.25 4.25 0 0 1 9.25 28zm-23.5 2.5a1.75 1.75 0 0 0-1.75 1.749V33c0 2.744 1.36 4.808 3.72 6.245C13.63 40.712 17.068 41.5 21 41.5s7.37-.788 9.78-2.255c2.36-1.437 3.72-3.5 3.72-6.245v-.751a1.75 1.75 0 0 0-1.75-1.749zM21 4c5.523 0 10 4.477 10 10s-4.477 10-10 10s-10-4.477-10-10S15.477 4 21 4m18.294.122a1.25 1.25 0 0 1 1.66.606A21.9 21.9 0 0 1 43 14c0 3.31-.734 6.453-2.046 9.272a1.25 1.25 0 1 1-2.266-1.055A19.4 19.4 0 0 0 40.5 14c0-2.938-.65-5.722-1.812-8.218a1.25 1.25 0 0 1 .606-1.66M21 6.5a7.5 7.5 0 1 0 0 15a7.5 7.5 0 0 0 0-15m13.37 1.142a1.25 1.25 0 0 1 1.61.73A16 16 0 0 1 37 14c0 1.98-.362 3.876-1.02 5.627a1.25 1.25 0 0 1-2.34-.879c.554-1.476.86-3.076.86-4.748s-.305-3.273-.86-4.749a1.25 1.25 0 0 1 .73-1.61"/></svg> </template>
CSS
.icon-person-voice-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%22M32.75%2028A4.25%204.25%200%200%201%2037%2032.249V33c0%203.755-1.942%206.567-4.92%208.38C29.151%2043.163%2025.214%2044%2021%2044s-8.151-.837-11.08-2.62C6.942%2039.567%205%2036.755%205%2033v-.751A4.25%204.25%200%200%201%209.25%2028zm-23.5%202.5a1.75%201.75%200%200%200-1.75%201.749V33c0%202.744%201.36%204.808%203.72%206.245C13.63%2040.712%2017.068%2041.5%2021%2041.5s7.37-.788%209.78-2.255c2.36-1.437%203.72-3.5%203.72-6.245v-.751a1.75%201.75%200%200%200-1.75-1.749zM21%204c5.523%200%2010%204.477%2010%2010s-4.477%2010-10%2010s-10-4.477-10-10S15.477%204%2021%204m18.294.122a1.25%201.25%200%200%201%201.66.606A21.9%2021.9%200%200%201%2043%2014c0%203.31-.734%206.453-2.046%209.272a1.25%201.25%200%201%201-2.266-1.055A19.4%2019.4%200%200%200%2040.5%2014c0-2.938-.65-5.722-1.812-8.218a1.25%201.25%200%200%201%20.606-1.66M21%206.5a7.5%207.5%200%201%200%200%2015a7.5%207.5%200%200%200%200-15m13.37%201.142a1.25%201.25%200%200%201%201.61.73A16%2016%200%200%201%2037%2014c0%201.98-.362%203.876-1.02%205.627a1.25%201.25%200%200%201-2.34-.879c.554-1.476.86-3.076.86-4.748s-.305-3.273-.86-4.749a1.25%201.25%200%200%201%20.73-1.61%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%22M32.75%2028A4.25%204.25%200%200%201%2037%2032.249V33c0%203.755-1.942%206.567-4.92%208.38C29.151%2043.163%2025.214%2044%2021%2044s-8.151-.837-11.08-2.62C6.942%2039.567%205%2036.755%205%2033v-.751A4.25%204.25%200%200%201%209.25%2028zm-23.5%202.5a1.75%201.75%200%200%200-1.75%201.749V33c0%202.744%201.36%204.808%203.72%206.245C13.63%2040.712%2017.068%2041.5%2021%2041.5s7.37-.788%209.78-2.255c2.36-1.437%203.72-3.5%203.72-6.245v-.751a1.75%201.75%200%200%200-1.75-1.749zM21%204c5.523%200%2010%204.477%2010%2010s-4.477%2010-10%2010s-10-4.477-10-10S15.477%204%2021%204m18.294.122a1.25%201.25%200%200%201%201.66.606A21.9%2021.9%200%200%201%2043%2014c0%203.31-.734%206.453-2.046%209.272a1.25%201.25%200%201%201-2.266-1.055A19.4%2019.4%200%200%200%2040.5%2014c0-2.938-.65-5.722-1.812-8.218a1.25%201.25%200%200%201%20.606-1.66M21%206.5a7.5%207.5%200%201%200%200%2015a7.5%207.5%200%200%200%200-15m13.37%201.142a1.25%201.25%200%200%201%201.61.73A16%2016%200%200%201%2037%2014c0%201.98-.362%203.876-1.02%205.627a1.25%201.25%200%200%201-2.34-.879c.554-1.476.86-3.076.86-4.748s-.305-3.273-.86-4.749a1.25%201.25%200%200%201%20.73-1.61%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/person-voice-48-regular.svg?color=%231a73e8&size=48