feedback documentation icon
feedback-documentation from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- feedback-documentation
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the feedback documentation icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13 22c.828 0 1.479-.68 1.479-1.508S13.829 19 13 19s-1.52.664-1.52 1.492S12.171 22 13 22"/><path fill="currentColor" d="M13 2C6.372 2 1 7.369 1 14s5.366 12 11.994 12c.34 0 .7-.02 1.021-.06v-2.003q-.51.06-1.02.06C7.487 23.997 3 19.51 3 14S7.494 4 13 4s10 4.49 10 10h2c0-6.631-5.372-12-12-12"/><path fill="currentColor" d="M13.98 5.991h-1.502A4.493 4.493 0 0 0 7.974 10.5L8 11h2l-.024-.501a2.505 2.505 0 0 1 2.503-2.504h1.501a2.5 2.5 0 0 1 2.503 2.504a2.505 2.505 0 0 1-2.503 2.504h-2.002v4.508h2.002v-2.504a4.504 4.504 0 0 0 4.506-4.508A4.51 4.51 0 0 0 13.98 5.99Zm15.018 10.987H18.986a2.01 2.01 0 0 0-2.002 2.003v6.01c0 1.102.9 2.004 2.002 2.004h2.403L23.09 30l1.702-1.002l-2.303-4.007h-3.504L19 19h10v6h-3v2l2.998-.005A2.01 2.01 0 0 0 31 24.992v-6.01a2.01 2.01 0 0 0-2.002-2.004"/></svg>
React
import type { SVGProps } from "react";
export function CarbonFeedbackDocumentation(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13 22c.828 0 1.479-.68 1.479-1.508S13.829 19 13 19s-1.52.664-1.52 1.492S12.171 22 13 22"/><path fill="currentColor" d="M13 2C6.372 2 1 7.369 1 14s5.366 12 11.994 12c.34 0 .7-.02 1.021-.06v-2.003q-.51.06-1.02.06C7.487 23.997 3 19.51 3 14S7.494 4 13 4s10 4.49 10 10h2c0-6.631-5.372-12-12-12"/><path fill="currentColor" d="M13.98 5.991h-1.502A4.493 4.493 0 0 0 7.974 10.5L8 11h2l-.024-.501a2.505 2.505 0 0 1 2.503-2.504h1.501a2.5 2.5 0 0 1 2.503 2.504a2.505 2.505 0 0 1-2.503 2.504h-2.002v4.508h2.002v-2.504a4.504 4.504 0 0 0 4.506-4.508A4.51 4.51 0 0 0 13.98 5.99Zm15.018 10.987H18.986a2.01 2.01 0 0 0-2.002 2.003v6.01c0 1.102.9 2.004 2.002 2.004h2.403L23.09 30l1.702-1.002l-2.303-4.007h-3.504L19 19h10v6h-3v2l2.998-.005A2.01 2.01 0 0 0 31 24.992v-6.01a2.01 2.01 0 0 0-2.002-2.004"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13 22c.828 0 1.479-.68 1.479-1.508S13.829 19 13 19s-1.52.664-1.52 1.492S12.171 22 13 22"/><path fill="currentColor" d="M13 2C6.372 2 1 7.369 1 14s5.366 12 11.994 12c.34 0 .7-.02 1.021-.06v-2.003q-.51.06-1.02.06C7.487 23.997 3 19.51 3 14S7.494 4 13 4s10 4.49 10 10h2c0-6.631-5.372-12-12-12"/><path fill="currentColor" d="M13.98 5.991h-1.502A4.493 4.493 0 0 0 7.974 10.5L8 11h2l-.024-.501a2.505 2.505 0 0 1 2.503-2.504h1.501a2.5 2.5 0 0 1 2.503 2.504a2.505 2.505 0 0 1-2.503 2.504h-2.002v4.508h2.002v-2.504a4.504 4.504 0 0 0 4.506-4.508A4.51 4.51 0 0 0 13.98 5.99Zm15.018 10.987H18.986a2.01 2.01 0 0 0-2.002 2.003v6.01c0 1.102.9 2.004 2.002 2.004h2.403L23.09 30l1.702-1.002l-2.303-4.007h-3.504L19 19h10v6h-3v2l2.998-.005A2.01 2.01 0 0 0 31 24.992v-6.01a2.01 2.01 0 0 0-2.002-2.004"/></svg> </template>
CSS
.icon-feedback-documentation {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%2022c.828%200%201.479-.68%201.479-1.508S13.829%2019%2013%2019s-1.52.664-1.52%201.492S12.171%2022%2013%2022%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%202C6.372%202%201%207.369%201%2014s5.366%2012%2011.994%2012c.34%200%20.7-.02%201.021-.06v-2.003q-.51.06-1.02.06C7.487%2023.997%203%2019.51%203%2014S7.494%204%2013%204s10%204.49%2010%2010h2c0-6.631-5.372-12-12-12%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.98%205.991h-1.502A4.493%204.493%200%200%200%207.974%2010.5L8%2011h2l-.024-.501a2.505%202.505%200%200%201%202.503-2.504h1.501a2.5%202.5%200%200%201%202.503%202.504a2.505%202.505%200%200%201-2.503%202.504h-2.002v4.508h2.002v-2.504a4.504%204.504%200%200%200%204.506-4.508A4.51%204.51%200%200%200%2013.98%205.99Zm15.018%2010.987H18.986a2.01%202.01%200%200%200-2.002%202.003v6.01c0%201.102.9%202.004%202.002%202.004h2.403L23.09%2030l1.702-1.002l-2.303-4.007h-3.504L19%2019h10v6h-3v2l2.998-.005A2.01%202.01%200%200%200%2031%2024.992v-6.01a2.01%202.01%200%200%200-2.002-2.004%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%2022c.828%200%201.479-.68%201.479-1.508S13.829%2019%2013%2019s-1.52.664-1.52%201.492S12.171%2022%2013%2022%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%202C6.372%202%201%207.369%201%2014s5.366%2012%2011.994%2012c.34%200%20.7-.02%201.021-.06v-2.003q-.51.06-1.02.06C7.487%2023.997%203%2019.51%203%2014S7.494%204%2013%204s10%204.49%2010%2010h2c0-6.631-5.372-12-12-12%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.98%205.991h-1.502A4.493%204.493%200%200%200%207.974%2010.5L8%2011h2l-.024-.501a2.505%202.505%200%200%201%202.503-2.504h1.501a2.5%202.5%200%200%201%202.503%202.504a2.505%202.505%200%200%201-2.503%202.504h-2.002v4.508h2.002v-2.504a4.504%204.504%200%200%200%204.506-4.508A4.51%204.51%200%200%200%2013.98%205.99Zm15.018%2010.987H18.986a2.01%202.01%200%200%200-2.002%202.003v6.01c0%201.102.9%202.004%202.002%202.004h2.403L23.09%2030l1.702-1.002l-2.303-4.007h-3.504L19%2019h10v6h-3v2l2.998-.005A2.01%202.01%200%200%200%2031%2024.992v-6.01a2.01%202.01%200%200%200-2.002-2.004%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/feedback-documentation.svg?color=%231a73e8&size=48