Add Safari pinned tab icon

main
Isaiah Odhner 2019-09-29 13:22:04 -04:00
parent 278ee910c3
commit bc1afbab52
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48">
<path fill-rule="evenodd" d="M9 0v15l-2-2-.5.5-2.5-4c-.912-1.459-5 3.25-3.5 4l4 2-.5.5 5 5v3H8c-.5 0-1 .5-1.002 1v6C7 31.5 7.5 32 8 32.002V47c0 .5.5 1 1 1h39V9.5L38.5 0H9zm1 1h28v10h9v36H28V32c.5 0 1-.5 1-1v-6c0-.5-.5-1-1-1h-2l7.5-7.5-.5-.5 3.5-2.5c1.15-.822-2.75-4.7-3.5-3.5l-2.5 4-.5-.5L20 23V8h-1l1-4c.373-1.49-6.373-1.49-6 0l1 4h-1v12l-4-4V1zm0 21l2 2h-2v-2z"/>
</svg>

After

Width:  |  Height:  |  Size: 439 B

View File

@ -23,6 +23,7 @@
<link rel="icon" type="image/png" sizes="96x96" href="images/icons/favicon-96x96.png"> --> <link rel="icon" type="image/png" sizes="96x96" href="images/icons/favicon-96x96.png"> -->
<!-- <link rel="icon" type="image/png" sizes="16x16" href="images/icons/favicon-16x16.png"> --> <!-- <link rel="icon" type="image/png" sizes="16x16" href="images/icons/favicon-16x16.png"> -->
<link rel="shortcut icon" href="favicon.ico"> <link rel="shortcut icon" href="favicon.ico">
<link rel="mask-icon" href="images/icons/safari-pinned-tab.svg" color="red">
<link rel="manifest" href="manifest.webapp"> <link rel="manifest" href="manifest.webapp">
<meta name="msapplication-TileColor" content="#ffffff"> <meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="images/icons/ms-icon-144x144.png"> <meta name="msapplication-TileImage" content="images/icons/ms-icon-144x144.png">