{"id":924,"date":"2025-05-10T21:45:50","date_gmt":"2025-05-10T21:45:50","guid":{"rendered":"https:\/\/pensplace.co.uk\/?post_type=wpdmpro&#038;p=924"},"modified":"2025-05-10T21:58:18","modified_gmt":"2025-05-10T21:58:18","slug":"font-awesome-free","status":"publish","type":"wpdmpro","link":"https:\/\/pensplace.co.uk\/index.php\/download\/font-awesome-free\/","title":{"rendered":"Font Awesome Free"},"content":{"rendered":"\n<p><img decoding=\"async\" width=\"50%\" src=\"https:\/\/img.fortawesome.com\/349cfdf6\/fa-free-logo.svg\" alt=\"Font Awesome Free\"><\/p>\n\n\n\n<p><a href=\"https:\/\/github.com\/FortAwesome\/Font-Awesome\">FortAwesome\/Font-Awesome: The iconic SVG, font, and CSS toolkit<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Meta Data<\/h2>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>Column Name<\/strong><\/td><td><strong>Data<\/strong><\/td><td><strong>Description<\/strong><\/td><\/tr><tr><td>Name<\/td><td>Font Awesome<\/td><td>Name of the Pack<\/td><\/tr><tr><td>Shortcode<\/td><td>font<\/td><td>Shortcode of the pack used for filtering<\/td><\/tr><tr><td>Github Link<\/td><td><a href=\"https:\/\/github.com\/FortAwesome\/Font-Awesome\">https:\/\/github.com\/FortAwesome\/Font-Awesome<\/a><\/td><td>Github Repository Link<\/td><\/tr><tr><td>Total<\/td><td><\/td><td>Total Number of Icons<\/td><\/tr><tr><td>Author<\/td><td>Font Awesome<\/td><td>Author of the Icon Pack<\/td><\/tr><tr><td>Author Link<\/td><td><a href=\"https:\/\/fontawesome.com\/\">https:\/\/fontawesome.com\/<\/a><\/td><td>Link to the Author<\/td><\/tr><tr><td>Icon SVG<\/td><td><em>&lt;<\/em>svg xmlns<em>=<\/em>&#8216;http:\/\/www.w3.org\/2000\/svg&#8217; viewBox<em>=<\/em>&#8216;0 0 512 512&#8217;<em>>&lt;!&#8211;!<\/em> Font Awesome Free 6.7.2 by <em>@fontawesome<\/em> <em>&#8211;<\/em> https:<em>\/\/<\/em>fontawesome.com License <em>&#8211;<\/em> https:<em>\/\/<\/em>fontawesome.com<em>\/<\/em>license<em>\/<\/em>free (Icons: CC BY 4.0<em>,<\/em> Fonts: SIL OFL 1.1<em>,<\/em> Code: MIT License) Copyright 2024 Fonticons<em>,<\/em> Inc. <em>&#8211;>&lt;<\/em>path \u00a0d<em>=<\/em>&#8216;M91.7 96C106.3 86.8 116 70.5 116 52C116 23.3 92.7 0 64 0S12 23.3 12 52c0 16.7 7.8 31.5 20 41l0 3 0 48 0 256 0 48 0 64 48 0 0-64 389.6 0c14.6 0 26.4-11.8 26.4-26.4c0-3.7-.8-7.3-2.3-10.7L432 272l61.7-138.9c1.5-3.4 2.3-7 2.3-10.7c0-14.6-11.8-26.4-26.4-26.4L91.7 96zM80 400l0-256 356.4 0L388.1 252.5c-5.5 12.4-5.5 26.6 0 39L436.4 400 80 400z&#8217; fill<em>=<\/em>&#8216;#55cef2ff&#8217; <em>\/>&lt;\/<\/em>svg<em>><\/em><\/td><td>SVG for the Pack Logo, or<\/td><\/tr><tr><td>Logo<\/td><td><\/td><td>PNG or JPG for the Pack Logo<\/td><\/tr><tr><td>Icons CSV<\/td><td><\/td><td>CSV FIle of the Icons<\/td><\/tr><tr><td>Has Categories<\/td><td>Yes<\/td><td>Are categories used to group icons within a pack.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Transformations<\/h2>\n\n\n\n<p><\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>Name<\/strong><\/td><td><strong>Transform From<\/strong><\/td><td><strong>Transform To<\/strong><\/td><\/tr><tr><td>1<\/td><td>&#8216;\/>&lt;\/svg><\/td><td>&#8216; fill='{{IconColor}}&#8217; \/>&lt;\/svg><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">PowerShell script to create csv from repository.<\/h2>\n\n\n\n<pre class=\"wp-block-prismatic-blocks\"><code class=\"language-powershell\" data-line=\"\">$counter = 1\n$file = &quot;D:\\fontawesome-20250503.csv&quot;\nwrite-host &quot;Font Awesome Free &quot;\n$setName = &quot;font-awesome&quot;\n\n# Core\n\n$path = &quot;D:\\Font-Awesome\\svgs\\*.svg&quot;\n$icons = get-childitem -File $path -recurse\n\n\nForEach($icon in $icons){\n    [string]$svg = Get-Content $icon.FullName;\n   # [array]$split = $icon.Name.Split(&#039;-&#039;)\n    [string]$path = $icon.DirectoryName.Split(&#039;\\&#039;)[-1]\n    $TextInfo = (Get-Culture).TextInfo\n    $string = $icon.Name.Replace(&quot;-&quot;,&quot; &quot;).Replace(&quot;.svg&quot;,&quot;&quot;).Trim()\n \n    # Capitalize the first letter of each word\n    $name = $TextInfo.ToTitleCase($string.ToLower())\n    $name\n    $path\n    $objResults = New-Object PSObject -Property @{\n        pp_id = $counter;\n        pp_name =  $name \n        pp_svg = $svg.Replace(&quot;&quot;&quot;&quot;,&quot;&#039;&quot;);\n        pp_pack = $setName\n        pp_size = &quot;512&quot;\n        pp_category = $path\n    }\n    $counter++\n    $objResults | Export-CSV $file -Append -NoTypeInformation -force\n}\n\nwrite-host &quot;Finished&quot;<\/code><\/pre>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>FortAwesome\/Font-Awesome: The iconic SVG, font, and CSS toolkit Meta Data Column Name Data Description Name Font Awesome Name&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"_import_markdown_pro_load_document_selector":0,"_import_markdown_pro_submit_text_textarea":""},"wpdmcategory":[47],"class_list":["post-924","wpdmpro","type-wpdmpro","status-publish","hentry","wpdmcategory-icon-packs"],"_links":{"self":[{"href":"https:\/\/pensplace.co.uk\/index.php\/wp-json\/wp\/v2\/wpdmpro\/924","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pensplace.co.uk\/index.php\/wp-json\/wp\/v2\/wpdmpro"}],"about":[{"href":"https:\/\/pensplace.co.uk\/index.php\/wp-json\/wp\/v2\/types\/wpdmpro"}],"author":[{"embeddable":true,"href":"https:\/\/pensplace.co.uk\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pensplace.co.uk\/index.php\/wp-json\/wp\/v2\/comments?post=924"}],"wp:attachment":[{"href":"https:\/\/pensplace.co.uk\/index.php\/wp-json\/wp\/v2\/media?parent=924"}],"wp:term":[{"taxonomy":"wpdmcategory","embeddable":true,"href":"https:\/\/pensplace.co.uk\/index.php\/wp-json\/wp\/v2\/wpdmcategory?post=924"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}