feedback icon

feedback from Unicons by Iconscout · Line · User Interface · Apache-2.0 Free for personal and commercial use.

Name
feedback
Set
Unicons
Style
Line
Category
User Interface
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More user interface icons from Unicons

Use the feedback icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 1h-7a2.44 2.44 0 0 0-2.41 2l-.92 5.05a2.44 2.44 0 0 0 .53 2a2.47 2.47 0 0 0 1.88.88H17l-.25.66a3.26 3.26 0 0 0 3 4.41a1 1 0 0 0 .92-.59l2.24-5.06A1 1 0 0 0 23 10V2a1 1 0 0 0-1-1m-1 8.73l-1.83 4.13a1.3 1.3 0 0 1-.45-.4a1.23 1.23 0 0 1-.14-1.16l.38-1a1.68 1.68 0 0 0-.2-1.58A1.7 1.7 0 0 0 17.35 9h-3.29a.46.46 0 0 1-.35-.16a.5.5 0 0 1-.09-.37l.92-5A.44.44 0 0 1 15 3h6ZM9.94 13.05H7.05l.25-.66A3.26 3.26 0 0 0 4.25 8a1 1 0 0 0-.92.59l-2.24 5.06a1 1 0 0 0-.09.4v8a1 1 0 0 0 1 1h7a2.44 2.44 0 0 0 2.41-2l.92-5a2.44 2.44 0 0 0-.53-2a2.47 2.47 0 0 0-1.86-1m-.48 7.58A.44.44 0 0 1 9 21H3v-6.73l1.83-4.13a1.3 1.3 0 0 1 .45.4a1.23 1.23 0 0 1 .14 1.16l-.38 1a1.68 1.68 0 0 0 .2 1.58a1.7 1.7 0 0 0 1.41.74h3.29a.46.46 0 0 1 .35.16a.5.5 0 0 1 .09.37Z"/></svg>

React

import type { SVGProps } from "react";

