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

Name
person-feedback-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M10.5 12a1.5 1.5 0 0 1 1.5 1.5v.5c0 1.971-1.86 4-5 4s-5-2.029-5-4v-.5A1.5 1.5 0 0 1 3.5 12zm0 1h-7a.5.5 0 0 0-.5.5v.5c0 1.438 1.432 3 4 3s4-1.562 4-3v-.5a.5.5 0 0 0-.5-.5M7 5.5A2.75 2.75 0 1 1 7 11a2.75 2.75 0 0 1 0-5.5M16 2a2 2 0 0 1 1.994 1.85L18 4v2a2 2 0 0 1-1.85 1.995L16 8h-1.501l-1.198 1.6c-.53.706-1.604.42-1.777-.376l-.017-.111L11.5 9V7.935l-.078-.02a2 2 0 0 1-1.397-1.6l-.02-.166L10 6V4a2 2 0 0 1 1.85-1.995L12 2zM7 6.5A1.75 1.75 0 1 0 7 10a1.75 1.75 0 0 0 0-3.5M16 3h-4a1 1 0 0 0-.993.883L11 4v2a1 1 0 0 0 .883.993L12 7h.5v2L14 7h2a1 1 0 0 0 .993-.883L17 6V4a1 1 0 0 0-.883-.993z"/></svg>

React

import type { SVGProps } from "react";

export function FluentPersonFeedback20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10.5 12a1.5 1.5 0 0 1 1.5 1.5v.5c0 1.971-1.86 4-5 4s-5-2.029-5-4v-.5A1.5 1.5 0 0 1 3.5 12zm0 1h-7a.5.5 0 0 0-.5.5v.5c0 1.438 1.432 3 4 3s4-1.562 4-3v-.5a.5.5 0 0 0-.5-.5M7 5.5A2.75 2.75 0 1 1 7 11a2.75 2.75 0 0 1 0-5.5M16 2a2 2 0 0 1 1.994 1.85L18 4v2a2 2 0 0 1-1.85 1.995L16 8h-1.501l-1.198 1.6c-.53.706-1.604.42-1.777-.376l-.017-.111L11.5 9V7.935l-.078-.02a2 2 0 0 1-1.397-1.6l-.02-.166L10 6V4a2 2 0 0 1 1.85-1.995L12 2zM7 6.5A1.75 1.75 0 1 0 7 10a1.75 1.75 0 0 0 0-3.5M16 3h-4a1 1 0 0 0-.993.883L11 4v2a1 1 0 0 0 .883.993L12 7h.5v2L14 7h2a1 1 0 0 0 .993-.883L17 6V4a1 1 0 0 0-.883-.993z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10.5 12a1.5 1.5 0 0 1 1.5 1.5v.5c0 1.971-1.86 4-5 4s-5-2.029-5-4v-.5A1.5 1.5 0 0 1 3.5 12zm0 1h-7a.5.5 0 0 0-.5.5v.5c0 1.438 1.432 3 4 3s4-1.562 4-3v-.5a.5.5 0 0 0-.5-.5M7 5.5A2.75 2.75 0 1 1 7 11a2.75 2.75 0 0 1 0-5.5M16 2a2 2 0 0 1 1.994 1.85L18 4v2a2 2 0 0 1-1.85 1.995L16 8h-1.501l-1.198 1.6c-.53.706-1.604.42-1.777-.376l-.017-.111L11.5 9V7.935l-.078-.02a2 2 0 0 1-1.397-1.6l-.02-.166L10 6V4a2 2 0 0 1 1.85-1.995L12 2zM7 6.5A1.75 1.75 0 1 0 7 10a1.75 1.75 0 0 0 0-3.5M16 3h-4a1 1 0 0 0-.993.883L11 4v2a1 1 0 0 0 .883.993L12 7h.5v2L14 7h2a1 1 0 0 0 .993-.883L17 6V4a1 1 0 0 0-.883-.993z"/></svg>
</template>

CSS

.icon-person-feedback-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.5%2012a1.5%201.5%200%200%201%201.5%201.5v.5c0%201.971-1.86%204-5%204s-5-2.029-5-4v-.5A1.5%201.5%200%200%201%203.5%2012zm0%201h-7a.5.5%200%200%200-.5.5v.5c0%201.438%201.432%203%204%203s4-1.562%204-3v-.5a.5.5%200%200%200-.5-.5M7%205.5A2.75%202.75%200%201%201%207%2011a2.75%202.75%200%200%201%200-5.5M16%202a2%202%200%200%201%201.994%201.85L18%204v2a2%202%200%200%201-1.85%201.995L16%208h-1.501l-1.198%201.6c-.53.706-1.604.42-1.777-.376l-.017-.111L11.5%209V7.935l-.078-.02a2%202%200%200%201-1.397-1.6l-.02-.166L10%206V4a2%202%200%200%201%201.85-1.995L12%202zM7%206.5A1.75%201.75%200%201%200%207%2010a1.75%201.75%200%200%200%200-3.5M16%203h-4a1%201%200%200%200-.993.883L11%204v2a1%201%200%200%200%20.883.993L12%207h.5v2L14%207h2a1%201%200%200%200%20.993-.883L17%206V4a1%201%200%200%200-.883-.993z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.5%2012a1.5%201.5%200%200%201%201.5%201.5v.5c0%201.971-1.86%204-5%204s-5-2.029-5-4v-.5A1.5%201.5%200%200%201%203.5%2012zm0%201h-7a.5.5%200%200%200-.5.5v.5c0%201.438%201.432%203%204%203s4-1.562%204-3v-.5a.5.5%200%200%200-.5-.5M7%205.5A2.75%202.75%200%201%201%207%2011a2.75%202.75%200%200%201%200-5.5M16%202a2%202%200%200%201%201.994%201.85L18%204v2a2%202%200%200%201-1.85%201.995L16%208h-1.501l-1.198%201.6c-.53.706-1.604.42-1.777-.376l-.017-.111L11.5%209V7.935l-.078-.02a2%202%200%200%201-1.397-1.6l-.02-.166L10%206V4a2%202%200%200%201%201.85-1.995L12%202zM7%206.5A1.75%201.75%200%201%200%207%2010a1.75%201.75%200%200%200%200-3.5M16%203h-4a1%201%200%200%200-.993.883L11%204v2a1%201%200%200%200%20.883.993L12%207h.5v2L14%207h2a1%201%200%200%200%20.993-.883L17%206V4a1%201%200%200%200-.883-.993z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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