Feedback Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Feedback icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/307156.svg" alt="Feedback icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307156.svg" alt="Feedback icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307156.svg" alt="Feedback icon" :width="24" :height="24" />
CSS background
.icon-feedback {
background-image: url('https://proicons.com/icon/307156.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M9.5 1C8.67157 1 8 1.67157 8 2.5V4.5C8 5.15293 8.41717 5.70842 8.99951 5.91447V7C8.99951 7.19401 9.11174 7.3705 9.28743 7.45279C9.46313 7.53508 9.67056 7.50831 9.8196 7.38411L11.4805 6H13.5C14.3284 6 15 5.32843 15 4.5V2.5C15 1.67157 14.3284 1 13.5 1H9.5ZM9 2.5C9 2.22386 9.22386 2 9.5 2H13.5C13.7761 2 14 2.22386 14 2.5V4.5C14 4.77614 13.7761 5 13.5 5H11.2995C11.1825 5 11.0693 5.04101 10.9794 5.11589L9.99951 5.93248V5.5C9.99951 5.22395 9.7758 5.00013 9.49975 5C9.22373 4.99987 9 4.77606 9 4.5V2.5ZM3 6C3 4.89543 3.89543 4 5 4C6.10457 4 7 4.89543 7 6C7 7.10457 6.10457 8 5 8C3.89543 8 3 7.10457 3 6ZM5 5C4.44772 5 4 5.44772 4 6C4 6.55228 4.44772 7 5 7C5.55228 7 6 6.55228 6 6C6 5.44772 5.55228 5 5 5ZM2.49998 9L7.5 9C8.32843 9 9 9.67157 9 10.5C9 11.6161 8.54103 12.5103 7.78785 13.1148C7.04658 13.7098 6.05308 14 5 14C3.94692 14 2.95342 13.7098 2.21215 13.1148C1.45897 12.5103 1 11.6161 1 10.5C1 9.67161 1.67156 9 2.49998 9ZM7.5 10L2.49998 10C2.22387 10 2 10.2239 2 10.5C2 11.3169 2.32453 11.9227 2.8381 12.3349C3.36358 12.7567 4.12008 13 5 13C5.87992 13 6.63642 12.7567 7.1619 12.3349C7.67547 11.9227 8 11.3169 8 10.5C8 10.2239 7.77614 10 7.5 10Z"/></svg>
Feedback in other icon packs
Copied!