export function UilFeedback(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="M22 1h-7a2.44 2.44 0 0 0-2.41 2l-.92 5.05a2.44 2.44 0 0 0 .53 2a2.47 2.47 0 0 0 1.88.88H17l-.25.66a3.26 3.26 0 0 0 3 4.41a1 1 0 0 0 .92-.59l2.24-5.06A1 1 0 0 0 23 10V2a1 1 0 0 0-1-1m-1 8.73l-1.83 4.13a1.3 1.3 0 0 1-.45-.4a1.23 1.23 0 0 1-.14-1.16l.38-1a1.68 1.68 0 0 0-.2-1.58A1.7 1.7 0 0 0 17.35 9h-3.29a.46.46 0 0 1-.35-.16a.5.5 0 0 1-.09-.37l.92-5A.44.44 0 0 1 15 3h6ZM9.94 13.05H7.05l.25-.66A3.26 3.26 0 0 0 4.25 8a1 1 0 0 0-.92.59l-2.24 5.06a1 1 0 0 0-.09.4v8a1 1 0 0 0 1 1h7a2.44 2.44 0 0 0 2.41-2l.92-5a2.44 2.44 0 0 0-.53-2a2.47 2.47 0 0 0-1.86-1m-.48 7.58A.44.44 0 0 1 9 21H3v-6.73l1.83-4.13a1.3 1.3 0 0 1 .45.4a1.23 1.23 0 0 1 .14 1.16l-.38 1a1.68 1.68 0 0 0 .2 1.58a1.7 1.7 0 0 0 1.41.74h3.29a.46.46 0 0 1 .35.16a.5.5 0 0 1 .09.37Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 1h-7a2.44 2.44 0 0 0-2.41 2l-.92 5.05a2.44 2.44 0 0 0 .53 2a2.47 2.47 0 0 0 1.88.88H17l-.25.66a3.26 3.26 0 0 0 3 4.41a1 1 0 0 0 .92-.59l2.24-5.06A1 1 0 0 0 23 10V2a1 1 0 0 0-1-1m-1 8.73l-1.83 4.13a1.3 1.3 0 0 1-.45-.4a1.23 1.23 0 0 1-.14-1.16l.38-1a1.68 1.68 0 0 0-.2-1.58A1.7 1.7 0 0 0 17.35 9h-3.29a.46.46 0 0 1-.35-.16a.5.5 0 0 1-.09-.37l.92-5A.44.44 0 0 1 15 3h6ZM9.94 13.05H7.05l.25-.66A3.26 3.26 0 0 0 4.25 8a1 1 0 0 0-.92.59l-2.24 5.06a1 1 0 0 0-.09.4v8a1 1 0 0 0 1 1h7a2.44 2.44 0 0 0 2.41-2l.92-5a2.44 2.44 0 0 0-.53-2a2.47 2.47 0 0 0-1.86-1m-.48 7.58A.44.44 0 0 1 9 21H3v-6.73l1.83-4.13a1.3 1.3 0 0 1 .45.4a1.23 1.23 0 0 1 .14 1.16l-.38 1a1.68 1.68 0 0 0 .2 1.58a1.7 1.7 0 0 0 1.41.74h3.29a.46.46 0 0 1 .35.16a.5.5 0 0 1 .09.37Z"/></svg>
</template>

CSS

.icon-feedback {
  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%22M22%201h-7a2.44%202.44%200%200%200-2.41%202l-.92%205.05a2.44%202.44%200%200%200%20.53%202a2.47%202.47%200%200%200%201.88.88H17l-.25.66a3.26%203.26%200%200%200%203%204.41a1%201%200%200%200%20.92-.59l2.24-5.06A1%201%200%200%200%2023%2010V2a1%201%200%200%200-1-1m-1%208.73l-1.83%204.13a1.3%201.3%200%200%201-.45-.4a1.23%201.23%200%200%201-.14-1.16l.38-1a1.68%201.68%200%200%200-.2-1.58A1.7%201.7%200%200%200%2017.35%209h-3.29a.46.46%200%200%201-.35-.16a.5.5%200%200%201-.09-.37l.92-5A.44.44%200%200%201%2015%203h6ZM9.94%2013.05H7.05l.25-.66A3.26%203.26%200%200%200%204.25%208a1%201%200%200%200-.92.59l-2.24%205.06a1%201%200%200%200-.09.4v8a1%201%200%200%200%201%201h7a2.44%202.44%200%200%200%202.41-2l.92-5a2.44%202.44%200%200%200-.53-2a2.47%202.47%200%200%200-1.86-1m-.48%207.58A.44.44%200%200%201%209%2021H3v-6.73l1.83-4.13a1.3%201.3%200%200%201%20.45.4a1.23%201.23%200%200%201%20.14%201.16l-.38%201a1.68%201.68%200%200%200%20.2%201.58a1.7%201.7%200%200%200%201.41.74h3.29a.46.46%200%200%201%20.35.16a.5.5%200%200%201%20.09.37Z%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%22M22%201h-7a2.44%202.44%200%200%200-2.41%202l-.92%205.05a2.44%202.44%200%200%200%20.53%202a2.47%202.47%200%200%200%201.88.88H17l-.25.66a3.26%203.26%200%200%200%203%204.41a1%201%200%200%200%20.92-.59l2.24-5.06A1%201%200%200%200%2023%2010V2a1%201%200%200%200-1-1m-1%208.73l-1.83%204.13a1.3%201.3%200%200%201-.45-.4a1.23%201.23%200%200%201-.14-1.16l.38-1a1.68%201.68%200%200%200-.2-1.58A1.7%201.7%200%200%200%2017.35%209h-3.29a.46.46%200%200%201-.35-.16a.5.5%200%200%201-.09-.37l.92-5A.44.44%200%200%201%2015%203h6ZM9.94%2013.05H7.05l.25-.66A3.26%203.26%200%200%200%204.25%208a1%201%200%200%200-.92.59l-2.24%205.06a1%201%200%200%200-.09.4v8a1%201%200%200%200%201%201h7a2.44%202.44%200%200%200%202.41-2l.92-5a2.44%202.44%200%200%200-.53-2a2.47%202.47%200%200%200-1.86-1m-.48%207.58A.44.44%200%200%201%209%2021H3v-6.73l1.83-4.13a1.3%201.3%200%200%201%20.45.4a1.23%201.23%200%200%201%20.14%201.16l-.38%201a1.68%201.68%200%200%200%20.2%201.58a1.7%201.7%200%200%200%201.41.74h3.29a.46.46%200%200%201%20.35.16a.5.5%200%200%201%20.09.37Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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