Feedback Documentation Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Feedback Documentation 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/317764.svg" alt="Feedback Documentation icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317764.svg" alt="Feedback Documentation icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317764.svg" alt="Feedback Documentation icon" :width="24" :height="24" />
CSS background
.icon-feedback-documentation {
background-image: url('https://proicons.com/icon/317764.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="icons" xmlns="http://www.w3.org/2000/svg" width="32" height="32" version="1.1" viewBox="0 0 32 32">
<!-- Generator: Adobe Illustrator 30.1.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 136) -->
<defs>
<style>
.st0 {
fill: none;
}
.st1 {
fill: #161616;
}
</style>
</defs>
<g>
<path class="st1" d="M13,22c.8282,0,1.4788-.6792,1.4788-1.5078s-.6506-1.4922-1.4788-1.4922-1.5206.6636-1.5206,1.4922.6924,1.5078,1.5206,1.5078Z"/>
<path class="st1" d="M13,2C6.3722,2,1,7.3688,1,14s5.3662,12.0005,11.9941,12.0005c.3403,0,.7007-.02,1.0212-.0601v-2.0034c-.3405.0401-.6809.0601-1.0212.0601-5.5065,0-9.9941-4.4877-9.9941-9.9971S7.4935,4,13,4s10,4.4906,10,10h2c0-6.6312-5.3721-12-12-12Z"/>
<path class="st1" d="M13.9803,5.9914h-1.5018c-.592-.0013-1.1784.1143-1.7256.3404-.5472.2261-1.0444.5581-1.463.9769s-.7504.9163-.9764,1.4637c-.226.5475-.3416,1.1342-.3402,1.7265l.0267.5011h2l-.0243-.5011c0-.6642.2637-1.3011.7331-1.7707.4694-.4696,1.1061-.7335,1.7698-.7335h1.5018c.6639,0,1.3004.2639,1.7698.7335.4694.4696.733,1.1066.733,1.7707s-.2636,1.3011-.733,1.7707-1.1061.7335-1.7698.7335h-2.0024v4.5076h2.0024v-2.5042c1.1948,0,2.3408-.4749,3.1857-1.3203.8448-.8454,1.3195-1.9919,1.3195-3.1873s-.4748-2.342-1.3195-3.1873c-.8449-.8454-1.9909-1.3203-3.1857-1.3203h-.0001Z"/>
<path class="st1" d="M28.9976,16.9779h-10.0117c-1.1013,0-2.0024.9016-2.0024,2.0034v6.0102c0,1.1018.9011,2.0034,2.0024,2.0034h2.4028l1.702,3.0051,1.702-1.0017-2.3027-4.0068h-3.5041l.0141-5.9915h10v6h-3v2l2.9976-.0051c1.1013,0,2.0024-.9016,2.0024-2.0034v-6.0102c0-1.1018-.9011-2.0034-2.0024-2.0034Z"/>
</g>
<rect id="_x3C_Transparent_Rectangle_x3E_" class="st0" width="32" height="32"/>
</svg>
Copied!