description
stringlengths
0
8.24k
regex
stringlengths
1
26.3k
text
stringlengths
0
2.47M
title
stringlengths
1
150
created_at
stringlengths
24
24
Matches unfilled placeholders and (nested) placeholder blocks
({Block:(\w*)}.*?{\/Block:\2}|{\w+})
Hello {name} Your Items in a list: {Block:items} Item-ID is {id} Subitems are {Block:sub_items} Subitem-ID is {id} {/Block:sub_items} {/Block:items}
Placeholder finder
2015-06-21T08:43:45.000Z
:\s\b([13][a-km-zA-HJ-NP-Z1-9]{25,34}|bc1[ac-hj-np-zAC-HJ-NP-Z02-9]{11,71})\b
account: 3rE3g2ZWAmtTPE9a7Sv25gkWS2AQ
Bitcoin
2020-08-19T21:09:01.000Z
^([2-9]{1})([0-9]{2})([\s.-]?)([2-9]{1})([0-9]{2})([\s.-]?)([0-9]{4})$
212-222-1010 (203)753-5678 (203) 753-5678 201-853-6909 800-289-2583 215 5551212 515555121200000 201.853.6909 201 853 6909 201-853-6909 201 853 6909 101.853.6909 1018536909 666-666-6669 (208) 555-1234 666-666-666 666 666 6666 666.666.6666 555 555 5555 222-222-2222 123-123-132 236-548-9888
Phone USA and CANADA
2020-07-14T12:55:13.000Z
Regex to get action and button with value from cisco in room control
\*e UserInterface Extensions Event (Pressed|Released|Clicked|Changed) Signal: (\"(.*)\")
*e UserInterface Extensions Event Changed Signal: "togglebutton:on" *e UserInterface Extensions Event Changed Signal: "togglebutton:off" *e UserInterface Extensions Event Pressed Signal: "slider" *e UserInterface Extensions Event Changed Signal: "slider:32" *e UserInterface Extensions Event Changed Signal: "slider:68" *e UserInterface Extensions Event Released Signal: "slider:68" *e UserInterface Extensions Event Pressed Signal: "spinner:decrement" *e UserInterface Extensions Event Released Signal: "spinner:decrement" *e UserInterface Extensions Event Clicked Signal: "spinner:decrement" *e UserInterface Extensions Event Pressed Signal: "button" *e UserInterface Extensions Event Released Signal: "button" *e UserInterface Extensions Event Clicked Signal: "button" *e UserInterface Extensions Event Pressed Signal: "symbol" *e UserInterface Extensions Event Released Signal: "symbol" *e UserInterface Extensions Event Clicked Signal: "symbol"
Cisco In Room Control
2018-05-22T13:30:43.000Z
This was necessary for cases such as the Amazon Settlements reports To import these, we concatenate many file into one. The header in this concatenated file is reapeated as many times as files were concatenated. We have seen that is there are no sales with a promotion for a determined period, the file for that period does not contain the promotion-id column or header • with promotion-id "settlement-id settlement-start-date settlement-end-date deposit-date total-amount currency transaction-type order-id merchant-order-id adjustment-id shipment-id marketplace-name amount-type amount-description amount fulfillment-id posted-date posted-date-time order-item-code merchant-order-item-id merchant-adjustment-item-id sku quantity-purchased promotion-id" • without promotion-id "settlement-id settlement-start-date settlement-end-date deposit-date total-amount currency transaction-type order-id merchant-order-id adjustment-id shipment-id marketplace-name amount-type amount-description amount fulfillment-id posted-date posted-date-time order-item-code merchant-order-item-id merchant-adjustment-item-id sku quantity-purchased" We still want to import all data from the file without the promotion-id, since no heder column name has changed, neither the order of the columns have changed. This is just an omition, since there is no data for this column for the period As long as these 2 facts are true • No header name was changed • No header name is found in a different position in the header then, the header is considered valid and the import should proceed without a header error. This is in spite of the header only partially matching the stored header This list is also used to delete the headers and partially matching instances of the header from the files to be imported METHODOLOGY To search the file for these instances of the headers, we search for any line that starts with the name of the first column, "settlement-id" in this case This method assumes the following: • No line in the column "settlement-id", contains the word "settlement-id" If this is true, then any line that begins with "settlement-id" is a header To search for this we had 2 options 1) epRegExReplace( Expression; Replacement; Target {; "Options" } ). Basically search with regular expressions. Match the lines that do NOT begin with "settlement-id" and replace those with empty. Then remove the empty lines 2) FilterList ( ListA ; Attribute ; ListB ; CaseSensitive ) As shown in the test below, epRegExReplace was almost 500 times faster
^(?!settlement-id($|\t.*$)).*
settlement-id settlement-id 108 settlement-id hopits otro rotonda settlement-id
Match what we don't want, to replace with empty
2020-01-27T07:27:14.000Z
(^(0?[1-9]|[12][0-9]|3[01])((jan)|(Feb)|(mar)|(apr)|(may)|(jun)|(jul)|(Aug)|(Sep)|(Oct)|(Nov)|(Dec))((19|20)\d\d))
31DEC2010
Date format regex for ddMMMyyyy
2015-07-09T20:33:25.000Z
"[^"]+"
google.com. 3600 IN TXT "v=spf1 include:_spf.google.com ~all"
regext match string in quotes
2016-08-11T08:58:24.000Z
Verifies YouTube video links AND pulls the video ID from them in a matching group. Works with all capitalizations. It also matches the WHOLE link but sorts the video ID into a group. Works with JavaScript, PHP and Python. (Not tested with any other Regex engine) WARNING: youtu.be links have their ID group as the second group.
(?:[hH][tT]{2}[pP][sS]{0,1}:\/\/)?[wW]{0,3}\.{0,1}[yY][oO][uU][tT][uU](?:\.[bB][eE]|[bB][eE]\.[cC][oO][mM])?\/(?:(?:[wW][aA][tT][cC][hH])?(?:\/)?\?(?:.*)?[vV]=([a-zA-Z0-9--]+).*|([A-Za-z0-9--]+))
www.youtube.com/watch?v=fjgfjgk
YouTube Video ID + URL validator
2015-05-31T15:44:28.000Z
Cut events from tags
on\w+\s?=\s?+("|')?[^"'>]*("|')?(?=>)
<buttn onclick ="> onclick = alert(bob)>fds</buttn>dsadsadsa<p>
Onclick events detector
2016-08-01T10:42:14.000Z
[A-Za-z]{1,100}
"id": "IKfubtVRbESfyomQywuy" IKfubtVRbESfyomQywuy
String no longer than 100
2016-06-09T18:05:56.000Z
Check simple codes between 1 and 5 numbers: **281**, **81992**, **18**, ~829a7~, ~8299192~
[0-9]{1,5}
6004 281 2812 89112 23 02891 7821 28199 96822 56615 44261 60928 72912 527 910 0011 11111
check simple code
2023-06-19T06:49:40.000Z
Catastrophic backtracking example; with extra info links. Based on example from: https://www.regular-expressions.info/catastrophic.html
(x+x+)+y
xxxxxxxxxxxxxxxx Catastrophic backtracking example: Note the pattern looks fairly simple, but it needs over 80000 steps to decide it is not a match. With just 16 'x' it already takes a large amount of steps to finally decides it does not work. (click "regex debugger" on the left to see details on steps taken) See https://www.regular-expressions.info/catastrophic.html for more info.
Catastrophic backtracking example
2018-05-16T15:57:30.000Z
Parse the TYPO3 logfile into components, like Sun, 28 Jun 2020 03:41:30 +0200 [WARNING] request="387b66f92c909" component="TYPO3.CMS.Frontend.Controller.TypoScriptFrontendController": $TSFE->set_no_cache() was triggered. Reason: config.no_cache is set. Caching is disabled! If you use td-agent to push your log into Kibina, then define the following date/time pattern: %a, %d %b %Y %H:%M:%S %z
^(?<time>[^\[]+)\[(?<loglevel>[^\]]+)\]\s*request="(?<request>[[:xdigit:]]+)"\s*component="(?<component>[^"]+)"[[:punct:]]?[[:blank:]]*(?<message>.*)$
Sun, 28 Jun 2020 03:41:30 +0200 [WARNING] request="387b66f92c909" component="TYPO3.CMS.Frontend.Controller.TypoScriptFrontendController": $TSFE->set_no_cache() was triggered. Reason: config.no_cache is set. Caching is disabled!
TYPO3 Log
2020-06-28T15:55:12.000Z
just a a simple match for a mac address
([0-9a-f]{4}[\.][0-9a-f]{4}[\.][0-9a-f]{4})
42 0050.348a.7a93 dynamic ~~~ F F Po3 * 82 3550.b5e7.0124 dynamic ~~~ F F Po1
Cisco Mac address regex
2016-04-19T09:08:06.000Z
{li.+id='year'}(?<content>\d+?){\/li}
<ul><li class='listColumn' style='width: 20%'>2011</li><li class='listColumn' style='width: 20%'>IAS19</li><li class='listColumn' style='width: 55%'>#= Text #</li><li class='hide'>2</li></ul>
catch string
2016-08-24T07:59:43.000Z
поиск в тексте всех ссылок на профили пользователей вконтакте. ссылки вида [id12345678|Name]
\[id(\d*)\|([а-яА-Яa-zA-ZЁёЙй]*)\]
Пока телефон недоступен для брони, бронируйте в комментариях (мы свяжемся, гарантируем!) или пишите одной из двух очаровательных девушек — [id1554935|Полине] и ­[id811817|Наташе]
find link to profile in VK html message
2015-07-21T10:25:38.000Z
Date for spanish calendar
(.*?),.*?((?:(?:[0-2]?\d{1})|(?:[3][01]{1}))[-:\/.](?:[0]?[1-9]|[1][012])[-:\/.](?:(?:[1]{1}\d{1}\d{1}\d{1})|(?:[2]{1}\d{3})))(?![\d]).*?((?:(?:[0-1][0-9])|(?:[2][0-3])|(?:[0-9])):(?:[0-5][0-9])(?::[0-5][0-9])?(?:\\s?(?:am|AM|pm|PM))?)
Miércoles, 30.12.2015 13:20:09
Dates
2016-05-06T12:07:29.000Z
Letras, Ñ, acentos, números, guión y barra baja
[a-zñÑ\-\_0-9áéíóúÁÉÍÓÚ]{3,20}
1234
username
2015-07-10T11:58:03.000Z
Checks for DD/MM pattern must start and end with the digits no letters or other symbols allowed. Made by your good guy Levent M. (it accepts also 28+/02 but yhea one problem at a time right?)
^([0-2][0-9]|(3)[0-1])(\/)(((0)[0-9])|((1)[0-2]))$
31/12 30/12 01/01 a01/02 01/01basdasd 32/01 32/12 01/13 32/13
DD/MM pattern
2020-08-16T14:31:24.000Z
<\s*\w*\s*href\s*=\s*"?\s*([\w\s%#\/\.;:_-]*)\s*"?.*?>
<span> <a href="http://www.pagecolumn.com/"> 3 Column Layout Generator </a> </span> <span> <a href="http://www.pagecolumn.com/2_col_generator.htm"> 2 Column Layout Generator </a> </span>
HTML - matches start tag with specific attribute
2017-04-09T17:51:36.000Z
0x28C6A6DdF8fF8A47A90A69bfE75cd89904a14d71
^([a-z0-9]+(?:[._-][a-z0-9]+)*)@([a-z0-9]+(?:[.-][a-z0-9]+)*\.[a-z]{2,})$
0x28C6A6DdF8fF8A47A90A69bfE75cd89904a14d71
2023-09-02T02:02:32.000Z
(?<=Greg)(.*)(?=hits)
Greg Wylde hits the penalty kick with his left foot to the lower left corner and scores!! Craig Slater hits the penalty kick with his right foot to the upper right corner and scores!! Aleksei Eremenko hits the penalty kick with his right foot to the lower left corner and scores!! Matty Taylor powers the penalty kick with his right foot to the lower right corner and scores!! The goalkeeper was nowhere near the shot. Craig Reid places the penalty kick with his right foot to the upper left corner and scores!! The goalkeeper guessed correctly but could not stop the shot. Robbie Simpson hits the penalty kick with his right foot to the lower right corner and the goalkeepper saves it! Chris Martin hits the penalty kick with his right foot to the lower right corner and scores!! Peter Vincenti hits the penalty kick with his right foot to the lower right corner and scores!! Michael Smith hits the penalty kick with his right foot to the lower right corner and the goalkeepper saves it! Marcus Tudgay hits the penalty kick with his right foot high through the middle and the goalkeepper saves it! Jack Redshaw hits the penalty kick with his right foot and hits the crossbar. What a missed chance! Adam Chapman hits the penalty kick with his right foot to the lower right corner and scores!! Adam Rooney hits the penalty kick with his right foot to the lower left corner and scores!! Eoin Doyle hits the penalty kick with his right foot to the lower right corner and scores!! Eidur Gudjohnsen hits the penalty kick with his right foot to the upper left corner and scores!! Rodolph Austin hits the penalty kick with his right foot to the lower right corner and scores!! Aleksei Eremenko hits the penalty kick with his right foot to the lower left corner and scores!! Conor Hourihane hits the penalty kick with his left foot to the lower left corner and scores!! Ian Henderson hits the penalty kick with his right foot and hits the crossbar. What a missed chance! Izale McLeod hits the penalty kick with his right foot to the lower right corner and scores!! Nicholas Ajose hits the penalty kick with his right foot to the lower left corner and scores!! Patrick Madden hits the penalty kick with his right foot to the lower left corner and scores!! Simon Walton hits the penalty kick with his right foot to the lower left corner and scores!! Will Evans powers the penalty kick with his right foot and sends it over the crossbar. What a missed chance! Jack Midson powers the penalty kick with his right foot to the lower right corner and the goalkeepper saves it! Brian Howard places the penalty kick with his left foot low through the middle and the goalkeepper saves it! Andrew Williams hits the penalty kick with his right foot to the lower right corner and scores!!
2015 penalty kick expressions
2017-05-03T01:27:51.000Z
Extract any kind of numerical value (int or double, positive or negative) from a string written as a vector (ie '(#1, #2, #3)' ).
[^\s|,|(|)]+
( 61.1, -6.5, -764.96, 4 )
get_data
2022-08-15T18:15:14.000Z
([.\$\"\/\\\:|]+)
sa.df$dfd"fd\ /dfdfd|
Regex for Instance name validation
2016-09-24T02:36:48.000Z
replaces deprecated .live method with corresponding .on
\$\("(.+?)"\)\.live\("(.+?)"
$("form.ajaxForm").live("submit", function () { $(".button-disable").live("click", function () { $(".button-toggle").live("click", function () { $(".button-hidden-setter").live("click", function () { $(".tool-tip").live("click", function (event) { $(".tool-tip").live("mouseout", function (event) {
JQuery .live to JQuery .on
2015-08-02T09:21:27.000Z
Looks for string formated like an IP address.
\b(?:[0-9]{1,3}\.){3}[0-9]{1,3}\b
Return-path: <[email protected]> Envelope-to: [email protected] Delivery-date: Mon, 31 Aug 2015 15:38:19 -0400 Received: from [50.2.8.182] (port=34151 helo=familywhitetubin.date) by host.menshealthandwellness.org with esmtp (Exim 4.85) (envelope-from <[email protected]>) id 1ZWUuJ-0003hH-6L for [email protected]; Mon, 31 Aug 2015 15:38:19 -0400 Date: Mon, 31 Aug 2015 12:47:39 -0700 Message-ID: <77f581ddf9662409a9e27aaac2f26d74.14325456.20579279@familywhitetubin.date> From: Walk-in.Whirlpool.Tubs <[email protected]> To: <[email protected]> Dvhgo-Wu: 14325456i.20579279nr.o20579279 Content-Type: text/plain Mime-Version: 1.0 Subject: Enjoy Safe, Comfortable Bathing in your Jacuzzi Walk-In-Bath, Quote: 14325456 Mi-Tdx: 77f581ddf9662409a9e27aaac2f26d74t-20579279br.d14325456
IP address
2015-08-31T20:41:17.000Z
This pattern search case insensitive for a valid GUID: a combination of A-Z and 9-0 in four groups delimited by a dash: [8]-[4]-[4]-[4]-[12].
(^\{?[A-Z0-9]{8}-[A-Z0-9]{4}-[A-Z0-9]{4}-[A-Z0-9]{4}-[A-Z0-9]{12}\}?)$
A98C5A1E-Aa42-4808-9SfA-6F409E799937
Check for GUID/UUID
2016-09-23T12:02:33.000Z
hey
(10[.][0-9]{4,}[^\s"\/<>]*\/[^\s"<>]+)
10.1007/s12038-016-9628-7 doi:10.1073/pnas.1609865113 10.1371/journal.ppat.1005849
DOI REGEX
2016-09-05T11:22:17.000Z
(?:\"|\')(?<key>[^"]*)(?:\"|\')(?=:)(?:\:\s*)(?:\"|\')?(?<value>true|false|[0-9a-zA-Z\+\-\,\.\$]*)
[ { "_id": "56af331efbeca6240c61b2ca", "index": 120000, "guid": "bedb2018-c017-429E-b520-696ea3666692", "isActive": false, "balance": "$2,202,350", "object": { "name": "alexander", "lastname": "lang" } } ]
simple json key value pair parser
2016-02-01T11:27:56.000Z
(\d*\.\d*)( lb \(\d*\.*\d* kg\))
Age Weight Length 0 7.4 lb (3.3 kg) 19.6" (49.8 cm) 1 21.3 lb (9.6 kg) 29.8" (75.7 cm) 2 27.5 lb (12.5 kg) 34.2" (86.8 cm) 3 31.0 lb (14.0 kg) 37.5" (95.2 cm) 4 36.0 lb (16.3 kg) 40.3" (102.3 cm) 5 40.5 lb (18.4 kg) 43.0" (109.2 cm) 6 45.5 lb (20.6 kg) 45.5" (115.5 cm) 7 50.5 lb (22.9 kg) 48.0" (121.9 cm) 8 56.5 lb (25.6 kg) 50.4" (128 cm) 9 63.0 lb (28.6 kg) 52.5" (133.3 cm) 10 70.5 lb (32 kg) 54.5" (138.4 cm) 11 78.5 lb (35.6 kg) 56.5" (143.5 cm) 12 88.0 lb (39.9 kg) 58.7" (149.1 cm) 13 100.0 lb (45.3 kg) 61.5" (156.2 cm) 14 112.0 lb (50.8 kg) 64.5" (163.8 cm) 15 123.5 lb (56.0 kg) 67.0" (170.1 cm) 16 134.0 lb (60.8 kg) 68.3" (173.4 cm) 17 142.0 lb (64.4 kg) 69.0" (175.2 cm) 18 147.5 lb (66.9 kg) 69.2" (175.7 cm) 19 152.0 lb (68.9 kg) 69.5" (176.5 cm) 20 155.0 lb (70.3 kg) 69.7" (177 cm)
match weight with pounds and kg
2019-06-18T15:04:12.000Z
Image file detection (jpg or jpeg) at the link
(\/([0-9]+)?|([a-z]+)?\.jpg|jpeg|png|gif)
http://site.com/folder/ar.txt http://site.com/folder/s.zip http://site.com/folder/ddr http://site.com/folder/eff.jpg http://site.com/folder/karo.gif http://site.com/folder/spb.pdf http://site.com/folder/lego.jpeg http://site.com/folder/some.jpg http://site.com/folder/erro.exe http://site.com/folder/1.png
GB_hw22
2019-04-16T11:45:44.000Z
streets with one or more names with unicode characters in python
^([a-zA-Z\u00C0-\u017E]+(?:\. |-| ))*[a-zA-Z\u00C0-\u017E]*$
Kpt. Jaroše Generála Jaroše Jaroše Kapitána9 Jaroše
streets with one or more names with unicode characters in python
2022-02-13T02:14:45.000Z
Extract the phone numbers and email addresses from a string
(?<phone>(\+?\d{1,4}?[-.\s]?)?(\(\d{1,4}?\))?[-.\s]?\d{1,4}[-.\s]?\d{1,4}[-.\s]?\d{1,9})|(?<email>[\w\-][\w\-\.]+@[\w\-][\w\-\.]+[a-zA-Z]{1,4})
My email address is [email protected] and my phone number is +919999999999 my other email address is [email protected] and my phone number is +912012345678
Extract phone number and email address from string
2023-10-25T08:48:43.000Z
it identifies lines in an invoice
^(?<line_prefix>.*)\s{1}[\w//]{3}\s\d{2}\s(?<unit_price>[\d\.,]*)\s(?<discount>[\d\.,]*)\s(?<recharge>[\d\.,]*)\s(?<amount>[\d]*)\s(?<line_total>[\d\.,]*)\s*(?<line_sufix>(?!Exp).*)$
2021-04-09-13-35-27_ucfe.com.uy_0_0.pdf.txt Not shared Type Text Size 2 KB (2,509 bytes) Storage used 2 KB (2,509 bytes) Location El Patio SRL Owner me Modified 17:29 by me Opened 17:44 by me Created 17:29 with AttachmentSaver Add a description Viewers can download EL PATIO S.R.L Arequita 2179 Apto 1 Montevideo Tel: 098 485 428 [email protected] RUC EMISOR TIPO DE DOCUMENTO 218451590010 e-Ticket SERIE NÚMERO FORMA DE PAGO VENCIMIENTO A 150 Contado CONSUMO FINAL IDENTIFICADOR DE COMPRA Pasaporte X3318824 CH NOMBRE DOMICILIO Eltiopa Solutions VK General Guisan-Strasse 35, Arlesheim, Basel FECHA DE DOCUMENTO MONEDA 28/02/2021 USD Descripción Uni * P. Unitario US$ Desc Rec Cantidad Importe US$ GDZ - Develop Sliding stage homepage - 20201111- N/A 10 1.071,88 0,00 0,00 1 1.071,88 00 [F11] GDZ - Develop Publications Slider adaption - N/A 10 289,04 0,00 0,00 1 289,04 20201111-00 [F12] GDZ - Develop Filter enhancement - 20201111-00 N/A 10 608,84 0,00 0,00 1 608,84 [F8] GDZ - Develop gesund-zh.ch ± Expansion N/A 10 488,33 0,00 0,00 1 488,33 «nutrition» - 20201111-00 [F1] GDZ - Develop gesund-zh.ch ± Expansion N/A 10 1.151,75 0,00 0,00 1 1.151,75 «excercise» - 20201111-00 [F6] GDZ - TwinOffer & Refactor - Enable Offers to be N/A 10 1.399,67 0,00 0,00 1 1.399,67 listed under - 20201111-00 [F7] GDZ - Develop Quiz 20201111-00 [F4] N/A 10 578,73 0,00 0,00 1 578,73 GDZ - Quiz pages expansion (only QuizIndexPage, N/A 10 228,57 0,00 0,00 1 228,57 QuizPage) 20201111-00 [F13] GDZ - Develop Publication Changes 20201111-00 N/A 10 618,39 0,00 0,00 1 618,39 [F3] Código de seguridad: Página 1 de 2 sp3Psz RUC EMISOR TIPO DE DOCUMENTO 218451590010 e-Ticket SERIE NÚMERO FORMA DE PAGO VENCIMIENTO A 150 Contado CONSUMO FINAL IDENTIFICADOR DE COMPRA Pasaporte X3318824 CH NOMBRE DOMICILIO Eltiopa Solutions VK General Guisan-Strasse 35, Arlesheim, Basel FECHA DE DOCUMENTO MONEDA 28/02/2021 USD EL PATIO S.R.L Arequita 2179 Apto 1 Montevideo Tel.: 098 485 428 [email protected] Descripción Uni * P. Unitario US$ Desc Rec Cantidad Importe US$ GDZ - Develop Teaserblock (to be called N/A 10 518,55 0,00 0,00 1 518,55 Exp. y asimiladas: 6.953,75 TOTAL A PAGAR: 6.953,75 Res. Nro. Puede verificar comprobante en: https://www.ucfe.com.uy/consultacfe/ Fecha de vencimiento: 02/10/2022 Código de seguridad: Página 2 de 2 sp3Psz I.V.A al día Nro. de CAE 90201428143. Rango: serie A Nº 101 al 200 ADENDA: 100% del monto exonerado según numeral 2 del literal S) del art. 52 del T 4 del Texto Ordenado * 10- Exportación y asimiladas
Identify lines on an invoice
2021-04-10T19:23:30.000Z
Validate localhost:port, 127.0.*:port, 192.168.*:port
(localhost|127.0.0.1|192.168.[0-9]{1,3}\.[0-9]{1,3}):?
localhost localhost:4444 127.0.0.1 127.0.0.1:1111 192.168.1.1 192.168.1.1:1111
Validate local host or local network
2023-09-04T04:23:02.000Z
Recognizes timestamps with the technical timestamp format.
(?<year>\d{4})-(?<month>0[1-9]|1[0-2])-(?<day>0[1-9]|1[0-9]|2[0-9]|3[0-1])T(?<time>(?:[0-1][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](?:.\d{3})?)(?<timezone>Z|[\+\-](?:0[1-9]|1[0-2]):(?:00|15|30|45))
2015-02-07T13:28:17.239+02:00 2015-02-07T13:28:17.239+02:00 2017-00-01T00:00:00Z
Timestamps
2022-11-09T12:18:58.000Z
## Page with [icons](http://fontawesome.io/cheatsheet/) ### PHP example: Generate xml for android resources header('Content-Description: File Transfer'); header("Content-Type: text/xml"); header('Content-Disposition: attachment; filename="icons.xml"'); $Url = "http://fontawesome.io/cheatsheet/"; $Page = file_get_contents($Url); $Pattern = '/>&(.*)<\/i>[\r\n]\s{6}(.*)/'; preg_match_all($Pattern, $Page, $IconArray, PREG_PATTERN_ORDER); $Count = count($IconArray[0]); echo "<?xml version=\"1.0\" encoding=\"utf-8\"?>"."\r\n"; echo "<resources>"."\r\n"; for ($i = 0; $i < $Count; $i++) { $IconHex = $IconArray[1][$i]; $IconTitle = $IconArray[2][$i]; $IconTitle = str_replace("-", "_", $IconTitle); echo " <string name=\"$IconTitle\">&$IconHex;</string>"."\r\n"; } echo "</resources>";
>&(.*)<\/i>[\r\n]\s{6}(.*)
<!DOCTYPE html> <html lang="en"> <head> <!-- Basic Page Needs ================================================== --> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="description" content="Font Awesome, the iconic font and CSS framework"> <meta name="author" content="Dave Gandy"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <link rel="shortcut icon" href="../assets/ico/favicon.ico"> <title>Font Awesome Cheatsheet</title> <!-- CSS ================================================== --> <link rel="stylesheet" href="../assets/css/site.css"> <link rel="stylesheet" href="../assets/css/pygments.css"> <link rel="stylesheet" href="../assets/font-awesome/css/font-awesome.css"> <!--[if lt IE 9]> <script src="../assets/js/html5shiv.js"></script> <script src="../assets/js/respond.min.js"></script> <![endif]--> <script src="https://use.fonticons.com/ffe176a3.js"></script> <script> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-30136587-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.src = 'https://www.google-analytics.com/ga.js'; var s = document.scripts[0]; s.parentNode.insertBefore(ga, s); })(); </script> </head> <body class="font-awesome "> <script> (function(){ var bsa = document.createElement('script'); bsa.src = 'https://s3.buysellads.com/ac/bsa.js'; var s = document.scripts[0]; s.parentNode.insertBefore(bsa, s); })(); </script> <div id="wrap"> <!-- necessary for sticky footer. wrap all content except footer --> <div class="collapse hidden-print" id="banner"> <div class="container"> <div class="message-container"> <div class="tagline"> <span id="rotating-message"></span> </div> <div class="action"> <a id="rotating-url" class="btn btn-primary btn-block" href=""></a> </div> </div> </div> </div> <div class="navbar navbar-org navbar-static-top"> <div class="container"> <ul class="nav navbar-nav navbar-right"> <li> <a href="http://fortawesome.com/start?utm_source=font_awesome_navbar&utm_medium=display&utm_content=font_awesome_navbar&utm_campaign=promo_4.6_update" data-toggle="tooltip" data-container="body" data-placement="bottom" data-html="true" title="Take your front end game<br>to the next level!"> <i class="fa fa-fort-awesome fa-lg valign-baseline"></i>&nbsp; Fort Awesome </a> </li> <li> <a href="http://symbolset.com/?utm_source=font_awesome_navbar&utm_medium=display&utm_content=font_awesome_navbar&utm_campaign=promo_4.6_update" data-toggle="tooltip" data-container="body" data-placement="bottom" data-html="true" title="Get the perfect icon set!"> <i class="fas fas-heart-ss"></i>&nbsp; Symbolset </a> </li> <li class="active"> <a href="http://fontawesome.io/?utm_source=font_awesome_navbar&utm_medium=display&utm_content=font_awesome_navbar&utm_campaign=promo_4.6_update" data-toggle="tooltip" data-container="body" data-placement="bottom" data-html="true" title="The iconic font<br>&amp; CSS toolkit"> <i class="fa fa-font-awesome"></i>&nbsp; Font Awesome</a> </li> </ul> <div class="navbar-text navbar-right hide-xs">Build and serve a faster front end!</div> </div> </div> <div class="navbar navbar-inverse navbar-static-top hidden-print"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> <i class="fa fa-bars fa-lg" aria-hidden="true" title="Toggle navigation"></i> <span class="sr-only">Toggle navigation</span> </button> <a class="navbar-brand" href="../"><i class="fa fa-font-awesome" aria-hidden="true"></i> Font Awesome</a> </div> <div class="navbar-collapse collapse"> <ul class="nav navbar-nav"> <li class="hidden-sm "><a href="../">Home</a></li> <li class="hidden-sm"> <a href="../whats-new/">What's New</a> </li> <li class="hidden-xs hidden-md hidden-lg"> <a href="../whats-new/">New</a> </li> <li class="hidden-sm"><a href="../get-started/">Get Started</a></li> <li class="hidden-xs hidden-md hidden-lg"> <a href="../get-started/">Start</a> </li> <li class="dropdown-split-left"><a href="../icons/">Icons</a></li> <li class="dropdown dropdown-split-right hidden-xs"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <i class="fa fa-caret-down" aria-hidden="true" title="Toggle dropdown menu"></i> <span class="sr-only">Toggle dropdown menu</span> <span class="toggle drop down"></span> </a> <ul class="dropdown-menu pull-right"> <li><a href="../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i>&nbsp; All Icons</a></li> <li class="divider"></li> <li><a href="../icons/#new"><i class="fa fa-wheelchair-alt fa-fw" aria-hidden="true"></i>&nbsp; New Icons in 4.6</a></li> <li><a href="../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i>&nbsp; Web Application Icons</a></li> <li><a href="../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i>&nbsp; Accessibility Icons</a></li> <li><a href="../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i>&nbsp; Hand Icons</a></li> <li><a href="../icons/#transportation"><i class="fa fa-ship fa-fw" aria-hidden="true"></i>&nbsp; Transportation Icons</a></li> <li><a href="../icons/#gender"><i class="fa fa-venus fa-fw" aria-hidden="true"></i>&nbsp; Gender Icons</a></li> <li><a href="../icons/#file-type"><i class="fa fa-file-image-o fa-fw" aria-hidden="true"></i>&nbsp; File Type Icons</a></li> <li><a href="../icons/#spinner"><i class="fa fa-spinner fa-fw" aria-hidden="true"></i>&nbsp; Spinner Icons</a></li> <li><a href="../icons/#form-control"><i class="fa fa-check-square fa-fw" aria-hidden="true"></i>&nbsp; Form Control Icons</a></li> <li><a href="../icons/#payment"><i class="fa fa-credit-card fa-fw" aria-hidden="true"></i>&nbsp; Payment Icons</a></li> <li><a href="../icons/#chart"><i class="fa fa-pie-chart fa-fw" aria-hidden="true"></i>&nbsp; Chart Icons</a></li> <li><a href="../icons/#currency"><i class="fa fa-won fa-fw" aria-hidden="true"></i>&nbsp; Currency Icons</a></li> <li><a href="../icons/#text-editor"><i class="fa fa-file-text-o fa-fw" aria-hidden="true"></i>&nbsp; Text Editor Icons</a></li> <li><a href="../icons/#directional"><i class="fa fa-arrow-right fa-fw" aria-hidden="true"></i>&nbsp; Directional Icons</a></li> <li><a href="../icons/#video-player"><i class="fa fa-play-circle fa-fw" aria-hidden="true"></i>&nbsp; Video Player Icons</a></li> <li><a href="../icons/#brand"><i class="fa fa-facebook-official fa-fw" aria-hidden="true"></i>&nbsp; Brand Icons</a></li> <li><a href="../icons/#medical"><i class="fa fa-medkit fa-fw" aria-hidden="true"></i>&nbsp; Medical Icons</a></li> </ul> </li> <li class="dropdown-split-left"><a href="../examples/">Examples</a></li> <li class="dropdown dropdown-split-right hidden-xs"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <i class="fa fa-caret-down" aria-hidden="true" title="Toggle dropdown menu"></i> <span class="sr-only">Toggle dropdown menu</span> <span class="toggle drop down"></span> </a> <ul class="dropdown-menu pull-right"> <li><a href="../examples/">Examples</a></li> <li class="divider"></li> <li><a href="../examples/#basic">Basic Icons</a></li> <li><a href="../examples/#larger">Larger Icons</a></li> <li><a href="../examples/#fixed-width">Fixed Width Icons</a></li> <li><a href="../examples/#list">List Icons</a></li> <li><a href="../examples/#bordered-pulled">Bordered & Pulled Icons</a></li> <li><a href="../examples/#animated">Animated Icons</a></li> <li><a href="../examples/#accessible">Accessibility-Minded</a></li> <li><a href="../examples/#rotated-flipped">Rotated &amp; Flipped Icons</a></li> <li><a href="../examples/#stacked">Stacked Icons</a></li> <li><a href="../examples/#bootstrap">Bootstrap 3 Examples</a></li> <li><a href="../examples/#custom">Custom CSS</a></li> </ul> </li> <li class="hidden-sm"><a href="../accessibility/">Accessibility</a></li> <li class="hidden-xs hidden-md hidden-lg"><a href="../accessibility/"><i class="fa fa-universal-access"></i></a></li> <li><a href="../community/">Community</a></li> <li><a href="../license/">License</a></li> <li class="hidden-sm hidden-xs"><a href="http://articles.fortawesome.com">Blog</a></li> </ul> <ul class="nav navbar-nav navbar-right"> <li><a href="../store/"><i class="fa fa-shopping-cart margin-right-sm hidden-sm hidden-md"></i>Store</a></li> </ul> </div> </div> </div> <div class="jumbotron jumbotron-ad hidden-print"> <div class="container"> <h1><i class="fa fa-list-ul" aria-hidden="true"></i>&nbsp; Cheatsheet</h1> <p>The complete Font Awesome 4.6.3 icon reference</p> </div> </div> <div id="social-buttons" class="hidden-print"> <div class="container"> <form id="newsletter" method="post" action="https://formkeep.com/f/ba101f5b69f0"> <div class="row"> <div class="col-md-4 col-md-offset-2 col-sm-6"> <div class="form-group margin-bottom"> <input name="email" type="email" class="form-control" id="email" placeholder="Enter your email address&hellip;" required> </div> </div> <div class="col-md-4 col-sm-6"> <button type="submit" class="btn btn-success btn-block margin-bottom-lg" data-toggle="popover" data-trigger="hover" data-placement="top" title="Stay up to date with the Awesome" data-content="We'll send you updates on new Font Awesome releases, icons, and other stuff that we're working on. We won't spam you. Scout's honor."> Subscribe to Font Awesome Updates&nbsp;&nbsp;<i class="fa fa-envelope" aria-hidden="true"></i> </button> </div> </div> </form> <ul class="list-inline"> <li> <iframe class="github-btn" src="https://ghbtns.com/github-btn.html?user=FortAwesome&repo=Font-Awesome&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100px" height="20px"></iframe> </li> <li> <iframe class="github-btn" src="https://ghbtns.com/github-btn.html?user=FortAwesome&repo=Font-Awesome&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="102px" height="20px"></iframe> </li> <li class="follow-btn"> <a href="https://twitter.com/fontawesome" class="twitter-follow-button" data-link-color="#0069D6" data-show-count="true">Follow @fontawesome</a> </li> <li class="tweet-btn hidden-phone"> <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://fontawesome.io" data-text="Font Awesome, the iconic font and CSS framework" data-counturl="http://fortawesome.github.com/Font-Awesome/" data-count="horizontal" data-via="fontawesome" data-related="davegandy:Creator of Font Awesome">Tweet</a> </li> </ul> </div> </div> <div class="container"> <section class="hidden-print"> <div class="stripe-ad"> <script src="https://cdn.fusionads.net/fusion.js?zoneid=1332&amp;serve=C6SDP2Y&amp;placement=fontawesome" id="_fusionads_js"></script> <p class="lead"> Print this page to PDF for the complete set of vectors. Or to use on the desktop, install FontAwesome.otf, set it as the font in your application, and copy and paste the icons (not the unicode) directly from this page into your designs. </p> </div> </section> <h2 class="page-header">Every Font Awesome 4.6.3 Icon, CSS Class, &amp; Unicode</h2> <div class="row"> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use 500px">&#xf26e</i> fa-500px <span class="text-muted">[&amp;#xf26e;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use adjust">&#xf042</i> fa-adjust <span class="text-muted">[&amp;#xf042;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use adn">&#xf170</i> fa-adn <span class="text-muted">[&amp;#xf170;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use align-center">&#xf037</i> fa-align-center <span class="text-muted">[&amp;#xf037;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use align-justify">&#xf039</i> fa-align-justify <span class="text-muted">[&amp;#xf039;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use align-left">&#xf036</i> fa-align-left <span class="text-muted">[&amp;#xf036;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use align-right">&#xf038</i> fa-align-right <span class="text-muted">[&amp;#xf038;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use amazon">&#xf270</i> fa-amazon <span class="text-muted">[&amp;#xf270;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use ambulance">&#xf0f9</i> fa-ambulance <span class="text-muted">[&amp;#xf0f9;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.6</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use american-sign-language-interpreting">&#xf2a3</i> fa-american-sign-language-interpreting <span class="text-muted">[&amp;#xf2a3;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use anchor">&#xf13d</i> fa-anchor <span class="text-muted">[&amp;#xf13d;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use android">&#xf17b</i> fa-android <span class="text-muted">[&amp;#xf17b;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.2</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use angellist">&#xf209</i> fa-angellist <span class="text-muted">[&amp;#xf209;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use angle-double-down">&#xf103</i> fa-angle-double-down <span class="text-muted">[&amp;#xf103;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use angle-double-left">&#xf100</i> fa-angle-double-left <span class="text-muted">[&amp;#xf100;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use angle-double-right">&#xf101</i> fa-angle-double-right <span class="text-muted">[&amp;#xf101;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use angle-double-up">&#xf102</i> fa-angle-double-up <span class="text-muted">[&amp;#xf102;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use angle-down">&#xf107</i> fa-angle-down <span class="text-muted">[&amp;#xf107;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use angle-left">&#xf104</i> fa-angle-left <span class="text-muted">[&amp;#xf104;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use angle-right">&#xf105</i> fa-angle-right <span class="text-muted">[&amp;#xf105;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use angle-up">&#xf106</i> fa-angle-up <span class="text-muted">[&amp;#xf106;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use apple">&#xf179</i> fa-apple <span class="text-muted">[&amp;#xf179;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use archive">&#xf187</i> fa-archive <span class="text-muted">[&amp;#xf187;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.2</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use area-chart">&#xf1fe</i> fa-area-chart <span class="text-muted">[&amp;#xf1fe;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use arrow-circle-down">&#xf0ab</i> fa-arrow-circle-down <span class="text-muted">[&amp;#xf0ab;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use arrow-circle-left">&#xf0a8</i> fa-arrow-circle-left <span class="text-muted">[&amp;#xf0a8;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use arrow-circle-o-down">&#xf01a</i> fa-arrow-circle-o-down <span class="text-muted">[&amp;#xf01a;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.0</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use arrow-circle-o-left">&#xf190</i> fa-arrow-circle-o-left <span class="text-muted">[&amp;#xf190;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.0</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use arrow-circle-o-right">&#xf18e</i> fa-arrow-circle-o-right <span class="text-muted">[&amp;#xf18e;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use arrow-circle-o-up">&#xf01b</i> fa-arrow-circle-o-up <span class="text-muted">[&amp;#xf01b;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use arrow-circle-right">&#xf0a9</i> fa-arrow-circle-right <span class="text-muted">[&amp;#xf0a9;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use arrow-circle-up">&#xf0aa</i> fa-arrow-circle-up <span class="text-muted">[&amp;#xf0aa;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use arrow-down">&#xf063</i> fa-arrow-down <span class="text-muted">[&amp;#xf063;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use arrow-left">&#xf060</i> fa-arrow-left <span class="text-muted">[&amp;#xf060;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use arrow-right">&#xf061</i> fa-arrow-right <span class="text-muted">[&amp;#xf061;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use arrow-up">&#xf062</i> fa-arrow-up <span class="text-muted">[&amp;#xf062;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use arrows">&#xf047</i> fa-arrows <span class="text-muted">[&amp;#xf047;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use arrows-alt">&#xf0b2</i> fa-arrows-alt <span class="text-muted">[&amp;#xf0b2;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use arrows-h">&#xf07e</i> fa-arrows-h <span class="text-muted">[&amp;#xf07e;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use arrows-v">&#xf07d</i> fa-arrows-v <span class="text-muted">[&amp;#xf07d;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.6</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use asl-interpreting">&#xf2a3</i> fa-asl-interpreting <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf2a3;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.6</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use assistive-listening-systems">&#xf2a2</i> fa-assistive-listening-systems <span class="text-muted">[&amp;#xf2a2;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use asterisk">&#xf069</i> fa-asterisk <span class="text-muted">[&amp;#xf069;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.2</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use at">&#xf1fa</i> fa-at <span class="text-muted">[&amp;#xf1fa;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.6</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use audio-description">&#xf29e</i> fa-audio-description <span class="text-muted">[&amp;#xf29e;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use automobile">&#xf1b9</i> fa-automobile <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf1b9;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use backward">&#xf04a</i> fa-backward <span class="text-muted">[&amp;#xf04a;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use balance-scale">&#xf24e</i> fa-balance-scale <span class="text-muted">[&amp;#xf24e;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use ban">&#xf05e</i> fa-ban <span class="text-muted">[&amp;#xf05e;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use bank">&#xf19c</i> fa-bank <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf19c;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use bar-chart">&#xf080</i> fa-bar-chart <span class="text-muted">[&amp;#xf080;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use bar-chart-o">&#xf080</i> fa-bar-chart-o <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf080;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use barcode">&#xf02a</i> fa-barcode <span class="text-muted">[&amp;#xf02a;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use bars">&#xf0c9</i> fa-bars <span class="text-muted">[&amp;#xf0c9;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use battery-0">&#xf244</i> fa-battery-0 <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf244;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use battery-1">&#xf243</i> fa-battery-1 <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf243;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use battery-2">&#xf242</i> fa-battery-2 <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf242;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use battery-3">&#xf241</i> fa-battery-3 <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf241;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use battery-4">&#xf240</i> fa-battery-4 <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf240;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use battery-empty">&#xf244</i> fa-battery-empty <span class="text-muted">[&amp;#xf244;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use battery-full">&#xf240</i> fa-battery-full <span class="text-muted">[&amp;#xf240;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use battery-half">&#xf242</i> fa-battery-half <span class="text-muted">[&amp;#xf242;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use battery-quarter">&#xf243</i> fa-battery-quarter <span class="text-muted">[&amp;#xf243;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use battery-three-quarters">&#xf241</i> fa-battery-three-quarters <span class="text-muted">[&amp;#xf241;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.3</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use bed">&#xf236</i> fa-bed <span class="text-muted">[&amp;#xf236;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use beer">&#xf0fc</i> fa-beer <span class="text-muted">[&amp;#xf0fc;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use behance">&#xf1b4</i> fa-behance <span class="text-muted">[&amp;#xf1b4;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use behance-square">&#xf1b5</i> fa-behance-square <span class="text-muted">[&amp;#xf1b5;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use bell">&#xf0f3</i> fa-bell <span class="text-muted">[&amp;#xf0f3;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use bell-o">&#xf0a2</i> fa-bell-o <span class="text-muted">[&amp;#xf0a2;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.2</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use bell-slash">&#xf1f6</i> fa-bell-slash <span class="text-muted">[&amp;#xf1f6;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.2</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use bell-slash-o">&#xf1f7</i> fa-bell-slash-o <span class="text-muted">[&amp;#xf1f7;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.2</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use bicycle">&#xf206</i> fa-bicycle <span class="text-muted">[&amp;#xf206;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.2</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use binoculars">&#xf1e5</i> fa-binoculars <span class="text-muted">[&amp;#xf1e5;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.2</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use birthday-cake">&#xf1fd</i> fa-birthday-cake <span class="text-muted">[&amp;#xf1fd;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use bitbucket">&#xf171</i> fa-bitbucket <span class="text-muted">[&amp;#xf171;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use bitbucket-square">&#xf172</i> fa-bitbucket-square <span class="text-muted">[&amp;#xf172;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use bitcoin">&#xf15a</i> fa-bitcoin <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf15a;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use black-tie">&#xf27e</i> fa-black-tie <span class="text-muted">[&amp;#xf27e;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.6</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use blind">&#xf29d</i> fa-blind <span class="text-muted">[&amp;#xf29d;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.5</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use bluetooth">&#xf293</i> fa-bluetooth <span class="text-muted">[&amp;#xf293;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.5</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use bluetooth-b">&#xf294</i> fa-bluetooth-b <span class="text-muted">[&amp;#xf294;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use bold">&#xf032</i> fa-bold <span class="text-muted">[&amp;#xf032;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use bolt">&#xf0e7</i> fa-bolt <span class="text-muted">[&amp;#xf0e7;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use bomb">&#xf1e2</i> fa-bomb <span class="text-muted">[&amp;#xf1e2;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use book">&#xf02d</i> fa-book <span class="text-muted">[&amp;#xf02d;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use bookmark">&#xf02e</i> fa-bookmark <span class="text-muted">[&amp;#xf02e;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use bookmark-o">&#xf097</i> fa-bookmark-o <span class="text-muted">[&amp;#xf097;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.6</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use braille">&#xf2a1</i> fa-braille <span class="text-muted">[&amp;#xf2a1;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use briefcase">&#xf0b1</i> fa-briefcase <span class="text-muted">[&amp;#xf0b1;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use btc">&#xf15a</i> fa-btc <span class="text-muted">[&amp;#xf15a;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use bug">&#xf188</i> fa-bug <span class="text-muted">[&amp;#xf188;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use building">&#xf1ad</i> fa-building <span class="text-muted">[&amp;#xf1ad;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use building-o">&#xf0f7</i> fa-building-o <span class="text-muted">[&amp;#xf0f7;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use bullhorn">&#xf0a1</i> fa-bullhorn <span class="text-muted">[&amp;#xf0a1;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use bullseye">&#xf140</i> fa-bullseye <span class="text-muted">[&amp;#xf140;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.2</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use bus">&#xf207</i> fa-bus <span class="text-muted">[&amp;#xf207;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.3</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use buysellads">&#xf20d</i> fa-buysellads <span class="text-muted">[&amp;#xf20d;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use cab">&#xf1ba</i> fa-cab <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf1ba;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.2</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use calculator">&#xf1ec</i> fa-calculator <span class="text-muted">[&amp;#xf1ec;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use calendar">&#xf073</i> fa-calendar <span class="text-muted">[&amp;#xf073;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use calendar-check-o">&#xf274</i> fa-calendar-check-o <span class="text-muted">[&amp;#xf274;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use calendar-minus-o">&#xf272</i> fa-calendar-minus-o <span class="text-muted">[&amp;#xf272;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use calendar-o">&#xf133</i> fa-calendar-o <span class="text-muted">[&amp;#xf133;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use calendar-plus-o">&#xf271</i> fa-calendar-plus-o <span class="text-muted">[&amp;#xf271;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use calendar-times-o">&#xf273</i> fa-calendar-times-o <span class="text-muted">[&amp;#xf273;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use camera">&#xf030</i> fa-camera <span class="text-muted">[&amp;#xf030;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use camera-retro">&#xf083</i> fa-camera-retro <span class="text-muted">[&amp;#xf083;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use car">&#xf1b9</i> fa-car <span class="text-muted">[&amp;#xf1b9;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use caret-down">&#xf0d7</i> fa-caret-down <span class="text-muted">[&amp;#xf0d7;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use caret-left">&#xf0d9</i> fa-caret-left <span class="text-muted">[&amp;#xf0d9;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use caret-right">&#xf0da</i> fa-caret-right <span class="text-muted">[&amp;#xf0da;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use caret-square-o-down">&#xf150</i> fa-caret-square-o-down <span class="text-muted">[&amp;#xf150;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.0</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use caret-square-o-left">&#xf191</i> fa-caret-square-o-left <span class="text-muted">[&amp;#xf191;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use caret-square-o-right">&#xf152</i> fa-caret-square-o-right <span class="text-muted">[&amp;#xf152;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use caret-square-o-up">&#xf151</i> fa-caret-square-o-up <span class="text-muted">[&amp;#xf151;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use caret-up">&#xf0d8</i> fa-caret-up <span class="text-muted">[&amp;#xf0d8;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.3</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use cart-arrow-down">&#xf218</i> fa-cart-arrow-down <span class="text-muted">[&amp;#xf218;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.3</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use cart-plus">&#xf217</i> fa-cart-plus <span class="text-muted">[&amp;#xf217;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.2</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use cc">&#xf20a</i> fa-cc <span class="text-muted">[&amp;#xf20a;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.2</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use cc-amex">&#xf1f3</i> fa-cc-amex <span class="text-muted">[&amp;#xf1f3;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use cc-diners-club">&#xf24c</i> fa-cc-diners-club <span class="text-muted">[&amp;#xf24c;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.2</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use cc-discover">&#xf1f2</i> fa-cc-discover <span class="text-muted">[&amp;#xf1f2;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use cc-jcb">&#xf24b</i> fa-cc-jcb <span class="text-muted">[&amp;#xf24b;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.2</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use cc-mastercard">&#xf1f1</i> fa-cc-mastercard <span class="text-muted">[&amp;#xf1f1;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.2</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use cc-paypal">&#xf1f4</i> fa-cc-paypal <span class="text-muted">[&amp;#xf1f4;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.2</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use cc-stripe">&#xf1f5</i> fa-cc-stripe <span class="text-muted">[&amp;#xf1f5;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.2</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use cc-visa">&#xf1f0</i> fa-cc-visa <span class="text-muted">[&amp;#xf1f0;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use certificate">&#xf0a3</i> fa-certificate <span class="text-muted">[&amp;#xf0a3;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use chain">&#xf0c1</i> fa-chain <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf0c1;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use chain-broken">&#xf127</i> fa-chain-broken <span class="text-muted">[&amp;#xf127;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use check">&#xf00c</i> fa-check <span class="text-muted">[&amp;#xf00c;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use check-circle">&#xf058</i> fa-check-circle <span class="text-muted">[&amp;#xf058;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use check-circle-o">&#xf05d</i> fa-check-circle-o <span class="text-muted">[&amp;#xf05d;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use check-square">&#xf14a</i> fa-check-square <span class="text-muted">[&amp;#xf14a;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use check-square-o">&#xf046</i> fa-check-square-o <span class="text-muted">[&amp;#xf046;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use chevron-circle-down">&#xf13a</i> fa-chevron-circle-down <span class="text-muted">[&amp;#xf13a;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use chevron-circle-left">&#xf137</i> fa-chevron-circle-left <span class="text-muted">[&amp;#xf137;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use chevron-circle-right">&#xf138</i> fa-chevron-circle-right <span class="text-muted">[&amp;#xf138;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use chevron-circle-up">&#xf139</i> fa-chevron-circle-up <span class="text-muted">[&amp;#xf139;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use chevron-down">&#xf078</i> fa-chevron-down <span class="text-muted">[&amp;#xf078;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use chevron-left">&#xf053</i> fa-chevron-left <span class="text-muted">[&amp;#xf053;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use chevron-right">&#xf054</i> fa-chevron-right <span class="text-muted">[&amp;#xf054;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use chevron-up">&#xf077</i> fa-chevron-up <span class="text-muted">[&amp;#xf077;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use child">&#xf1ae</i> fa-child <span class="text-muted">[&amp;#xf1ae;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use chrome">&#xf268</i> fa-chrome <span class="text-muted">[&amp;#xf268;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use circle">&#xf111</i> fa-circle <span class="text-muted">[&amp;#xf111;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use circle-o">&#xf10c</i> fa-circle-o <span class="text-muted">[&amp;#xf10c;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use circle-o-notch">&#xf1ce</i> fa-circle-o-notch <span class="text-muted">[&amp;#xf1ce;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use circle-thin">&#xf1db</i> fa-circle-thin <span class="text-muted">[&amp;#xf1db;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use clipboard">&#xf0ea</i> fa-clipboard <span class="text-muted">[&amp;#xf0ea;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use clock-o">&#xf017</i> fa-clock-o <span class="text-muted">[&amp;#xf017;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use clone">&#xf24d</i> fa-clone <span class="text-muted">[&amp;#xf24d;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use close">&#xf00d</i> fa-close <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf00d;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use cloud">&#xf0c2</i> fa-cloud <span class="text-muted">[&amp;#xf0c2;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use cloud-download">&#xf0ed</i> fa-cloud-download <span class="text-muted">[&amp;#xf0ed;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use cloud-upload">&#xf0ee</i> fa-cloud-upload <span class="text-muted">[&amp;#xf0ee;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use cny">&#xf157</i> fa-cny <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf157;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use code">&#xf121</i> fa-code <span class="text-muted">[&amp;#xf121;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use code-fork">&#xf126</i> fa-code-fork <span class="text-muted">[&amp;#xf126;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use codepen">&#xf1cb</i> fa-codepen <span class="text-muted">[&amp;#xf1cb;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.5</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use codiepie">&#xf284</i> fa-codiepie <span class="text-muted">[&amp;#xf284;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use coffee">&#xf0f4</i> fa-coffee <span class="text-muted">[&amp;#xf0f4;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use cog">&#xf013</i> fa-cog <span class="text-muted">[&amp;#xf013;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use cogs">&#xf085</i> fa-cogs <span class="text-muted">[&amp;#xf085;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use columns">&#xf0db</i> fa-columns <span class="text-muted">[&amp;#xf0db;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use comment">&#xf075</i> fa-comment <span class="text-muted">[&amp;#xf075;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use comment-o">&#xf0e5</i> fa-comment-o <span class="text-muted">[&amp;#xf0e5;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use commenting">&#xf27a</i> fa-commenting <span class="text-muted">[&amp;#xf27a;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use commenting-o">&#xf27b</i> fa-commenting-o <span class="text-muted">[&amp;#xf27b;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use comments">&#xf086</i> fa-comments <span class="text-muted">[&amp;#xf086;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use comments-o">&#xf0e6</i> fa-comments-o <span class="text-muted">[&amp;#xf0e6;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use compass">&#xf14e</i> fa-compass <span class="text-muted">[&amp;#xf14e;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use compress">&#xf066</i> fa-compress <span class="text-muted">[&amp;#xf066;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.3</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use connectdevelop">&#xf20e</i> fa-connectdevelop <span class="text-muted">[&amp;#xf20e;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use contao">&#xf26d</i> fa-contao <span class="text-muted">[&amp;#xf26d;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use copy">&#xf0c5</i> fa-copy <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf0c5;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.2</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use copyright">&#xf1f9</i> fa-copyright <span class="text-muted">[&amp;#xf1f9;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use creative-commons">&#xf25e</i> fa-creative-commons <span class="text-muted">[&amp;#xf25e;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use credit-card">&#xf09d</i> fa-credit-card <span class="text-muted">[&amp;#xf09d;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.5</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use credit-card-alt">&#xf283</i> fa-credit-card-alt <span class="text-muted">[&amp;#xf283;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use crop">&#xf125</i> fa-crop <span class="text-muted">[&amp;#xf125;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use crosshairs">&#xf05b</i> fa-crosshairs <span class="text-muted">[&amp;#xf05b;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use css3">&#xf13c</i> fa-css3 <span class="text-muted">[&amp;#xf13c;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use cube">&#xf1b2</i> fa-cube <span class="text-muted">[&amp;#xf1b2;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use cubes">&#xf1b3</i> fa-cubes <span class="text-muted">[&amp;#xf1b3;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use cut">&#xf0c4</i> fa-cut <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf0c4;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use cutlery">&#xf0f5</i> fa-cutlery <span class="text-muted">[&amp;#xf0f5;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use dashboard">&#xf0e4</i> fa-dashboard <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf0e4;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.3</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use dashcube">&#xf210</i> fa-dashcube <span class="text-muted">[&amp;#xf210;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use database">&#xf1c0</i> fa-database <span class="text-muted">[&amp;#xf1c0;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.6</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use deaf">&#xf2a4</i> fa-deaf <span class="text-muted">[&amp;#xf2a4;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.6</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use deafness">&#xf2a4</i> fa-deafness <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf2a4;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use dedent">&#xf03b</i> fa-dedent <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf03b;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use delicious">&#xf1a5</i> fa-delicious <span class="text-muted">[&amp;#xf1a5;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use desktop">&#xf108</i> fa-desktop <span class="text-muted">[&amp;#xf108;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use deviantart">&#xf1bd</i> fa-deviantart <span class="text-muted">[&amp;#xf1bd;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.3</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use diamond">&#xf219</i> fa-diamond <span class="text-muted">[&amp;#xf219;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use digg">&#xf1a6</i> fa-digg <span class="text-muted">[&amp;#xf1a6;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use dollar">&#xf155</i> fa-dollar <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf155;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.0</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use dot-circle-o">&#xf192</i> fa-dot-circle-o <span class="text-muted">[&amp;#xf192;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use download">&#xf019</i> fa-download <span class="text-muted">[&amp;#xf019;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use dribbble">&#xf17d</i> fa-dribbble <span class="text-muted">[&amp;#xf17d;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use dropbox">&#xf16b</i> fa-dropbox <span class="text-muted">[&amp;#xf16b;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use drupal">&#xf1a9</i> fa-drupal <span class="text-muted">[&amp;#xf1a9;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.5</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use edge">&#xf282</i> fa-edge <span class="text-muted">[&amp;#xf282;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use edit">&#xf044</i> fa-edit <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf044;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use eject">&#xf052</i> fa-eject <span class="text-muted">[&amp;#xf052;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use ellipsis-h">&#xf141</i> fa-ellipsis-h <span class="text-muted">[&amp;#xf141;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use ellipsis-v">&#xf142</i> fa-ellipsis-v <span class="text-muted">[&amp;#xf142;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use empire">&#xf1d1</i> fa-empire <span class="text-muted">[&amp;#xf1d1;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use envelope">&#xf0e0</i> fa-envelope <span class="text-muted">[&amp;#xf0e0;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use envelope-o">&#xf003</i> fa-envelope-o <span class="text-muted">[&amp;#xf003;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use envelope-square">&#xf199</i> fa-envelope-square <span class="text-muted">[&amp;#xf199;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.6</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use envira">&#xf299</i> fa-envira <span class="text-muted">[&amp;#xf299;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use eraser">&#xf12d</i> fa-eraser <span class="text-muted">[&amp;#xf12d;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use eur">&#xf153</i> fa-eur <span class="text-muted">[&amp;#xf153;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use euro">&#xf153</i> fa-euro <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf153;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use exchange">&#xf0ec</i> fa-exchange <span class="text-muted">[&amp;#xf0ec;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use exclamation">&#xf12a</i> fa-exclamation <span class="text-muted">[&amp;#xf12a;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use exclamation-circle">&#xf06a</i> fa-exclamation-circle <span class="text-muted">[&amp;#xf06a;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use exclamation-triangle">&#xf071</i> fa-exclamation-triangle <span class="text-muted">[&amp;#xf071;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use expand">&#xf065</i> fa-expand <span class="text-muted">[&amp;#xf065;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use expeditedssl">&#xf23e</i> fa-expeditedssl <span class="text-muted">[&amp;#xf23e;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use external-link">&#xf08e</i> fa-external-link <span class="text-muted">[&amp;#xf08e;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use external-link-square">&#xf14c</i> fa-external-link-square <span class="text-muted">[&amp;#xf14c;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use eye">&#xf06e</i> fa-eye <span class="text-muted">[&amp;#xf06e;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use eye-slash">&#xf070</i> fa-eye-slash <span class="text-muted">[&amp;#xf070;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.2</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use eyedropper">&#xf1fb</i> fa-eyedropper <span class="text-muted">[&amp;#xf1fb;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.6</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use fa">&#xf2b4</i> fa-fa <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf2b4;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use facebook">&#xf09a</i> fa-facebook <span class="text-muted">[&amp;#xf09a;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use facebook-f">&#xf09a</i> fa-facebook-f <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf09a;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.3</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use facebook-official">&#xf230</i> fa-facebook-official <span class="text-muted">[&amp;#xf230;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use facebook-square">&#xf082</i> fa-facebook-square <span class="text-muted">[&amp;#xf082;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use fast-backward">&#xf049</i> fa-fast-backward <span class="text-muted">[&amp;#xf049;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use fast-forward">&#xf050</i> fa-fast-forward <span class="text-muted">[&amp;#xf050;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use fax">&#xf1ac</i> fa-fax <span class="text-muted">[&amp;#xf1ac;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use feed">&#xf09e</i> fa-feed <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf09e;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use female">&#xf182</i> fa-female <span class="text-muted">[&amp;#xf182;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use fighter-jet">&#xf0fb</i> fa-fighter-jet <span class="text-muted">[&amp;#xf0fb;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use file">&#xf15b</i> fa-file <span class="text-muted">[&amp;#xf15b;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use file-archive-o">&#xf1c6</i> fa-file-archive-o <span class="text-muted">[&amp;#xf1c6;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use file-audio-o">&#xf1c7</i> fa-file-audio-o <span class="text-muted">[&amp;#xf1c7;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use file-code-o">&#xf1c9</i> fa-file-code-o <span class="text-muted">[&amp;#xf1c9;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use file-excel-o">&#xf1c3</i> fa-file-excel-o <span class="text-muted">[&amp;#xf1c3;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use file-image-o">&#xf1c5</i> fa-file-image-o <span class="text-muted">[&amp;#xf1c5;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use file-movie-o">&#xf1c8</i> fa-file-movie-o <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf1c8;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use file-o">&#xf016</i> fa-file-o <span class="text-muted">[&amp;#xf016;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use file-pdf-o">&#xf1c1</i> fa-file-pdf-o <span class="text-muted">[&amp;#xf1c1;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use file-photo-o">&#xf1c5</i> fa-file-photo-o <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf1c5;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use file-picture-o">&#xf1c5</i> fa-file-picture-o <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf1c5;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use file-powerpoint-o">&#xf1c4</i> fa-file-powerpoint-o <span class="text-muted">[&amp;#xf1c4;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use file-sound-o">&#xf1c7</i> fa-file-sound-o <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf1c7;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use file-text">&#xf15c</i> fa-file-text <span class="text-muted">[&amp;#xf15c;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use file-text-o">&#xf0f6</i> fa-file-text-o <span class="text-muted">[&amp;#xf0f6;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use file-video-o">&#xf1c8</i> fa-file-video-o <span class="text-muted">[&amp;#xf1c8;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use file-word-o">&#xf1c2</i> fa-file-word-o <span class="text-muted">[&amp;#xf1c2;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use file-zip-o">&#xf1c6</i> fa-file-zip-o <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf1c6;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use files-o">&#xf0c5</i> fa-files-o <span class="text-muted">[&amp;#xf0c5;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use film">&#xf008</i> fa-film <span class="text-muted">[&amp;#xf008;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use filter">&#xf0b0</i> fa-filter <span class="text-muted">[&amp;#xf0b0;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use fire">&#xf06d</i> fa-fire <span class="text-muted">[&amp;#xf06d;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use fire-extinguisher">&#xf134</i> fa-fire-extinguisher <span class="text-muted">[&amp;#xf134;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use firefox">&#xf269</i> fa-firefox <span class="text-muted">[&amp;#xf269;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.6</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use first-order">&#xf2b0</i> fa-first-order <span class="text-muted">[&amp;#xf2b0;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use flag">&#xf024</i> fa-flag <span class="text-muted">[&amp;#xf024;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use flag-checkered">&#xf11e</i> fa-flag-checkered <span class="text-muted">[&amp;#xf11e;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use flag-o">&#xf11d</i> fa-flag-o <span class="text-muted">[&amp;#xf11d;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use flash">&#xf0e7</i> fa-flash <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf0e7;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use flask">&#xf0c3</i> fa-flask <span class="text-muted">[&amp;#xf0c3;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use flickr">&#xf16e</i> fa-flickr <span class="text-muted">[&amp;#xf16e;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use floppy-o">&#xf0c7</i> fa-floppy-o <span class="text-muted">[&amp;#xf0c7;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use folder">&#xf07b</i> fa-folder <span class="text-muted">[&amp;#xf07b;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use folder-o">&#xf114</i> fa-folder-o <span class="text-muted">[&amp;#xf114;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use folder-open">&#xf07c</i> fa-folder-open <span class="text-muted">[&amp;#xf07c;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use folder-open-o">&#xf115</i> fa-folder-open-o <span class="text-muted">[&amp;#xf115;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use font">&#xf031</i> fa-font <span class="text-muted">[&amp;#xf031;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.6</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use font-awesome">&#xf2b4</i> fa-font-awesome <span class="text-muted">[&amp;#xf2b4;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use fonticons">&#xf280</i> fa-fonticons <span class="text-muted">[&amp;#xf280;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.5</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use fort-awesome">&#xf286</i> fa-fort-awesome <span class="text-muted">[&amp;#xf286;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.3</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use forumbee">&#xf211</i> fa-forumbee <span class="text-muted">[&amp;#xf211;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use forward">&#xf04e</i> fa-forward <span class="text-muted">[&amp;#xf04e;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use foursquare">&#xf180</i> fa-foursquare <span class="text-muted">[&amp;#xf180;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use frown-o">&#xf119</i> fa-frown-o <span class="text-muted">[&amp;#xf119;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.2</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use futbol-o">&#xf1e3</i> fa-futbol-o <span class="text-muted">[&amp;#xf1e3;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use gamepad">&#xf11b</i> fa-gamepad <span class="text-muted">[&amp;#xf11b;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use gavel">&#xf0e3</i> fa-gavel <span class="text-muted">[&amp;#xf0e3;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use gbp">&#xf154</i> fa-gbp <span class="text-muted">[&amp;#xf154;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use ge">&#xf1d1</i> fa-ge <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf1d1;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use gear">&#xf013</i> fa-gear <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf013;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use gears">&#xf085</i> fa-gears <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf085;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use genderless">&#xf22d</i> fa-genderless <span class="text-muted">[&amp;#xf22d;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use get-pocket">&#xf265</i> fa-get-pocket <span class="text-muted">[&amp;#xf265;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use gg">&#xf260</i> fa-gg <span class="text-muted">[&amp;#xf260;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use gg-circle">&#xf261</i> fa-gg-circle <span class="text-muted">[&amp;#xf261;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use gift">&#xf06b</i> fa-gift <span class="text-muted">[&amp;#xf06b;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use git">&#xf1d3</i> fa-git <span class="text-muted">[&amp;#xf1d3;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use git-square">&#xf1d2</i> fa-git-square <span class="text-muted">[&amp;#xf1d2;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use github">&#xf09b</i> fa-github <span class="text-muted">[&amp;#xf09b;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use github-alt">&#xf113</i> fa-github-alt <span class="text-muted">[&amp;#xf113;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use github-square">&#xf092</i> fa-github-square <span class="text-muted">[&amp;#xf092;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.6</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use gitlab">&#xf296</i> fa-gitlab <span class="text-muted">[&amp;#xf296;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use gittip">&#xf184</i> fa-gittip <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf184;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use glass">&#xf000</i> fa-glass <span class="text-muted">[&amp;#xf000;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.6</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use glide">&#xf2a5</i> fa-glide <span class="text-muted">[&amp;#xf2a5;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.6</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use glide-g">&#xf2a6</i> fa-glide-g <span class="text-muted">[&amp;#xf2a6;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use globe">&#xf0ac</i> fa-globe <span class="text-muted">[&amp;#xf0ac;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use google">&#xf1a0</i> fa-google <span class="text-muted">[&amp;#xf1a0;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use google-plus">&#xf0d5</i> fa-google-plus <span class="text-muted">[&amp;#xf0d5;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.6</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use google-plus-circle">&#xf2b3</i> fa-google-plus-circle <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf2b3;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.6</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use google-plus-official">&#xf2b3</i> fa-google-plus-official <span class="text-muted">[&amp;#xf2b3;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use google-plus-square">&#xf0d4</i> fa-google-plus-square <span class="text-muted">[&amp;#xf0d4;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.2</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use google-wallet">&#xf1ee</i> fa-google-wallet <span class="text-muted">[&amp;#xf1ee;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use graduation-cap">&#xf19d</i> fa-graduation-cap <span class="text-muted">[&amp;#xf19d;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use gratipay">&#xf184</i> fa-gratipay <span class="text-muted">[&amp;#xf184;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use group">&#xf0c0</i> fa-group <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf0c0;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use h-square">&#xf0fd</i> fa-h-square <span class="text-muted">[&amp;#xf0fd;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use hacker-news">&#xf1d4</i> fa-hacker-news <span class="text-muted">[&amp;#xf1d4;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use hand-grab-o">&#xf255</i> fa-hand-grab-o <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf255;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use hand-lizard-o">&#xf258</i> fa-hand-lizard-o <span class="text-muted">[&amp;#xf258;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use hand-o-down">&#xf0a7</i> fa-hand-o-down <span class="text-muted">[&amp;#xf0a7;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use hand-o-left">&#xf0a5</i> fa-hand-o-left <span class="text-muted">[&amp;#xf0a5;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use hand-o-right">&#xf0a4</i> fa-hand-o-right <span class="text-muted">[&amp;#xf0a4;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use hand-o-up">&#xf0a6</i> fa-hand-o-up <span class="text-muted">[&amp;#xf0a6;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use hand-paper-o">&#xf256</i> fa-hand-paper-o <span class="text-muted">[&amp;#xf256;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use hand-peace-o">&#xf25b</i> fa-hand-peace-o <span class="text-muted">[&amp;#xf25b;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use hand-pointer-o">&#xf25a</i> fa-hand-pointer-o <span class="text-muted">[&amp;#xf25a;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use hand-rock-o">&#xf255</i> fa-hand-rock-o <span class="text-muted">[&amp;#xf255;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use hand-scissors-o">&#xf257</i> fa-hand-scissors-o <span class="text-muted">[&amp;#xf257;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use hand-spock-o">&#xf259</i> fa-hand-spock-o <span class="text-muted">[&amp;#xf259;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use hand-stop-o">&#xf256</i> fa-hand-stop-o <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf256;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.6</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use hard-of-hearing">&#xf2a4</i> fa-hard-of-hearing <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf2a4;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.5</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use hashtag">&#xf292</i> fa-hashtag <span class="text-muted">[&amp;#xf292;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use hdd-o">&#xf0a0</i> fa-hdd-o <span class="text-muted">[&amp;#xf0a0;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use header">&#xf1dc</i> fa-header <span class="text-muted">[&amp;#xf1dc;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use headphones">&#xf025</i> fa-headphones <span class="text-muted">[&amp;#xf025;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use heart">&#xf004</i> fa-heart <span class="text-muted">[&amp;#xf004;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use heart-o">&#xf08a</i> fa-heart-o <span class="text-muted">[&amp;#xf08a;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.3</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use heartbeat">&#xf21e</i> fa-heartbeat <span class="text-muted">[&amp;#xf21e;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use history">&#xf1da</i> fa-history <span class="text-muted">[&amp;#xf1da;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use home">&#xf015</i> fa-home <span class="text-muted">[&amp;#xf015;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use hospital-o">&#xf0f8</i> fa-hospital-o <span class="text-muted">[&amp;#xf0f8;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.3</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use hotel">&#xf236</i> fa-hotel <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf236;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use hourglass">&#xf254</i> fa-hourglass <span class="text-muted">[&amp;#xf254;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use hourglass-1">&#xf251</i> fa-hourglass-1 <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf251;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use hourglass-2">&#xf252</i> fa-hourglass-2 <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf252;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use hourglass-3">&#xf253</i> fa-hourglass-3 <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf253;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use hourglass-end">&#xf253</i> fa-hourglass-end <span class="text-muted">[&amp;#xf253;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use hourglass-half">&#xf252</i> fa-hourglass-half <span class="text-muted">[&amp;#xf252;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use hourglass-o">&#xf250</i> fa-hourglass-o <span class="text-muted">[&amp;#xf250;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use hourglass-start">&#xf251</i> fa-hourglass-start <span class="text-muted">[&amp;#xf251;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use houzz">&#xf27c</i> fa-houzz <span class="text-muted">[&amp;#xf27c;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use html5">&#xf13b</i> fa-html5 <span class="text-muted">[&amp;#xf13b;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use i-cursor">&#xf246</i> fa-i-cursor <span class="text-muted">[&amp;#xf246;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.2</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use ils">&#xf20b</i> fa-ils <span class="text-muted">[&amp;#xf20b;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use image">&#xf03e</i> fa-image <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf03e;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use inbox">&#xf01c</i> fa-inbox <span class="text-muted">[&amp;#xf01c;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use indent">&#xf03c</i> fa-indent <span class="text-muted">[&amp;#xf03c;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use industry">&#xf275</i> fa-industry <span class="text-muted">[&amp;#xf275;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use info">&#xf129</i> fa-info <span class="text-muted">[&amp;#xf129;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use info-circle">&#xf05a</i> fa-info-circle <span class="text-muted">[&amp;#xf05a;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use inr">&#xf156</i> fa-inr <span class="text-muted">[&amp;#xf156;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.6</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use instagram">&#xf16d</i> fa-instagram <span class="text-muted">[&amp;#xf16d;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use institution">&#xf19c</i> fa-institution <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf19c;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use internet-explorer">&#xf26b</i> fa-internet-explorer <span class="text-muted">[&amp;#xf26b;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.3</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use intersex">&#xf224</i> fa-intersex <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf224;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.2</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use ioxhost">&#xf208</i> fa-ioxhost <span class="text-muted">[&amp;#xf208;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use italic">&#xf033</i> fa-italic <span class="text-muted">[&amp;#xf033;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use joomla">&#xf1aa</i> fa-joomla <span class="text-muted">[&amp;#xf1aa;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use jpy">&#xf157</i> fa-jpy <span class="text-muted">[&amp;#xf157;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use jsfiddle">&#xf1cc</i> fa-jsfiddle <span class="text-muted">[&amp;#xf1cc;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use key">&#xf084</i> fa-key <span class="text-muted">[&amp;#xf084;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use keyboard-o">&#xf11c</i> fa-keyboard-o <span class="text-muted">[&amp;#xf11c;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use krw">&#xf159</i> fa-krw <span class="text-muted">[&amp;#xf159;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use language">&#xf1ab</i> fa-language <span class="text-muted">[&amp;#xf1ab;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use laptop">&#xf109</i> fa-laptop <span class="text-muted">[&amp;#xf109;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.2</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use lastfm">&#xf202</i> fa-lastfm <span class="text-muted">[&amp;#xf202;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.2</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use lastfm-square">&#xf203</i> fa-lastfm-square <span class="text-muted">[&amp;#xf203;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use leaf">&#xf06c</i> fa-leaf <span class="text-muted">[&amp;#xf06c;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.3</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use leanpub">&#xf212</i> fa-leanpub <span class="text-muted">[&amp;#xf212;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use legal">&#xf0e3</i> fa-legal <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf0e3;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use lemon-o">&#xf094</i> fa-lemon-o <span class="text-muted">[&amp;#xf094;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use level-down">&#xf149</i> fa-level-down <span class="text-muted">[&amp;#xf149;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use level-up">&#xf148</i> fa-level-up <span class="text-muted">[&amp;#xf148;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use life-bouy">&#xf1cd</i> fa-life-bouy <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf1cd;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use life-buoy">&#xf1cd</i> fa-life-buoy <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf1cd;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use life-ring">&#xf1cd</i> fa-life-ring <span class="text-muted">[&amp;#xf1cd;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use life-saver">&#xf1cd</i> fa-life-saver <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf1cd;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use lightbulb-o">&#xf0eb</i> fa-lightbulb-o <span class="text-muted">[&amp;#xf0eb;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.2</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use line-chart">&#xf201</i> fa-line-chart <span class="text-muted">[&amp;#xf201;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use link">&#xf0c1</i> fa-link <span class="text-muted">[&amp;#xf0c1;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use linkedin">&#xf0e1</i> fa-linkedin <span class="text-muted">[&amp;#xf0e1;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use linkedin-square">&#xf08c</i> fa-linkedin-square <span class="text-muted">[&amp;#xf08c;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use linux">&#xf17c</i> fa-linux <span class="text-muted">[&amp;#xf17c;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use list">&#xf03a</i> fa-list <span class="text-muted">[&amp;#xf03a;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use list-alt">&#xf022</i> fa-list-alt <span class="text-muted">[&amp;#xf022;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use list-ol">&#xf0cb</i> fa-list-ol <span class="text-muted">[&amp;#xf0cb;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use list-ul">&#xf0ca</i> fa-list-ul <span class="text-muted">[&amp;#xf0ca;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use location-arrow">&#xf124</i> fa-location-arrow <span class="text-muted">[&amp;#xf124;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use lock">&#xf023</i> fa-lock <span class="text-muted">[&amp;#xf023;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use long-arrow-down">&#xf175</i> fa-long-arrow-down <span class="text-muted">[&amp;#xf175;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use long-arrow-left">&#xf177</i> fa-long-arrow-left <span class="text-muted">[&amp;#xf177;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use long-arrow-right">&#xf178</i> fa-long-arrow-right <span class="text-muted">[&amp;#xf178;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use long-arrow-up">&#xf176</i> fa-long-arrow-up <span class="text-muted">[&amp;#xf176;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.6</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use low-vision">&#xf2a8</i> fa-low-vision <span class="text-muted">[&amp;#xf2a8;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use magic">&#xf0d0</i> fa-magic <span class="text-muted">[&amp;#xf0d0;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use magnet">&#xf076</i> fa-magnet <span class="text-muted">[&amp;#xf076;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use mail-forward">&#xf064</i> fa-mail-forward <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf064;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use mail-reply">&#xf112</i> fa-mail-reply <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf112;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use mail-reply-all">&#xf122</i> fa-mail-reply-all <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf122;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use male">&#xf183</i> fa-male <span class="text-muted">[&amp;#xf183;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use map">&#xf279</i> fa-map <span class="text-muted">[&amp;#xf279;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use map-marker">&#xf041</i> fa-map-marker <span class="text-muted">[&amp;#xf041;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use map-o">&#xf278</i> fa-map-o <span class="text-muted">[&amp;#xf278;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use map-pin">&#xf276</i> fa-map-pin <span class="text-muted">[&amp;#xf276;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use map-signs">&#xf277</i> fa-map-signs <span class="text-muted">[&amp;#xf277;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.3</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use mars">&#xf222</i> fa-mars <span class="text-muted">[&amp;#xf222;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.3</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use mars-double">&#xf227</i> fa-mars-double <span class="text-muted">[&amp;#xf227;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.3</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use mars-stroke">&#xf229</i> fa-mars-stroke <span class="text-muted">[&amp;#xf229;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.3</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use mars-stroke-h">&#xf22b</i> fa-mars-stroke-h <span class="text-muted">[&amp;#xf22b;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.3</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use mars-stroke-v">&#xf22a</i> fa-mars-stroke-v <span class="text-muted">[&amp;#xf22a;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use maxcdn">&#xf136</i> fa-maxcdn <span class="text-muted">[&amp;#xf136;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.2</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use meanpath">&#xf20c</i> fa-meanpath <span class="text-muted">[&amp;#xf20c;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.3</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use medium">&#xf23a</i> fa-medium <span class="text-muted">[&amp;#xf23a;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use medkit">&#xf0fa</i> fa-medkit <span class="text-muted">[&amp;#xf0fa;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use meh-o">&#xf11a</i> fa-meh-o <span class="text-muted">[&amp;#xf11a;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.3</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use mercury">&#xf223</i> fa-mercury <span class="text-muted">[&amp;#xf223;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use microphone">&#xf130</i> fa-microphone <span class="text-muted">[&amp;#xf130;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use microphone-slash">&#xf131</i> fa-microphone-slash <span class="text-muted">[&amp;#xf131;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use minus">&#xf068</i> fa-minus <span class="text-muted">[&amp;#xf068;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use minus-circle">&#xf056</i> fa-minus-circle <span class="text-muted">[&amp;#xf056;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use minus-square">&#xf146</i> fa-minus-square <span class="text-muted">[&amp;#xf146;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use minus-square-o">&#xf147</i> fa-minus-square-o <span class="text-muted">[&amp;#xf147;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.5</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use mixcloud">&#xf289</i> fa-mixcloud <span class="text-muted">[&amp;#xf289;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use mobile">&#xf10b</i> fa-mobile <span class="text-muted">[&amp;#xf10b;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use mobile-phone">&#xf10b</i> fa-mobile-phone <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf10b;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.5</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use modx">&#xf285</i> fa-modx <span class="text-muted">[&amp;#xf285;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use money">&#xf0d6</i> fa-money <span class="text-muted">[&amp;#xf0d6;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use moon-o">&#xf186</i> fa-moon-o <span class="text-muted">[&amp;#xf186;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use mortar-board">&#xf19d</i> fa-mortar-board <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf19d;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.3</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use motorcycle">&#xf21c</i> fa-motorcycle <span class="text-muted">[&amp;#xf21c;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use mouse-pointer">&#xf245</i> fa-mouse-pointer <span class="text-muted">[&amp;#xf245;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use music">&#xf001</i> fa-music <span class="text-muted">[&amp;#xf001;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use navicon">&#xf0c9</i> fa-navicon <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf0c9;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.3</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use neuter">&#xf22c</i> fa-neuter <span class="text-muted">[&amp;#xf22c;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.2</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use newspaper-o">&#xf1ea</i> fa-newspaper-o <span class="text-muted">[&amp;#xf1ea;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use object-group">&#xf247</i> fa-object-group <span class="text-muted">[&amp;#xf247;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use object-ungroup">&#xf248</i> fa-object-ungroup <span class="text-muted">[&amp;#xf248;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use odnoklassniki">&#xf263</i> fa-odnoklassniki <span class="text-muted">[&amp;#xf263;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use odnoklassniki-square">&#xf264</i> fa-odnoklassniki-square <span class="text-muted">[&amp;#xf264;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use opencart">&#xf23d</i> fa-opencart <span class="text-muted">[&amp;#xf23d;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use openid">&#xf19b</i> fa-openid <span class="text-muted">[&amp;#xf19b;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use opera">&#xf26a</i> fa-opera <span class="text-muted">[&amp;#xf26a;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use optin-monster">&#xf23c</i> fa-optin-monster <span class="text-muted">[&amp;#xf23c;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use outdent">&#xf03b</i> fa-outdent <span class="text-muted">[&amp;#xf03b;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.0</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use pagelines">&#xf18c</i> fa-pagelines <span class="text-muted">[&amp;#xf18c;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.2</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use paint-brush">&#xf1fc</i> fa-paint-brush <span class="text-muted">[&amp;#xf1fc;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use paper-plane">&#xf1d8</i> fa-paper-plane <span class="text-muted">[&amp;#xf1d8;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use paper-plane-o">&#xf1d9</i> fa-paper-plane-o <span class="text-muted">[&amp;#xf1d9;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use paperclip">&#xf0c6</i> fa-paperclip <span class="text-muted">[&amp;#xf0c6;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use paragraph">&#xf1dd</i> fa-paragraph <span class="text-muted">[&amp;#xf1dd;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use paste">&#xf0ea</i> fa-paste <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf0ea;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use pause">&#xf04c</i> fa-pause <span class="text-muted">[&amp;#xf04c;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.5</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use pause-circle">&#xf28b</i> fa-pause-circle <span class="text-muted">[&amp;#xf28b;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.5</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use pause-circle-o">&#xf28c</i> fa-pause-circle-o <span class="text-muted">[&amp;#xf28c;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use paw">&#xf1b0</i> fa-paw <span class="text-muted">[&amp;#xf1b0;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.2</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use paypal">&#xf1ed</i> fa-paypal <span class="text-muted">[&amp;#xf1ed;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use pencil">&#xf040</i> fa-pencil <span class="text-muted">[&amp;#xf040;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use pencil-square">&#xf14b</i> fa-pencil-square <span class="text-muted">[&amp;#xf14b;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use pencil-square-o">&#xf044</i> fa-pencil-square-o <span class="text-muted">[&amp;#xf044;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.5</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use percent">&#xf295</i> fa-percent <span class="text-muted">[&amp;#xf295;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use phone">&#xf095</i> fa-phone <span class="text-muted">[&amp;#xf095;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use phone-square">&#xf098</i> fa-phone-square <span class="text-muted">[&amp;#xf098;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use photo">&#xf03e</i> fa-photo <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf03e;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use picture-o">&#xf03e</i> fa-picture-o <span class="text-muted">[&amp;#xf03e;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.2</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use pie-chart">&#xf200</i> fa-pie-chart <span class="text-muted">[&amp;#xf200;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.6</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use pied-piper">&#xf2ae</i> fa-pied-piper <span class="text-muted">[&amp;#xf2ae;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use pied-piper-alt">&#xf1a8</i> fa-pied-piper-alt <span class="text-muted">[&amp;#xf1a8;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use pied-piper-pp">&#xf1a7</i> fa-pied-piper-pp <span class="text-muted">[&amp;#xf1a7;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use pinterest">&#xf0d2</i> fa-pinterest <span class="text-muted">[&amp;#xf0d2;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.3</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use pinterest-p">&#xf231</i> fa-pinterest-p <span class="text-muted">[&amp;#xf231;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use pinterest-square">&#xf0d3</i> fa-pinterest-square <span class="text-muted">[&amp;#xf0d3;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use plane">&#xf072</i> fa-plane <span class="text-muted">[&amp;#xf072;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use play">&#xf04b</i> fa-play <span class="text-muted">[&amp;#xf04b;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use play-circle">&#xf144</i> fa-play-circle <span class="text-muted">[&amp;#xf144;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use play-circle-o">&#xf01d</i> fa-play-circle-o <span class="text-muted">[&amp;#xf01d;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.2</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use plug">&#xf1e6</i> fa-plug <span class="text-muted">[&amp;#xf1e6;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use plus">&#xf067</i> fa-plus <span class="text-muted">[&amp;#xf067;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use plus-circle">&#xf055</i> fa-plus-circle <span class="text-muted">[&amp;#xf055;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use plus-square">&#xf0fe</i> fa-plus-square <span class="text-muted">[&amp;#xf0fe;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.0</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use plus-square-o">&#xf196</i> fa-plus-square-o <span class="text-muted">[&amp;#xf196;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use power-off">&#xf011</i> fa-power-off <span class="text-muted">[&amp;#xf011;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use print">&#xf02f</i> fa-print <span class="text-muted">[&amp;#xf02f;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.5</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use product-hunt">&#xf288</i> fa-product-hunt <span class="text-muted">[&amp;#xf288;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use puzzle-piece">&#xf12e</i> fa-puzzle-piece <span class="text-muted">[&amp;#xf12e;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use qq">&#xf1d6</i> fa-qq <span class="text-muted">[&amp;#xf1d6;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use qrcode">&#xf029</i> fa-qrcode <span class="text-muted">[&amp;#xf029;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use question">&#xf128</i> fa-question <span class="text-muted">[&amp;#xf128;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use question-circle">&#xf059</i> fa-question-circle <span class="text-muted">[&amp;#xf059;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.6</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use question-circle-o">&#xf29c</i> fa-question-circle-o <span class="text-muted">[&amp;#xf29c;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use quote-left">&#xf10d</i> fa-quote-left <span class="text-muted">[&amp;#xf10d;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use quote-right">&#xf10e</i> fa-quote-right <span class="text-muted">[&amp;#xf10e;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use ra">&#xf1d0</i> fa-ra <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf1d0;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use random">&#xf074</i> fa-random <span class="text-muted">[&amp;#xf074;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use rebel">&#xf1d0</i> fa-rebel <span class="text-muted">[&amp;#xf1d0;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use recycle">&#xf1b8</i> fa-recycle <span class="text-muted">[&amp;#xf1b8;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use reddit">&#xf1a1</i> fa-reddit <span class="text-muted">[&amp;#xf1a1;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.5</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use reddit-alien">&#xf281</i> fa-reddit-alien <span class="text-muted">[&amp;#xf281;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use reddit-square">&#xf1a2</i> fa-reddit-square <span class="text-muted">[&amp;#xf1a2;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use refresh">&#xf021</i> fa-refresh <span class="text-muted">[&amp;#xf021;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use registered">&#xf25d</i> fa-registered <span class="text-muted">[&amp;#xf25d;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use remove">&#xf00d</i> fa-remove <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf00d;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use renren">&#xf18b</i> fa-renren <span class="text-muted">[&amp;#xf18b;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use reorder">&#xf0c9</i> fa-reorder <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf0c9;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use repeat">&#xf01e</i> fa-repeat <span class="text-muted">[&amp;#xf01e;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use reply">&#xf112</i> fa-reply <span class="text-muted">[&amp;#xf112;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use reply-all">&#xf122</i> fa-reply-all <span class="text-muted">[&amp;#xf122;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use resistance">&#xf1d0</i> fa-resistance <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf1d0;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use retweet">&#xf079</i> fa-retweet <span class="text-muted">[&amp;#xf079;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use rmb">&#xf157</i> fa-rmb <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf157;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use road">&#xf018</i> fa-road <span class="text-muted">[&amp;#xf018;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use rocket">&#xf135</i> fa-rocket <span class="text-muted">[&amp;#xf135;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use rotate-left">&#xf0e2</i> fa-rotate-left <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf0e2;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use rotate-right">&#xf01e</i> fa-rotate-right <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf01e;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.0</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use rouble">&#xf158</i> fa-rouble <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf158;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use rss">&#xf09e</i> fa-rss <span class="text-muted">[&amp;#xf09e;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use rss-square">&#xf143</i> fa-rss-square <span class="text-muted">[&amp;#xf143;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.0</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use rub">&#xf158</i> fa-rub <span class="text-muted">[&amp;#xf158;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.0</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use ruble">&#xf158</i> fa-ruble <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf158;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use rupee">&#xf156</i> fa-rupee <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf156;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use safari">&#xf267</i> fa-safari <span class="text-muted">[&amp;#xf267;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use save">&#xf0c7</i> fa-save <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf0c7;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use scissors">&#xf0c4</i> fa-scissors <span class="text-muted">[&amp;#xf0c4;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.5</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use scribd">&#xf28a</i> fa-scribd <span class="text-muted">[&amp;#xf28a;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use search">&#xf002</i> fa-search <span class="text-muted">[&amp;#xf002;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use search-minus">&#xf010</i> fa-search-minus <span class="text-muted">[&amp;#xf010;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use search-plus">&#xf00e</i> fa-search-plus <span class="text-muted">[&amp;#xf00e;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.3</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use sellsy">&#xf213</i> fa-sellsy <span class="text-muted">[&amp;#xf213;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use send">&#xf1d8</i> fa-send <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf1d8;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use send-o">&#xf1d9</i> fa-send-o <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf1d9;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.3</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use server">&#xf233</i> fa-server <span class="text-muted">[&amp;#xf233;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use share">&#xf064</i> fa-share <span class="text-muted">[&amp;#xf064;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use share-alt">&#xf1e0</i> fa-share-alt <span class="text-muted">[&amp;#xf1e0;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use share-alt-square">&#xf1e1</i> fa-share-alt-square <span class="text-muted">[&amp;#xf1e1;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use share-square">&#xf14d</i> fa-share-square <span class="text-muted">[&amp;#xf14d;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use share-square-o">&#xf045</i> fa-share-square-o <span class="text-muted">[&amp;#xf045;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.2</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use shekel">&#xf20b</i> fa-shekel <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf20b;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.2</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use sheqel">&#xf20b</i> fa-sheqel <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf20b;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use shield">&#xf132</i> fa-shield <span class="text-muted">[&amp;#xf132;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.3</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use ship">&#xf21a</i> fa-ship <span class="text-muted">[&amp;#xf21a;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.3</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use shirtsinbulk">&#xf214</i> fa-shirtsinbulk <span class="text-muted">[&amp;#xf214;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.5</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use shopping-bag">&#xf290</i> fa-shopping-bag <span class="text-muted">[&amp;#xf290;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.5</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use shopping-basket">&#xf291</i> fa-shopping-basket <span class="text-muted">[&amp;#xf291;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use shopping-cart">&#xf07a</i> fa-shopping-cart <span class="text-muted">[&amp;#xf07a;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use sign-in">&#xf090</i> fa-sign-in <span class="text-muted">[&amp;#xf090;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.6</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use sign-language">&#xf2a7</i> fa-sign-language <span class="text-muted">[&amp;#xf2a7;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use sign-out">&#xf08b</i> fa-sign-out <span class="text-muted">[&amp;#xf08b;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use signal">&#xf012</i> fa-signal <span class="text-muted">[&amp;#xf012;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.6</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use signing">&#xf2a7</i> fa-signing <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf2a7;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.3</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use simplybuilt">&#xf215</i> fa-simplybuilt <span class="text-muted">[&amp;#xf215;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use sitemap">&#xf0e8</i> fa-sitemap <span class="text-muted">[&amp;#xf0e8;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.3</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use skyatlas">&#xf216</i> fa-skyatlas <span class="text-muted">[&amp;#xf216;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use skype">&#xf17e</i> fa-skype <span class="text-muted">[&amp;#xf17e;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use slack">&#xf198</i> fa-slack <span class="text-muted">[&amp;#xf198;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use sliders">&#xf1de</i> fa-sliders <span class="text-muted">[&amp;#xf1de;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.2</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use slideshare">&#xf1e7</i> fa-slideshare <span class="text-muted">[&amp;#xf1e7;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use smile-o">&#xf118</i> fa-smile-o <span class="text-muted">[&amp;#xf118;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.6</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use snapchat">&#xf2ab</i> fa-snapchat <span class="text-muted">[&amp;#xf2ab;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.6</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use snapchat-ghost">&#xf2ac</i> fa-snapchat-ghost <span class="text-muted">[&amp;#xf2ac;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.6</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use snapchat-square">&#xf2ad</i> fa-snapchat-square <span class="text-muted">[&amp;#xf2ad;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.2</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use soccer-ball-o">&#xf1e3</i> fa-soccer-ball-o <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf1e3;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use sort">&#xf0dc</i> fa-sort <span class="text-muted">[&amp;#xf0dc;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use sort-alpha-asc">&#xf15d</i> fa-sort-alpha-asc <span class="text-muted">[&amp;#xf15d;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use sort-alpha-desc">&#xf15e</i> fa-sort-alpha-desc <span class="text-muted">[&amp;#xf15e;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use sort-amount-asc">&#xf160</i> fa-sort-amount-asc <span class="text-muted">[&amp;#xf160;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use sort-amount-desc">&#xf161</i> fa-sort-amount-desc <span class="text-muted">[&amp;#xf161;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use sort-asc">&#xf0de</i> fa-sort-asc <span class="text-muted">[&amp;#xf0de;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use sort-desc">&#xf0dd</i> fa-sort-desc <span class="text-muted">[&amp;#xf0dd;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use sort-down">&#xf0dd</i> fa-sort-down <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf0dd;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use sort-numeric-asc">&#xf162</i> fa-sort-numeric-asc <span class="text-muted">[&amp;#xf162;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use sort-numeric-desc">&#xf163</i> fa-sort-numeric-desc <span class="text-muted">[&amp;#xf163;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use sort-up">&#xf0de</i> fa-sort-up <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf0de;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use soundcloud">&#xf1be</i> fa-soundcloud <span class="text-muted">[&amp;#xf1be;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use space-shuttle">&#xf197</i> fa-space-shuttle <span class="text-muted">[&amp;#xf197;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use spinner">&#xf110</i> fa-spinner <span class="text-muted">[&amp;#xf110;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use spoon">&#xf1b1</i> fa-spoon <span class="text-muted">[&amp;#xf1b1;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use spotify">&#xf1bc</i> fa-spotify <span class="text-muted">[&amp;#xf1bc;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use square">&#xf0c8</i> fa-square <span class="text-muted">[&amp;#xf0c8;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use square-o">&#xf096</i> fa-square-o <span class="text-muted">[&amp;#xf096;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.0</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use stack-exchange">&#xf18d</i> fa-stack-exchange <span class="text-muted">[&amp;#xf18d;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use stack-overflow">&#xf16c</i> fa-stack-overflow <span class="text-muted">[&amp;#xf16c;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use star">&#xf005</i> fa-star <span class="text-muted">[&amp;#xf005;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use star-half">&#xf089</i> fa-star-half <span class="text-muted">[&amp;#xf089;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use star-half-empty">&#xf123</i> fa-star-half-empty <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf123;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use star-half-full">&#xf123</i> fa-star-half-full <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf123;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use star-half-o">&#xf123</i> fa-star-half-o <span class="text-muted">[&amp;#xf123;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use star-o">&#xf006</i> fa-star-o <span class="text-muted">[&amp;#xf006;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use steam">&#xf1b6</i> fa-steam <span class="text-muted">[&amp;#xf1b6;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use steam-square">&#xf1b7</i> fa-steam-square <span class="text-muted">[&amp;#xf1b7;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use step-backward">&#xf048</i> fa-step-backward <span class="text-muted">[&amp;#xf048;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use step-forward">&#xf051</i> fa-step-forward <span class="text-muted">[&amp;#xf051;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use stethoscope">&#xf0f1</i> fa-stethoscope <span class="text-muted">[&amp;#xf0f1;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use sticky-note">&#xf249</i> fa-sticky-note <span class="text-muted">[&amp;#xf249;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use sticky-note-o">&#xf24a</i> fa-sticky-note-o <span class="text-muted">[&amp;#xf24a;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use stop">&#xf04d</i> fa-stop <span class="text-muted">[&amp;#xf04d;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.5</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use stop-circle">&#xf28d</i> fa-stop-circle <span class="text-muted">[&amp;#xf28d;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.5</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use stop-circle-o">&#xf28e</i> fa-stop-circle-o <span class="text-muted">[&amp;#xf28e;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.3</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use street-view">&#xf21d</i> fa-street-view <span class="text-muted">[&amp;#xf21d;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use strikethrough">&#xf0cc</i> fa-strikethrough <span class="text-muted">[&amp;#xf0cc;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use stumbleupon">&#xf1a4</i> fa-stumbleupon <span class="text-muted">[&amp;#xf1a4;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use stumbleupon-circle">&#xf1a3</i> fa-stumbleupon-circle <span class="text-muted">[&amp;#xf1a3;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use subscript">&#xf12c</i> fa-subscript <span class="text-muted">[&amp;#xf12c;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.3</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use subway">&#xf239</i> fa-subway <span class="text-muted">[&amp;#xf239;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use suitcase">&#xf0f2</i> fa-suitcase <span class="text-muted">[&amp;#xf0f2;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use sun-o">&#xf185</i> fa-sun-o <span class="text-muted">[&amp;#xf185;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use superscript">&#xf12b</i> fa-superscript <span class="text-muted">[&amp;#xf12b;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use support">&#xf1cd</i> fa-support <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf1cd;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use table">&#xf0ce</i> fa-table <span class="text-muted">[&amp;#xf0ce;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use tablet">&#xf10a</i> fa-tablet <span class="text-muted">[&amp;#xf10a;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use tachometer">&#xf0e4</i> fa-tachometer <span class="text-muted">[&amp;#xf0e4;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use tag">&#xf02b</i> fa-tag <span class="text-muted">[&amp;#xf02b;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use tags">&#xf02c</i> fa-tags <span class="text-muted">[&amp;#xf02c;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use tasks">&#xf0ae</i> fa-tasks <span class="text-muted">[&amp;#xf0ae;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use taxi">&#xf1ba</i> fa-taxi <span class="text-muted">[&amp;#xf1ba;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use television">&#xf26c</i> fa-television <span class="text-muted">[&amp;#xf26c;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use tencent-weibo">&#xf1d5</i> fa-tencent-weibo <span class="text-muted">[&amp;#xf1d5;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use terminal">&#xf120</i> fa-terminal <span class="text-muted">[&amp;#xf120;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use text-height">&#xf034</i> fa-text-height <span class="text-muted">[&amp;#xf034;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use text-width">&#xf035</i> fa-text-width <span class="text-muted">[&amp;#xf035;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use th">&#xf00a</i> fa-th <span class="text-muted">[&amp;#xf00a;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use th-large">&#xf009</i> fa-th-large <span class="text-muted">[&amp;#xf009;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use th-list">&#xf00b</i> fa-th-list <span class="text-muted">[&amp;#xf00b;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.6</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use themeisle">&#xf2b2</i> fa-themeisle <span class="text-muted">[&amp;#xf2b2;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use thumb-tack">&#xf08d</i> fa-thumb-tack <span class="text-muted">[&amp;#xf08d;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use thumbs-down">&#xf165</i> fa-thumbs-down <span class="text-muted">[&amp;#xf165;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use thumbs-o-down">&#xf088</i> fa-thumbs-o-down <span class="text-muted">[&amp;#xf088;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use thumbs-o-up">&#xf087</i> fa-thumbs-o-up <span class="text-muted">[&amp;#xf087;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use thumbs-up">&#xf164</i> fa-thumbs-up <span class="text-muted">[&amp;#xf164;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use ticket">&#xf145</i> fa-ticket <span class="text-muted">[&amp;#xf145;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use times">&#xf00d</i> fa-times <span class="text-muted">[&amp;#xf00d;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use times-circle">&#xf057</i> fa-times-circle <span class="text-muted">[&amp;#xf057;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use times-circle-o">&#xf05c</i> fa-times-circle-o <span class="text-muted">[&amp;#xf05c;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use tint">&#xf043</i> fa-tint <span class="text-muted">[&amp;#xf043;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use toggle-down">&#xf150</i> fa-toggle-down <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf150;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.0</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use toggle-left">&#xf191</i> fa-toggle-left <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf191;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.2</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use toggle-off">&#xf204</i> fa-toggle-off <span class="text-muted">[&amp;#xf204;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.2</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use toggle-on">&#xf205</i> fa-toggle-on <span class="text-muted">[&amp;#xf205;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use toggle-right">&#xf152</i> fa-toggle-right <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf152;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use toggle-up">&#xf151</i> fa-toggle-up <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf151;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use trademark">&#xf25c</i> fa-trademark <span class="text-muted">[&amp;#xf25c;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.3</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use train">&#xf238</i> fa-train <span class="text-muted">[&amp;#xf238;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.3</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use transgender">&#xf224</i> fa-transgender <span class="text-muted">[&amp;#xf224;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.3</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use transgender-alt">&#xf225</i> fa-transgender-alt <span class="text-muted">[&amp;#xf225;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.2</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use trash">&#xf1f8</i> fa-trash <span class="text-muted">[&amp;#xf1f8;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use trash-o">&#xf014</i> fa-trash-o <span class="text-muted">[&amp;#xf014;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use tree">&#xf1bb</i> fa-tree <span class="text-muted">[&amp;#xf1bb;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use trello">&#xf181</i> fa-trello <span class="text-muted">[&amp;#xf181;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use tripadvisor">&#xf262</i> fa-tripadvisor <span class="text-muted">[&amp;#xf262;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use trophy">&#xf091</i> fa-trophy <span class="text-muted">[&amp;#xf091;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use truck">&#xf0d1</i> fa-truck <span class="text-muted">[&amp;#xf0d1;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.0</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use try">&#xf195</i> fa-try <span class="text-muted">[&amp;#xf195;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.2</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use tty">&#xf1e4</i> fa-tty <span class="text-muted">[&amp;#xf1e4;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use tumblr">&#xf173</i> fa-tumblr <span class="text-muted">[&amp;#xf173;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use tumblr-square">&#xf174</i> fa-tumblr-square <span class="text-muted">[&amp;#xf174;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.0</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use turkish-lira">&#xf195</i> fa-turkish-lira <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf195;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use tv">&#xf26c</i> fa-tv <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf26c;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.2</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use twitch">&#xf1e8</i> fa-twitch <span class="text-muted">[&amp;#xf1e8;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use twitter">&#xf099</i> fa-twitter <span class="text-muted">[&amp;#xf099;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use twitter-square">&#xf081</i> fa-twitter-square <span class="text-muted">[&amp;#xf081;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use umbrella">&#xf0e9</i> fa-umbrella <span class="text-muted">[&amp;#xf0e9;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use underline">&#xf0cd</i> fa-underline <span class="text-muted">[&amp;#xf0cd;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use undo">&#xf0e2</i> fa-undo <span class="text-muted">[&amp;#xf0e2;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.6</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use universal-access">&#xf29a</i> fa-universal-access <span class="text-muted">[&amp;#xf29a;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use university">&#xf19c</i> fa-university <span class="text-muted">[&amp;#xf19c;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use unlink">&#xf127</i> fa-unlink <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf127;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use unlock">&#xf09c</i> fa-unlock <span class="text-muted">[&amp;#xf09c;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use unlock-alt">&#xf13e</i> fa-unlock-alt <span class="text-muted">[&amp;#xf13e;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use unsorted">&#xf0dc</i> fa-unsorted <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf0dc;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use upload">&#xf093</i> fa-upload <span class="text-muted">[&amp;#xf093;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.5</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use usb">&#xf287</i> fa-usb <span class="text-muted">[&amp;#xf287;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use usd">&#xf155</i> fa-usd <span class="text-muted">[&amp;#xf155;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use user">&#xf007</i> fa-user <span class="text-muted">[&amp;#xf007;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use user-md">&#xf0f0</i> fa-user-md <span class="text-muted">[&amp;#xf0f0;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.3</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use user-plus">&#xf234</i> fa-user-plus <span class="text-muted">[&amp;#xf234;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.3</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use user-secret">&#xf21b</i> fa-user-secret <span class="text-muted">[&amp;#xf21b;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.3</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use user-times">&#xf235</i> fa-user-times <span class="text-muted">[&amp;#xf235;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use users">&#xf0c0</i> fa-users <span class="text-muted">[&amp;#xf0c0;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.3</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use venus">&#xf221</i> fa-venus <span class="text-muted">[&amp;#xf221;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.3</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use venus-double">&#xf226</i> fa-venus-double <span class="text-muted">[&amp;#xf226;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.3</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use venus-mars">&#xf228</i> fa-venus-mars <span class="text-muted">[&amp;#xf228;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.3</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use viacoin">&#xf237</i> fa-viacoin <span class="text-muted">[&amp;#xf237;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.6</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use viadeo">&#xf2a9</i> fa-viadeo <span class="text-muted">[&amp;#xf2a9;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.6</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use viadeo-square">&#xf2aa</i> fa-viadeo-square <span class="text-muted">[&amp;#xf2aa;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use video-camera">&#xf03d</i> fa-video-camera <span class="text-muted">[&amp;#xf03d;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use vimeo">&#xf27d</i> fa-vimeo <span class="text-muted">[&amp;#xf27d;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.0</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use vimeo-square">&#xf194</i> fa-vimeo-square <span class="text-muted">[&amp;#xf194;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use vine">&#xf1ca</i> fa-vine <span class="text-muted">[&amp;#xf1ca;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use vk">&#xf189</i> fa-vk <span class="text-muted">[&amp;#xf189;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.6</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use volume-control-phone">&#xf2a0</i> fa-volume-control-phone <span class="text-muted">[&amp;#xf2a0;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use volume-down">&#xf027</i> fa-volume-down <span class="text-muted">[&amp;#xf027;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use volume-off">&#xf026</i> fa-volume-off <span class="text-muted">[&amp;#xf026;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use volume-up">&#xf028</i> fa-volume-up <span class="text-muted">[&amp;#xf028;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use warning">&#xf071</i> fa-warning <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf071;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use wechat">&#xf1d7</i> fa-wechat <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf1d7;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use weibo">&#xf18a</i> fa-weibo <span class="text-muted">[&amp;#xf18a;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use weixin">&#xf1d7</i> fa-weixin <span class="text-muted">[&amp;#xf1d7;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.3</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use whatsapp">&#xf232</i> fa-whatsapp <span class="text-muted">[&amp;#xf232;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.0</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use wheelchair">&#xf193</i> fa-wheelchair <span class="text-muted">[&amp;#xf193;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.6</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use wheelchair-alt">&#xf29b</i> fa-wheelchair-alt <span class="text-muted">[&amp;#xf29b;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.2</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use wifi">&#xf1eb</i> fa-wifi <span class="text-muted">[&amp;#xf1eb;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use wikipedia-w">&#xf266</i> fa-wikipedia-w <span class="text-muted">[&amp;#xf266;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use windows">&#xf17a</i> fa-windows <span class="text-muted">[&amp;#xf17a;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use won">&#xf159</i> fa-won <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf159;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use wordpress">&#xf19a</i> fa-wordpress <span class="text-muted">[&amp;#xf19a;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.6</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use wpbeginner">&#xf297</i> fa-wpbeginner <span class="text-muted">[&amp;#xf297;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.6</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use wpforms">&#xf298</i> fa-wpforms <span class="text-muted">[&amp;#xf298;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use wrench">&#xf0ad</i> fa-wrench <span class="text-muted">[&amp;#xf0ad;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use xing">&#xf168</i> fa-xing <span class="text-muted">[&amp;#xf168;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use xing-square">&#xf169</i> fa-xing-square <span class="text-muted">[&amp;#xf169;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use y-combinator">&#xf23b</i> fa-y-combinator <span class="text-muted">[&amp;#xf23b;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use y-combinator-square">&#xf1d4</i> fa-y-combinator-square <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf1d4;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use yahoo">&#xf19e</i> fa-yahoo <span class="text-muted">[&amp;#xf19e;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.4</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use yc">&#xf23b</i> fa-yc <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf23b;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.1</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use yc-square">&#xf1d4</i> fa-yc-square <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf1d4;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.2</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use yelp">&#xf1e9</i> fa-yelp <span class="text-muted">[&amp;#xf1e9;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use yen">&#xf157</i> fa-yen <span class="text-muted">(alias)</span> <span class="text-muted">[&amp;#xf157;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <small class="text-muted pull-right">4.6</small> <i class="fa fa-fw" aria-hidden="true" title="Copy to use yoast">&#xf2b1</i> fa-yoast <span class="text-muted">[&amp;#xf2b1;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use youtube">&#xf167</i> fa-youtube <span class="text-muted">[&amp;#xf167;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use youtube-play">&#xf16a</i> fa-youtube-play <span class="text-muted">[&amp;#xf16a;]</span> </div> <div class="col-md-4 col-sm-6 col-lg-3"> <i class="fa fa-fw" aria-hidden="true" title="Copy to use youtube-square">&#xf166</i> fa-youtube-square <span class="text-muted">[&amp;#xf166;]</span> </div> </div> </div> </div> <footer id="footer" class="footer hidden-print"> <div class="container text-center"> <div id="bsap_1298241" class="bsarocks bsap_b1146e3f9fa32a794fc6d2c7be47ece8"> <a href="http://www.wpbeginner.com/?utm_source=fontawesome_footer&utm_medium=banner&utm_campaign=fontawesome" title="Beginner's Guide to WordPress" target="_blank" rel="nofollow" onClick="_gaq.push(['_trackEvent', 'Outbound Link', 'wpbeginner.com']);"> <img src="../assets/img/logo-wpbeginner.png" width="220" height="65" alt=""> </a> <a href="http://themeisle.com/?utm_source=fontawesome_footer&utm_medium=banner&utm_campaign=fontawesome" title="Premium Wordpress Themes" target="_blank" rel="nofollow" onClick="_gaq.push(['_trackEvent', 'Outbound Link', 'themeisle.com']);"> <img src="../assets/img/logo-themeisle.png" width="220" height="65" alt=""> </a> </div> <div> <i class="fa fa-flag" aria-hidden="true"></i> Font Awesome 4.6.3 <span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg"> Created by <a href="https://twitter.com/davegandy">Dave Gandy</a> </div> <div> Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a> <span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg"> Code licensed under <a href="http://opensource.org/licenses/mit-license.html">MIT License</a> <span class="hide-xs hide-sm">&middot;</span><br class="hide-md hide-lg"> Documentation licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a> </div> <div> Thanks to <a href="http://tracking.maxcdn.com/c/148092/3982/378/"><i class="fa fa-maxcdn"></i> MaxCDN</a> for providing the excellent <a href="https://www.bootstrapcdn.com/fontawesome/">BootstrapCDN for Font Awesome</a> </div> <div class="project"> <a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> &middot; <a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> &middot; <a href="../3.2.1">Old 3.2.1 Docs</a> </div> </div> </footer> <script src="https://platform.twitter.com/widgets.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> <script src="https://ajax.aspnetcdn.com/ajax/jquery.validate/1.13.1/jquery.validate.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script> <script src="https://cdn.jsdelivr.net/algoliasearch/3.13.1/algoliasearch.jquery.min.js" integrity="sha256-2MTQjOt4Q02v+W/QjgCO5yv+si9RAo/o/RGR5alVYzY=" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/algoliasearch.helper/2.9.1/algoliasearch.helper.min.js" integrity="sha256-MhjLBzVVNkMEKnIE2ueYNb7QSj+oiSv4x89dlui09hg=" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/underscorejs/1.8.3/underscore-min.js" integrity="sha256-obZACiHd7gkOk9iIL/pimWMTJ4W/pBsKu+oZnSeBIek=" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/backbonejs/1.2.2/backbone-min.js" integrity="sha256-p6bkfFqmxtebrKOS+wyGi+Qf3d111eWUQP67keyXJ6Q=" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/jsdelivr-rum/1.5/jsdelivr-rum.min.js" integrity="sha256-HlY2rbkgbiHhtilMXmQ86rjL/EIxGDtdg9GU9/T2ZxE=" crossorigin="anonymous"></script> <script src="../assets/js/site.js"></script> <script src="../assets/js/search.js"></script> <!-- Facebook Pixel Code --> <script> !function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n; n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window, document,'script','https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '590758314440297'); fbq('track', "PageView");</script> <noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=590758314440297&ev=PageView&noscript=1" /></noscript> <!-- End Facebook Pixel Code --> </body> </html>
Fontawesome - Icon parser (hex + title)
2016-10-11T06:01:29.000Z
https://regex101.com/r/DyN5A0/1
^((1[0-9]|[3-9][0-9]|[1-9][0-9][0-9]|[1-4][0-9][0-9][0-9]|5000)(\.[0-9]([0-9])?)?)$
10
min value of 10
2018-05-03T06:56:15.000Z
[-[\]{}()*+?.,\\^$|#\s]
A
Match a single character at a time present in the list
2017-07-15T09:43:05.000Z
搜尋到的內容,區分為\g<word>, \g<number>, 代換到replace的位置 python和其他的程式,用法不同,如:$1,$2
(?P<number>\d+) (?P<word>\w+)
ABC 123 Book 456 ZZZ 789 KKK XYZ
group catch 第二版 (group有名字)
2019-02-07T03:59:43.000Z
This regex matches most of the rules of [conventional commits ](https://www.conventionalcommits.org/en/v1.0.0/).
^(?:(?<initial_commit>Initial commit\.?)|(?<merge>Merge [^\r\n]+)|(?<type>build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test|¯\\_\(ツ\)_\/¯)(?:\((?<scope>[\w-]+)\))?(?<breaking>!)?: (?<summary>[\w ,'.`:-]+)(?<=\v\v){0,2}(?<body>[\w\s,'.`\[\]-]+)(?<footer>(?<=\v\v)(?:(?<footer_token>[\w\s-]+): (?<footer_value>[\w -`]+))+|$))
-------------- * Should PASS -------------- Initial commit. Merge pull request #123 from branch x.y.z :tada:. ¯\_(ツ)_/¯: commit subject. # Commit message with description and breaking change footer feat: allow provided config object to extend other configs BREAKING CHANGE: `extends` key in config file is now used for extending other config files. # Commit message with ! to draw attention to breaking change feat!: send an email to the customer when a product is shipped. # Commit message with scope and ! to draw attention to breaking change feat(api)!: send an email to the customer when a product is shipped. # Commit message with both ! and BREAKING CHANGE footer chore!: drop support for Node 6 BREAKING CHANGE: use JavaScript features not available in Node 6. # Commit message with no body docs: correct spelling of CHANGELOG. # Commit message with scope feat(lang): :flag-eg: added `Arabic` language. # Commit message with multi-paragraph body and multiple footers refactor(api)!: :checkered_flag: prevent racing conditions of requests of the trusted borwsers. [patch] List of the changes, that has been introduced. - Introduce a request id and a reference to latest request. Dismiss incoming responses other than from latest request. - Remove timeouts which were used to mitigate the racing issue but are obsolete now. BREAKING CHANGE: Upgrading dependencies. Signed-off-by: Ahmed Kamal <[email protected]> Reviewed-by: Z Tested-by: C Refs: #123 -------------- * Should FAIL -------------- build // Invalid end of line chore: // Invalid, subject is missing. ci(... is awesome // Invalid, closing of parenthesis. docs(v1) is boring // Invalid, missing colon. feat:of the giants. // Invalid, missing space. built: to last. // Invalid type. fix(multiple things): once and for all. // Invalid scope, multi-words. ¯\_(ツ)_/¯[xys]:subject // Invalid scope parenthesis. Prefix build(api): no // Invalid beggining.
Conventional Commits Validation Regex
2022-08-13T19:57:41.000Z
This pattern matches Discord invite links and provides capturing groups for everything.
(https?:\/\/)?(www\.)?((discordapp\.com/invite)|(discord\.gg))\/(\w+)
https://www.discord.gg/lmao www.discord.gg/lmao https://discord.gg/lmao http://discord.gg/lmao www.discord.gg/lmao discord.gg/lmao https://discordapp.com/invite/lmao http://discordapp.com/invite/lmao discordapp.com/invite/lmao discordapp.gg/lmao
Discord Invite link pattern
2019-10-23T16:14:12.000Z
**Sustitution of comments (one line) //** Example ~ input (before) ↓↓ : // comment textplain other-text // Other comment Example ~ sustition (after) ↓↓: textplain other-text
(^|\s*)(!?\/\/)[^\n]+\s*
// [created|updated|readed|deleted] textplain other-text // Other comment
Sustitution of comments (one line) //
2023-07-17T23:03:50.000Z
^(?:NL-)?(?:[1-9]\d{3} ?(?:[A-EGHJ-NPRTVWXZ][A-EGHJ-NPRSTVWXZ]|S[BCEGHJ-NPRTVWXZ]))$
Dutch zipcodes
2021-02-24T15:54:05.000Z
Match ESET ESET Online Help and Knowledgebase domains for exclusion from DNS logs
^(help|support|int\.form)\.eset\.com$
help.eset.com support.eset.com int.form.eset.com
ESET ESET Online Help and Knowledgebase domains (DNS)
2023-06-14T14:47:44.000Z
It just cleans up urls.
(https?:\/\/)?(www\.)?(\S+)(\.[^\s\/]+)(\/\S*)?
ERROR: type should be string, got "https://www.google.com\nhttp://coreyms.com\nhttps://www.youtube.com/watch?v=sa-TUpSx1JA\nhttps://www.nasa.gov\nwww.desmos.com\npastebin.com/s8fh3HAs\nhttps://www.regex101.com/\nwww.translate.google.com/\nhttps://roblox.com/home\nchat.openai.com/?model=text-davinci-002-render-sha\nhttps://www.amazon.com/\nagar.io/#ffa"
URL Cleaner
2023-05-31T01:53:13.000Z
**Example** `[class*="container"] → .container`
\[class\*=(?:"|')?(.*?)(?:"|')?\]
/*********************** ***** SHOULD MATCH ***** ***********************/ /* No quotes */ [class*=container] {} /* Single quotes */ [class*='container'] {} /* Double quotes */ [class*="container"] {} /* Multiple classes */ [class*="container"][class*="container-large"] {} /************************** ***** SHOULDN'T MATCH ***** **************************/ /* With = (exactly equal) */ [class="container"] {} /* With ^= (begins with) */ [class^="container"] {} /* With $= (ends with) */ [class$="container"] {}
CSS | Convert class attribute syntax to equivalent dot syntax
2017-11-29T13:24:40.000Z
Identifica una cadena tipo javascript
["]{1}[^"]*["]{1}
"Oswaldoa kdjkdj45646 Sanchez Melos"
Token Cadena
2019-10-22T17:07:14.000Z
The capture group returns only a number with a dot if it has decimal digits, otherwise it is treated as an integer. 1.1 => 1.1 1\. => 1
([0-9]+.[0-9]+|[0-9]+)
1.0 1. 3.3 3. 3.33333333333333333333 33.123456
Trailing dot removal after number sequence
2021-04-08T16:15:14.000Z
Format: (dddd-ddd)(.*)
(^\d{4}-\d{3}?)(.*)
#Valid: 1234-567 ABCD efgh 1600-141 Lisboa #Invalid: 1234567 1234 567
Código Postal + Localidade Portugal
2022-05-02T07:54:33.000Z
\<div\sclass=\"r\"\>\<a\shref=\"(.*)\".*\<h3\sclass=\"LC20lb\sDKV0Md\"\>(.*)\<\/h3\>
Buscar en búsquedas de Google
2020-04-05T09:04:39.000Z
matches any letters or numbers '-' '_' '.' in prefix @ letters or numbers '-' in domain . 2 or 3 letters in suffix useful for getting emails from files that include emails
[[:alnum:]\_\.\-]+@[[:alnum:]\-]+\.[[:alpha:]]{2,3}
Basic Email Regex
2019-08-16T09:56:08.000Z
IP4 正则语句
(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))
192.168.2.2
校验IP-v6地址
2017-06-22T05:24:34.000Z
(\w+[A-Z]\w+)
MiguelGarcia JohnDoe Jan Smit Jansen
Find First and Last name together
2019-05-15T11:53:38.000Z
Regex Record for Data from SSH scripting
([0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3})\s{1}(.*)\s{1,}([A-Z0-9]{2}-[A-Z0-9]{2}-[A-Z0-9]{2}-[A-Z0-9]{2}-[A-Z0-9]{2}-[A-Z0-9]{2}:[A-Z0-9]{2})\s{1}(AHM.*)\s([0-9]{1,3})
192.168.128.203 2C-FF-EE B4-C7-99-73-AE-10:R1 AHM WLAN DIREKSI KRW 702
Regex Record SSH
2021-06-23T02:55:21.000Z
Email validator from http://haacked.com/archive/2007/08/21/i-knew-how-to-validate-an-email-address-until-i.aspx/
^(?!\.)(""([^""\r\\]|\\[""\r\\])*""|([-a-z0-9!#$%&'*+/=?^_`{|}~]|(?<!\.)\.)*)(?<!\.)@[a-z0-9][\w\.-]*[a-z0-9]\.[a-z][a-z\.]*[a-z]$
Email Validator
2015-08-31T13:46:02.000Z
Timespan validator for DDD:HH:MM which takes required minimum 1 minute
([0-9][0-9][0-9]:([0-1][0-9]|[2][0-3]):([0][1-9]|[1-5][0-9]))|([0-9][0-9][0-9]:([0][1-9]|([1][0-9])|[2][0-4]):[0-5][0-9])|(([0-9][0-9][1-9]|[0-9][1-9][0-9]|[1-9][0-9][0-9]):([0-1][0-9]|[2][0-4]):[0-5][0-9])
001:00:00
TimeSpan
2015-09-30T07:34:39.000Z
yyyymmddThhmmss
\d{4}(0[1-9]|1[0-2])(0[1-9]|[1-2]\d|30|31)T([01]\d|2[0-3])[0-5]\d[0-5]\d
20121224T235959
\d{4}(0[1-9]|1[0-2])(0[1-9]|[1-2]\d|30|31)T([01]\d|2[0-3])[0-5]\d[0-5]
2015-11-03T09:34:35.000Z
reference pattern checking
((([A-Z.]+\.)\s([A-z]+)(?:,\s)){1,})([^,][A-z\s\W]+)(?:,\s)([^,][A-z\s\W]+)(?:\s)([0-9]{1,3})\(([0-9]{1,2})\)(?:,\s)\((\d{4})\) (([0-9]{1,3})–([0-9]{1,})).
reference
2014-12-31T13:03:50.000Z
(\d{3})@.*?@(\d{3})-(\d{3})-(\d{4})\s+(\d{2}:\d{2}:\d{2})\s(\d{8})@(.*?)@(.{15})(.*?)([BRPC].{3})@(.*?)@(.*?)LEC\s(.*?)@(.{29})([A-Z]{2})@.*?@.*?ESN(.*?)@P#(\d{3})-(\d{3})-(\d{4}).*?@.*?@.*?@(.*?)@(.*?)@(.*?)@
_203@ @815-288-3323 14:11:24 01162018@DIXON COUNTY FIRE DEPARTMENT @210 S BUSN@HENNEPIN @ AVE LEC CTL @DIXON IL@ @ ESN 191@P#815-288-3323 ALT# - - @X Y CF @UNC Z ZUNC @DIXON POLICE @DIXON CITY FIRE @DIXON CITY AMBULANCE @_
COM-1950 - Landline
2018-01-17T22:21:50.000Z
Matches links to songs, playlists and links when clicked from a playlist.
(http|https):\/\/(?:www\.)?soundcloud.com\/((?:[^\W_]|-)){3,255}\/(sets|((?:[^\W_]|-){3,255}))(\/((?:[^\W_]|-){3,255})|(\?in=((?:[^\W_]|-){3,255})\/((?:[^\W_]|-){3,255})\/((?:[^\W_]{3,255}|-))|))
https://soundcloud.com/username-user/sets/syre https://soundcloud.com/song-creator/track-name234-2341?in=username-user/sets/syre https://soundcloud.com/song-creator/track-name234-2341 https://soundcloud.com/song_creator/track-name234-2341?in=username-user/sets/syre
SoundCloud
2016-08-04T23:09:17.000Z
([^ ]*), \"([^ ]*)\", \"([^ ]*)\", \"([^ ]*)\", \"([^ ]*)\", \"([^ ]*)\"
0001, "Adam", "Smith", "19.99", "Salt Lake City", "UT" 0002, "Aaron", "Swenson", "29.99", "Orem", "UT" 0003, "Alex", "Sanderson", "39.99", "Provo", "UT" 0004, "Alexa", "Swanson", "49.99", "Springville", "UT" 0005, "Amanda", "Samuels", "59.99", "Sandy", "UT"
AMCC
2015-08-21T20:24:55.000Z
.*(\d{9}).*(\d{4}-\d\d-\d\d).*"(\d+:\d+:\d+)".*"(.*)".*"(.*)".*"(\d*)".*"(\d+:\d+:\d+)".*"(\d+,\d+)"
"27311" "5.37876.00.00.100000" "502190787" "2016-01-28" "19:02:47" "Polska" "Przesyłanie danych" "Przesyłanie danych" "blackberry.net" "1020 kB" "0,00"
Orange-rozmowa
2016-03-21T11:33:03.000Z
([!-\~]*[aeiou][!-\~]*)
\b([^aeiou\s]+)\b
a b c d e f g h i j k l m n o p q r s t u v w x y z A B C D E F G H I J K L M N O P Q R S T U V W X Y Z stale egg bunnul f dfdfdfdf bfbgfgf gbvcb bvvb v bnbv b'sfgr2345092374 hjjjio 1234ABNGH 23123ibnnbiuysd i aaaaaaaaaaaaaaaaaa
vowel words
2015-12-29T07:14:44.000Z
^(?=(?!\.?\*)\S* +DYNALLOC )(.{71}\S.*\n)*.*
Macro
2019-04-26T07:45:27.000Z
meh
(\d{5}\s?\d{5})?\s?(parcel\s?locker)\s?(\d{5}\s?\d{5})?
Parcel Locker 10080 88673 parcel locker 10080 88673 Parcel Locker 1008088673 parcel locker 1008088673 ParcelLocker1008088673 parcellocker1008088673 parcel locker1008088673 parcel locker 1008088673 parcel locker 10080 88673 10080 88673 Parcel Locker 10080 88673 parcel locker 1008088673ParcelLocker 1008088673parcellocker hejsan parcel locker thug Parcel street 1234567890 1234567890 Parcel street Locker srteet 1234567890
REGEX for detecting AU Parcel locker
2015-11-30T08:54:26.000Z
Regex que captura ocorrências "semelhantes" a : 'alinea a', 'alineas a', 'alinea "a"', 'ali. "a"', 'ali. a', 'ali. "a"', 'ali "a"', 'ali a'
(?:\W|^)(alineas|alinea|alis\.?|ali\.?) (?:([a-z])|\"([a-z])\")(?:\W|$)
alinea a, alinea "a", ali. "a", ali "a", ali. a, ali. "a", ali. a", ali a
alineas-ocorrencias
2018-11-09T21:44:22.000Z
Checks in input for matching social security numbers in Denmark
^(0[1-9]|[12]\d|3[01])(0[1-9]|1[0-2])\d{2}[-]?\d{4}$
310255-5253
DK CPR Validation
2023-01-25T09:41:49.000Z
Matches the XML pages of the /quizzes routes for feedpager
^/(?<page>quizzes)(?:/(?<subpage>[\w-]+)?)?(?:\.xml)$
# EXPECTED URL MATCHES /quizzes /quizzes/ /quizzes/food /quizzes/food/ /quizzes.xml /quizzes/food.xml # EXPECTED URL NON-MATCHES /quizzes2 /quizzes.xml/ /quizzes/food.xml/ /investigations /investigations/foo /jobs/something /foo/bar /jp/index /about /press /uk/shopping /esp/shopping /shopping /jp/shopping /jp/quizzes
Quizzes Feedpager – XML
2022-01-27T13:30:53.000Z
^([a-zA-Z]{0,3}\$\s*)?(([1-9]\d{0,2})(\.\d{3}){0,3}(\.\d{3})|(\d{1,14}))(,\d{2})?$
/* Valid */ $9 R$9,99 R$ 9,99 BRL$9,99 9 99999999999999 99999999999999,99 9.000,99 99.000,99 999.000,99 9.000.000,99 99.000.000,99 999.000.000,99 999.000.000,99 9.000.000.000,99 99.000.000.000,99 999.000.000.000,99 9.000 99.000 999.000 9.000.000 99.000.000 999.000.000 999.000.000 9.000.000.000 99.000.000.000 999.000.000.000 /* Invalid */ R9 R$9.99 999999999999999 999999999999999,99 0.000,99 09.000,99 099.000,99 0.000.000,99 09.000.000,99 099.000.000,99 099.000.000,99 0.000.000.000,99 09.000.000.000,99 099.000.000.000,99 0.999 .99.000 99.9.000 99.99.000 9.9999.000 9.99.000.000 .999999.000 99.99.000.000 999.999999.000 999999.000.000
Currency for comma decimal separator
2018-04-16T18:03:04.000Z
https?:\/\/\K((?:[^.\/]+\.)+[^\/]+)
https://www.google.com/?gws_rd=ssl
Regex to select domain name
2018-04-24T17:53:29.000Z
Pull Authorize.Net Transaction ID from WooCommerce's order_notes
[a-zA-Z0-9\.\|\ \/\:\(\)\<\>\=\-\#\"\,]*\ \(Transaction\ ID\ ([0-9]*)\)[a-zA-Z0-9\.\|\ \/\:\(\)\<\>\=\-\#\"\,]*
Transformers: The IDW Collection, Vol. 5 (#82973) stock reduced from 18 to 17.|Order status changed from Failed to Processing.|Authorize.Net CIM Charge Approved: Visa ending in 5991 (expires 06/21) (Transaction ID 60782052346)|Authorize.Net CIM Payment Failed (Status code 2: Error Code: 27 - The transaction has been declined because of an AVS mismatch. The address provided does not match billing address of cardholder. Transaction ID 60782050745) Order status changed from Pending payment to Failed.
WooCommerce & Authorize.Net Transaction ID
2017-11-20T19:19:33.000Z
^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$
/[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}
/[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}
2015-07-23T17:23:13.000Z
s
^19[5-9]\d|20[0-4]\d|2050$
2004
s
2014-04-29T20:44:34.000Z
^(?:(?:\(?(?:00|\+)([1-4]\d\d|[1-9]\d?)\)?)?[\-\.\ \\\/]?)?((?:\(?\d{1,}\)?[\-\.\ \\\/]?){0,})(?:[\-\.\ \\\/]?(?:#|ext\.?|extension|x)[\-\.\ \\\/]?(\d+))?$
+44
Phone Number
2018-02-13T09:19:28.000Z
license plates
^\d{2}-[A-Z]\d-\d{5}$
98-B3-10478
license plates
2021-03-30T10:34:29.000Z
This validate all most all email addresses.
^\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$
Email Address Validation
2021-08-18T17:56:29.000Z
filename.txt Not: .filename.txt
^(?!\\.)(?!com[0-9]$)(?!con$)(?!lpt[0-9]$)(?!nul$)(?!prn$)[^\\|\\*\?\\:<>\/$"]*[^\\.\\|\\*\\?\\\:<>\/$"]+$
filename.txt
checks for valid filename
2016-09-23T13:24:27.000Z
Breaks file path up into wrappers, root, and path components. Understands both Windows (DOS) and Unix style paths. Wrappers and path components can be farther processed in code. Path component should support any visible Unicode character but not things like VT, HT or any other non-printing character. Most of the non-printable characters would also be allowed by file systems but are near impossible to enter.
^(?<wrappers>(?:[[:alpha:]][[:alnum:]]+://)*)(?<root>(?:[[:alpha:]]:/|/)?)(?<path>(?:[[:print:]]*))$
vfs://D:/really/long/path/0.0.1/.././.secret/hide/out.sh
PHP file path with wrappers
2014-05-20T13:07:53.000Z
URL Description from Dr. M. G. @ Brookes
^([a-z\-]+:\/\/)?([a-zA-Z0-9]+)(\.[a-zA-Z0-9]+)*(\/[a-zA-Z0-9]*)?$
URL
2015-03-02T15:00:36.000Z
\[[\w\s]*id="(\d+)
down vote favorite I have a text id="44" [wow id="44"] bla bla bla [wow id="99"] bla bla bla [wow id="100"] bla
Extract ids (values) with regex
2014-11-14T07:13:09.000Z
I.e. /folder/folder/filename.txt
^.*\.(txt|ZIP)$
/kundeb/orderListA/notes.txt
Checks for file ending
2016-09-26T08:33:15.000Z
^(("[\w-\s]+")|([\w-]+(?:\.[\w-]+)*)|("[\w-\s]+")([\w-]+(?:\.[\w-]+)*))(@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?)$)|(@\[?((25[0-5]\.|2[0-4][0-9]\.|1[0-9]{2}\.|[0-9]{1,2}\.))((25[0-5]|2[0-4][0-9]|1[0-9]{2}|[0-9]{1,2})\.){2}(25[0-5]|2[0-4][0-9]|1[0-9]{2}|[0-9]{1,2})\]?$)i
email
2015-07-21T11:04:28.000Z
([\d\.]+)\s(\S*)\s(\S*)\s\[(.*?)\]\s"(.*?)"\s(\d+)\s(\S*)
10.223.157.186 - - [15/Jul/2009:15:50:37 -0700] "GET /assets/swf/home-media-block.swf HTTP/1.1" 200 123884
apache log
2016-03-03T15:51:19.000Z
1
^[-]{0,1}[\\d]+(\\.[\\d]+)?$
0.2
1
2015-03-31T09:08:17.000Z
Regex for date in ISO 8601 format that also check the number of day in a month to be sure the date is valid
^(19[789]\d|2\d{3})-((0[13578]|1[02])-([0-2]\d|3[01])|02-[0-2]\d|(0[469]|11)-([0-2]\d|30))T([01]\d|2[0-4])(:[0-5]\d){2}Z$
2017-11-22T16:18:54Z
ISO 8601 date regex with check of number of day in a month
2017-11-22T15:22:16.000Z
\s*\+\s*\n(\s*)
public void plugins_group_id_not_textual() throws IOException { pluginsFailure("{" + " \"plugins\": {" + "hola" + " \"onePlugin\": {" + " \"groupId\": 2" + " }" + " }" + "}");
espacios antes
2019-01-28T10:24:09.000Z
This RegEx can be used to check whether a string (usually a commit message) matches the structure specified in the [conventional commits specification](https://www.conventionalcommits.org/en/v1.0.0/#specification) and it allows to retrieve the sections of the structure via. named groups. The groups are the following: (`?` means, that this can be empty/nullable) - `type` - The commit type (e.g. `feat`, `fix`, etc.) - `scope`? - The optional scope of the commit (e.g. the part of the codebase that the changes affect) - `breaking`? - `!` or empty - whether breaking changes where marked using an exclamation mark after the type/scope - `description` - The (short) one-line description of the commit - `body`? - The optional (multiline) long description of the commit - `footers`? - The optional footer(s) of the commit If you have any questions or found something that is wrong take a look on my [GitHub](https://github.com/mccoderpy) for contact details
\A(?:(?P<type>[^\(!:]+)(?:\((?P<scope>[^\)]+)\))?(?P<breaking>!)?: (?P<description>.+))(?:(?!(?:\n{2}^(?:BREAKING[ -]CHANGE|[a-zA-Z0-9_\-]+)(?:: | #\b)[^\n:]+(\n*\b)?)+)\n{2}(?P<body>(?:(?!\n{2}(?:^(?:BREAKING[ -]CHANGE|[a-zA-Z0-9_\-]+)(?:: | #\b)[^\n:]+(\n*\b)?)+).|\n+?)+?))?(?:\n{2}(?P<footers>(?:^(?:BREAKING[ -]CHANGE|[a-zA-Z0-9_\-]+)(?:: | #\b)[^\n:]+(\n*\b)?)+))?(?:\n*)\Z
feat(foo): add a nice RegEx to check and parse a commit message that folows https://www.conventionalcommits.org/en/v1.0.0 Hello, This is an multiline example and very nice This may also include colons as long as they are not after a word boundary followed after two line brakes Example: foo Other example: xyz Refs: #42 BREAKING-CHANGE: Brakes wood something #mentions a commit
Conventional Commits RegEx
2022-12-15T14:03:01.000Z
\s*(((\d*).?(\d*),(\d*)).*VAL.*SOLDE LE\s*((0[1-9]|[12][0-9]|3[01])\/(0[1-9]|1[012])))
IBAN BE12 6115 1361 7292 BIC DEUTBEBE 321,81 + VAL SOLDE LE 03/01 REF. 23/01 50,00 + 23/01 VIREMENT BE73 271 0141648 60 59991799 BIETLOT FRANCOIS RUE DE PRAHY 14 5060 SAMBREVILLE BE Com: CASH - ETRENNES AUGUSTIN MAMY GISOU 23/01 50,00 + 23/01 VIREMENT BE73 271 0141648 60 59991899 BIETLOT FRANCOIS RUE DE PRAHY 14 5060 SAMBREVILLE BE Com: CASH - NAISSANCE AUGUSTIN VALERIE 23/01 50,00 + 23/01 VIREMENT BE73 271 0141648 60 59991999 BIETLOT FRANCOIS RUE DE PRAHY 14 5060 SAMBREVILLE BE 471,81 + A REPORTER EXTRAIT 002/001 E-ACCOUNT 611-5136172-92 EUR 05/04/18 IBAN BE12 6115 1361 7292 BIC DEUTBEBE 471,81 + REPORT A NOUVEAU Com: CASH - ETRENNES AUGUSTIN NONO MAMYLINE 12/02 20,00 - 12/02 VOTRE VIREMENT A BE73 271 0141648 60 59997800 1.1 Bietlot François Com: /remb liquide/siege velo 451,81 + SOLDE LE 12/02 Les dépôts sur ce compte sont éligibles à la protection conformément à la loi allemande sur la garantie des dépôts. Vous trouverez plus d'informations dans la Fiche d'information du déposant disponible sur simple demande ou sur www.deutschebank.be/media/pdf/informatieblad-fr.pdf EXTRAIT 002/002 E-ACCOUNT 611-5136172-92 EUR 05/04/18 TAUX D'INTERET DEBITEUR APPLIQUE : 5,87 % PAR AN. IBAN BE23 6115 1361 7191 BIC DEUTBEBE 732,12 + VAL SOLDE LE 04/01 REF. 09/01 400,00 + 09/01 VIREMENT BE73 750 6414221 60 59995699 BIETLOT FRANCOIS RUE DE PRAHY 14 5060 VELAINE-SUR-SAMBRE BE Com: RESERVE CHARGES 07/02 400,00 + 07/02 VIREMENT BE73 750 6414221 60 59998199 BIETLOT FRANCOIS RUE DE PRAHY 14 5060 VELAINE-SUR-SAMBRE BE Com: RESERVE CHARGES 07/03 400,00 + 07/03 VIREMENT BE73 750 6414221 60 59993099 BIETLOT FRANCOIS RUE DE PRAHY 14 5060 VELAINE-SUR-SAMBRE BE Com: RESERVE CHARGES 1.932,12 + SOLDE LE 07/03 EXTRAIT 002/001 DB INTENSIV PLUS 611-5136171-91 EUR 05/04/18 IBAN BE23 6115 1361 7191 BIC DEUTBEBE Les dépôts sur ce compte sont éligibles à la protection conformément à la loi allemande sur la garantie des dépôts. Vous trouverez plus d'informations dans la Fiche d'information du déposant disponible sur simple demande ou sur www.deutschebank.be/media/pdf/informatieblad-fr.pdf EXTRAIT 002/002 DB INTENSIV PLUS 611-5136171-91 EUR 05/04/18 IBAN BE65 6115 1361 7696 BIC DEUTBEBE 344,83 + VAL SOLDE LE 12/01 REF. 05/04 0,22 + 01/04 PRIME DE FIDELITE TRIMESTRE 1 90000799 345,05 + SOLDE LE 05/04 Les dépôts sur ce compte sont éligibles à la protection conformément à la loi allemande sur la garantie des dépôts. Vous trouverez plus d'informations dans la Fiche d'information du déposant disponible sur simple demande ou sur www.deutschebank.be/media/pdf/informatieblad-fr.pdf EXTRAIT 002/001 DB E-FIDELITY ACCOUNT 611-5136176-96 EUR 05/04/18 611-5136170-90 19.02.18 CREDITS TERMINAL : 403693/P2P MOBILE PERIODE : 048 00.00.00 --------------------------------------------------------------------------- TRANSACTION DATE/HEURE DONNEUR D'ORDRE MONTANT REFERENCE --------------------------------------------------------------------------- 8984 17.02 20.06 001-7562717-91 46,40 P2P MOBILE TOTAL : 46,40 EUR DECOMPTE D'INTERETS ET FRAIS 03M DATE : 01/04/2018 E-ACCOUNT 611-5136170-90 EUR 72/26 3,43 D INTERETS EN NOTRE FAVEUR 3,43 D MONTANT NET - VALEUR 01/04/2018 COMPTABILISE EN COMPTE DROIT DE TIMBRE EUR 0,15 PAYE PAR LA BANQUE DECOMPTE PRIME DE FIDELITE TRIMESTRE 1(*) DATE : 05/04/2018 DB E-Fidelity Account 611-5136176-96 EUR 72 0,22 C PRIME DE FIDELITE TRIMESTRE 1 0,22 C MONTANT NET - VALEUR 01/04/2018 COMPTABILISE EN COMPTE (*) LE MONTANT DE LA PRIME DE FIDELITE PEUT ETRE SUJET A DES MODIFICATIONS EN CAS DE MOUVEMENT A UNE DATE ULTERIEURE AYANT UNE DATE VALEUR DANS UN TRIMESTRE PRECEDENT.
iban test
2018-08-21T20:07:47.000Z
Using (?m) to match only the wanted line
(?m)^([^A-Za-z0-9]+)([0-9_]+)([A-Za-z]+)([0-9_]+)([^A-Za-z0-9]+)$
*-* 1_1_1 ***444asd444*** 1_1_1 *-*
Multiple line modifier
2018-06-23T06:54:49.000Z
Matches palindromes: * arbitrary length * ignores non-significant characters (spaces, ponctuation) * ignores accents, provided the text is NFD-normalized * recursive palindromes (e.g. "a été à"): either match the longest one ("a été à") or the nested ones individually ("a", "été", "à") (see comment)
(?(DEFINE) (?<palindrome> # Recursive alternative first to match recursive palindromes. # Invert alternatives order to match nested palindromes individually # and (drastically) reduce backtracking. (?<l1>\p{L})\p{M}* [\s\p{P}]* (?&palindrome) [\s\p{P}]* \k<l1>\p{M}* | (?<l2>\p{L})\p{M}* [\s\p{P}]* \k<l2>\p{M}* | \p{L}\p{M}* ) ) (?<=[\s\p{P}]|^) (?&palindrome) (?(?=\s*\p{P}) (?:\s*\p{P})+ | (?=\s|$))
~ should not match jambon ~ Simple a bb cc ddd bob ara abbb a radar essayasse ~ Spaces, diacritics and punctuation Don't nod!Step on no pets. Ésope reste ici et se repose. Élu par cette crapule ! ? Tu l'as trop écrasé, César, ce Port-Salut ! Zeus a été à Suez. ~ Recursive palindromes a a ! ah ha ! abba / ab b a ~ abba été àb ba ~ abba, ab b a, abbà été àb ba
Palindromes
2023-02-01T17:47:17.000Z
# Flexible Name Matching This algorithm will match name-formatted strings to a minimum accuracy of 3 correct characters per value. `Firstname Lastname` will match any of the following: `First Last` `fname lname` `fame lame` `nameF nameL` `fam meal` `man men` As is illustrated above, the presented algorithm is very _**lazy**_ with its matches. It can easily be altered to have stricter or more nuanced matching conditions. Breaking the name-formatted string down into individual parts allows for greater specificity within regex matches, and allows for handling of obscure of unusual errors and/or typos. Have fun!
(?P<full_name>(?P<fname>[firstname]{3,})\s\w*?(?P<lname>[lastname]{3,}))
first last name lastname fname lname namef namel
Flexible Name Matching
2021-05-25T07:27:28.000Z
(?P<Ano>[2018]+)\|(?P<Mes>[A-Za-z]+)\|(?P<RamGrl>[A-Za-z\s]+)\|(?P<Suc>[\w\s]+)\|(?P<Ofn>[\w\s\d\(\)\-\.\&\,]+)\|(?P<Pmt>[\w\s\d\(\)\-\.\,\¥\*\%\&\Ü\Ñ]+)\|(?P<Agente>[\w\d\s\.\,\¥\¤\$\&\%\-]+)\|(?P<Mon>[A-Za-z]+)\|(?P<SucEmi>[\w\s\.\-\(\)]+)\|(?P<RamoEmi>[\w\s\.\/]+)\|(?P<Poliza>[0-9]+)\|(?P<FecFinVig>[\d\/]+)\|(?P<Cliente>()|[a-zA-ZÀ-ÖØ-öø-ÿ\s\.\,\-\*\'\%\d\&\¥\¤\!\¡\+\`\´\#\(\)\;\€\"\­\¨\:\_\@\‘\Ã\.+]+)\|(?P<StaMc>[\w\d]+)\|(?P<FecMC>[\d\/]+)\|(?P<NoAPet>[MSX]+)\|(?P<Renovadas>[\d]+)\|(?P<Observaciobnes>(()|[a-zA-ZÀ-ÖØ-öø-ÿ\d\s\.\,\:\+\(\)\¥\¤\-\#\;\&\$\*\%\'\/\´\!\@\"\‘\Ã])+)\|(?P<Motivo>[S/C]+)\|(?P<PrimaEmi>[\-\d]+)\|(?P<PrimaCob>[0-9]+)\|(?P<Siniestros>[\d\-]+)\|(?P<PolizaNva>[0-9]+)\|(?P<FecRenovacion>[\d\/]+)\|(?P<PrimaDRenov>[0-9]+)\|(?P<CobranzaDRen>[0-9]+)\|
2018|Feb|AUTOS|MATRIZ|OFICINA MATRIZ|ARMANDO LEON PTACNIK|ARMANDO LEON HERNANDEZ 4684|DLL|ARMANDO L. PTAN|TURISTAS|1067|17/02/2018|ALONSO HERNANDEZ ZAZUETA €|X|01/01/2000|X|45||S/C|368|368|0|0|01/01/2000|0|0| 2018|Feb|AUTOS|MATRIZ|OFICINA MATRIZ|ARMANDO LEON PTACNIK|ARMANDO LEON HERNANDEZ 4684|DLL|ARMANDO L. PTAN|OBLIGATORIO TURISTAS|1067|17/02/2018|ALONSO HERNANDEZ ZAZUETA €|X|01/01/2000|X|45||S/C|1|1|0|0|01/01/2000|0|0| 2018|Mar|AUTOS|MATRIZ|OFICINA MATRIZ|ARMANDO LEON PTACNIK|ARMANDO LEON HERNANDEZ 4684|NAL|ARMANDO L. PTAN|MOTOCICLETAS|187|15/03/2018|ALONSO HERNANDEZ ZAZUETA €|R000216|12/03/2018|S|45|POLIZA YA RENOVADA|S/C|901|901|0|216|12/03/2018|797|0| 2018|Mar|AUTOS|MATRIZ|OFICINA MATRIZ|ARMANDO LEON PTACNIK|ARMANDO LEON HERNANDEZ 4684|NAL|ARMANDO L. PTAN|OBLIGATORIO MOTOCICLETAS|187|15/03/2018|ALONSO HERNANDEZ ZAZUETA €|X|01/01/2000|X|45||S/C|14|14|0|0|01/01/2000|0|0| 2018|Jul|AUTOS|MATRIZ|OFICINA MATRIZ|OFICINA MATRIZ|ROQUE ALONSO P Y ASOCIADOS AGENTE DE SEGUROS Y DE FIANZAS SA DE CV 9761|NAL|MATRIZ|SEGURO DE AUTOMOVILES|767608|07/07/2018|GUSTAVO MONTAÑO ALVAREZ|S806612|19/06/2018|X|0|RENOVADA X NUMERO DE SERIE GUSTAVO MONTAÑO ALVAREZ|S/C|13395|11721|0|0|01/01/2000|0|0|
Indicador Diario
2018-08-14T21:32:52.000Z
^.*z$
quiz
Plural (-zes)
2017-10-20T17:16:57.000Z
allows white spaces, -, Umlaut and ß
^[^!@#$%^&*()\+\=\[\]\\\';,.\/{}|\":<>?]+$
text validation
2016-02-26T10:31:17.000Z
^(All days)|(\s(Su|\s{3})(Mo|\s{3})(Tu|\s{3})(We|\s{3})(Th|\s{3})(Fr|\s{3})(Sa|\s{3}))$
Su Tu Th Sa
weekRegex
2016-02-01T15:28:17.000Z
Determine the truth of a given statement about internet services
((?=.*?)(Google|Amazon)( (.+?))? is the largest( web)? service( of its kind)? in the world)*
Google Search is the largest service of its kind in the world Google Analytics is the largest service of its kind in the world Blah de blah de blah Yahoo search is the largest web service of its kind in the world Google Maps is the largest service of its kind in the world More blah Amazon Shopping is the largest web service of its kind in the world Google is the largest web service in the world
Website Truth Checker
2016-03-23T15:17:12.000Z
(\d{4})\. ((((.)*) - ((.)*))\.mp3)
0023. Oasis - Acquiesce (Remastered).mp3 0024. Bush - Comedown (Remastered).mp3 0025. Coldplay - Speed Of Sound.mp3 0193. Blue Oyster Cult - (Don't Fear) The Reaper.mp3
yandex_music_parser
2018-09-20T15:25:45.000Z
This selects Bengali using the script tag. It works in Javascript, using: text.split(/[^\p{Script=Bengali}]+/ug) or text.match(/[\p{Script=Bengali}]+/ug) This Regex was provided by `<a href="https://stackoverflow.com/users/2627243/peter-seliger">Peter Seliger</a>`
[\p{Script=Bengali}]+
স্বামীজির সামনে তিন জন মেয়ে বসেছিলো, তাদের সবার বয়স তেইশ–চব্বিশের কাছাকাছি । তারা স্বামীজির পোশাক দেখে নিজেদের মধ্যে খুব হাসাহাসি করছিলো । একজন বললো, “দেখ ! সন্ন্যাসীর খুব ঘড়ি পরার শখ *5 হয়েছে ।”selects English আর বাকিরা হাসতে লাগলো । স্বামীজি সবটা শুনছিলেন কিন্তু কিছু বলেননি । হঠাৎ একটা মেয়ে বাকি দু’জন কে কানে কানে বললো, “আমি যেমন টা করবো তোরা সেরকম আমার সাথে থাকবি ।”
selects Bengali text
2021-08-18T02:38:14.000Z
Viet Nam Phone Number Regex. This regex include: - Cellphone number: Viettel, Vinaphone, Mobiphone, Vietnamobile, Iteltelecom, Reddi (055) - Telephone number (such as: 024, 028,...) - Start with ```0``` or ```84``` - Exactly 10 or 11 numbers
^(0|84)(2(0[3-9]|1[0-6|8|9]|2[0-2|5-9]|3[2-9]|4[0-9]|5[1|2|4-9]|6[0-3|9]|7[0-7]|8[0-9]|9[0-4|6|7|9])|3[2-9]|5[5|6|8|9]|7[0|6-9]|8[0-6|8|9]|9[0-4|6-9])([0-9]{7})$
84386648412 0386648412 0985391168 0777759299 02333562333 02835399144 02123014548 02403261236 02333851623 02163870688 02343954314 02283640309 02973841184 02973523165 02263576098 02043590527 0934607056 0551236592 84586184285
Viet Nam Phone Number
2021-09-22T16:50:23.000Z