person feedback icon
person-feedback-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- person-feedback-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- License
- MIT
12 other variants in Fluent UI System Icons
person-feedback-16-filledperson-feedback-16-regularperson-feedback-20-filledperson-feedback-20-regularperson-feedback-24-filledperson-feedback-24-regularperson-feedback-28-filledperson-feedback-28-regularperson-feedback-32-filledperson-feedback-32-lightperson-feedback-32-regularperson-feedback-48-filled
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-guest-16-filled
Use the person feedback icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M30.27 25c-.24 0-.49-.04-.73-.12A2.21 2.21 0 0 1 28 22.75v-2.81c-2.26-.36-4-2.33-4-4.69v-6.5C24 6.13 26.13 4 28.75 4h11.5C42.87 4 45 6.13 45 8.75v6.5c0 2.62-2.13 4.75-4.75 4.75h-5.12l-3.08 4.1c-.44.58-1.09.9-1.78.9M28.75 6.5c-1.24 0-2.25 1.01-2.25 2.25v6.5c0 1.24 1.01 2.25 2.25 2.25h1.75V22l3.38-4.5h6.38c1.24 0 2.25-1.01 2.25-2.25v-6.5c0-1.24-1.01-2.25-2.25-2.25zM16 27.5c-4.14 0-7.5-3.36-7.5-7.5s3.36-7.5 7.5-7.5s7.5 3.36 7.5 7.5s-3.36 7.5-7.5 7.5M16 15c-2.76 0-5 2.24-5 5s2.24 5 5 5s5-2.24 5-5s-2.24-5-5-5M3 34.79c0 .09.15 9.21 13 9.21s13-9.12 13-9.21v-1.04c0-2.07-1.68-3.75-3.75-3.75H6.75C4.68 30 3 31.68 3 33.75zm2.5-1.04c0-.69.56-1.25 1.25-1.25h18.5c.69 0 1.25.56 1.25 1.25v1.03c0 .27-.22 6.72-10.5 6.72S5.5 35.05 5.5 34.79z"/></svg>
React
import type { SVGProps } from "react";
export function FluentPersonFeedback48Regular(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="M30.27 25c-.24 0-.49-.04-.73-.12A2.21 2.21 0 0 1 28 22.75v-2.81c-2.26-.36-4-2.33-4-4.69v-6.5C24 6.13 26.13 4 28.75 4h11.5C42.87 4 45 6.13 45 8.75v6.5c0 2.62-2.13 4.75-4.75 4.75h-5.12l-3.08 4.1c-.44.58-1.09.9-1.78.9M28.75 6.5c-1.24 0-2.25 1.01-2.25 2.25v6.5c0 1.24 1.01 2.25 2.25 2.25h1.75V22l3.38-4.5h6.38c1.24 0 2.25-1.01 2.25-2.25v-6.5c0-1.24-1.01-2.25-2.25-2.25zM16 27.5c-4.14 0-7.5-3.36-7.5-7.5s3.36-7.5 7.5-7.5s7.5 3.36 7.5 7.5s-3.36 7.5-7.5 7.5M16 15c-2.76 0-5 2.24-5 5s2.24 5 5 5s5-2.24 5-5s-2.24-5-5-5M3 34.79c0 .09.15 9.21 13 9.21s13-9.12 13-9.21v-1.04c0-2.07-1.68-3.75-3.75-3.75H6.75C4.68 30 3 31.68 3 33.75zm2.5-1.04c0-.69.56-1.25 1.25-1.25h18.5c.69 0 1.25.56 1.25 1.25v1.03c0 .27-.22 6.72-10.5 6.72S5.5 35.05 5.5 34.79z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M30.27 25c-.24 0-.49-.04-.73-.12A2.21 2.21 0 0 1 28 22.75v-2.81c-2.26-.36-4-2.33-4-4.69v-6.5C24 6.13 26.13 4 28.75 4h11.5C42.87 4 45 6.13 45 8.75v6.5c0 2.62-2.13 4.75-4.75 4.75h-5.12l-3.08 4.1c-.44.58-1.09.9-1.78.9M28.75 6.5c-1.24 0-2.25 1.01-2.25 2.25v6.5c0 1.24 1.01 2.25 2.25 2.25h1.75V22l3.38-4.5h6.38c1.24 0 2.25-1.01 2.25-2.25v-6.5c0-1.24-1.01-2.25-2.25-2.25zM16 27.5c-4.14 0-7.5-3.36-7.5-7.5s3.36-7.5 7.5-7.5s7.5 3.36 7.5 7.5s-3.36 7.5-7.5 7.5M16 15c-2.76 0-5 2.24-5 5s2.24 5 5 5s5-2.24 5-5s-2.24-5-5-5M3 34.79c0 .09.15 9.21 13 9.21s13-9.12 13-9.21v-1.04c0-2.07-1.68-3.75-3.75-3.75H6.75C4.68 30 3 31.68 3 33.75zm2.5-1.04c0-.69.56-1.25 1.25-1.25h18.5c.69 0 1.25.56 1.25 1.25v1.03c0 .27-.22 6.72-10.5 6.72S5.5 35.05 5.5 34.79z"/></svg> </template>
CSS
.icon-person-feedback-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%22M30.27%2025c-.24%200-.49-.04-.73-.12A2.21%202.21%200%200%201%2028%2022.75v-2.81c-2.26-.36-4-2.33-4-4.69v-6.5C24%206.13%2026.13%204%2028.75%204h11.5C42.87%204%2045%206.13%2045%208.75v6.5c0%202.62-2.13%204.75-4.75%204.75h-5.12l-3.08%204.1c-.44.58-1.09.9-1.78.9M28.75%206.5c-1.24%200-2.25%201.01-2.25%202.25v6.5c0%201.24%201.01%202.25%202.25%202.25h1.75V22l3.38-4.5h6.38c1.24%200%202.25-1.01%202.25-2.25v-6.5c0-1.24-1.01-2.25-2.25-2.25zM16%2027.5c-4.14%200-7.5-3.36-7.5-7.5s3.36-7.5%207.5-7.5s7.5%203.36%207.5%207.5s-3.36%207.5-7.5%207.5M16%2015c-2.76%200-5%202.24-5%205s2.24%205%205%205s5-2.24%205-5s-2.24-5-5-5M3%2034.79c0%20.09.15%209.21%2013%209.21s13-9.12%2013-9.21v-1.04c0-2.07-1.68-3.75-3.75-3.75H6.75C4.68%2030%203%2031.68%203%2033.75zm2.5-1.04c0-.69.56-1.25%201.25-1.25h18.5c.69%200%201.25.56%201.25%201.25v1.03c0%20.27-.22%206.72-10.5%206.72S5.5%2035.05%205.5%2034.79z%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%22M30.27%2025c-.24%200-.49-.04-.73-.12A2.21%202.21%200%200%201%2028%2022.75v-2.81c-2.26-.36-4-2.33-4-4.69v-6.5C24%206.13%2026.13%204%2028.75%204h11.5C42.87%204%2045%206.13%2045%208.75v6.5c0%202.62-2.13%204.75-4.75%204.75h-5.12l-3.08%204.1c-.44.58-1.09.9-1.78.9M28.75%206.5c-1.24%200-2.25%201.01-2.25%202.25v6.5c0%201.24%201.01%202.25%202.25%202.25h1.75V22l3.38-4.5h6.38c1.24%200%202.25-1.01%202.25-2.25v-6.5c0-1.24-1.01-2.25-2.25-2.25zM16%2027.5c-4.14%200-7.5-3.36-7.5-7.5s3.36-7.5%207.5-7.5s7.5%203.36%207.5%207.5s-3.36%207.5-7.5%207.5M16%2015c-2.76%200-5%202.24-5%205s2.24%205%205%205s5-2.24%205-5s-2.24-5-5-5M3%2034.79c0%20.09.15%209.21%2013%209.21s13-9.12%2013-9.21v-1.04c0-2.07-1.68-3.75-3.75-3.75H6.75C4.68%2030%203%2031.68%203%2033.75zm2.5-1.04c0-.69.56-1.25%201.25-1.25h18.5c.69%200%201.25.56%201.25%201.25v1.03c0%20.27-.22%206.72-10.5%206.72S5.5%2035.05%205.5%2034.79z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/person-feedback-48-regular.svg?color=%231a73e8&size=48