2015-10-14 18:52:04 +03:00
|
|
|
<!DOCTYPE html>
|
2015-10-19 13:28:40 +03:00
|
|
|
<html lang="en" prefix="og: http://ogp.me/ns#">
|
2015-10-14 18:52:04 +03:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
2015-10-19 13:28:40 +03:00
|
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
2015-10-14 18:52:04 +03:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2015-10-19 13:28:40 +03:00
|
|
|
<link rel="canonical" href="https://simpleicons.org">
|
2015-10-23 13:07:09 +03:00
|
|
|
<link rel="dns-prefetch" href="//www.google-analytics.com">
|
2015-10-19 13:39:45 +03:00
|
|
|
<link rel="dns-prefetch" href="//github.com">
|
2015-10-20 15:21:41 +03:00
|
|
|
<link rel="dns-prefetch" href="//raw.githubusercontent.com">
|
2015-10-14 18:52:04 +03:00
|
|
|
<title>Simple Icons</title>
|
2015-10-19 13:28:40 +03:00
|
|
|
<meta name="description" content="SVG icons for popular brands.">
|
|
|
|
<meta property="og:type" content="website">
|
|
|
|
<meta property="og:title" content="Simple Icons">
|
|
|
|
<meta property="og:description" content="SVG icons for popular brands.">
|
|
|
|
<meta property="og:url" content="https://simpleicons.org">
|
|
|
|
<meta property="og:site_name" content="Simple Icons">
|
|
|
|
<meta property="og:image" content="https://simpleicons.org/og.png">
|
|
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
|
|
<meta name="twitter:title" content="Simple Icons">
|
|
|
|
<meta name="twitter:description" content="SVG icons for popular brands.">
|
|
|
|
<meta name="twitter:site" content="@bathtype">
|
|
|
|
<meta name="twitter:domain" content="Simple Icons">
|
2015-10-22 16:57:08 +03:00
|
|
|
<meta name="twitter:image:src" content="https://simpleicons.org/images/og.png">
|
|
|
|
<link rel="icon" type="image/x-icon" href="https://simpleicons.org/images/favicon.ico">
|
|
|
|
<link rel="icon" type="image/png" href="https://simpleicons.org/images/favicon.png">
|
2015-10-19 19:57:49 +03:00
|
|
|
<meta name="google-site-verification" content="jn6XSTOvKDg-FP9-O7SUw5qU1CxPOaqhAeNUEkNrz_M">
|
2015-10-22 16:57:08 +03:00
|
|
|
<link rel="apple-touch-icon" href="https://simpleicons.org/images/apple-touch-icon.png">
|
|
|
|
<link rel="mask-icon" href="https://simpleicons.org/images/logo.svg" color="#111111">
|
2015-10-14 18:52:04 +03:00
|
|
|
<style>
|
|
|
|
html {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
body {
|
2015-10-20 16:46:08 +03:00
|
|
|
background-color: #FFF;
|
2015-10-14 18:52:04 +03:00
|
|
|
color: #666;
|
2015-11-19 15:16:42 +03:00
|
|
|
font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
|
2015-10-14 18:52:04 +03:00
|
|
|
-webkit-font-feature-settings: "dlig", "kern", "liga";
|
|
|
|
font-feature-settings: "dlig", "kern", "liga";
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
font-weight: 400;
|
|
|
|
line-height: 1.5rem;
|
|
|
|
margin: 0;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
}
|
|
|
|
a {
|
|
|
|
color: #333;
|
|
|
|
}
|
|
|
|
a:focus, a:hover {
|
|
|
|
color: #999;
|
|
|
|
}
|
|
|
|
.navbar {
|
|
|
|
background: #EEE;
|
2015-10-15 16:30:13 +03:00
|
|
|
text-align: center;
|
2015-10-14 18:52:04 +03:00
|
|
|
}
|
|
|
|
.title {
|
|
|
|
font-size: 1rem;
|
2015-11-19 15:37:13 +03:00
|
|
|
font-weight: 600;
|
2015-10-14 18:52:04 +03:00
|
|
|
margin: 0;
|
2015-10-15 16:30:13 +03:00
|
|
|
padding: 1.5rem 1.5rem 0;
|
2015-10-14 18:52:04 +03:00
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
.navbar__text {
|
2015-11-19 15:37:13 +03:00
|
|
|
font-size: 0.8125rem;
|
2015-10-15 16:30:13 +03:00
|
|
|
margin: 0;
|
2015-10-19 10:51:30 +03:00
|
|
|
padding: 0;
|
2015-10-14 18:52:04 +03:00
|
|
|
}
|
2015-10-19 10:51:30 +03:00
|
|
|
.donate-form {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0 0 1.5rem;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.donate-button {
|
|
|
|
-webkit-appearance: none;
|
2015-11-12 00:47:37 +03:00
|
|
|
background: transparent;
|
2015-10-19 10:51:30 +03:00
|
|
|
border: 0;
|
2015-11-12 00:47:37 +03:00
|
|
|
color: #333;
|
2015-10-19 10:51:30 +03:00
|
|
|
cursor: pointer;
|
2015-11-12 00:47:37 +03:00
|
|
|
display: inline-block;
|
2015-10-19 10:51:30 +03:00
|
|
|
font-family: inherit;
|
2015-11-19 15:37:13 +03:00
|
|
|
font-size: 0.8125rem;
|
2015-10-19 10:51:30 +03:00
|
|
|
font-weight: 400;
|
2015-11-12 00:47:37 +03:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
text-decoration: underline;
|
2015-10-19 10:51:30 +03:00
|
|
|
}
|
|
|
|
.donate-button:focus, .donate-button:hover {
|
2015-11-12 00:47:37 +03:00
|
|
|
color: #999;
|
2015-10-19 10:51:30 +03:00
|
|
|
}
|
2015-10-15 16:30:13 +03:00
|
|
|
@media (min-width: 800px) {
|
|
|
|
.navbar {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
.title {
|
|
|
|
padding: 1.5rem;
|
|
|
|
}
|
|
|
|
.navbar__text {
|
2015-10-19 10:51:30 +03:00
|
|
|
display: inline-block;
|
2015-11-12 00:47:37 +03:00
|
|
|
padding: 1.5rem 0;
|
2015-10-19 10:51:30 +03:00
|
|
|
}
|
|
|
|
.donate-form {
|
2015-11-12 00:47:37 +03:00
|
|
|
margin: 0 1.5rem 0 0;
|
2015-10-19 10:51:30 +03:00
|
|
|
padding: 0;
|
2015-10-15 16:30:13 +03:00
|
|
|
}
|
|
|
|
}
|
2015-10-14 18:52:04 +03:00
|
|
|
.hero {
|
|
|
|
margin: 0 auto;
|
2015-10-15 16:30:13 +03:00
|
|
|
max-width: 18rem;
|
2015-10-28 17:57:38 +03:00
|
|
|
padding: 3rem 3rem 0;
|
2015-10-14 18:52:04 +03:00
|
|
|
text-align: center;
|
|
|
|
}
|
2015-10-28 17:57:38 +03:00
|
|
|
.search-field {
|
|
|
|
-webkit-appearance: none;
|
|
|
|
background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYgMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxLjQxNCI+PHBhdGggZD0iTTE1LjY4NSAxNC4xODNMMTEuNjIgMTAuMWMuNzUtMS4wNSAxLjE4Mi0yLjMxNyAxLjE4Mi0zLjcgMC0zLjUzMy0yLjg2Ny02LjQtNi40LTYuNC0zLjUzMyAwLTYuNCAyLjg2Ny02LjQgNi40IDAgMy41MzMgMi44NjcgNi40IDYuNCA2LjQgMS4zODMgMCAyLjY1LS40MzMgMy43LTEuMTgzbDQuMDgzIDQuMDY2Yy4yLjIxNy40ODQuMzE3Ljc1LjMxNy4yNjcgMCAuNTUtLjEuNzUtLjMxNy40MTctLjQxNi40MTctMS4wODMgMC0xLjV6bS05LjI4My0yLjc2NmMtMi43NjcgMC01LjAxNy0yLjI1LTUuMDE3LTUuMDE3IDAtMi43NjcgMi4yNS01LjAxNyA1LjAxNy01LjAxNyAyLjc2NyAwIDUuMDE3IDIuMjUgNS4wMTcgNS4wMTcgMCAyLjc2Ny0yLjI1IDUuMDE3LTUuMDE4IDUuMDE3eiIgZmlsbD0iI2QxZDFkMSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9zdmc+);
|
|
|
|
background-position: left center;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: 1rem 1rem;
|
|
|
|
border: none;
|
|
|
|
border-bottom: 1px solid #EEE;
|
|
|
|
color: #999;
|
|
|
|
display: block;
|
|
|
|
font-family: inherit;
|
2015-11-19 15:37:13 +03:00
|
|
|
font-size: 1rem;
|
|
|
|
line-height: 1rem;
|
2015-10-28 17:57:38 +03:00
|
|
|
margin: 1.5rem auto;
|
|
|
|
outline: 0;
|
|
|
|
padding: 0.375rem 0.375rem 0.375rem 1.375rem;
|
|
|
|
width: 12rem;
|
|
|
|
}
|
2015-10-14 18:52:04 +03:00
|
|
|
.tiles {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
list-style: none;
|
|
|
|
margin: -0.25rem 1.25rem;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.tiles li {
|
|
|
|
box-sizing: border-box;
|
|
|
|
background: #333;
|
|
|
|
border: 0.25rem solid #FFF;
|
|
|
|
color: #FFF;
|
2015-11-19 15:37:13 +03:00
|
|
|
font-size: 0.8125rem;
|
2015-10-15 16:30:13 +03:00
|
|
|
line-height: 1rem;
|
2015-11-06 19:42:01 +03:00
|
|
|
padding: 1.25rem 0.75rem 1.25rem;
|
2015-10-14 18:52:04 +03:00
|
|
|
text-transform: uppercase;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2015-11-06 21:50:13 +03:00
|
|
|
.tiles ::selection {
|
|
|
|
background: #FFF;
|
|
|
|
color: #333;
|
|
|
|
}
|
|
|
|
.tiles ::-moz-selection {
|
|
|
|
background: #FFF;
|
|
|
|
color: #333;
|
|
|
|
}
|
2015-10-16 15:41:20 +03:00
|
|
|
.tiles li:hover {
|
|
|
|
border: 0.125rem solid #FFF;
|
2015-11-06 19:42:01 +03:00
|
|
|
padding: 1.375rem 0.875rem;
|
2015-10-16 13:09:43 +03:00
|
|
|
}
|
2015-10-20 11:03:57 +03:00
|
|
|
.tile-name {
|
2015-11-06 19:42:01 +03:00
|
|
|
color: #FFF;
|
2015-10-20 11:03:57 +03:00
|
|
|
display: inline-block;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
width: calc(100% - 4rem);
|
|
|
|
}
|
2015-10-16 13:09:43 +03:00
|
|
|
.tiles svg {
|
2015-10-15 16:30:13 +03:00
|
|
|
float: left;
|
|
|
|
height: 2rem;
|
|
|
|
margin: -0.5rem 0.75rem 0 0;
|
|
|
|
padding: 0.5rem 0.5rem 0;
|
2015-10-18 21:20:19 +03:00
|
|
|
width: 2rem;
|
2015-10-15 16:30:13 +03:00
|
|
|
}
|
|
|
|
.hex {
|
2015-11-19 15:37:13 +03:00
|
|
|
font-size: 0.75rem;
|
2015-10-15 16:30:13 +03:00
|
|
|
opacity: 0.5;
|
2015-11-19 15:37:13 +03:00
|
|
|
text-transform: uppercase;
|
2015-10-15 16:30:13 +03:00
|
|
|
}
|
2015-10-15 18:39:35 +03:00
|
|
|
@media (min-width: 500px) { .tiles li { width: 50%; } }
|
|
|
|
@media (min-width: 700px) { .tiles li { width: 33.333%; } }
|
2015-10-16 18:48:09 +03:00
|
|
|
@media (min-width: 900px) { .tiles li { width: 25% } }
|
|
|
|
@media (min-width: 1100px) { .tiles li { width: 20% } }
|
2015-11-19 15:37:13 +03:00
|
|
|
@media (min-width: 1400px) { .tiles li { width: 16.666% } }
|
2015-10-16 18:48:09 +03:00
|
|
|
@media (min-width: 1700px) { .tiles li { width: 12.5% } }
|
|
|
|
@media (min-width: 2100px) { .tiles li { width: 10% } }
|
2015-10-14 18:52:04 +03:00
|
|
|
.footer {
|
|
|
|
margin: 3rem;
|
|
|
|
}
|
|
|
|
.footer p {
|
2015-11-19 15:37:13 +03:00
|
|
|
font-size: 0.8125rem;
|
2015-10-16 17:41:26 +03:00
|
|
|
margin: 1.5rem auto 0;
|
2015-11-19 15:37:13 +03:00
|
|
|
max-width: 25.5rem;
|
2015-10-14 18:52:04 +03:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<header class="navbar" role="banner">
|
|
|
|
<h1 class="title">Simple Icons</h1>
|
2015-11-11 20:22:19 +03:00
|
|
|
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank" class="donate-form">
|
2015-11-12 00:47:37 +03:00
|
|
|
<span class="navbar__text">Like this?</span>
|
2015-11-11 20:22:19 +03:00
|
|
|
<input type="hidden" name="cmd" value="_s-xclick">
|
|
|
|
<input type="hidden" name="hosted_button_id" value="UCMEG4SWEYFUC">
|
|
|
|
<input type="submit" name="submit" value="Buy Dan a coffee!" class="donate-button">
|
|
|
|
</form>
|
2015-10-14 18:52:04 +03:00
|
|
|
</header>
|
|
|
|
<main role="main">
|