Feedback 2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Feedback 2 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/340328.svg" alt="Feedback 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340328.svg" alt="Feedback 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340328.svg" alt="Feedback 2 icon" :width="24" :height="24" />
CSS background
.icon-feedback-2 {
background-image: url('https://proicons.com/icon/340328.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="e" points="14.5969 17.362 15.4479 19.9808 18.2015 19.9808 15.9738 21.5994 16.8247 24.2183 14.5969 22.5997 12.3692 24.2183 13.2201 21.5994 10.9924 19.9808 13.746 19.9808 14.5969 17.362"/><polygon class="e" points="24 17.362 24.8509 19.9808 27.6046 19.9808 25.3768 21.5994 26.2277 24.2183 24 22.5997 21.7723 24.2183 22.6232 21.5994 20.3954 19.9808 23.1491 19.9808 24 17.362"/><polygon class="e" points="33.4031 17.362 34.254 19.9808 37.0076 19.9808 34.7799 21.5994 35.6308 24.2183 33.4031 22.5997 31.1753 24.2183 32.0262 21.5994 29.7985 19.9808 32.5521 19.9808 33.4031 17.362"/><path class="e" d="M39.2838,8.6685H8.7162c-2.3286,0-4.2162,1.8877-4.2162,4.2162v15.8108c0,2.3286,1.8877,4.2162,4.2162,4.2162h10.9052l3.3703,5.8376c.4481.7762,1.5685.7762,2.0166,0l3.3704-5.8376h10.9051c2.3286,0,4.2162-1.8877,4.2162-4.2162v-15.8108c0-2.3286-1.8877-4.2162-4.2162-4.2162Z"/></svg>
Copied!