person-feedback-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.

Name
person-feedback-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
License
MIT

12 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the person feedback icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.5 1A1.5 1.5 0 0 0 8 2.5v2a1.5 1.5 0 0 0 1 1.414V7a.5.5 0 0 0 .82.384L11.48 6h2.02A1.5 1.5 0 0 0 15 4.5v-2A1.5 1.5 0 0 0 13.5 1zM9 2.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-2.2a.5.5 0 0 0-.32.116l-.98.816V5.5a.5.5 0 0 0-.5-.5a.5.5 0 0 1-.5-.5zM3 6a2 2 0 1 1 4 0a2 2 0 0 1-4 0m2-1a1 1 0 1 0 0 2a1 1 0 0 0 0-2M2.5 9h5A1.5 1.5 0 0 1 9 10.5c0 1.116-.459 2.01-1.212 2.615C7.047 13.71 6.053 14 5 14s-2.047-.29-2.788-.885C1.46 12.51 1 11.616 1 10.5A1.5 1.5 0 0 1 2.5 9m5 1h-5a.5.5 0 0 0-.5.5c0 .817.325 1.423.838 1.835C3.364 12.757 4.12 13 5 13s1.636-.243 2.162-.665C7.675 11.923 8 11.317 8 10.5a.5.5 0 0 0-.5-.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentPersonFeedback16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.5 1A1.5 1.5 0 0 0 8 2.5v2a1.5 1.5 0 0 0 1 1.414V7a.5.5 0 0 0 .82.384L11.48 6h2.02A1.5 1.5 0 0 0 15 4.5v-2A1.5 1.5 0 0 0 13.5 1zM9 2.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-2.2a.5.5 0 0 0-.32.116l-.98.816V5.5a.5.5 0 0 0-.5-.5a.5.5 0 0 1-.5-.5zM3 6a2 2 0 1 1 4 0a2 2 0 0 1-4 0m2-1a1 1 0 1 0 0 2a1 1 0 0 0 0-2M2.5 9h5A1.5 1.5 0 0 1 9 10.5c0 1.116-.459 2.01-1.212 2.615C7.047 13.71 6.053 14 5 14s-2.047-.29-2.788-.885C1.46 12.51 1 11.616 1 10.5A1.5 1.5 0 0 1 2.5 9m5 1h-5a.5.5 0 0 0-.5.5c0 .817.325 1.423.838 1.835C3.364 12.757 4.12 13 5 13s1.636-.243 2.162-.665C7.675 11.923 8 11.317 8 10.5a.5.5 0 0 0-.5-.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.5 1A1.5 1.5 0 0 0 8 2.5v2a1.5 1.5 0 0 0 1 1.414V7a.5.5 0 0 0 .82.384L11.48 6h2.02A1.5 1.5 0 0 0 15 4.5v-2A1.5 1.5 0 0 0 13.5 1zM9 2.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-2.2a.5.5 0 0 0-.32.116l-.98.816V5.5a.5.5 0 0 0-.5-.5a.5.5 0 0 1-.5-.5zM3 6a2 2 0 1 1 4 0a2 2 0 0 1-4 0m2-1a1 1 0 1 0 0 2a1 1 0 0 0 0-2M2.5 9h5A1.5 1.5 0 0 1 9 10.5c0 1.116-.459 2.01-1.212 2.615C7.047 13.71 6.053 14 5 14s-2.047-.29-2.788-.885C1.46 12.51 1 11.616 1 10.5A1.5 1.5 0 0 1 2.5 9m5 1h-5a.5.5 0 0 0-.5.5c0 .817.325 1.423.838 1.835C3.364 12.757 4.12 13 5 13s1.636-.243 2.162-.665C7.675 11.923 8 11.317 8 10.5a.5.5 0 0 0-.5-.5"/></svg>
</template>

CSS

.icon-person-feedback-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%201A1.5%201.5%200%200%200%208%202.5v2a1.5%201.5%200%200%200%201%201.414V7a.5.5%200%200%200%20.82.384L11.48%206h2.02A1.5%201.5%200%200%200%2015%204.5v-2A1.5%201.5%200%200%200%2013.5%201zM9%202.5a.5.5%200%200%201%20.5-.5h4a.5.5%200%200%201%20.5.5v2a.5.5%200%200%201-.5.5h-2.2a.5.5%200%200%200-.32.116l-.98.816V5.5a.5.5%200%200%200-.5-.5a.5.5%200%200%201-.5-.5zM3%206a2%202%200%201%201%204%200a2%202%200%200%201-4%200m2-1a1%201%200%201%200%200%202a1%201%200%200%200%200-2M2.5%209h5A1.5%201.5%200%200%201%209%2010.5c0%201.116-.459%202.01-1.212%202.615C7.047%2013.71%206.053%2014%205%2014s-2.047-.29-2.788-.885C1.46%2012.51%201%2011.616%201%2010.5A1.5%201.5%200%200%201%202.5%209m5%201h-5a.5.5%200%200%200-.5.5c0%20.817.325%201.423.838%201.835C3.364%2012.757%204.12%2013%205%2013s1.636-.243%202.162-.665C7.675%2011.923%208%2011.317%208%2010.5a.5.5%200%200%200-.5-.5%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%201A1.5%201.5%200%200%200%208%202.5v2a1.5%201.5%200%200%200%201%201.414V7a.5.5%200%200%200%20.82.384L11.48%206h2.02A1.5%201.5%200%200%200%2015%204.5v-2A1.5%201.5%200%200%200%2013.5%201zM9%202.5a.5.5%200%200%201%20.5-.5h4a.5.5%200%200%201%20.5.5v2a.5.5%200%200%201-.5.5h-2.2a.5.5%200%200%200-.32.116l-.98.816V5.5a.5.5%200%200%200-.5-.5a.5.5%200%200%201-.5-.5zM3%206a2%202%200%201%201%204%200a2%202%200%200%201-4%200m2-1a1%201%200%201%200%200%202a1%201%200%200%200%200-2M2.5%209h5A1.5%201.5%200%200%201%209%2010.5c0%201.116-.459%202.01-1.212%202.615C7.047%2013.71%206.053%2014%205%2014s-2.047-.29-2.788-.885C1.46%2012.51%201%2011.616%201%2010.5A1.5%201.5%200%200%201%202.5%209m5%201h-5a.5.5%200%200%200-.5.5c0%20.817.325%201.423.838%201.835C3.364%2012.757%204.12%2013%205%2013s1.636-.243%202.162-.665C7.675%2011.923%208%2011.317%208%2010.5a.5.5%200%200%200-.5-.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/person-feedback-16-regular.svg?color=%231a73e8&size=48