person feedback icon
person-feedback-32-light from Fluent UI System Icons by Microsoft Corporation · 32 Light · MIT Free for personal and commercial use.
- Name
- person-feedback-32-light
- Set
- Fluent UI System Icons
- Style
- 32 Light
- Viewbox
- 32×32
- 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-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 32 32"><path fill="currentColor" d="M19 2a3 3 0 0 0-3 3v5a3 3 0 0 0 3 3v1.493c0 1.361 1.668 2.019 2.597 1.024L23.945 13H27a3 3 0 0 0 3-3V5a3 3 0 0 0-3-3zm-2 3a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-3.272a.5.5 0 0 0-.366.159l-2.496 2.675a.5.5 0 0 1-.866-.341V12.5a.5.5 0 0 0-.5-.5H19a2 2 0 0 1-2-2zm-6.5 4a4 4 0 1 0 0 8a4 4 0 0 0 0-8m-5 4a5 5 0 1 1 10 0a5 5 0 0 1-10 0M2 23a3 3 0 0 1 3-3h11a3 3 0 0 1 3 3v.5c0 .6-.28 2.216-1.488 3.692C16.282 28.694 14.135 30 10.5 30s-5.783-1.306-7.012-2.808C2.281 25.716 2 24.1 2 23.5zm3-2a2 2 0 0 0-2 2v.5c0 .4.22 1.784 1.262 3.058C5.282 27.806 7.135 29 10.5 29s5.217-1.194 6.238-2.442C17.781 25.284 18 23.9 18 23.5V23a2 2 0 0 0-2-2z"/></svg>
React
import type { SVGProps } from "react";
export function FluentPersonFeedback32Light(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19 2a3 3 0 0 0-3 3v5a3 3 0 0 0 3 3v1.493c0 1.361 1.668 2.019 2.597 1.024L23.945 13H27a3 3 0 0 0 3-3V5a3 3 0 0 0-3-3zm-2 3a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-3.272a.5.5 0 0 0-.366.159l-2.496 2.675a.5.5 0 0 1-.866-.341V12.5a.5.5 0 0 0-.5-.5H19a2 2 0 0 1-2-2zm-6.5 4a4 4 0 1 0 0 8a4 4 0 0 0 0-8m-5 4a5 5 0 1 1 10 0a5 5 0 0 1-10 0M2 23a3 3 0 0 1 3-3h11a3 3 0 0 1 3 3v.5c0 .6-.28 2.216-1.488 3.692C16.282 28.694 14.135 30 10.5 30s-5.783-1.306-7.012-2.808C2.281 25.716 2 24.1 2 23.5zm3-2a2 2 0 0 0-2 2v.5c0 .4.22 1.784 1.262 3.058C5.282 27.806 7.135 29 10.5 29s5.217-1.194 6.238-2.442C17.781 25.284 18 23.9 18 23.5V23a2 2 0 0 0-2-2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19 2a3 3 0 0 0-3 3v5a3 3 0 0 0 3 3v1.493c0 1.361 1.668 2.019 2.597 1.024L23.945 13H27a3 3 0 0 0 3-3V5a3 3 0 0 0-3-3zm-2 3a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-3.272a.5.5 0 0 0-.366.159l-2.496 2.675a.5.5 0 0 1-.866-.341V12.5a.5.5 0 0 0-.5-.5H19a2 2 0 0 1-2-2zm-6.5 4a4 4 0 1 0 0 8a4 4 0 0 0 0-8m-5 4a5 5 0 1 1 10 0a5 5 0 0 1-10 0M2 23a3 3 0 0 1 3-3h11a3 3 0 0 1 3 3v.5c0 .6-.28 2.216-1.488 3.692C16.282 28.694 14.135 30 10.5 30s-5.783-1.306-7.012-2.808C2.281 25.716 2 24.1 2 23.5zm3-2a2 2 0 0 0-2 2v.5c0 .4.22 1.784 1.262 3.058C5.282 27.806 7.135 29 10.5 29s5.217-1.194 6.238-2.442C17.781 25.284 18 23.9 18 23.5V23a2 2 0 0 0-2-2z"/></svg> </template>
CSS
.icon-person-feedback-32-light {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%202a3%203%200%200%200-3%203v5a3%203%200%200%200%203%203v1.493c0%201.361%201.668%202.019%202.597%201.024L23.945%2013H27a3%203%200%200%200%203-3V5a3%203%200%200%200-3-3zm-2%203a2%202%200%200%201%202-2h8a2%202%200%200%201%202%202v5a2%202%200%200%201-2%202h-3.272a.5.5%200%200%200-.366.159l-2.496%202.675a.5.5%200%200%201-.866-.341V12.5a.5.5%200%200%200-.5-.5H19a2%202%200%200%201-2-2zm-6.5%204a4%204%200%201%200%200%208a4%204%200%200%200%200-8m-5%204a5%205%200%201%201%2010%200a5%205%200%200%201-10%200M2%2023a3%203%200%200%201%203-3h11a3%203%200%200%201%203%203v.5c0%20.6-.28%202.216-1.488%203.692C16.282%2028.694%2014.135%2030%2010.5%2030s-5.783-1.306-7.012-2.808C2.281%2025.716%202%2024.1%202%2023.5zm3-2a2%202%200%200%200-2%202v.5c0%20.4.22%201.784%201.262%203.058C5.282%2027.806%207.135%2029%2010.5%2029s5.217-1.194%206.238-2.442C17.781%2025.284%2018%2023.9%2018%2023.5V23a2%202%200%200%200-2-2z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%202a3%203%200%200%200-3%203v5a3%203%200%200%200%203%203v1.493c0%201.361%201.668%202.019%202.597%201.024L23.945%2013H27a3%203%200%200%200%203-3V5a3%203%200%200%200-3-3zm-2%203a2%202%200%200%201%202-2h8a2%202%200%200%201%202%202v5a2%202%200%200%201-2%202h-3.272a.5.5%200%200%200-.366.159l-2.496%202.675a.5.5%200%200%201-.866-.341V12.5a.5.5%200%200%200-.5-.5H19a2%202%200%200%201-2-2zm-6.5%204a4%204%200%201%200%200%208a4%204%200%200%200%200-8m-5%204a5%205%200%201%201%2010%200a5%205%200%200%201-10%200M2%2023a3%203%200%200%201%203-3h11a3%203%200%200%201%203%203v.5c0%20.6-.28%202.216-1.488%203.692C16.282%2028.694%2014.135%2030%2010.5%2030s-5.783-1.306-7.012-2.808C2.281%2025.716%202%2024.1%202%2023.5zm3-2a2%202%200%200%200-2%202v.5c0%20.4.22%201.784%201.262%203.058C5.282%2027.806%207.135%2029%2010.5%2029s5.217-1.194%206.238-2.442C17.781%2025.284%2018%2023.9%2018%2023.5V23a2%202%200%200%200-2-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/person-feedback-32-light.svg?color=%231a73e8&size=48