FortAwesome / Font-Awesome

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

icon request: fa-canoe #13240

Open larabeer opened 6 years ago

larabeer commented 6 years ago

We have an app, in which we provide points of interest and things to do in different categories - one category is "Adventure" and we think a canoe would fit great as Icon for that. Also for many other cases it could be practical to use. canoe_icon_adventure

larabeer commented 6 years ago

we'd need it quite quick... could you please add it as an Icon? I think I kept all the conditions and i definitely didn't find a similar Icon (also when I looked for kayak etc.) .. if not so please let me know.

tagliala commented 6 years ago

Hi!

Thanks for being part of the Font Awesome Community.

Is this a duplicate of #10772 ?

we'd need it quite quick

Please take a look at https://github.com/FortAwesome/Font-Awesome/wiki/Customize-Font-Awesome to understand how requests work and how you can customize the css version of font awesome

Harrix commented 6 years ago

In the new version of the font 5.1 I have to add new icons works this way:

import { library, dom } from '@fortawesome/fontawesome-svg-core';

import { faSearch } from '@fortawesome/free-solid-svg-icons/faSearch';
import { faFileArchive } from '@fortawesome/free-solid-svg-icons/faFileArchive';
import { faDownload } from '@fortawesome/free-solid-svg-icons/faDownload';
import { faGithub } from '@fortawesome/free-brands-svg-icons/faGithub';

library.add(
  faSearch,
  faFileArchive,
  faDownload,
  faGithub,
);

var faHarrix = {
  prefix: 'fah',
  iconName: 'harrix',
  icon: [512, 512, [], "e000", "M441.3 210.8C460.6 289 428 371.2 361 415.2l-62.2-142.6-59.6 25.9L301 441.1c-78.1 19.3-160.3-13.3-204.4-80.4L36.2 387C101 496.3 238.4 542.6 358 490.8s179.2-184 143.7-305.9l-60.4 25.9zM154 21.2C34.7 73.1-25.2 205.3 10.3 327.1l60.4-26.3C51.8 223 84 140.5 151.4 96.4L213.2 239l59.6-25.9L211 70.5c78.1-19.3 160.3 13.3 204.4 80.4l60.4-26.3C410.9 15.7 273.6-30.6 154 21.2z"]
};

var faClose = {
  prefix: 'fah',
  iconName: 'close',
  icon: [512, 512, [], "e001", "M295.6 256l130.1-130.1c4.7-4.7 4.7-12.3 0-17l-22.6-22.6c-4.7-4.7-12.3-4.7-17 0L256 216.4 125.9 86.3c-4.7-4.7-12.3-4.7-17 0l-22.6 22.6c-4.7 4.7-4.7 12.3 0 17L216.4 256 86.3 386.1c-4.7 4.7-4.7 12.3 0 17l22.6 22.6c4.7 4.7 12.3 4.7 17 0L256 295.6l130.1 130.1c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17L295.6 256z"]
};

library.add(
  faClose,
  faHarrix
);

dom.watch();
Crissov commented 5 years ago

Related Unicode emoji #222:

yukoninfo commented 4 years ago

Another +1 for this request. The top icon is a kayak. Crissov's icon reference is more like it.

sensibleworld commented 2 months ago

This is a quick update to let folks know that we’re refining our icon request workflow behind the scenes, and as part of that we’re going through all open requests and filing them into several new buckets to be addressed.

In this case we’ve added this issue to our new list to be created! We can’t promise any firm timelines right now, but this will help us keep track of it.

We’ll update this issue when the icon is released into the wild 🙂