FortAwesome / Font-Awesome

The iconic SVG, font, and CSS toolkit
https://fontawesome.com
Other
73.54k stars 12.2k forks source link

Icon request: icon-file-chart-o (icon-report) #1076

Closed jeanfbrito closed 6 years ago

jeanfbrito commented 11 years ago

I want to use it in a menu for reports. All the reports will be avaible in that menu. http://www.cdc.gov/metrics/images/report_icon.gif http://www.large-icons.com/stock-icons/large-toolbar/report.jpg

tagliala commented 11 years ago

Hi,

is icon-bar-chart http://fontawesome.io/icon/bar-chart/ suitable for your needs?

tagliala commented 11 years ago

closing since I didn't receive feedback

jeanfbrito commented 11 years ago

Sorry about the feedback. I saw that icon, but I was thinking in another report icon, because my reports will be tables with numbers and not graphics at all.

tagliala commented 11 years ago

No problem. Reopening and labeling

tagliala commented 11 years ago

@jeanfbrito a checklist is ok for your needs? #1230

jeanfbrito commented 11 years ago

Maybe, this http://cdn2.iconfinder.com/data/icons/picons-essentials/57/checklist-128.png But with some lines instead of the V.

ceekays commented 10 years ago

@tagliala, I support @jeanfbrito's proposal: http://www.large-icons.com/stock-icons/large-toolbar/report.jpg. This means a big difference from the icon-bar-chart.

coryasilva commented 9 years ago

+1 for @jeanfbrito version of report. When I think of report these come to mind: Example 1, Example 2.

Though before we get icon happy maybe there is some clever css way to implement these document types. What about a Contract, Approval/Award, or an Invoice, etc.

rdeslonde commented 9 years ago

+1

baalthazaar1 commented 9 years ago

+1

jperns commented 9 years ago

+1

SouleDesigns commented 8 years ago

+1

renatomoselli commented 8 years ago

+1, thanks!

ylv-io commented 8 years ago

+1

gficher commented 8 years ago

+1

CarlosHAraujo commented 8 years ago

+1

JeroenCollier commented 8 years ago

+1

kevspadillo commented 8 years ago

+1

etcho commented 8 years ago

+1

pitus commented 8 years ago

+1

kitloong commented 8 years ago

+1

tagliala commented 8 years ago

Another example from #6366

hpvd commented 8 years ago

+1

universewrld commented 8 years ago

+1

roooodcastro commented 8 years ago

+1

prettycode commented 8 years ago

+1

jesujcastillom commented 7 years ago

+1

HugCoder commented 7 years ago

Over 3 years and this isn't implemented yet? Wow... I would really like a report icon, thanks!

toddmo commented 7 years ago

+1

DaveSenn commented 7 years ago

+1

jasoncastellano commented 7 years ago

+1

ptiswitz commented 7 years ago

+1 :)

rmkane commented 7 years ago

Here's an EXAMPLE using stacked icons:

font

<h2>Custom</h2>
<span class="fa fa-stack fa-report jumbo">
  <i class="fa fa-file-o fa-stack-1x"></i>
  <i class="fa fa-photo fa-stack-1x"></i>
  <i class="fa fa-bars left fa-stack-1x"></i>
  <i class="fa fa-bars right fa-stack-1x"></i>
  <i class="fa fa-bar-chart fa-stack-1x"></i>
  <i class="fa fa-pie-chart fa-stack-1x"></i>
</span>

<h2>Basic</h2>
<i class="fa fa-file-o jumbo"></i>
<i class="fa fa-file jumbo"></i>
<i class="fa fa-file-text jumbo"></i>
<i class="fa fa-file-text-o jumbo"></i>

<h2>File</h2>
<i class="fa fa-file-pdf-o jumbo"></i>
<i class="fa fa-file-code-o jumbo"></i>
<i class="fa fa-file-archive-o jumbo"></i>
<i class="fa fa-file-zip-o jumbo"></i>

<h2>Document</h2>
<i class="fa fa-file-word-o jumbo"></i>
<i class="fa fa-file-powerpoint-o jumbo"></i>
<i class="fa fa-file-excel-o jumbo"></i>

<h2>Media</h2>
<i class="fa fa-file-audio-o jumbo"></i>
<i class="fa fa-file-sound-o jumbo"></i>
<i class="fa fa-file-video-o jumbo"></i>
<i class="fa fa-file-movie-o jumbo"></i>
<i class="fa fa-file-image-o jumbo"></i>
<i class="fa fa-file-photo-o jumbo"></i>
<i class="fa fa-file-picture-o jumbo"></i>
body   {
  padding: 0.5em;
  background: #FFF;
}
h2 {
  margin-top: 0.4em;
  margin-bottom: 0.25em;
  font-size: 1.2em;
  font-weight: bolder;
  font-family: serif;
}
.fa.jumbo { font-size: 4em; }
.fa-report {
  width: 0.8699em;
  height: 1em;
  line-height: 1em;
  vertical-align: top;
}
.fa-report .fa-photo {
  font-size: 0.2em;
  top: -1.4em;
  left: -0.9em;
}
.fa-report .fa-bars.left {
  font-size: 0.3em;
  top: 0.1em;
  left: -0.6em;
}
.fa-report .fa-bars.right {
  font-size: 0.3em;
  top: 0.1em;
  left: 0.6em;
}
.fa-report .fa-pie-chart {
  font-size: 0.2em;
  top: 1.5em;
  left: 0.9em;
}
.fa-report .fa-bar-chart {
  font-size: 0.2em;
  top: 1.5em;
  left: -0.9em;
}

Copied from: #11056

rsiebeling commented 6 years ago

+1

sensibleworld commented 6 years ago

https://fontawesome.com/icons/file-chart-pie?style=solid https://fontawesome.com/icons/file-chart-line?style=solid