person feedback icon
person-feedback-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- person-feedback-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- 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-28-filledperson-feedback-28-regularperson-feedback-32-filledperson-feedback-32-lightperson-feedback-32-regularperson-feedback-48-filledperson-feedback-48-regular
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 24 24"><path fill="currentColor" d="M14.77 12.4c.15.07.32.1.48.1c.33 0 .64-.13.88-.36L18.31 10h.94C20.77 10 22 8.77 22 7.25v-2.5C22 3.23 20.77 2 19.25 2h-4.5C13.23 2 12 3.23 12 4.75v2.5c0 1.26.85 2.32 2 2.65v1.35c0 .5.31.95.77 1.15M13.5 4.75c0-.69.56-1.25 1.25-1.25h4.5c.69 0 1.25.56 1.25 1.25v2.5c0 .69-.56 1.25-1.25 1.25h-1.56l-2.19 2.15V8.5h-.75c-.69 0-1.25-.56-1.25-1.25zM8 13.5c-1.93 0-3.5-1.57-3.5-3.5S6.07 6.5 8 6.5s3.5 1.57 3.5 3.5s-1.57 3.5-3.5 3.5M8 8c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2s-.9-2-2-2m0 14c-2.06 0-3.64-.56-4.7-1.67c-1.336-1.404-1.303-3.174-1.3-3.357v-.013C2 15.89 2.9 15 4 15h8c1.1 0 2 .9 2 2l.001.006c.003.127.045 1.91-1.3 3.324C11.64 21.44 10.06 22 8 22m-4-5.5c-.28 0-.5.22-.5.5v.005c0 .095-.017 1.348.9 2.305c.76.79 1.97 1.19 3.6 1.19s2.85-.41 3.61-1.21c.913-.952.892-2.192.89-2.258v-.002c0-.31-.23-.54-.5-.54H4z"/></svg>
React
import type { SVGProps } from "react";
export function FluentPersonFeedback24Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.77 12.4c.15.07.32.1.48.1c.33 0 .64-.13.88-.36L18.31 10h.94C20.77 10 22 8.77 22 7.25v-2.5C22 3.23 20.77 2 19.25 2h-4.5C13.23 2 12 3.23 12 4.75v2.5c0 1.26.85 2.32 2 2.65v1.35c0 .5.31.95.77 1.15M13.5 4.75c0-.69.56-1.25 1.25-1.25h4.5c.69 0 1.25.56 1.25 1.25v2.5c0 .69-.56 1.25-1.25 1.25h-1.56l-2.19 2.15V8.5h-.75c-.69 0-1.25-.56-1.25-1.25zM8 13.5c-1.93 0-3.5-1.57-3.5-3.5S6.07 6.5 8 6.5s3.5 1.57 3.5 3.5s-1.57 3.5-3.5 3.5M8 8c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2s-.9-2-2-2m0 14c-2.06 0-3.64-.56-4.7-1.67c-1.336-1.404-1.303-3.174-1.3-3.357v-.013C2 15.89 2.9 15 4 15h8c1.1 0 2 .9 2 2l.001.006c.003.127.045 1.91-1.3 3.324C11.64 21.44 10.06 22 8 22m-4-5.5c-.28 0-.5.22-.5.5v.005c0 .095-.017 1.348.9 2.305c.76.79 1.97 1.19 3.6 1.19s2.85-.41 3.61-1.21c.913-.952.892-2.192.89-2.258v-.002c0-.31-.23-.54-.5-.54H4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.77 12.4c.15.07.32.1.48.1c.33 0 .64-.13.88-.36L18.31 10h.94C20.77 10 22 8.77 22 7.25v-2.5C22 3.23 20.77 2 19.25 2h-4.5C13.23 2 12 3.23 12 4.75v2.5c0 1.26.85 2.32 2 2.65v1.35c0 .5.31.95.77 1.15M13.5 4.75c0-.69.56-1.25 1.25-1.25h4.5c.69 0 1.25.56 1.25 1.25v2.5c0 .69-.56 1.25-1.25 1.25h-1.56l-2.19 2.15V8.5h-.75c-.69 0-1.25-.56-1.25-1.25zM8 13.5c-1.93 0-3.5-1.57-3.5-3.5S6.07 6.5 8 6.5s3.5 1.57 3.5 3.5s-1.57 3.5-3.5 3.5M8 8c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2s-.9-2-2-2m0 14c-2.06 0-3.64-.56-4.7-1.67c-1.336-1.404-1.303-3.174-1.3-3.357v-.013C2 15.89 2.9 15 4 15h8c1.1 0 2 .9 2 2l.001.006c.003.127.045 1.91-1.3 3.324C11.64 21.44 10.06 22 8 22m-4-5.5c-.28 0-.5.22-.5.5v.005c0 .095-.017 1.348.9 2.305c.76.79 1.97 1.19 3.6 1.19s2.85-.41 3.61-1.21c.913-.952.892-2.192.89-2.258v-.002c0-.31-.23-.54-.5-.54H4z"/></svg> </template>
CSS
.icon-person-feedback-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.77%2012.4c.15.07.32.1.48.1c.33%200%20.64-.13.88-.36L18.31%2010h.94C20.77%2010%2022%208.77%2022%207.25v-2.5C22%203.23%2020.77%202%2019.25%202h-4.5C13.23%202%2012%203.23%2012%204.75v2.5c0%201.26.85%202.32%202%202.65v1.35c0%20.5.31.95.77%201.15M13.5%204.75c0-.69.56-1.25%201.25-1.25h4.5c.69%200%201.25.56%201.25%201.25v2.5c0%20.69-.56%201.25-1.25%201.25h-1.56l-2.19%202.15V8.5h-.75c-.69%200-1.25-.56-1.25-1.25zM8%2013.5c-1.93%200-3.5-1.57-3.5-3.5S6.07%206.5%208%206.5s3.5%201.57%203.5%203.5s-1.57%203.5-3.5%203.5M8%208c-1.1%200-2%20.9-2%202s.9%202%202%202s2-.9%202-2s-.9-2-2-2m0%2014c-2.06%200-3.64-.56-4.7-1.67c-1.336-1.404-1.303-3.174-1.3-3.357v-.013C2%2015.89%202.9%2015%204%2015h8c1.1%200%202%20.9%202%202l.001.006c.003.127.045%201.91-1.3%203.324C11.64%2021.44%2010.06%2022%208%2022m-4-5.5c-.28%200-.5.22-.5.5v.005c0%20.095-.017%201.348.9%202.305c.76.79%201.97%201.19%203.6%201.19s2.85-.41%203.61-1.21c.913-.952.892-2.192.89-2.258v-.002c0-.31-.23-.54-.5-.54H4z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.77%2012.4c.15.07.32.1.48.1c.33%200%20.64-.13.88-.36L18.31%2010h.94C20.77%2010%2022%208.77%2022%207.25v-2.5C22%203.23%2020.77%202%2019.25%202h-4.5C13.23%202%2012%203.23%2012%204.75v2.5c0%201.26.85%202.32%202%202.65v1.35c0%20.5.31.95.77%201.15M13.5%204.75c0-.69.56-1.25%201.25-1.25h4.5c.69%200%201.25.56%201.25%201.25v2.5c0%20.69-.56%201.25-1.25%201.25h-1.56l-2.19%202.15V8.5h-.75c-.69%200-1.25-.56-1.25-1.25zM8%2013.5c-1.93%200-3.5-1.57-3.5-3.5S6.07%206.5%208%206.5s3.5%201.57%203.5%203.5s-1.57%203.5-3.5%203.5M8%208c-1.1%200-2%20.9-2%202s.9%202%202%202s2-.9%202-2s-.9-2-2-2m0%2014c-2.06%200-3.64-.56-4.7-1.67c-1.336-1.404-1.303-3.174-1.3-3.357v-.013C2%2015.89%202.9%2015%204%2015h8c1.1%200%202%20.9%202%202l.001.006c.003.127.045%201.91-1.3%203.324C11.64%2021.44%2010.06%2022%208%2022m-4-5.5c-.28%200-.5.22-.5.5v.005c0%20.095-.017%201.348.9%202.305c.76.79%201.97%201.19%203.6%201.19s2.85-.41%203.61-1.21c.913-.952.892-2.192.89-2.258v-.002c0-.31-.23-.54-.5-.54H4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/person-feedback-24-regular.svg?color=%231a73e8&size=48