add a mobile template, with minimalistic theme (#5751)

This commit is contained in:
Frédéric Péters 2014-10-28 14:35:06 +01:00
parent 83199773dc
commit 1e1b76d4c2
86 changed files with 1078 additions and 0 deletions

View File

View File

@ -0,0 +1,61 @@
<!DOCTYPE html>
<html>
<head>
<title>[page_title]</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, user-scalable=0">
<script type="text/javascript" src="[root_url]qo/js/jquery.js"></script>
[script]
<script type="text/javascript" src="[root_url]qo/js/wcs.mobile.js"></script>
<link rel="stylesheet" type="text/css" href="[root_url]qo/css/mobile.css"/>
<link rel="stylesheet" type="text/css" href="[theme_url]/mobile.css"/>
</head>
<body[if-any onload] onload="[onload]"[end]>
<div id="page">
<div id="header">
<div id="top">
[if-any auquotidien]
<a id="menu"><img src="[root_url]qo/images/mobile/menu.png" alt="-"/></a>
[end]
<h1><a href="/">[site_name]</a></h1>
<a id="gear"><img src="[root_url]qo/images/mobile/gear.png" alt="."/></a>
</div>
</div> <!-- header -->
[if-any links]
<div id="nav-site" style="display: none;">
[links]
</div>
[end]
<div id="nav-user" style="display: none;">
<ul>
[if-any user]
<li><a href="[root_url]logout">Déconnexion</a></li>
[else]
<li><a href="[root_url]login/">Connexion</a></li>
<li><a href="[root_url]register/">Inscription</a></li>
[end]
[if-any auquotidien]
<li><a href="[root_url]informations-editeur">Mentions légales</a></li>
[end]
<li><a href="?toggle-mobile">Affichage classique</a></li>
</ul>
</div>
<div id="main-content">
<div id="content">
[if-any title]<h2>[title]</h2>[end]
[body]
</div> <!-- #content -->
<br class="clear"/>
</div> <!-- #main-content -->
<div id="footer-wrapper">
<div id="footer">
</div>
</div>
</div>
</body>
</html>

View File

@ -0,0 +1,309 @@
@import url(qommon.css);
html {
background: white;
color: black;
}
html, body, ul, li {
margin: 0;
padding: 0;
list-style: none;
font-family: sans-serif;
font-size: 15px;
}
div#top {
position: relative;
height: 50px;
border-bottom: 1px solid #777;
background: #222;
background: linear-gradient(to bottom, #666, #222);
}
div#top h1 {
font-size: 20px;
}
a#menu {
position: absolute;
top: 0;
left: 0;
}
a#gear {
position: absolute;
top: 0;
right: 0;
}
#top h1 {
margin: 0;
text-align: center;
line-height: 50px;
}
#top h1 a {
text-decoration: none;
color: white;
}
#nav-site h3 { display: none; }
ul.catforms li a,
#nav-site li a,
#nav-user li a {
padding: 2ex;
display: block;
border-bottom: 1px solid #888;
text-decoration: none;
}
#nav-site li a:hover,
#nav-user li a:hover {
background: #eee;
}
ul#categories {
margin-top: 1ex;
}
ul#categories li {
width: 50%;
float: left;
height: 100px;
text-align: center;
vertical-align: bottom;
display: table;
background: url(mobile/58303-42.png) center center no-repeat;
}
ul#categories li a {
padding: 1ex;
}
ul#categories li a {
display: table-cell;
vertical-align: bottom;
}
div#main-content {
padding: 0 10px;
}
div#login form {
text-align: center;
}
div#login form input {
width: 80%;
}
form div.buttons {
clear: both;
margin-top: 1em;
}
form div.buttons input {
padding: 1ex;
font-family: sans-serif; /* makes sure buttons all go through the same code path in firefox */
width: 45%;
}
form div.buttons div.savedraft-button input {
width: 93%;
}
div.back-home-button a {
width: 90%;
display: block;
padding: 1ex;
text-align: center;
}
div.TextWidget textarea,
div.RankedItemsWidget input,
div.StringWidget input,
div.IntWidget input,
div.DateWidget input,
div.WcsExtraStringWidget input,
div.RegexStringWidget input,
div.EmailWidget input,
div.PasswordWidget input,
div.PrefillSelectionWidget input[type=text] {
width: 90%;
}
div.category h3 {
font-size: 150%;
}
#content > h2, div.category h3 {
margin: 0 -10px 1em -10px;
border-bottom: 1px solid black;
padding: 1ex;
text-align: center;
}
div.error {
text-align: left;
}
div#services h3 {
display: none;
}
div#services > ul > li {
width: 50%;
float: left;
height: 100px;
background: white;
text-align: center;
vertical-align: bottom;
display: table;
transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
}
@media screen and (min-width: 361px) {
div#services > ul > li {
width: 33%;
}
}
@media screen and (min-width: 960px) {
div#services > ul > li {
width: 25%;
}
}
div#services > ul > li.active {
width: 100%;
position: absolute;
height: 100%;
left: 0;
}
div#services > ul strong a {
text-decoration: none;
color: black;
}
div#services > ul strong a:focus {
outline: none;
}
div#services > ul > li:active {
-moz-transform: scale(1.3);
-webkit-transform: scale(1.3);
}
div#services > ul > li.active:active {
-moz-transform: none;
-webkit-transform: none;
}
div#services > ul > li.active > strong {
display: block;
height: 50px;
line-height: 50px;
}
div#services > ul > li.active > ul {
text-align: center;
background: white;
display: block;
}
div#services > ul > li.active > ul a {
padding: 1ex;
display: block;
text-decoration: none;
border-bottom: 1px solid #aaa;
}
div#services ul li.active strong {
background-position: 1ex 50%;
}
div#services ul p, div#services ul ul {
display: none;
}
div#droite {
display: none;
}
li.required-authentication span {
display: none;
}
ul#categories {
margin: 0 -1ex;
}
div#services > ul > li,
ul#categories li {
background-color: #eee;
}
div#services > ul strong {
cursor: pointer;
}
div#services > ul strong a {
color: #008;
}
div#services ul strong {
display: table-cell;
vertical-align: bottom;
padding-bottom: 1ex;
border: 1px solid white;
background: url(../images/categories/icon_placeholder_58303.png) center center no-repeat;
}
div#services #category-emploi strong,
div#services #category-formalites-pour-les-entreprises strong {
background-image: url(../images/categories/icon_businessperson_1673.png);
}
div#services #category-eau-et-assainissement strong,
div#services #category-hygiene-salubrite-environnement strong {
background-image: url(../images/categories/icon_sanitation_4335.png);
}
div#services #category-vie-pratique strong {
background-image: url(../images/categories/icon_crosswalk_23557.png);
}
div#services #category-culture strong {
background-image: url(../images/categories/icon_culture_13644.png);
}
div#services #category-etat-civil strong {
background-image: url(../images/categories/icon_document_14004.png);
}
div#services #category-formalites-administratives strong {
background-image: url(../images/categories/icon_document_32231.png);
}
div#services #category-vos-enfants strong {
background-image: url(../images/categories/icon_people_39826.png);
}
div#services #category-sport strong {
background-image: url(../images/categories/icon_triathlon_10860.png);
}
div#services #category-telealarme strong {
background-image: url(../images/categories/icon_mobile-alarm_6412.png);
}
div#services #category-collecte-des-dechets-menagers strong {
background-image: url(../images/categories/icon_trash_207.png);
}

View File

@ -0,0 +1,5 @@
This directory holds icons downloaded from thenounproject.com; individual
license files are available in src/*/license.txt.
generate.py is a small script using Inkscape to convert the source SVG files
into PNG files of appropriate size.

View File

@ -0,0 +1,50 @@
#! /usr/bin/env python
from optparse import OptionParser
import subprocess
import tempfile
import xml.etree.ElementTree as ET
mapping = {
'207': 'trash',
'1673': 'businessperson',
'4335': 'sanitation',
'6412': 'mobile-alarm',
'10860': 'triathlon',
'12513': 'email',
'12581': 'park',
'13644': 'culture',
'14004': 'document',
'14292': 'polling-place',
'23557': 'crosswalk',
'32231': 'document',
'38588': 'shopping-cart',
'39826': 'people',
'39567': 'tools',
'49638': 'event',
'58303': 'placeholder',
'62444': 'fireworks',
}
parser = OptionParser()
parser.add_option('-c', '--colour', dest='colour', metavar='COLOUR')
(options, args) = parser.parse_args()
for icon_id, icon_name in mapping.items():
svg_path = 'src/icon_%s/icon_%s.svg' % (icon_id, icon_id)
if options.colour:
tree = ET.fromstring(file(svg_path).read().replace('#000000', '#%s' % options.colour))
for elem in tree.findall('*'):
if not elem.attrib.get('style'):
elem.attrib['style'] = 'fill:#%s' % options.colour
f = tempfile.NamedTemporaryFile(suffix='.svg', delete=False)
f.write(ET.tostring(tree))
f.close()
svg_path = f.name
output_filename = 'icon_%s_%s_%s.png' % (icon_name, icon_id, options.colour)
else:
output_filename = 'icon_%s_%s.png' % (icon_name, icon_id)
subprocess.call(['inkscape', '--without-gui',
'--file', svg_path,
'--export-png', output_filename,
'--export-width', '42'])

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 932 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 863 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 739 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1023 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 731 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 813 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 771 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1004 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 939 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -0,0 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="100px" height="100px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve">
<path fill="#000000" d="M35.007,33.973c0.867,0,1.696,0.202,2.431,0.538c0.714,0.331,1.525,0.521,2.352,0.521 c0.838,0,1.649-0.19,2.363-0.521c0.734-0.334,1.564-0.538,2.432-0.538c0.859,0,1.686,0.202,2.42,0.538 c0.724,0.331,1.523,0.521,2.361,0.521c0.83,0,1.641-0.19,2.354-0.521c0.736-0.334,1.565-0.538,2.432-0.538 c0.857,0,1.688,0.202,2.432,0.538c0.713,0.331,1.516,0.521,2.354,0.521s1.638-0.19,2.354-0.521c0.731-0.334,1.562-0.538,2.431-0.538 c0.867,0,1.696,0.202,2.428,0.538c0.717,0.331,1.516,0.521,2.354,0.521v-3.573c-0.838,0-1.637-0.195-2.354-0.513 c-0.731-0.346-1.561-0.548-2.428-0.548c-0.869,0-1.699,0.203-2.431,0.548c-0.717,0.317-1.517,0.513-2.354,0.513 s-1.641-0.195-2.354-0.513c-0.745-0.346-1.574-0.548-2.432-0.548c-0.866,0-1.695,0.203-2.432,0.548 c-0.713,0.317-1.523,0.513-2.354,0.513c-0.838,0-1.637-0.195-2.361-0.513c-0.734-0.346-1.561-0.548-2.42-0.548 c-0.867,0-1.697,0.203-2.432,0.548c-0.714,0.317-1.525,0.513-2.363,0.513c-0.827,0-1.638-0.195-2.352-0.513 c-0.734-0.346-1.563-0.548-2.431-0.548c-0.86,0-1.687,0.203-2.422,0.548c-0.726,0.317-1.524,0.513-2.364,0.513v3.573 c0.84,0,1.639-0.19,2.364-0.521C33.32,34.177,34.146,33.973,35.007,33.973z"/>
<path fill="#000000" d="M58.402,20.312c0,2.542,1.856,4.614,4.557,4.614c2.513,0,4.553-2.072,4.553-4.614 c0-2.544-2.04-4.606-4.553-4.606C60.439,15.705,58.402,17.768,58.402,20.312z"/>
<path fill="#000000" d="M37.438,27.874c0.714,0.326,1.525,0.521,2.353,0.521c0.837,0,1.649-0.194,2.364-0.521 c0.734-0.338,1.563-0.551,2.43-0.551c0.86,0,1.688,0.213,2.422,0.551c0.723,0.326,1.521,0.521,2.359,0.521 c0.83,0,1.642-0.194,2.355-0.521c0.734-0.338,1.564-0.551,2.432-0.551c0.855,0,1.686,0.213,2.43,0.551 c0.715,0.326,1.516,0.521,2.354,0.521c0.61,0,1.198-0.105,1.753-0.28l-7.598-13.862l8.836-1.63c1.297-0.25,2.238-1.28,2.238-2.6 c0-1.455-1.171-2.621-2.602-2.621c-0.104,0-0.198,0-0.296,0.009L47.621,9.923c-0.957,0.222-2.227,1.641-1.504,3.382 c0.039,0.096,0.076,0.186,0.116,0.28l3.562,6.503l-13.359,7.431C36.788,27.604,37.121,27.729,37.438,27.874z"/>
<path fill="#000000" d="M39.138,65.088c-0.675-0.002-1.325,0.084-1.947,0.255l-0.626-1.811l-0.323-1.518 c-0.001-0.001,0-0.053-0.001-0.054l-0.205-1.044l2.608,0.005c0.287,0,0.521-0.144,0.521-0.431c0.002-0.287-0.231-0.433-0.52-0.433 l-1.966-0.004c0.587-0.641,0.601-1.635,0.007-2.292l-5.962-6.603c-0.083-0.092-0.175-0.173-0.272-0.242 c-0.078-0.071-0.162-0.14-0.252-0.202c-1.152-0.813-2.748-0.537-3.562,0.616l-4.562,6.475c-0.619,0.877-0.607,2.008-0.061,2.857 c0.076,0.132,0.17,0.256,0.283,0.367l0.819,0.804l0.064,0.223l-1.987,3.681c-0.92-0.417-1.939-0.645-3.014-0.646 c-4.049-0.008-7.35,3.285-7.357,7.334c-0.008,4.051,3.281,7.354,7.331,7.361c3.689,0.007,6.758-2.722,7.28-6.271l0.639,0.05 c0.197,0.424,0.563,0.768,1.045,0.915c0.16,0.049,0.322,0.073,0.482,0.075c0.736,0.009,1.42-0.464,1.648-1.204l0.846-2.75 l5.752-5.937l0.36,1.034c-2.599,1.127-4.424,3.715-4.431,6.725c-0.006,4.05,3.281,7.351,7.332,7.358s7.352-3.281,7.359-7.331 C46.476,68.402,43.187,65.095,39.138,65.088z M29.998,55.443l4.157,4.604c0.204,0.226,0.452,0.382,0.721,0.473 c0.001,0.013,0.003,0.024,0.006,0.038l0.204,0.789l-7.61-0.014l-0.964-0.945L29.998,55.443z M18.158,78.575 c-3.381-0.007-6.127-2.763-6.12-6.142c0.007-3.382,2.761-6.127,6.143-6.12c0.866,0.001,1.689,0.185,2.436,0.511l-2.905,5.373 c-0.083,0.154-0.083,0.341,0.002,0.496c0.084,0.155,0.242,0.257,0.418,0.269l6.09,0.464C23.749,76.346,21.208,78.581,18.158,78.575z M19.009,71.986l2.522-4.666c1.652,1.089,2.748,2.953,2.768,5.067L19.009,71.986z M25.99,72.352 c-0.016,0.055-0.03,0.109-0.041,0.165l-0.498-0.036c0-0.008,0-0.016,0-0.022c0.005-2.605-1.331-4.898-3.38-6.206l1.511-2.75 l2.488,8.591L25.99,72.352z M26.65,70.206l-2.006-6.875l3.165,3.104L26.65,70.206z M30.783,68.366l0.59-1.922 c0.188-0.608,0.02-1.271-0.436-1.718L28.8,62.631l6.511,0.012l0.184,0.894L30.783,68.366z M39.111,78.569 c-3.381-0.006-6.125-2.762-6.119-6.143c0.006-2.48,1.491-4.617,3.616-5.578l2.024,5.806c0.074,0.215,0.275,0.349,0.49,0.349 c0.057,0,0.115-0.008,0.172-0.029c0.271-0.094,0.414-0.391,0.32-0.661l-2.025-5.81c0.494-0.128,1.012-0.196,1.545-0.194 c3.381,0.006,6.125,2.762,6.119,6.142S42.492,78.575,39.111,78.569z"/>
<circle fill="#000000" cx="31.944" cy="47.245" r="2.727"/>
<path fill="#000000" d="M96.07,30.538c-2.518-5.954-6.123-11.301-10.715-15.894c-4.592-4.591-9.939-8.196-15.893-10.715 C63.299,1.322,56.75,0,50,0S36.703,1.322,30.537,3.93c-5.953,2.519-11.301,6.124-15.893,10.715 c-4.592,4.593-8.196,9.939-10.715,15.894C1.322,36.703,0,43.251,0,50.001s1.322,13.298,3.93,19.463 c2.519,5.954,6.123,11.301,10.715,15.893c4.592,4.591,9.939,8.196,15.893,10.715C36.703,98.678,43.25,100,50,100 s13.299-1.322,19.463-3.929c5.953-2.519,11.301-6.124,15.893-10.715c4.592-4.592,8.197-9.938,10.715-15.893 c2.607-6.165,3.93-12.713,3.93-19.463S98.678,36.703,96.07,30.538z M50,1.823c17.528,0,32.896,9.413,41.326,23.445L49.672,49.317 L8.51,25.553C16.903,11.365,32.355,1.823,50,1.823z M1.822,50.001c0-8.27,2.096-16.059,5.783-22.866l41.484,23.951v47.068 C22.944,97.665,1.822,76.26,1.822,50.001z M50.912,98.154V50.706l41.323-23.858c3.784,6.875,5.942,14.766,5.942,23.153 C98.178,76.26,77.057,97.665,50.912,98.154z"/>
<circle fill="#000000" cx="78.772" cy="48.679" r="2.697"/>
<path fill="#000000" d="M85.142,60.01h-2.963c-0.261,0-0.409-0.026-0.48-0.046c-0.098-0.324-0.051-1.238-0.017-1.918 c0.014-0.255,0.027-0.521,0.037-0.8c0.119-3.013-2.483-4.634-4.041-5.115c-0.002-0.001-0.006-0.001-0.008-0.002 s-0.004-0.002-0.006-0.003c-0.039-0.011-0.35-0.104-0.824-0.241c-0.051-0.015-0.102-0.03-0.151-0.043 c-1.089-0.313-2.89-0.816-4.379-1.162c-1.571-0.365-2.671-0.591-3.579-0.61c-0.477-0.01-1.002,0.158-1.504,0.44 c-0.796,0.447-1.354,1.195-1.611,2.163c-0.49,1.838-0.648,2.812-0.655,2.852c-0.129,0.808,0.421,1.565,1.228,1.696 c0.08,0.013,0.158,0.019,0.237,0.019c0.714,0,1.343-0.518,1.46-1.245c0.002-0.008,0.146-0.887,0.593-2.558 c0.044-0.163,0.16-0.596,0.995-0.377l0.006-0.021c0.026,0.01,0.053,0.02,0.082,0.029c0.092,0.031,0.191,0.059,0.297,0.083 l1.782,0.414c0.433,0.101,0.897,0.217,1.364,0.337l-4.297,6.947c-0.193,0.313-0.318,0.647-0.385,0.987 c-0.094,0.203-0.152,0.428-0.158,0.667l-0.207,7.583l-0.032,0.079l0.022,0.095c-0.035,0.003-0.076,0.005-0.123,0.005h-7.223 c-0.936,0-1.693,0.759-1.693,1.693c0,0.936,0.758,1.693,1.693,1.693h7.223c1.463,0,2.301-0.613,2.746-1.129 c0.783-0.904,0.807-1.983,0.773-2.445l0.128-4.663l5.285,3.761c0.253,0.185,0.613,0.628,0.613,0.799v7.461 c0,0.935,0.759,1.693,1.693,1.693s1.693-0.759,1.693-1.693v-7.461c0-2.021-1.805-3.39-2.023-3.549l-4.519-3.215l4.289-6.934 c0.008-0.013,0.014-0.026,0.021-0.039c0.151,0.256,0.246,0.551,0.233,0.892c-0.011,0.266-0.024,0.521-0.036,0.765 c-0.085,1.665-0.158,3.103,0.82,4.132c0.606,0.638,1.469,0.946,2.636,0.946h2.963c0.817,0,1.481-0.663,1.481-1.481 C86.623,60.674,85.959,60.01,85.142,60.01z"/>
</svg>

After

Width:  |  Height:  |  Size: 6.8 KiB

View File

@ -0,0 +1,3 @@
Thank you for using The Noun Project. This icon is in the Public Domain and
can be used for any project, including commercial, without any attribution
requirements.

View File

@ -0,0 +1,9 @@
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" version="1.1" width="100.0px" height="100px" viewBox="0 0 2.2222222 2.2222222" id="svg2999" xml:space="preserve" style="fill-rule:evenodd"><metadata id="metadata3011"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title/></cc:Work></rdf:RDF></metadata>
<defs id="defs3001">
<style type="text/css" id="style3003"/>
</defs>
<g transform="matrix(0.78827976,0,0,0.78827976,-0.07268745,-0.17175938)" id="Layer_x0020_1">
<metadata id="CorelCorpID_0Corel-Layer"/>
<path d="M 1.50464,1.07806 1.361357,0.952265 1.077196,1.27593 C 1.016692,1.344843 0.910818,1.351725 0.841905,1.291221 l 0,0 C 0.7729916,1.2307213 0.7661137,1.1248393 0.8266137,1.0559303 l 0.394177,-0.448972 c 0.0605,-0.0689134 0.166382,-0.0757913 0.235291,-0.0152913 l 0,0 0.759106,0.667028 0.284165,-0.323665 c 0.0605,-0.0689094 0.166382,-0.0757953 0.235291,-0.0152953 l 0,0 c 0.068909,0.0605 0.075791,0.166382 0.015295,0.235299 L 2.355758,1.6040027 C 2.2952619,1.6729161 2.189376,1.679798 2.120467,1.619294 l 0,0 -0.00105,-9.488e-4 -0.232295,-0.203945 -0.282232,0.379673 0.16465,0.122358 1.18e-5,1.18e-5 c 0.073571,0.073567 0.101039,0.181173 0.038968,0.264681 l -0.404433,0.544067 c -0.062075,0.083504 -0.181177,0.101043 -0.264681,0.038965 l -1.18e-5,-3.9e-6 C 1.055886,2.7020811 1.038355,2.5829751 1.100426,2.4994711 L 1.391977,2.1072581 1.273816,2.0194191 0.57400502,2.9608521 c -0.0620748,0.0835 -0.181185,0.101039 -0.264693,0.038969 l 0,0 c -0.0835,-0.062075 -0.101114,-0.181248 -0.0389606,-0.264693 L 1.5046402,1.0780576 z M 2.342467,0.304032 C 2.50551,0.425233 2.539436,0.655658 2.4182387,0.818709 2.2970377,0.981752 2.0666087,1.015678 1.9035657,0.8944767 1.7405147,0.7732797 1.7065937,0.5428507 1.827794,0.3797997 1.948995,0.2167567 2.179416,0.1828347 2.342467,0.304032 z" id="path3007" style="fill:#000000"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -0,0 +1,8 @@
Thank you for using The Noun Project. This icon is licensed under Creative
Commons Attribution and must be attributed as:
Running by Kevin Laity from The Noun Project
If you have a Premium Account or have purchased a license for this icon, you
don't need to worry about attribution! We will share the profits from your
purchase with this icon's designer.

View File

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/" version="1.1" x="0px" y="0px" width="100px" height="100px" viewBox="-2.88 -18.573 100 100" enable-background="new -2.88 -18.573 100 100" xml:space="preserve">
<defs>
</defs>
<polygon stroke="#231F20" points="58.921,46.003 80.086,31.172 58.921,16.338 53.407,12.474 53.407,1.504 74.573,16.338 95.74,31.172 74.573,46.003 53.407,60.838 53.407,49.87 " fill="#000000"/>
<path d="M53.408,27.326c-0.004-0.167-0.011-0.335-0.017-0.502c0-0.103-0.002-0.208-0.002-0.31c-0.005-0.004-0.007-0.007-0.007-0.011 c-0.188-4.782-1.134-9.687-3.759-13.839C40.79-1.32,26.242-3.6,13.846,5.216c-4.24,3.015-7.525,6.869-9.718,11.221 c-0.005-0.062-0.011-0.125-0.016-0.187c-0.185,0.438-0.358,0.881-0.525,1.326c-0.481,1.066-0.899,2.158-1.25,3.274 c-4.69,12.38-2.265,26.868,6.774,35.272c4.489,4.175,9.911,6.202,15.4,6.221c0.915,0.01,1.83-0.043,2.743-0.156 c6.492-0.766,12.876-4.309,17.716-10.403l-1.787-2.598l-1.744-2.764c-7.585,10.236-19.915,11.875-28.246,3.426 C7.787,44.365,6.419,36.503,7.11,28.123c1.351-6.053,3.623-12.161,8.675-15.753c10.179-7.239,23.385-3.875,29.493,7.511 c1.193,2.223,2.013,4.521,2.492,6.832c0.14,5.386-1.675,12.306-6.522,12.489c-0.262-0.04-0.581,0.035-0.918,0 c-1.094-0.114-2.309-0.636-3.025-1.404l1.639-22.517l-1.152-0.051l-3.704-0.514c-1.208-0.28-2.531-0.362-3.965-0.214 c-1.139,0.117-2.253,0.379-3.331,0.764l-0.01-0.047c-0.07,0.042-0.143,0.085-0.213,0.128c-3.328,1.25-6.289,3.7-8.478,6.859 l0.014,0.031c-2.093,2.37-3.778,5.102-4.478,8.099c-0.677,2.901-0.758,5.643-0.274,8.036c0.072,0.181,0.124,0.365,0.156,0.56 c0.163,0.366,0.277,0.731,0.329,1.116c0.06,0.15,0.118,0.293,0.141,0.355c0.104,0.272,0.236,0.521,0.38,0.775 c0.248,0.441,0.506,0.898,0.674,1.381c1.419,2.125,3.587,3.605,6.494,4.135c3.777,0.684,7.608-0.585,10.652-3.148l0.028,0.028 l2.35-2.205c0.717,0.769,1.54,1.453,2.468,2.032c2.392,1.499,5.067,1.4,7.54,1.124c0,0.002,2.348-0.906,2.348-0.904 c4.976-2.444,6.496-7.923,6.496-13.737c0-0.881-0.004-1.734-0.011-2.562L53.408,27.326z M30.15,35.889 c-0.979,2.452-2.641,3.695-4.823,4.488c-0.749,0.118-1.01-0.013-1.394-0.112c-3.253-0.847-4.797-6.052-3.263-10.83 c0.992-3.09,3.899-5.968,6.258-7.042c0.534-0.178,1.07-0.278,1.593-0.294c1.215-0.035,2.359,0.496,3.338,1.414L30.15,35.889z"/>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -0,0 +1,8 @@
Thank you for using The Noun Project. This icon is licensed under Creative
Commons Attribution and must be attributed as:
Email by Adam Mullin from The Noun Project
If you have a Premium Account or have purchased a license for this icon, you
don't need to worry about attribution! We will share the profits from your
purchase with this icon's designer.

View File

@ -0,0 +1,47 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="100px" height="78.457px" viewBox="-0.048 9.653 100 78.457" enable-background="new -0.048 9.653 100 78.457"
xml:space="preserve">
<path d="M82.807,76.692c-0.801,0.016-0.717,0.032-1.72-0.459v2.739v6.854c0,1.575,1.225,2.283,2.227,2.283h0.902
c1.003,0,0.883-0.708,0.883-2.283v-9.354C85.099,76.787,83.424,76.68,82.807,76.692z"/>
<path d="M69.059,61.495c6.304-0.093,11.47-5.693,11.549-12.021c0.008-0.49-0.021-0.976-0.076-1.458
c-0.009-0.068-0.026-0.136-0.034-0.206c-0.057-0.419-0.129-0.835-0.229-1.243c-0.007-0.026-0.018-0.053-0.023-0.079
c-0.448-1.772-1.305-3.42-2.505-4.807c-0.049-0.056-0.103-0.104-0.149-0.158c-0.247-0.273-0.495-0.543-0.767-0.793
c-0.332-0.306-0.683-0.596-1.052-0.866l-0.089-0.064l-1.042-0.759l0.859-1.104c0.688-0.879,1.05-1.931,1.05-3.041
c0-2.324-1.649-4.365-3.921-4.849l-1.009-0.214l-0.06-1.031c-0.298-5.169-4.03-9.586-9.071-10.74l-1.357-0.31l0.343-1.346
c0.113-0.439,0.162-0.871,0.168-1.285c0.02-1.443-0.663-2.808-1.672-3.842c-1.007-1.032-3.955-1.611-3.955-1.628v0.014
c-3.008,0-5.282,2.409-5.317,5.351l0.155,2.288l-1.878-0.484c-6.681-1.295-9.813,2.787-9.862,6.713
c-0.019,1.525,0.448,2.659,1.338,3.913l0.937,1.264l-1.457,0.668c-5.972,2.823-9.83,8.901-9.83,15.481
c0,7.97,5.42,14.842,13.182,16.68l0.587,0.19l0.29,0.867c0.962,1.763,2.347,3.326,3.98,4.488c0.572,0.406,1.175,0.707,1.804,1.005
c1.365,0.647,2.841,0.965,4.363,0.965h0.149c1.57,0,3.1-0.321,4.507-0.978c0.308-0.141,0.607-0.268,0.901-0.436
c2.219-1.274,4.065-3.253,5.177-5.597l0.453-1.231C65.495,60.816,66.478,61.413,69.059,61.495z"/>
<path d="M54.307,71.062c-1.17,0-2.301,0.633-3.304,0.306v13.135c0,2.49,1.128,3.607,2.713,3.607h0.573
c1.585,0,2.73-1.117,2.73-3.607V73.679V71.6c-1.003,0.18-1.648-0.538-2.563-0.538H54.307z"/>
<path d="M93.729,50.885l-0.922-0.458l0.589-0.875c0.563-0.792,0.854-1.87,0.844-2.836c-0.03-2.485-2.078-4.735-4.562-4.735h-0.057
c-0.557,0-1.106,0.348-1.635,0.561l-1.208,0.679l0.039-1.413c-0.021-1.862-1.557-3.371-3.462-3.371l0,0
c-0.915,0.011-1.77,0.383-2.407,1.038c-0.306,0.313-0.54,0.679-0.703,1.071c1.993,2.568,3.11,5.776,3.068,9.077
c-0.094,7.522-5.521,14.363-15.247,14.986c0.509,3.555,3.561,6.354,7.229,6.407c0.035,0,0.07,0.046,0.106,0.046h0.095
c0.452,0,0.923-0.105,1.395-0.201l0.656-0.159l0.288,0.373c1.224,2.58,3.856,3.999,6.7,3.999h0.095c2.677,0,5.138-1.281,6.424-3.639
l0.182-0.201l0.372-0.038c4.912-1.163,8.344-5.479,8.344-10.523C99.952,56.504,97.511,52.673,93.729,50.885z"/>
<path d="M43.983,73.679c-1.246,0-2.006,1.01-2.006,2.254v3.151H8.885v-3.151c0-1.244-0.76-2.254-2.005-2.254
c-1.245,0-2.006,1.01-2.006,2.254v12.177h4.011v-6.017h33.092v6.017h4.011V75.933C45.989,74.688,45.229,73.679,43.983,73.679z"/>
<path d="M39.972,66.849c0-0.994-0.808-1.804-1.804-1.804H12.695c-0.997,0-1.804,0.81-1.804,1.804v1.406
c0,0.995,0.808,1.805,1.804,1.805h25.474c0.996,0,1.804-0.81,1.804-1.805V66.849z"/>
<path d="M39.972,72.865c0-0.996-0.808-1.804-1.804-1.804H12.695c-0.997,0-1.804,0.808-1.804,1.804v1.408
c0,0.996,0.808,1.803,1.804,1.803h25.474c0.996,0,1.804-0.807,1.804-1.803V72.865z"/>
<circle cx="16.093" cy="30.61" r="6.602"/>
<path d="M10.334,21.194c0.274,0.667,1.038,0.985,1.706,0.712c0.668-0.275,0.987-1.038,0.712-1.706l-1.49-3.627
c-0.274-0.668-1.039-0.987-1.706-0.712c-0.668,0.275-0.987,1.039-0.713,1.707L10.334,21.194z"/>
<path d="M21.48,44.879c0.668-0.274,0.987-1.039,0.712-1.706l-1.49-3.628c-0.274-0.668-1.039-0.986-1.706-0.711
c-0.668,0.274-0.987,1.039-0.713,1.706l1.49,3.627C20.048,44.834,20.812,45.152,21.48,44.879z"/>
<path d="M6.444,29.193c0.093-0.717-0.412-1.372-1.128-1.464l-3.889-0.504c-0.716-0.092-1.371,0.412-1.464,1.129
c-0.094,0.715,0.412,1.371,1.128,1.463l3.889,0.504C5.695,30.413,6.352,29.908,6.444,29.193z"/>
<path d="M24.592,31.542c-0.094,0.715,0.412,1.371,1.128,1.464l3.888,0.504c0.716,0.092,1.373-0.412,1.465-1.128
c0.093-0.717-0.413-1.372-1.128-1.465l-3.889-0.503C25.34,30.322,24.684,30.827,24.592,31.542z"/>
<path d="M8.26,42.848l2.271-3.197c0.418-0.588,0.279-1.404-0.31-1.822c-0.589-0.418-1.404-0.279-1.822,0.309l-2.271,3.198
c-0.417,0.586-0.278,1.404,0.311,1.821C7.026,43.575,7.842,43.438,8.26,42.848z"/>
<path d="M20.814,22.909c0.588,0.417,1.403,0.279,1.821-0.31l2.271-3.197c0.418-0.587,0.278-1.405-0.309-1.822
c-0.589-0.418-1.405-0.28-1.823,0.31l-2.27,3.197C20.087,21.675,20.225,22.49,20.814,22.909z"/>
</svg>

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

@ -0,0 +1,3 @@
Thank you for using The Noun Project. This icon is in the Public Domain and
can be used for any project, including commercial, without any attribution
requirements.

View File

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="100px" height="100px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve">
<path fill="#000000" d="M95.84,22.245c-4.149,0-8.301,4.15-16.6,4.15c-8.301,0-12.45-4.15-16.602-4.15 c-1.955,0-4.149,2.075-4.149,4.15v29.05c0,9.197,4.149,20.751,20.751,20.751c16.6,0,20.749-11.554,20.749-20.751v-29.05 C99.989,24.32,97.797,22.245,95.84,22.245z M64.715,41.958c0-2.866,2.322-5.188,5.188-5.188c2.864,0,5.187,2.323,5.187,5.188 s-2.322,5.188-5.187,5.188C67.037,47.146,64.715,44.823,64.715,41.958z M79.24,67.896c-10.376,0-12.45-8.299-12.45-8.299h24.9 C91.69,59.597,89.615,67.896,79.24,67.896z M88.578,47.146c-2.865,0-5.188-2.323-5.188-5.188c0-2.866,2.323-5.188,5.188-5.188 c2.863,0,5.187,2.323,5.187,5.188S91.441,47.146,88.578,47.146z"/>
<path fill="#000000" d="M46.94,55.282c1.025,0.106,2.106,0.163,3.248,0.163c1.489,0,2.849-0.07,4.152-0.257V42.998H37.738 c0,0,2.075-8.3,12.45-8.3c2.077,0,2.891,0.307,4.152,0.778v-9.078c0-3.804,1.516-6.983,4.149-8.3c4.149-2.075,5.824-1.237,8.301,0 c4.149,2.075,4.149,2.075,4.149,2.075V5.647c0-2.075-2.194-4.15-4.149-4.15c-4.151,0-8.301,4.15-16.602,4.15 c-8.299,0-12.45-4.15-16.599-4.15V1.495c-1.957,0-4.149,2.075-4.149,4.15v29.05c0,3.69,0.692,7.75,2.566,11.3 c0.735,0.308,1.466,0.634,2.188,1.001C39.217,49.557,43.465,52.331,46.94,55.282z M40.851,16.02c2.865,0,5.188,2.323,5.188,5.188 c0,2.865-2.323,5.188-5.188,5.188c-2.865,0-5.186-2.323-5.186-5.188C35.665,18.343,37.986,16.02,40.851,16.02z"/>
<path fill="#000000" d="M20.257,46.6c-9.116,0-16.596,4.567-18.595,8.49c-2.872,5.641-2.206,11.308,3.433,14.179 c5.64,2.872,7.743,5.716,5.588,9.949c-2.871,5.638-0.795,12.021,4.845,14.894c6.583,3.352,12.542,4.783,17.707,4.783 c9.218,0,15.912-4.554,19.132-10.878c8.616-16.921-2.612-29.74-19.529-38.357C28.546,47.475,24.245,46.6,20.257,46.6z M13.993,62.256c-0.698,1.374-2.087,2.163-3.529,2.163c-0.603,0-1.216-0.138-1.791-0.432c-1.947-0.992-2.722-3.371-1.73-5.318 c0.698-1.373,2.085-2.161,3.526-2.161c0.604,0,1.217,0.138,1.792,0.432C14.209,57.932,14.985,60.311,13.993,62.256z M24.784,86.396 c-0.838,1.646-2.507,2.594-4.235,2.594c-0.726,0-1.46-0.166-2.149-0.518c-2.336-1.188-3.264-4.047-2.076-6.385 c0.838-1.646,2.506-2.593,4.233-2.593c0.726,0,1.461,0.165,2.151,0.517C25.043,81.202,25.973,84.062,24.784,86.396z M28.171,58.822 c-0.699,1.374-2.088,2.163-3.529,2.163c-0.605,0-1.218-0.138-1.792-0.432c-1.946-0.992-2.721-3.371-1.729-5.32 c0.698-1.369,2.086-2.159,3.527-2.159c0.603,0,1.217,0.138,1.792,0.432C28.387,54.496,29.161,56.879,28.171,58.822z M40.807,72.362 c0.7-1.374,2.087-2.161,3.528-2.163c0.604,0,1.218,0.14,1.793,0.432c1.946,0.992,2.72,3.375,1.73,5.32 c-0.699,1.371-2.087,2.161-3.528,2.161c-0.604,0-1.217-0.138-1.792-0.432C40.59,76.688,39.815,74.31,40.807,72.362z M35.927,58.818 c0.604,0,1.218,0.139,1.793,0.433c1.946,0.988,2.72,3.371,1.728,5.316c-0.698,1.373-2.086,2.163-3.527,2.163 c-0.603,0-1.216-0.141-1.791-0.432c-1.947-0.992-2.721-3.374-1.73-5.321C33.099,59.606,34.486,58.818,35.927,58.818z"/>
</svg>

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@ -0,0 +1,8 @@
Thank you for using The Noun Project. This icon is licensed under Creative
Commons Attribution and must be attributed as:
Arts and Culture by Pete Fecteau from The Noun Project
If you have a Premium Account or have purchased a license for this icon, you
don't need to worry about attribution! We will share the profits from your
purchase with this icon's designer.

View File

@ -0,0 +1,17 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" width="100px" height="100px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve">
<g id="Captions" display="none">
</g>
<g id="Your_Icon">
<path d="M75,66c-8.836,0-16,7.164-16,16s7.164,16,16,16s16-7.164,16-16S83.836,66,75,66z M75,94.392 c-6.844,0-12.392-5.548-12.392-12.392c0-6.843,5.548-12.392,12.392-12.392S87.392,75.157,87.392,82 C87.392,88.844,81.844,94.392,75,94.392z"/>
<path d="M75,71.647c-5.718,0-10.353,4.635-10.353,10.353S69.282,92.353,75,92.353S85.353,87.718,85.353,82S80.718,71.647,75,71.647 z M75,90.336c-4.604,0-8.336-3.732-8.336-8.336s3.732-8.336,8.336-8.336s8.336,3.732,8.336,8.336S79.604,90.336,75,90.336z"/>
<rect x="69" y="80" width="12" height="2"/>
<rect x="69" y="83" width="12" height="2"/>
<path d="M85.408,25.218L67.811,5.843c0,0-3.059-3.843-9.844-3.843c-5.76,0-41.422,0-41.422,0C12.863,2,9,5.089,9,8.769v81.619 C9,94.067,12.863,98,16.545,98H54l-4-5H16.228c0,0-2.228,0-2.228-2.23s0-79.309,0-81.541C14,7,16.228,7,16.228,7h45.312 C64.002,7,66,8.997,66,11.46V29h13.307C83.77,29,86,32.539,86,37v20l5,4c0-13.869,0-19.092,0-22.958 C91,29.122,85.408,25.218,85.408,25.218z"/>
<rect x="18" y="16" width="29" height="5"/>
<rect x="18" y="52" width="35" height="3"/>
<rect x="18" y="46" width="50" height="3"/>
<rect x="18" y="34" width="23" height="3"/>
<rect x="18" y="58" width="10" height="3"/>
<rect x="18" y="40" width="31" height="3"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -0,0 +1,8 @@
Thank you for using The Noun Project. This icon is licensed under Creative
Commons Attribution and must be attributed as:
Document by Ilsur Aptukov from The Noun Project
If you have a Premium Account or have purchased a license for this icon, you
don't need to worry about attribution! We will share the profits from your
purchase with this icon's designer.

View File

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="100px" height="100px" viewBox="326.5 -0.5 100 100" enable-background="new 326.5 -0.5 100 100" xml:space="preserve">
<path fill="#000000" d="M408.444-0.5c-1.534,0-2.777,1.244-2.777,2.778v18.056c0,1.534,1.243,2.778,2.777,2.778H426.5V-0.5H408.444z "/>
<rect x="329.277" y="85.611" fill="#000000" width="94.445" height="13.889"/>
<path fill="#000000" d="M395.944,28.667h-1.611l-14.791,10.566c-1.827,1.354-3.436,2.01-4.916,2.01c-1.872,0-3.428-1.058-4.162-2.83 c-1.003-2.423-0.328-6.224,1.411-8.061c0.171-0.197,0.716-0.82,1.477-1.686h-6.574h-3.854h-5.867V62h38.889V28.667z"/>
<polygon fill="#000000" points="415.389,49.501 398.723,49.501 398.723,57.835 403.592,57.835 405.667,64.777 376.5,64.777 376.5,64.777 347.333,64.777 349.407,57.835 354.277,57.835 354.277,49.501 337.611,49.501 326.5,74.5 326.5,74.5 326.5,82.833 426.5,82.833 426.5,74.5 426.5,74.5 "/>
<path fill="#000000" d="M402.889,2.278H389l-13.889,8.333c-2.535,1.64-4.167,2.777-5.556,6.944 c-0.694,2.083-2.778,8.333-2.778,8.333h7.812l1.91-5.555c1.389-2.778,11.052-2.718,6.944,1.389l-9.804,10.864 c-1.145,1.145-2.059,9.104,4.248,4.414l19.444-13.889l1.39-4.167l4.166-4.167V2.278z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -0,0 +1,3 @@
Thank you for using The Noun Project. This icon is in the Public Domain and
can be used for any project, including commercial, without any attribution
requirements.

View File

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="100px" height="100px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve">
<path d="M34.446,42.001c-1.112,0.159-2.285-0.104-3.258-0.827c-1.956-1.452-2.365-4.216-0.913-6.17l13.492-18.168 c0.7-0.942,1.745-1.567,2.906-1.736c0.002-0.001,0.006-0.001,0.009-0.001c1.158-0.167,2.333,0.133,3.273,0.835l18.199,13.613 c1.95,1.457,2.35,4.222,0.888,6.174c-1.459,1.95-4.226,2.346-6.175,0.887l-14.655-10.96L37.36,40.263 C36.631,41.246,35.569,41.839,34.446,42.001z"/>
<path d="M37.94,85.521c-2.229,0-4.24-1.536-4.75-3.804c-0.593-2.626,1.055-5.235,3.682-5.83L55.894,71.6L40.896,56.601 c-1.904-1.903-1.904-4.99,0-6.895c1.904-1.904,4.991-1.903,6.895,0l21.25,21.253c1.258,1.255,1.73,3.096,1.238,4.803 c-0.494,1.704-1.878,3.008-3.61,3.4l-27.649,6.239C38.657,85.483,38.295,85.521,37.94,85.521z"/>
<path d="M4.914,98.35c-1.225,0-2.449-0.467-3.385-1.397c-1.878-1.871-1.885-4.907-0.015-6.786l31.843-31.978l6.799,6.77 L8.314,96.937C7.376,97.878,6.145,98.35,4.914,98.35z"/>
<path d="M99.487,45.821c-1.032-2.322-3.749-3.367-6.071-2.336l-16.75,7.44l-4.405-9.91l-4.357,12.849l2.372,5.336l0.081-0.037 c1.134,2.088,3.699,2.99,5.906,2.009l20.889-9.281C99.473,50.859,100.519,48.14,99.487,45.821z"/>
<path d="M82.816,13.476c0.135-1.391,0.347-3.886,0.439-6.67c0.203-5.961-7.322-6.302-10.922-3.315 c-3.791,3.142-10.838,7.478-18.842,4.599c3.779,5.706,13.424,5.419,21.968,3.035c2.521-0.703,3.584,1.367,4.023,2.931 c-3.64,1.329-6.243,4.811-6.243,8.911c0,5.24,4.251,9.499,9.496,9.499c5.243,0,9.495-4.259,9.495-9.499 C92.231,17.749,88.022,13.52,82.816,13.476z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -0,0 +1,8 @@
Thank you for using The Noun Project. This icon is licensed under Creative
Commons Attribution and must be attributed as:
Running by Eli Kleppe from The Noun Project
If you have a Premium Account or have purchased a license for this icon, you
don't need to worry about attribution! We will share the profits from your
purchase with this icon's designer.

View File

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="98.333px" height="100px" viewBox="0.833 -5.081 98.333 100" enable-background="new 0.833 -5.081 98.333 100"
xml:space="preserve">
<g>
<path d="M50.925,34.269l0.102,0.003h0.115c10.517-0.085,19.042-8.984,18.999-19.833C70.007,3.636,61.292-5.121,50.714-5.081
c-5.136,0.064-9.95,2.133-13.55,5.833c-3.653,3.756-5.628,8.724-5.552,13.99c0.008,5.345,2.07,10.319,5.797,14.016
C41.04,32.356,45.847,34.312,50.925,34.269z"/>
</g>
<g>
<path d="M82.839,94.843l16.328-0.019L87.984,57.979c-1.755-6.084-9.389-16.797-22.563-17.105h-5.843
c0.029,0.1,0.094,0.185,0.109,0.287l0.086,0.455l-0.051,0.543c-0.139,1.513-1.372,3.365-3.757,5.578l4.091,26.458l-8.65,10.394
l-3.616-4.257l-5.148-6.003l3.677-26.507c-2.415-2.165-3.68-4.002-3.858-5.604l-0.078-0.395l0.115-0.592
c0.022-0.126,0.098-0.236,0.137-0.356l-7.479,0.001c-13.463,0.078-21.24,11.01-23,17.171L0.833,94.919l16.549-0.021l7.067-24.332
l4.968-0.003L22.36,94.896l55.458-0.053L70.721,70.52l4.987-0.005L82.839,94.843z"/>
</g>
<path d="M53.503,45.944c2.917-2.598,3.23-3.848,3.254-4.154c0.014-0.054,0-0.076-0.002-0.083c-0.049-0.267-0.255-0.549-0.554-0.817
c-0.361-0.324-0.864-0.635-1.453-0.893c-1.092-0.492-2.461-0.828-3.677-0.813c-1.185,0.002-2.528,0.353-3.6,0.848
c-0.588,0.268-1.094,0.58-1.457,0.907c-0.318,0.282-0.53,0.578-0.588,0.866c0,0,0.002,0.015,0,0.039
c0.013,0.229,0.221,1.47,3.326,4.139l0.75,0.646l-3.711,26.784l4.268,4.971l0.771,0.889l0.566,0.678l0.567-0.682l0.759-0.903
l4.186-5.041l-4.135-26.726L53.503,45.944z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -0,0 +1,3 @@
Thank you for using The Noun Project. This icon is in the Public Domain and
can be used for any project, including commercial, without any attribution
requirements.

View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="100px" height="98.443px" viewBox="0 0 100 98.443" enable-background="new 0 0 100 98.443" xml:space="preserve">
<path d="M80.221,16.032c4.432,0,8.031-3.576,8.031-8.008c0-4.425-3.6-8.024-8.031-8.024c-4.424,0-8.001,3.599-8.001,8.024
C72.22,12.456,75.797,16.032,80.221,16.032z"/>
<path d="M58.195,35.252h-12.07c-4.789,0-4.789,6.296,0,6.296l13.798-0.021c1.022,0,2.082-0.545,2.894-1.818l6.939-10.941
l-0.021,65.008c0,2.482,2.016,4.5,4.5,4.5c2.486,0,4.494-2.016,4.494-4.5V56.065h3.03l-0.021,37.711c0,2.482,2.016,4.5,4.502,4.5
c2.484,0,4.501-2.016,4.501-4.5V28.768h2.984v23.958c0,4.832,6.296,4.832,6.274,0V28.268c0-5.326-4.122-10.555-10.372-10.555h-14.8
c-3.599,0-6.729,1.841-8.577,4.661L58.195,35.252z"/>
<path d="M10.038,75.5c7.221,0,13.071,5.85,13.071,13.07l-0.122,8.879h15.396l13.919-39.276l0.074-13.304L5.638,44.891L5.616,75.478
L10.038,75.5z"/>
<path d="M0,88.571c0-5.448,4.424-9.873,9.873-9.873c5.448,0,9.873,4.423,9.873,9.873c0,5.447-4.425,9.872-9.873,9.872
C4.424,98.443,0,94.018,0,88.571z M9.872,92.851c2.371,0,4.288-1.917,4.288-4.28c0-2.372-1.917-4.289-4.288-4.289
c-2.364,0-4.281,1.917-4.281,4.289C5.591,90.934,7.508,92.851,9.872,92.851z"/>
<path d="M43.755,24.767L43.755,24.767l-1.849,0.903l-0.869-1.827l0,0l-1.827,0.879l-0.878-1.826l0,0l-1.818,0.878l-0.903-1.826
h0.022l-1.849,0.902l-0.87-1.848v0.022l-1.827,0.879l-0.871-1.872l-5.546,15.79c-0.448,1.28,0.243,2.697,1.514,3.129l8.956,3.099
c1.272,0.447,2.675-0.235,3.122-1.515L43.755,24.767z"/>
<polygon points="35.921,8.759 33.336,6.583 2.961,42.573 5.561,44.746 "/>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -0,0 +1,3 @@
Thank you for using The Noun Project. This icon is in the Public Domain and
can be used for any project, including commercial, without any attribution
requirements.

View File

@ -0,0 +1,15 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" width="100px" height="100px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve">
<g id="Capa_16">
<g>
<polygon points="26.52,62.82 17.306,81.809 30.312,81.809 35.247,62.82 "/>
<polygon points="13.914,62.82 0,81.809 12.681,81.809 22.35,62.82 "/>
<polygon points="86.087,62.82 77.652,62.82 87.318,81.809 100,81.809 "/>
<polygon points="64.752,62.82 69.688,81.809 82.693,81.809 73.48,62.82 "/>
<polygon points="61.18,71.852 53.859,71.945 53.745,62.82 51.932,62.82 52.141,81.809 65.318,81.809 61.079,63.945 "/>
<polygon points="39.187,62.82 38.632,65.161 40.765,62.82 "/>
<polygon points="37.375,70.459 34.682,81.809 47.859,81.809 48.037,65.708 40.832,73.609 "/>
<path d="M56.504,27.371c2.271-1.625,2.801-4.782,1.171-7.061c-1.624-2.271-4.782-2.798-7.059-1.174 c-2.279,1.625-2.802,4.787-1.181,7.06C51.063,28.47,54.223,28.999,56.504,27.371z"/>
<path d="M51.634,52.191c0.05-0.016,0.104-0.022,0.155-0.043l2.872,5.229l0.171,13.572l5.352-0.067l-0.18-14.243 C60,56.2,59.885,55.77,59.675,55.385l-4.801-8.733l0.959-6.231l0.435,0.72c0.215,0.355,0.527,0.641,0.9,0.822l8.264,3.284 l1.307-2.699l-7.131-4.161l-3.678-6.108c-0.645-0.958-1.66-1.661-2.892-1.851c-1.083-0.165-2.121,0.103-2.972,0.653l-0.008-0.009 c0,0-0.316,0.241-0.433,0.339l-8.052,6.302c-0.402,0.313-0.677,0.76-0.779,1.26l-1.327,9.796l2.937,0.595l2.43-8.766l2.622-2.051 l-1.376,8.932c-0.066,0.429-0.045,0.85,0.013,1.26l0.479,9.175l-9.759,10.702l3.955,3.606l10.511-11.527 c0.482-0.528,0.734-1.229,0.695-1.942L51.634,52.191z"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -0,0 +1,8 @@
Thank you for using The Noun Project. This icon is licensed under Creative
Commons Attribution and must be attributed as:
Crosswalk by Juan Pablo Bravo from The Noun Project
If you have a Premium Account or have purchased a license for this icon, you
don't need to worry about attribution! We will share the profits from your
purchase with this icon's designer.

View File

@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Your_Icon" x="0px" y="0px" width="100px" height="100px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve">
<g>
<path d="M1,39.548V80h84V39.548H1z M43.036,71.863c-7.088,0-12.833-5.745-12.833-12.832c0-7.088,5.745-12.834,12.833-12.834 S55.87,51.943,55.87,59.031C55.87,66.118,50.124,71.863,43.036,71.863z"/>
<path d="M47.697,64.011l-0.421,0.237c-0.309,0.175-1.419,0.744-2.744,0.744c-1.244,0-2.32-0.441-3.105-1.269 c-0.568-0.631-0.956-1.477-1.156-2.519h6.725v-1.926h-6.96v-0.057c0-0.208,0.009-0.425,0.022-0.633h6.938v-1.951h-6.606 c0.255-1.038,0.679-1.865,1.248-2.416c0.754-0.797,1.728-1.201,2.896-1.201c1.081,0,2.02,0.332,2.496,0.618l0.412,0.247 l0.708-2.338l-0.271-0.146c-0.566-0.304-1.756-0.812-3.369-0.812c-1.988,0-3.678,0.709-5.021,2.105 c-0.997,1.022-1.688,2.38-2.01,3.942h-1.648v1.951h1.391c-0.014,0.221-0.022,0.45-0.023,0.689h-1.367v1.926h1.537 c0.254,1.637,0.851,2.982,1.77,3.998c1.26,1.463,3.092,2.268,5.156,2.268c1.988,0,3.311-0.75,3.787-1.073l0.222-0.149 L47.697,64.011z"/>
<polygon points="91.993,31.357 7.993,31.357 7.993,37.739 86.692,37.739 86.692,71.809 91.993,71.809 "/>
<polygon points="98.987,23.166 14.987,23.166 14.987,29.548 93.687,29.548 93.687,63.617 98.987,63.617 "/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -0,0 +1,8 @@
Thank you for using The Noun Project. This icon is licensed under Creative
Commons Attribution and must be attributed as:
Euro by Pathfinders from The Noun Project
If you have a Premium Account or have purchased a license for this icon, you
don't need to worry about attribution! We will share the profits from your
purchase with this icon's designer.

View File

@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Your_Icon" x="0px" y="0px" width="100px" height="100px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve">
<g>
<g>
<g>
<g>
</g>
</g>
<g>
</g>
</g>
</g>
<path d="M93.82,35.611l-9.451-16.367L55.235,40.933l4.217-36.076H40.55l4.215,36.075L15.631,19.244L6.18,35.612L39.529,50 L6.181,64.387l9.451,16.369l29.133-21.688L40.55,95.143l18.902-0.002l-4.217-36.072l29.134,21.688l9.451-16.369L60.47,50 L93.82,35.611z M50,50L50,50L50,50L50,50L50,50z"/>
</svg>

After

Width:  |  Height:  |  Size: 592 B

View File

@ -0,0 +1,8 @@
Thank you for using The Noun Project. This icon is licensed under Creative
Commons Attribution and must be attributed as:
Asterisk by Lisa Staudinger from The Noun Project
If you have a Premium Account or have purchased a license for this icon, you
don't need to worry about attribution! We will share the profits from your
purchase with this icon's designer.

View File

@ -0,0 +1,24 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="100px" height="100px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve">
<g>
<g>
<path d="M88.208,2.83c0-1.542-1.287-2.83-2.831-2.83C61.792,0,38.208,0,14.623,0c-1.542,0-2.83,1.288-2.83,2.83 c0,31.447,0,62.895,0,94.34c0,1.543,1.288,2.83,2.83,2.83c23.585,0,47.169,0,70.754,0c0.833,0,1.467-0.303,1.92-0.758 c0.027-0.023,0.053-0.051,0.078-0.075c0.023-0.024,0.053-0.052,0.074-0.078c0.455-0.452,0.759-1.086,0.759-1.919 C88.208,65.725,88.208,34.277,88.208,2.83z M82.547,94.34c-21.697,0-43.396,0-65.094,0c0-29.561,0-59.12,0-88.68 c21.698,0,43.396,0,65.094,0C82.547,35.22,82.547,64.779,82.547,94.34z"/>
</g>
<g>
<rect x="25.167" y="16.5" width="21.333" height="4"/>
</g>
<rect x="53.833" y="16" width="21.5" height="20"/>
<g>
<rect x="25.167" y="24.5" width="21.333" height="4"/>
</g>
<g>
<rect x="25.167" y="32.5" width="21.333" height="4"/>
</g>
<g>
<rect x="25.167" y="40.5" width="50.167" height="4"/>
</g>
<g>
<rect x="25.167" y="50.5" width="50.167" height="4"/>
</g>
<path d="M64.05,72.516h-2.18c-0.284-1.094-0.724-2.145-1.287-3.1l1.546-1.549c0.469-0.469,0.469-1.23,0-1.699l-2.545-2.547 c-0.469-0.469-1.229-0.469-1.697,0l-1.554,1.546c-0.954-0.563-2.005-1.003-3.099-1.287V61.7c0-0.663-0.521-1.2-1.186-1.2h-3.6 c-0.663,0-1.186,0.537-1.186,1.2v2.18c-1.092,0.284-2.144,0.722-3.098,1.286l-1.55-1.545c-0.469-0.469-1.23-0.469-1.699,0 l-2.546,2.545c-0.469,0.469-0.469,1.229,0,1.697l1.546,1.553c-0.565,0.955-1.003,2.006-1.287,3.1h-2.18 c-0.663,0-1.2,0.521-1.2,1.186v3.6c0,0.663,0.537,1.186,1.2,1.186h2.18c0.284,1.094,0.722,2.145,1.287,3.1l-1.546,1.549 c-0.469,0.469-0.469,1.23,0,1.699l2.545,2.546c0.469,0.47,1.229,0.47,1.697,0.001l1.553-1.546c0.954,0.563,2.006,1.003,3.098,1.287 v2.181c0,0.662,0.522,1.199,1.186,1.199h3.6c0.663,0,1.186-0.537,1.186-1.199v-2.181c1.094-0.284,2.145-0.724,3.1-1.287 l1.549,1.546c0.469,0.469,1.23,0.469,1.699,0l2.546-2.545c0.47-0.469,0.47-1.229,0.001-1.697l-1.546-1.554 c0.563-0.954,1.003-2.005,1.287-3.099h2.18c0.663,0,1.2-0.521,1.2-1.186v-3.6C65.25,73.037,64.713,72.516,64.05,72.516z M50.25,81.5c-3.314,0-6-2.688-6-6c0-3.314,2.686-6,6-6c3.313,0,6,2.686,6,6C56.25,78.813,53.563,81.5,50.25,81.5z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -0,0 +1,8 @@
Thank you for using The Noun Project. This icon is licensed under Creative
Commons Attribution and must be attributed as:
Document by Simple Icons from The Noun Project
If you have a Premium Account or have purchased a license for this icon, you
don't need to worry about attribution! We will share the profits from your
purchase with this icon's designer.

View File

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" width="90px" height="90px" viewBox="0 0 90 90" enable-background="new 0 0 90 90" xml:space="preserve">
<path fill="#000000" d="M66.312,67.885c-1.438,1.35-2.438,2.982-3.01,4.721H24.789c-0.5-1.529-1.328-2.973-2.503-4.229 c-0.508-0.539-1.059-1.018-1.642-1.432l1.733-5.489h56.434c1.565,0,2.838-1.267,2.838-2.838l5.681-32.08 c0-1.564-1.271-2.835-2.838-2.835l-62.392-8.252l-5.826-5.826c0.501-1.888,0.031-3.981-1.447-5.463 c-2.218-2.215-5.811-2.215-8.026,0c-2.215,2.215-2.215,5.808,0,8.023c1.481,1.484,3.575,1.951,5.463,1.45l5.004,5.006v35.852 l-0.117-0.036l-3.271,10.359c-2.739,0.037-5.476,1.049-7.632,3.072c-4.568,4.289-4.786,11.476-0.49,16.041 c4.291,4.561,11.471,4.777,16.039,0.492c1.427-1.349,2.433-2.979,3.004-4.721h38.519c0.498,1.525,1.322,2.979,2.5,4.229 c4.291,4.561,11.472,4.777,16.037,0.492c4.564-4.301,4.783-11.48,0.487-16.047C78.052,63.816,70.877,63.594,66.312,67.885z M24.916,40.492h2.641c0-0.239,0-0.527,0-0.815c0-0.48,0.048-0.96,0.048-1.44h-2.688v-3.408h3.217 c0.575-2.592,1.775-4.801,3.312-6.528c2.688-3.121,6.529-4.945,11.089-4.945c2.881,0,5.473,0.672,7.201,1.44l-1.345,5.472 c-1.248-0.527-3.264-1.152-5.376-1.152c-2.256,0-4.368,0.816-5.856,2.593c-0.72,0.768-1.2,1.872-1.536,3.12h11.953v3.408H34.901 c-0.049,0.48-0.049,0.96-0.049,1.488c0,0.288,0,0.528,0,0.768h12.722v3.409H35.525c0.336,1.439,0.863,2.544,1.584,3.361 c1.536,1.728,3.792,2.447,6.192,2.447c2.208,0,4.464-0.72,5.473-1.248l1.151,5.329c-1.632,0.912-4.416,1.824-7.488,1.824 c-4.752,0-9.024-1.921-11.713-5.473c-1.296-1.632-2.256-3.696-2.688-6.241h-3.12V40.492z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -0,0 +1,8 @@
Thank you for using The Noun Project. This icon is licensed under Creative
Commons Attribution and must be attributed as:
Shopping Cart by José Manuel de Laá from The Noun Project
If you have a Premium Account or have purchased a license for this icon, you
don't need to worry about attribution! We will share the profits from your
purchase with this icon's designer.

View File

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="100px" height="100px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve">
<g>
<path fill="#000000" d="M69.84,55.234l-3.259,3.256l23.534,23.534c0.626,0.626,0.626,1.644,0,2.275 c-0.628,0.625-1.646,0.625-2.272,0L64.308,60.762l-3.661,3.666L84.18,87.96c0.627,0.628,0.627,1.646,0,2.273 c-0.625,0.625-1.647,0.625-2.271,0L58.373,66.698l-3.256,3.256l22.581,22.584c4.068,4.063,10.66,4.063,14.725,0 c4.062-4.063,4.062-10.653,0-14.722L69.84,55.234z"/>
<polygon fill="#000000" points="21.286,25.384 28.357,32.451 35.676,39.77 36.392,40.489 37.387,39.491 38.382,38.5 39.376,37.505 40.372,36.511 39.654,35.795 32.333,28.472 25.264,21.405 25.125,15.784 8.223,4.364 7.229,5.359 6.233,6.353 5.239,7.344 4.244,8.342 15.504,25.403 "/>
<path fill="#000000" d="M60.333,56.785l2.273-2.271l3.253-3.257l5.066-5.065c6.569,1.205,13.601-0.727,18.678-5.805 c5.96-5.961,7.588-14.607,4.895-22.042L82.822,30.023l0,0c-2.513,2.509-6.58,2.509-9.093,0l-3.492-3.493 c-2.513-2.512-2.513-6.579,0-9.09L81.915,5.763C74.48,3.07,65.834,4.696,59.877,10.657c-5.081,5.079-7.017,12.112-5.808,18.678 L8.114,75.291c-4.654,4.649-4.654,12.199,0,16.856c4.655,4.65,12.2,4.65,16.858,0l26.167-26.17l3.257-3.254l2.275-2.275 L60.333,56.785z M21.173,88.583c-2.624,2.622-6.874,2.622-9.498,0c-2.622-2.619-2.622-6.873,0-9.497 c2.624-2.622,6.874-2.622,9.498,0C23.794,81.71,23.794,85.964,21.173,88.583z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -0,0 +1,8 @@
Thank you for using The Noun Project. This icon is licensed under Creative
Commons Attribution and must be attributed as:
Tools by Matthew Hawdon from The Noun Project
If you have a Premium Account or have purchased a license for this icon, you
don't need to worry about attribution! We will share the profits from your
purchase with this icon's designer.

View File

@ -0,0 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="100px" height="100px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve">
<g id="Layer_1_1_">
</g>
<path d="M41.301,58.836v23.799c0,1.302-1.06,2.352-2.353,2.352h-6.78c-1.463,0-2.838-1.141-2.838-2.057V70.357 c0-0.906-0.737-1.643-1.652-1.643c-0.908,0-1.644,0.736-1.644,1.643V82.93c0,0.916-0.557,2.057-1.967,2.057h-8.469 c-1.301,0-2.361-1.05-2.361-2.352V58.836c0-1.303-13.246-8.082,5.613-22.11c0,0,2.317,2.694,8.64,2.694 c6.331,0,8.423-2.694,8.423-2.694C55.518,50.754,41.301,57.533,41.301,58.836z"/>
<path d="M38.607,91.559c0,0.955-1.885,1.066-4.21,1.066l0,0c-2.325,0-4.209-0.193-4.209-1.066v-0.111 c0-2.326,1.885-4.211,4.209-4.211l0,0c2.325,0,4.21,1.885,4.21,4.211V91.559z"/>
<path d="M24.812,91.559c0,0.955-1.885,1.066-4.21,1.066l0,0c-2.324,0-4.209-0.193-4.209-1.066v-0.111 c0-2.326,1.885-4.211,4.209-4.211l0,0c2.325,0,4.21,1.885,4.21,4.211V91.559z"/>
<circle cx="27.278" cy="24.036" r="12.685"/>
<path d="M85.216,61.023l6.902,22.002c0,1.252-7.92,2.262-9.163,2.262H76.44c-0.732,0-2.443-1-4.107-1c-1.533,0-3.025,1-3.675,1 h-8.137c-1.251,0-9.172-1.01-9.172-2.262l6.902-22.002c0-1.252-12.727-8.629,5.394-22.105c0,0,2.226,2.588,8.3,2.588 c6.083,0,8.094-2.588,8.094-2.588C98.875,52.395,85.216,59.771,85.216,61.023z"/>
<path d="M82.628,91.6c0,0.918-1.811,1.025-4.045,1.025l0,0c-2.234,0-4.045-0.187-4.045-1.025v-0.106 c0-2.234,1.811-4.046,4.045-4.046l0,0c2.234,0,4.045,1.812,4.045,4.046V91.6z"/>
<path d="M69.373,91.6c0,0.918-1.811,1.025-4.045,1.025l0,0c-2.233,0-4.044-0.187-4.044-1.025v-0.106 c0-2.234,1.811-4.046,4.044-4.046l0,0c2.234,0,4.045,1.812,4.045,4.046V91.6z"/>
<circle cx="71.742" cy="26.726" r="12.188"/>
<path d="M65.983,21.646c-0.757,0.758-1.987,0.758-2.746,0l-6.652-6.654c-0.758-0.758-0.758-1.988,0-2.746l0,0 c0.758-0.758,1.987-0.758,2.746,0l6.652,6.654C66.741,19.659,66.742,20.888,65.983,21.646L65.983,21.646z"/>
<path d="M77.293,21.646c0.757,0.758,1.987,0.758,2.746,0l6.653-6.654c0.757-0.758,0.757-1.988,0-2.746l0,0 c-0.759-0.758-1.988-0.758-2.747,0l-6.652,6.654C76.535,19.659,76.534,20.888,77.293,21.646L77.293,21.646z"/>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -0,0 +1,8 @@
Thank you for using The Noun Project. This icon is licensed under Creative
Commons Attribution and must be attributed as:
People by Ahmed Trochilidae from The Noun Project
If you have a Premium Account or have purchased a license for this icon, you
don't need to worry about attribution! We will share the profits from your
purchase with this icon's designer.

View File

@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="100px" height="100px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve">
<rect fill="none" width="100" height="100"/>
<g>
<path d="M63.388,32.313c-3.745,0-6.791,3.046-6.791,6.783c0,3.742,3.046,6.788,6.791,6.788c3.744,0,6.787-3.046,6.787-6.788 C70.175,35.359,67.132,32.313,63.388,32.313z M63.388,42.953c-2.128,0-3.854-1.732-3.854-3.857c0-2.12,1.727-3.847,3.854-3.847 c2.124,0,3.854,1.727,3.854,3.847C67.242,41.221,65.512,42.953,63.388,42.953z"/>
<path d="M83.748,27.718H54.135c-3.586,0-6.504,2.92-6.504,6.505v19.568c0,3.585,2.917,6.5,6.504,6.5h18.508h11.105 c3.588,0,6.505-2.915,6.505-6.5V34.224C90.253,30.639,87.336,27.718,83.748,27.718z M55.6,57.361l0.003-4.35 c0.065-2.203,1.907-3.998,4.111-3.998h7.337c2.211,0,4.059,1.795,4.124,4.218v4.13H55.6z M87.32,53.792 c0,1.968-1.602,3.569-3.572,3.569h-9.64v-4.13c0-0.01-0.006-0.288-0.006-0.298c-0.104-3.779-3.268-6.856-7.052-6.856h-7.337 c-3.773,0-6.935,3.077-7.046,6.85c0,0.016,0,0.288,0,0.304v3.795c-1.232-0.565-2.104-1.796-2.104-3.234V34.224 c0-1.968,1.601-3.569,3.571-3.569h29.613c1.971,0,3.572,1.602,3.572,3.569V53.792z"/>
<path d="M44.21,6.303C43.667,5.487,42.75,5,41.772,5h-29.09c-0.979,0-1.895,0.487-2.439,1.303C9.698,7.114,9.594,8.146,9.968,9.051 l6.953,16.878L9.788,68.932c-0.121,0.718,0.031,1.45,0.426,2.063l14.544,22.661C25.297,94.492,26.229,95,27.225,95 c1,0,1.931-0.508,2.47-1.345l14.544-22.661c0.395-0.612,0.544-1.345,0.427-2.063l-7.133-43.003l6.953-16.878 C44.857,8.146,44.755,7.114,44.21,6.303z M37.389,10.867l-4.852,11.781H21.916l-4.854-11.781H37.389z M22.439,28.519h9.575 l0.243,1.46L20.194,42.048L22.439,28.519z M19.367,47.02l13.479-13.481l1.693,10.21l-17.6,17.919L19.367,47.02z M16.102,66.708 l19.034-19.375l1.941,11.697l-16.792,16.8l-4.527-7.055L16.102,66.708z M27.225,86.637l-5.317-8.284l15.758-15.764l1.028,6.187 L27.225,86.637z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -0,0 +1,8 @@
Thank you for using The Noun Project. This icon is licensed under Creative
Commons Attribution and must be attributed as:
Businessman by hunotika from The Noun Project
If you have a Premium Account or have purchased a license for this icon, you
don't need to worry about attribution! We will share the profits from your
purchase with this icon's designer.

View File

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="100px" height="70.758px" viewBox="0 0 100 70.758" enable-background="new 0 0 100 70.758" xml:space="preserve">
<path d="M42.741,32.031c0.993,1.97,5.442,12.338,5.442,13.824c0,8.127-10.867,8.127-10.867,0 C37.315,44.369,41.753,33.502,42.741,32.031z"/>
<path d="M49.165,27.436c0-1.128,0-3,0-6.266c0-3.988-3.613-7.417-8.393-7.417c0,0-0.027,0-11.171,0l-0.06-3.472 c0-1.015-0.819-1.823-1.823-1.823h-4.368V6.223c0.375-0.233,0.689-0.504,0.955-0.863c1.313,0,3.966,0,9.31,0 c0.613,0.809,1.541,1.356,2.621,1.356c1.855,0,3.364-1.508,3.364-3.369C39.6,1.514,38.091,0,36.236,0 c-1.118,0-2.051,0.575-2.664,1.422c-1.476,0-4.221,0-9.223,0C23.736,0.575,22.803,0,21.685,0s-2.056,0.575-2.669,1.422 c-2.848,0-6.233,0-10.178,0C8.23,0.575,7.281,0,6.18,0C4.318,0,2.805,1.514,2.805,3.348c0,1.861,1.514,3.369,3.375,3.369 c1.08,0,2.002-0.548,2.615-1.356c1.682,0,4.736,0,10.27,0C19.325,5.724,19.65,6,20.03,6.229v2.23h-4.639 c-0.998,0-1.817,0.808-1.817,1.823v3.472c-1.134,0-4.4,0-13.574,0v10.862c0.326,0,2.528,0,15.099,0 c1.481,2.973,3.456,4.443,6.429,4.443c2.951,0,5.42-1.471,6.906-4.443c0,0,0,0,5.42,0c1.628,0,2.225,1.047,2.398,3.049 c-0.472,0.32-0.808,0.841-0.808,1.47c0,1.009,0.819,1.801,1.823,1.801h11.274c1.009,0,1.817-0.792,1.817-1.801 C50.358,28.342,49.859,27.691,49.165,27.436z"/>
<path d="M50.841,58.833c-0.157,0.775-0.146,1.589,0.087,2.37c0.195,0.732,0.586,1.416,1.123,1.986 c1.823,1.845,4.802,1.888,6.668,0.092l9.239-9.012l1.188,1.216l-9.251,9.012c-2.522,2.452-6.575,2.393-9.055-0.125 c-0.857-0.879-1.334-1.975-1.595-3.125H29.91c-2.626,0-4.764,2.132-4.764,4.747c0,2.637,2.138,4.764,4.764,4.764h33.501 c1.091,0,2.089-0.429,2.914-1.091l21.804-16.504H100V36.99h-0.098v-0.157H72.401L52.159,56.554 C51.514,57.173,51.063,57.954,50.841,58.833z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -0,0 +1,3 @@
Thank you for using The Noun Project. This icon is in the Public Domain and
can be used for any project, including commercial, without any attribution
requirements.

View File

@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="90px" height="90px" viewBox="0 0 90 90" enable-background="new 0 0 90 90" xml:space="preserve">
<path d="M10.313,35.884v17.927h15.892v-6.545l8.72-1.017v7.562h2.641V23.757L10.313,35.884z M18.757,43.256l-5.803,1.258v-6.622 l5.803-2.151V43.256z M26.842,41.505l-5.803,1.258v-7.868l5.803-2.152V41.505z M34.926,39.755l-5.803,1.257v-9.114l5.803-2.151 V39.755z"/>
<path d="M51.479,63.73c-4.858,3.975-11.062,6.364-17.815,6.364c-15.54,0-28.183-12.643-28.183-28.183s12.643-28.184,28.183-28.184 c8.377,0,15.905,3.678,21.071,9.498c0.793-1,1.677-1.928,2.652-2.759C51.527,13.992,43.063,9.916,33.662,9.916 c-17.643,0-31.996,14.353-31.996,31.997c0,17.642,14.354,31.997,31.996,31.997c6.591,0,12.72-2.005,17.814-5.434V63.73H51.479z"/>
<path d="M52.622,45.672c-0.79-1.67-1.36-3.471-1.644-5.38c-2.07-0.879-3.525-2.931-3.525-5.319c0-1.081,0.312-2.085,0.831-2.951 l-9.286-8.266v30.055h13.624V45.672z"/>
<path d="M79.301,55.031h-0.312H60.609h-0.312c-2.768,0-5.007,2.242-5.006,5.007v15.04c0,2.765,2.24,5.006,5.008,5.006h4.611h9.779 h4.609c2.766,0,5.006-2.241,5.006-5.006v-15.04C84.309,57.273,82.066,55.031,79.301,55.031z"/>
<path d="M54.652,39.138c0.826,7.635,7.291,13.58,15.146,13.58s14.321-5.944,15.146-13.58H54.652z"/>
<path d="M86.371,33.009h-0.973c-0.847-5.77-4.825-10.52-10.166-12.438v5.299c0,0.713-0.58,1.29-1.291,1.29s-1.289-0.577-1.289-1.29 v-5.979c-0.512-0.088-1.031-0.153-1.562-0.19v6.169c0,0.713-0.577,1.29-1.289,1.29c-0.714,0-1.29-0.577-1.29-1.29v-6.145 c-0.529,0.048-1.051,0.122-1.562,0.222v5.923c0,0.713-0.577,1.29-1.29,1.29c-0.714,0-1.289-0.577-1.289-1.29v-5.179 c-5.185,1.989-9.024,6.662-9.854,12.318H53.23c-1.084,0-1.965,0.88-1.965,1.964s0.879,1.963,1.965,1.963h33.141 c1.082,0,1.962-0.878,1.962-1.963C88.333,33.889,87.453,33.009,86.371,33.009z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -0,0 +1,8 @@
Thank you for using The Noun Project. This icon is licensed under Creative
Commons Attribution and must be attributed as:
Architect by Yazmin Alanis from The Noun Project
If you have a Premium Account or have purchased a license for this icon, you
don't need to worry about attribution! We will share the profits from your
purchase with this icon's designer.

View File

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="100px" height="100px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve">
<g>
<path fill="#000000" d="M83.326,0H24.975c-6.446,0-11.67,5.225-11.67,11.671v33.391c4.442-2.281,9.435-3.629,14.724-3.787 c0.385-0.085,0.781-0.137,1.191-0.137h49.86c3.059,0,5.542,2.479,5.542,5.541c0,3.062-2.482,5.542-5.542,5.542H54.359 c2.993,3.189,5.388,6.941,7.011,11.081h17.71c3.059,0,5.542,2.479,5.542,5.54c0,3.063-2.482,5.543-5.542,5.543H63.72 c0.021,0.51,0.038,1.021,0.038,1.536c0,6.355-1.726,12.312-4.723,17.439h24.289c6.444,0,11.671-5.227,11.671-11.671v-70.02 C94.995,5.226,89.771,0,83.326,0z M79.08,30.058H29.22c-3.061,0-5.541-2.479-5.541-5.541c0-3.062,2.48-5.541,5.541-5.541h49.86 c3.059,0,5.542,2.479,5.542,5.541C84.622,27.579,82.14,30.058,79.08,30.058z"/>
</g>
<path fill="#000000" d="M29.083,51.845c-13.298,0-24.078,10.78-24.078,24.077c0,13.3,10.78,24.078,24.078,24.078 c13.299,0,24.078-10.778,24.078-24.078C53.161,62.625,42.382,51.845,29.083,51.845z M43.926,74.844l-6.708,4.874l2.562,7.877 c0.302,0.936-0.027,1.969-0.829,2.546c-0.397,0.294-0.87,0.435-1.336,0.435c-0.468,0-0.938-0.141-1.339-0.435l-6.707-4.87 l-6.707,4.87c-0.801,0.579-1.883,0.579-2.679,0c-0.8-0.577-1.129-1.61-0.826-2.546l2.562-7.881l-6.708-4.872 c-0.796-0.577-1.129-1.604-0.827-2.544c0.308-0.938,1.183-1.573,2.17-1.573h8.281l2.567-7.881c0.306-0.94,1.179-1.573,2.165-1.573 c0.987,0,1.859,0.633,2.165,1.573l2.56,7.881h8.289c0.986,0,1.865,0.635,2.171,1.574C45.054,73.238,44.721,74.266,43.926,74.844z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -0,0 +1,8 @@
Thank you for using The Noun Project. This icon is licensed under Creative
Commons Attribution and must be attributed as:
Document by Stefan Parnarov from The Noun Project
If you have a Premium Account or have purchased a license for this icon, you
don't need to worry about attribution! We will share the profits from your
purchase with this icon's designer.

View File

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 90 90" enable-background="new 0 0 90 90" xml:space="preserve" height="100px" width="100px">
<path fill="#000000" d="M72.3,32.2v7.1v25.7c0,4.3-3.5,7.7-7.7,7.7H25.4c-4.3,0-7.7-3.5-7.7-7.7V39.3v-7.1c0-4.3,3.5-7.7,7.7-7.7 h2.6v3V32c0,3.1,2.5,5.6,5.6,5.6s5.6-2.5,5.6-5.6v-4.5v-3h12.2v3V32c0,3.1,2.5,5.6,5.6,5.6c3.1,0,5.6-2.5,5.6-5.6v-4.5v-3h2.1 C68.8,24.5,72.3,27.9,72.3,32.2z M70,38.6H20v26.4c0,3,2.4,5.4,5.4,5.4h39.2c3,0,5.4-2.4,5.4-5.4V38.6z M33.6,35.4 c1.9,0,3.4-1.5,3.4-3.4v-4.5v-3v-3.8c0-1.9-1.5-3.4-3.4-3.4c-1.9,0-3.4,1.5-3.4,3.4v3.8v3V32C30.2,33.9,31.7,35.4,33.6,35.4z M57,35.4c1.9,0,3.4-1.5,3.4-3.4v-4.5v-3v-3.8c0-1.9-1.5-3.4-3.4-3.4c-1.9,0-3.4,1.5-3.4,3.4v3.8v3V32C53.5,33.9,55.1,35.4,57,35.4z M57.5,45.8c-1-1-2.7-1-3.7,0L41.6,57.9l-5.4-5.4c-1-1-2.7-1-3.7,0c-1,1-1,2.7,0,3.7l7.2,7.2c0.5,0.5,1.2,0.8,1.8,0.8 s1.3-0.3,1.8-0.8l14-14C58.5,48.4,58.5,46.8,57.5,45.8z"/>
</svg>

After

Width:  |  Height:  |  Size: 1022 B

View File

@ -0,0 +1,8 @@
Thank you for using The Noun Project. This icon is licensed under Creative
Commons Attribution and must be attributed as:
Event by Tommy Lau from The Noun Project
If you have a Premium Account or have purchased a license for this icon, you
don't need to worry about attribution! We will share the profits from your
purchase with this icon's designer.

View File

@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="100px" height="100px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve">
<path d="M50,11.026c-21.525,0-38.974,17.449-38.974,38.974c0,12.283,5.688,23.232,14.567,30.376l-14.567,8.599H50 c21.525,0,38.975-17.449,38.975-38.975C88.975,28.475,71.523,11.026,50,11.026z M49.999,85.507H23.961l8.242-4.786 C21.617,74.574,14.493,63.123,14.493,50c0-19.61,15.896-35.506,35.506-35.506c19.61,0,35.507,15.896,35.507,35.506 C85.506,69.609,69.609,85.507,49.999,85.507z"/>
<path d="M50,31.062c-10.459,0-18.938,8.479-18.938,18.938S39.541,68.938,50,68.938c3.921,0,7.655-1.319,10.688-3.374 c0.2-0.088,0.38-0.21,0.535-0.359c0.003-0.002,0.006-0.004,0.009-0.006l-0.001-0.001c0.343-0.333,0.557-0.798,0.557-1.313 c0-1.014-0.82-1.835-1.834-1.835c-0.362,0-0.698,0.108-0.982,0.289l-0.007-0.009c-2.52,1.836-5.608,2.938-8.965,2.938 c-8.432,0-15.267-6.836-15.267-15.268S41.568,34.733,50,34.733S65.268,41.568,65.268,50c0,1.274-0.158,2.511-0.455,3.692 c-0.059,0.234-0.146,0.456-0.216,0.686c-0.446,1.17-1.21,1.825-2.368,1.825c-1.369,0-2.479-1.11-2.479-2.479 c0-0.011,0.003-0.021,0.003-0.031h-0.003V50v-6.868h-0.011c-0.053-0.923-0.812-1.657-1.748-1.657c-0.752,0-1.389,0.473-1.641,1.136 c-1.704-1.47-3.921-2.36-6.35-2.36c-5.384,0-9.749,4.365-9.749,9.749c0,5.384,4.365,9.749,9.749,9.749 c2.775,0,5.273-1.165,7.049-3.025c1.048,1.807,2.999,3.025,5.238,3.025c2.098,0,3.946-1.067,5.033-2.688 c1.227-1.828,1.617-4.563,1.617-7.062C68.938,39.541,60.459,31.062,50,31.062z M50,56.23c-3.441,0-6.23-2.789-6.23-6.23 c0-3.441,2.79-6.23,6.23-6.23c3.441,0,6.23,2.79,6.23,6.23C56.23,53.441,53.441,56.23,50,56.23z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -0,0 +1,8 @@
Thank you for using The Noun Project. This icon is licensed under Creative
Commons Attribution and must be attributed as:
Email by Christopher Holm-Hansen from The Noun Project
If you have a Premium Account or have purchased a license for this icon, you
don't need to worry about attribution! We will share the profits from your
purchase with this icon's designer.

View File

@ -0,0 +1,15 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="100px" height="100px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve">
<path d="M92.863,35.62c-0.771-1.098-1.693-2.081-2.739-2.917c-2.002-1.6-4.45-2.657-7.124-2.964V2.75H19.25v26.983 c-2.691,0.301-5.155,1.361-7.168,2.97c-1.046,0.836-1.969,1.818-2.74,2.917c-1.595,2.273-2.54,5.035-2.54,8.017v36.727 c0,7.72,6.28,14,14,14h60.602c7.72,0,14-6.28,14-14V43.637C95.403,40.654,94.459,37.893,92.863,35.62z M79,6.75v22.887H23.25V6.75 H79z M20.802,33.637h60.602c2.193,0,4.217,0.718,5.867,1.919L58.174,64.653c-1.889,1.889-4.4,2.929-7.072,2.929 c-2.67,0-5.182-1.04-7.07-2.929L14.935,35.556C16.585,34.354,18.609,33.637,20.802,33.637z M91.403,80.363c0,5.514-4.486,10-10,10 H20.802c-5.514,0-10-4.486-10-10V43.637c0-1.875,0.528-3.625,1.43-5.127l28.971,28.972c2.644,2.645,6.16,4.101,9.898,4.101 c3.74,0,7.256-1.456,9.9-4.101L89.973,38.51c0.902,1.502,1.431,3.252,1.431,5.127V80.363z"/>
<g>
<rect x="48" y="11.75" width="25.75" height="2"/>
</g>
<g>
<rect x="48" y="21.75" width="25.75" height="2"/>
</g>
<g>
<rect x="48" y="16.75" width="25.75" height="2"/>
</g>
<g>
<path d="M38.347,14.878c-0.04,0.16-0.107,0.36-0.2,0.6l-0.4,0.94l-0.34,0.8c-0.214,0.507-0.354,0.92-0.42,1.24 c-0.093,0.36-0.113,0.62-0.06,0.78c0.04,0.094,0.073,0.147,0.1,0.16l0.08,0.04c0.027,0.014,0.066,0.027,0.12,0.04 c0.053,0.013,0.113,0.033,0.18,0.06c0.733,0.28,1.446,0.153,2.14-0.38s1.073-1.2,1.14-2c0.146-1.547-0.113-2.797-0.78-3.75 c-0.667-0.953-1.56-1.55-2.68-1.79c-1.107-0.253-2.244-0.127-3.41,0.38c-1.167,0.507-2.13,1.347-2.89,2.52 c-0.12,0.2-0.223,0.447-0.31,0.74c-0.087,0.293-0.15,0.54-0.19,0.74c-0.027,0.213-0.06,0.513-0.1,0.9 c-0.12,1.147,0.11,2.227,0.69,3.24s1.37,1.806,2.37,2.38c0.653,0.373,1.33,0.613,2.03,0.72c0.7,0.107,1.41,0.047,2.13-0.18 c0.72-0.227,1.373-0.627,1.96-1.2c0.146-0.16,0.297-0.164,0.45-0.01c0.153,0.153,0.15,0.303-0.01,0.45 c-0.653,0.653-1.39,1.11-2.21,1.37c-0.82,0.26-1.62,0.33-2.4,0.21c-0.78-0.12-1.537-0.387-2.27-0.8 c-1.107-0.64-1.98-1.52-2.62-2.64c-0.64-1.12-0.893-2.327-0.76-3.62c0.04-0.413,0.073-0.713,0.1-0.9 c0.04-0.213,0.11-0.497,0.21-0.85c0.1-0.353,0.236-0.656,0.41-0.91c0.813-1.28,1.866-2.197,3.16-2.75s2.56-0.697,3.8-0.43 c1.28,0.28,2.3,0.963,3.06,2.05c0.76,1.087,1.06,2.477,0.9,4.17c-0.04,0.48-0.187,0.937-0.44,1.37 c-0.253,0.434-0.574,0.797-0.96,1.09c-0.88,0.693-1.8,0.853-2.76,0.48c-0.014-0.013-0.053-0.03-0.12-0.05s-0.13-0.04-0.19-0.06 s-0.104-0.043-0.13-0.07c-0.173-0.093-0.307-0.26-0.4-0.5c-0.494,0.467-1.094,0.733-1.8,0.8c-0.507,0.04-0.953-0.06-1.34-0.3 c-0.387-0.24-0.627-0.626-0.72-1.16c-0.106-0.667,0.02-1.37,0.38-2.11c0.36-0.74,0.84-1.33,1.44-1.77 c0.653-0.493,1.287-0.673,1.9-0.54c0.52,0.12,0.953,0.454,1.3,1c0.12-0.28,0.193-0.5,0.22-0.66c0.026-0.08,0.077-0.143,0.15-0.19 c0.073-0.046,0.153-0.06,0.24-0.04c0.086,0.02,0.153,0.067,0.2,0.14C38.343,14.702,38.36,14.785,38.347,14.878z M36.307,18.498 l0.04-0.2c0.093-0.346,0.247-0.787,0.46-1.32l0.36-0.84c-0.28-0.653-0.647-1.027-1.1-1.12c-0.427-0.093-0.894,0.047-1.4,0.42 c-0.507,0.374-0.917,0.877-1.23,1.51c-0.313,0.634-0.423,1.21-0.33,1.73c0.12,0.693,0.573,1.007,1.36,0.94 c0.36-0.027,0.703-0.133,1.03-0.32c0.327-0.187,0.557-0.406,0.69-0.66C36.213,18.571,36.253,18.525,36.307,18.498z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -0,0 +1,8 @@
Thank you for using The Noun Project. This icon is licensed under Creative
Commons Attribution and must be attributed as:
Open email by Marcus Michaels from The Noun Project
If you have a Premium Account or have purchased a license for this icon, you
don't need to worry about attribution! We will share the profits from your
purchase with this icon's designer.

View File

@ -0,0 +1,11 @@
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.1" id="Layer_1" x="0px" y="0px" width="100px" height="100px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve" inkscape:version="0.48.4 r9939" sodipodi:docname="empty.svg"><metadata id="metadata25"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title/></cc:Work></rdf:RDF></metadata><defs id="defs23"/><sodipodi:namedview pagecolor="#ffffff" bordercolor="#666666" borderopacity="1" objecttolerance="10" gridtolerance="10" guidetolerance="10" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-width="1366" inkscape:window-height="705" id="namedview21" showgrid="false" showguides="true" inkscape:guide-bbox="true" inkscape:zoom="2.36" inkscape:cx="87.906655" inkscape:cy="29.565987" inkscape:window-x="-8" inkscape:window-y="-8" inkscape:window-maximized="1" inkscape:current-layer="g3143" inkscape:snap-global="true"><sodipodi:guide orientation="0,1" position="-6.9915254,59.957627" id="guide3105"/><sodipodi:guide orientation="0,1" position="91.525424,0" id="guide3107"/><sodipodi:guide orientation="0,1" position="-2.2245763,39.936441" id="guide3109"/><sodipodi:guide orientation="0,1" position="-10.063559,58.050848" id="guide3113"/><sodipodi:guide orientation="1,0" position="39.999473,93.332103" id="guide3117"/><sodipodi:guide orientation="1,0" position="5.8426196,97.676615" id="guide3123"/><sodipodi:guide orientation="1,0" position="23.969721,94.530589" id="guide3127"/><sodipodi:guide orientation="1,0" position="57.976764,97.676615" id="guide3133"/><sodipodi:guide orientation="1,0" position="41.947013,92.882671" id="guide3147"/><sodipodi:guide orientation="0,1" position="68.014084,97.676615" id="guide3237"/><sodipodi:guide orientation="1,0" position="76.103866,93.182292" id="guide3335"/><sodipodi:guide orientation="1,0" position="100.37321,56.029224" id="guide3337"/><sodipodi:guide orientation="0,1" position="-5.8262712,42.055085" id="guide3339"/><sodipodi:guide orientation="0,1" position="-22.351695,5.9322034" id="guide3178"/><sodipodi:guide orientation="1,0" position="22.022182,91.684185" id="guide3180"/><sodipodi:guide orientation="1,0" position="60.074114,82.545728" id="guide3182"/><sodipodi:guide orientation="1,0" position="78.051406,84.193647" id="guide3184"/><sodipodi:guide orientation="1,0" position="93.931346,93.182292" id="guide3186"/><sodipodi:guide orientation="0,1" position="-19.915254,22.033898" id="guide3188"/><sodipodi:guide orientation="0,1" position="-8.2627119,76.059322" id="guide3192"/><sodipodi:guide orientation="0,1" position="14.936441,24.04661" id="guide3194"/><sodipodi:guide orientation="0,1" position="37.45269,74.006515" id="guide3196"/><sodipodi:guide orientation="0,1" position="16.778805,56.029224" id="guide3198"/><sodipodi:guide orientation="0,1" position="-2.9962152,38.051933" id="guide3200"/><sodipodi:guide orientation="0,1" position="-7.9399702,20.074642" id="guide3202"/><sodipodi:guide orientation="1,0" position="7.9399702,74.006515" id="guide3204"/><sodipodi:guide orientation="1,0" position="26.067072,78.051406" id="guide3206"/><sodipodi:guide orientation="1,0" position="44.044363,80.298567" id="guide3208"/><sodipodi:guide orientation="1,0" position="79.998945,83.444593" id="guide3212"/><sodipodi:guide orientation="0,1" position="89.936441,92.584746" id="guide3403"/><sodipodi:guide orientation="0,1" position="10.636564,85.91647" id="guide3405"/><sodipodi:guide orientation="1,0" position="17.977291,99.474344" id="guide3407"/><sodipodi:guide orientation="1,0" position="28.014612,92.584746" id="guide3409"/><sodipodi:guide orientation="0,1" position="26.067072,115.72881" id="guide3413"/><sodipodi:guide orientation="0,1" position="23.969721,88.013821" id="guide3415"/><sodipodi:guide orientation="1,0" position="84.043836,110.18581" id="guide3417"/><sodipodi:guide orientation="1,0" position="74.006515,97.676615" id="guide3419"/><sodipodi:guide orientation="1,0" position="85.991376,95.504359" id="guide3421"/></sodipodi:namedview>
<g inkscape:groupmode="layer" id="layer1" inkscape:label="Layer" style="display:inline"><path clip-rule="evenodd" d="M 0,7.440678 0,100 l 100.37321,0 -0.449434,-92.559322 -13.9324,-0.025424 0,6.668276 -11.984861,0 0,-6.668276 -47.991903,0 0,6.668276 -11.984861,0 0,-6.668276 z m 22.022182,32.601695 -16.1795624,0 0,-16.101695 16.1795624,0 z m 18.161893,0.05339 -16.179562,0 0,-16.101695 16.179562,0 z m 17.988403,-0.01619 -16.179562,0 0,-16.101695 16.179562,0 z m 18.075148,0.05791 -16.179562,0 0,-16.1017 16.179562,0 z m 18.100345,-0.0591 -16.179562,0 0,-16.10169 16.179562,0 z m -72.267847,18.030226 -16.1795601,0 0,-16.1017 16.1795601,0 z m 18.075146,-0.04409 -16.17956,0 0,-16.10169 16.17956,0 z m 17.984737,0.0025 -16.17957,0 0,-16.1017 16.17957,0 z m 18.134538,0.0399 -16.17956,0 0,-16.10169 16.17956,0 z m -54.052725,18.152268 -16.17956,0 0,-16.1017 16.17956,0 z m 17.984727,-0.05002 -16.17956,0 0,-16.10169 16.17956,0 z m 17.947275,0.0025 -16.17956,0 0,-16.1017 16.17956,0 z m 18.134548,0.0024 -16.17957,0 0,-16.10169 16.17957,0 z m 18.02218,-18.162362 -16.17956,0 0,-16.1017 16.17956,0 z m -0.01527,18.189711 -16.17956,0 0,-16.10169 16.17956,0 z m -72.239989,17.852646 -16.1795595,0 0,-16.1017 16.1795595,0 z m 18.134539,-0.01256 -16.17956,0 0,-16.10169 16.17956,0 z m 17.984737,0.03991 -16.17957,0 0,-16.1017 16.17957,0 z m 18.134538,0.0024 -16.17956,0 0,-16.10169 16.17956,0 z m 17.984727,-0.05 -16.17956,0 0,-16.1017 16.17956,0 z" id="path3" inkscape:connector-curvature="0" style="fill-rule:evenodd" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"/></g><g inkscape:groupmode="layer" id="layer3" inkscape:label="Layer#2" style="display:none"><path style="fill:#000000" d="m 17.97729,53.161692 65.017868,0 0,15.580318 -65.017868,0 z" id="rect3140" inkscape:connector-curvature="0"/></g><g inkscape:groupmode="layer" id="layer2" inkscape:label="Layer#1" style="display:none"/><g style="display:inline" inkscape:label="1" id="g3143" inkscape:groupmode="layer"><path inkscape:connector-curvature="0" id="path3145-1-6-1" d="m 76.032997,-0.0964194 8.010839,0.07490538 0,12.00769302 -7.93997,0 z" style="fill:#000000;display:inline" sodipodi:nodetypes="ccccc"/><path inkscape:connector-curvature="0" id="path3145-1-6-1-8" d="m 15.978248,-0.0116741 8.062911,0 0.02591,11.9978531 -8.089781,0 z" style="fill:#000000;display:inline" sodipodi:nodetypes="ccccc"/><path inkscape:connector-curvature="0" d="M 31.031566,51.489558 44.278958,63.372122 71.394698,32.220533 82.986171,43.942524 43.864972,84.728616 20.268067,61.605794 z" id="path3231" style="fill:#000000;fill-opacity:1;stroke:none"/></g><g inkscape:groupmode="layer" id="g3149" inkscape:label="1 copy" style="display:inline"/><g style="display:inline" inkscape:label="1 copy copy" id="g3153" inkscape:groupmode="layer"/><g inkscape:groupmode="layer" id="g3173" inkscape:label="1 copy copy copy#1" style="display:inline"/><g style="display:inline" inkscape:label="1 copy copy copy#2" id="g3177" inkscape:groupmode="layer"/><g inkscape:groupmode="layer" id="g3197" inkscape:label="1 copy copy copy#7" style="display:inline"/><g style="display:inline" inkscape:label="1 copy copy copy#8" id="g3201" inkscape:groupmode="layer"/><g inkscape:groupmode="layer" id="g3205" inkscape:label="1 copy copy copy#9" style="display:inline"/><g style="display:inline" inkscape:label="1 copy copy copy#10" id="g3209" inkscape:groupmode="layer"/><g inkscape:groupmode="layer" id="g3213" inkscape:label="1 copy copy copy#11" style="display:inline"/><g inkscape:groupmode="layer" id="g3181" inkscape:label="1 copy copy copy#3" style="display:inline"/><g style="display:inline" inkscape:label="1 copy copy copy#4" id="g3185" inkscape:groupmode="layer"/><g inkscape:groupmode="layer" id="g3189" inkscape:label="1 copy copy copy#5" style="display:inline"/><g style="display:inline" inkscape:label="1 copy copy copy#6" id="g3193" inkscape:groupmode="layer"/><g inkscape:groupmode="layer" id="g3157" inkscape:label="1 copy copy copy" style="display:inline"/><g style="display:inline" inkscape:label="1 copy copy copy copy" id="g3161" inkscape:groupmode="layer"/><g inkscape:groupmode="layer" id="g3165" inkscape:label="1 copy copy copy copy copy" style="display:inline"/><g style="display:inline" inkscape:label="1 copy copy copy copy copy copy" id="g3169" inkscape:groupmode="layer"/></svg>

After

Width:  |  Height:  |  Size: 8.7 KiB

View File

@ -0,0 +1,8 @@
Thank you for using The Noun Project. This icon is licensed under Creative
Commons Attribution and must be attributed as:
confirm-date by Muneer A.Safiah from The Noun Project
If you have a Premium Account or have purchased a license for this icon, you
don't need to worry about attribution! We will share the profits from your
purchase with this icon's designer.

View File

@ -0,0 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Your_Icon" x="0px" y="0px" width="100px" height="100px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve">
<g>
<g>
<g>
</g>
</g>
<g>
</g>
</g>
<path d="M4.823,7.461v85.078h90.354V7.461H4.823z M90.483,12.155v57.5l-1.611,0.002c-0.059,0.003-5.469,0.294-10.59-3.461 c-1.817-1.334-3.122-2.878-4.385-4.372c-2.369-2.802-4.812-5.691-9.913-6.181l-1.562-0.072v0.072 c-5.101,0.489-7.544,3.379-9.912,6.181c-1.263,1.494-2.568,3.038-4.386,4.372c-5.062,3.709-10.552,3.465-10.736,3.456H9.517V12.155 H90.483z M9.517,87.845V74.346l27.724-0.004c0.286,0.018,7.179,0.392,13.658-4.361c2.267-1.662,3.823-3.502,5.194-5.125 c2.179-2.577,3.668-4.34,7.109-4.565c3.441,0.226,4.931,1.988,7.109,4.565c1.372,1.623,2.928,3.463,5.194,5.125 c5.522,4.051,11.344,4.377,13.03,4.377c0.292,0,0.461-0.009,0.481-0.012h1.465v13.499H9.517z"/>
<path d="M32.398,45.597c5.662,0,10.268-4.605,10.268-10.268c0-5.662-4.605-10.267-10.268-10.267 c-5.662,0-10.267,4.605-10.267,10.267C22.131,40.992,26.737,45.597,32.398,45.597z M32.398,29.756c3.074,0,5.574,2.5,5.574,5.574 c0,3.074-2.5,5.574-5.574,5.574c-3.073,0-5.574-2.5-5.574-5.574C26.825,32.256,29.325,29.756,32.398,29.756z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -0,0 +1,8 @@
Thank you for using The Noun Project. This icon is licensed under Creative
Commons Attribution and must be attributed as:
Image by Nono Martínez Alonso from The Noun Project
If you have a Premium Account or have purchased a license for this icon, you
don't need to worry about attribution! We will share the profits from your
purchase with this icon's designer.

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="100px" height="94.907px" viewBox="0 0 100 94.907" enable-background="new 0 0 100 94.907" xml:space="preserve">
<polygon points="91.053,80.785 91.053,32.18 78.229,32.18 78.229,80.785 67.969,80.785 67.969,32.18 55.145,32.18 55.145,80.785
44.885,80.785 44.885,32.18 32.06,32.18 32.06,80.785 21.8,80.785 21.8,32.18 8.976,32.18 8.976,80.785 8.962,80.785 0,94.907
100,94.891 "/>
<polygon points="2.549,26.827 97.451,26.827 49.998,0 "/>
</svg>

After

Width:  |  Height:  |  Size: 831 B

View File

@ -0,0 +1,3 @@
Thank you for using The Noun Project. This icon is in the Public Domain and
can be used for any project, including commercial, without any attribution
requirements.

View File

@ -0,0 +1,39 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="90px" height="90px" viewBox="0 0 90 90" enable-background="new 0 0 90 90" xml:space="preserve">
<polygon fill="none" stroke="#000000" stroke-width="5" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" points=" 581.331,1275.157 549.892,1275.157 540.111,1241.053 591.111,1241.053 "/>
<line fill="none" stroke="#000000" stroke-width="13.2133" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" x1="545.866" y1="1235.333" x2="585.356" y2="1235.333"/>
<line fill="none" stroke="#000000" stroke-width="13.2133" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" x1="550.948" y1="1225.167" x2="580.275" y2="1225.167"/>
<line fill="none" stroke="#000000" stroke-width="13.2133" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" x1="557.835" y1="1214.833" x2="573.389" y2="1214.833"/>
<line fill="none" stroke="#000000" stroke-width="7" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" x1="565.611" y1="1213.833" x2="565.611" y2="1198.369"/>
<g>
<path d="M569.202,1188.469c0,1.984-1.608,3.592-3.591,3.592c-1.983,0-3.592-1.606-3.592-3.592c0-1.981,3.592-9.026,3.592-9.026 S569.202,1186.486,569.202,1188.469z"/>
</g>
<line fill="none" stroke="#000000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" x1="575.111" y1="1275.157" x2="581.22" y2="1241.053"/>
<line fill="none" stroke="#000000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" x1="556.111" y1="1275.157" x2="550.003" y2="1241.053"/>
<line fill="none" stroke="#000000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" x1="562.63" y1="1275.157" x2="559.899" y2="1241.053"/>
<line fill="none" stroke="#000000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" x1="568.592" y1="1275.157" x2="571.323" y2="1241.053"/>
<path d="M68.629,33.321l-4.563,1.99c-0.721,0.313-1.049,1.151-0.734,1.871c0.232,0.535,0.756,0.854,1.305,0.854 c0.188,0,0.383-0.039,0.567-0.119l4.563-1.99c0.719-0.314,1.047-1.151,0.732-1.872C70.188,33.336,69.35,33.008,68.629,33.321z"/>
<path d="M73.76,34.058c0.19,0,0.383-0.039,0.568-0.12l3.559-1.552c0.721-0.313,1.049-1.152,0.734-1.872 c-0.314-0.72-1.148-1.049-1.872-0.734l-3.56,1.552c-0.719,0.314-1.047,1.152-0.733,1.872C72.689,33.737,73.212,34.058,73.76,34.058z "/>
<path d="M22.029,56.622c0.189,0,0.382-0.039,0.568-0.119l4.562-1.989c0.72-0.313,1.048-1.152,0.735-1.871 c-0.314-0.721-1.151-1.051-1.872-0.735l-4.562,1.989c-0.72,0.313-1.049,1.151-0.734,1.873 C20.959,56.303,21.481,56.622,22.029,56.622z"/>
<path d="M16.898,55.886l-4.562,1.989c-0.721,0.314-1.048,1.152-0.735,1.873c0.233,0.534,0.755,0.854,1.304,0.854 c0.189,0,0.382-0.037,0.567-0.119l4.562-1.989c0.72-0.313,1.048-1.151,0.734-1.871S17.62,55.572,16.898,55.886z"/>
<path d="M59.162,78.759c0.189,0,0.383-0.038,0.568-0.118c0.72-0.313,1.049-1.151,0.733-1.873l-1.739-3.985 c-0.313-0.72-1.149-1.048-1.871-0.734c-0.721,0.313-1.049,1.151-0.734,1.871l1.738,3.987C58.091,78.439,58.613,78.759,59.162,78.759 z"/>
<path d="M56.734,68.22l-1.989-4.562c-0.313-0.721-1.149-1.051-1.871-0.734c-0.72,0.313-1.048,1.151-0.733,1.872l1.989,4.562 c0.231,0.535,0.755,0.854,1.304,0.854c0.188,0,0.383-0.038,0.567-0.119C56.721,69.777,57.049,68.939,56.734,68.22z"/>
<path d="M33.738,22.616l1.991,4.562c0.233,0.535,0.755,0.854,1.303,0.854c0.19,0,0.383-0.039,0.568-0.12 c0.72-0.313,1.048-1.151,0.735-1.871l-1.991-4.563c-0.313-0.719-1.149-1.047-1.872-0.734C33.753,21.059,33.425,21.896,33.738,22.616 z"/>
<path d="M30.494,11.621c-0.72,0.314-1.048,1.152-0.735,1.872l1.99,4.562c0.233,0.534,0.755,0.854,1.304,0.854 c0.19,0,0.383-0.039,0.568-0.12c0.72-0.313,1.049-1.151,0.734-1.872l-1.99-4.562C32.052,11.637,31.215,11.308,30.494,11.621z"/>
<path d="M78.253,56.611l-4.633-1.819c-0.731-0.288-1.558,0.072-1.845,0.803c-0.287,0.731,0.074,1.558,0.805,1.845l4.633,1.818 c0.171,0.066,0.348,0.1,0.52,0.1c0.568,0,1.104-0.344,1.324-0.902C79.344,57.725,78.982,56.896,78.253,56.611z"/>
<path d="M64.354,51.155c-0.733-0.291-1.558,0.073-1.842,0.804c-0.289,0.73,0.071,1.557,0.803,1.842l4.635,1.819 c0.17,0.067,0.346,0.1,0.518,0.1c0.569,0,1.104-0.344,1.325-0.903c0.287-0.73-0.073-1.557-0.804-1.844L64.354,51.155z"/>
<path d="M11.886,33.614l4.633,1.818c0.17,0.067,0.346,0.1,0.519,0.1c0.568,0,1.105-0.343,1.324-0.903 c0.287-0.731-0.073-1.557-0.804-1.844l-4.632-1.817c-0.731-0.289-1.557,0.073-1.843,0.804 C10.794,32.502,11.155,33.327,11.886,33.614z"/>
<path d="M25.784,39.069c0.17,0.067,0.346,0.1,0.519,0.1c0.568,0,1.104-0.343,1.324-0.903c0.287-0.731-0.073-1.557-0.804-1.843 l-4.632-1.818c-0.731-0.289-1.557,0.074-1.843,0.804c-0.287,0.731,0.073,1.556,0.804,1.843L25.784,39.069z"/>
<path d="M55.503,18.652c0.172,0.067,0.347,0.1,0.521,0.1c0.566,0,1.104-0.343,1.322-0.903l1.818-4.634 c0.288-0.73-0.072-1.556-0.805-1.842c-0.731-0.29-1.557,0.073-1.842,0.804l-1.818,4.633C54.411,17.541,54.771,18.366,55.503,18.652z "/>
<path d="M51.866,27.917c0.17,0.067,0.347,0.1,0.519,0.1c0.568,0,1.104-0.343,1.324-0.903l1.818-4.632 c0.287-0.731-0.073-1.557-0.805-1.844c-0.731-0.29-1.558,0.074-1.843,0.805l-1.817,4.632C50.775,26.806,51.137,27.631,51.866,27.917 z"/>
<path d="M38.246,62.615c-0.731-0.29-1.557,0.074-1.843,0.804l-1.818,4.633c-0.287,0.731,0.073,1.556,0.804,1.843 c0.17,0.067,0.347,0.101,0.519,0.101c0.567,0,1.104-0.345,1.323-0.904l1.819-4.632C39.338,63.729,38.978,62.902,38.246,62.615z"/>
<path d="M34.609,71.881c-0.732-0.289-1.558,0.073-1.843,0.805l-1.818,4.633c-0.288,0.73,0.073,1.556,0.804,1.842 c0.17,0.068,0.347,0.101,0.519,0.101c0.567,0,1.104-0.344,1.324-0.903l1.818-4.633C35.7,72.992,35.34,72.168,34.609,71.881z"/>
<path d="M66.659,62.771c-0.419,0-0.821,0.068-1.2,0.19L51.577,49.081l7.104,2.901c0.172,0.066,0.348,0.1,0.521,0.1 c0.567,0,1.104-0.341,1.323-0.9c0.287-0.731-0.073-1.559-0.803-1.845l-5.947-2.429h17.724c0.646,1.261,1.958,2.126,3.474,2.126 c2.156,0,3.904-1.748,3.904-3.904c0-2.156-1.748-3.904-3.904-3.904c-1.516,0-2.826,0.865-3.474,2.126H52.968l7.675-3.444 c0.721-0.313,1.049-1.151,0.735-1.871c-0.315-0.72-1.149-1.049-1.873-0.735l-7.351,3.3l12.854-12.853 c0.361,0.11,0.745,0.171,1.145,0.171c2.156,0,3.904-1.749,3.904-3.905c0-2.156-1.748-3.904-3.904-3.904s-3.905,1.748-3.905,3.904 c0,0.439,0.075,0.86,0.21,1.255L49.129,38.597l2.762-6.851c0.289-0.73-0.072-1.556-0.804-1.842 c-0.731-0.289-1.558,0.074-1.843,0.804l-2.355,5.839V18.741c1.262-0.647,2.127-1.958,2.127-3.473c0-2.156-1.75-3.904-3.906-3.904 c-2.157,0-3.904,1.748-3.904,3.904c0,1.516,0.865,2.827,2.128,3.475v18.755l-3.008-6.896c-0.314-0.72-1.15-1.049-1.872-0.735 c-0.72,0.314-1.049,1.152-0.734,1.872l2.694,6.178L26.948,24.453c0.123-0.379,0.19-0.782,0.19-1.202 c0-2.157-1.749-3.904-3.905-3.904c-2.157,0-3.905,1.747-3.905,3.904c0,2.156,1.748,3.904,3.905,3.904 c0.419,0,0.822-0.067,1.201-0.189l13.897,13.897l-6.876-2.622c-0.731-0.289-1.557,0.073-1.843,0.804 c-0.288,0.731,0.073,1.556,0.804,1.843l6.461,2.464H18.723c-0.648-1.261-1.958-2.126-3.474-2.126c-2.157,0-3.905,1.748-3.905,3.904 c0,2.156,1.749,3.904,3.905,3.904c1.515,0,2.827-0.865,3.474-2.126h19.003l-7.143,3.008c-0.72,0.313-1.048,1.15-0.735,1.872 c0.233,0.534,0.755,0.854,1.304,0.854c0.189,0,0.382-0.041,0.568-0.121l6.013-2.532l-13.12,13.12 C24.221,62.977,23.8,62.9,23.361,62.9c-2.157,0-3.905,1.746-3.905,3.902s1.749,3.904,3.905,3.904c2.156,0,3.904-1.748,3.904-3.904 c0-0.397-0.061-0.781-0.171-1.144l13.683-13.685l-2.555,6.811c-0.288,0.732,0.073,1.557,0.804,1.843 c0.17,0.067,0.347,0.101,0.519,0.101c0.567,0,1.104-0.344,1.323-0.903l2.465-6.566v18.259c-1.263,0.646-2.128,1.957-2.128,3.474 c0,2.155,1.748,3.903,3.904,3.903c2.157,0,3.905-1.748,3.905-3.903c0-1.517-0.865-2.825-2.125-3.474V52.764l1.659,3.807 c0.002,0.004,0.005,0.006,0.005,0.009l1.596,3.655c0.233,0.535,0.756,0.854,1.306,0.854c0.188,0,0.382-0.038,0.567-0.119 c0.72-0.313,1.047-1.15,0.733-1.871l-1.989-4.562c-0.002-0.005-0.004-0.009-0.007-0.011l-0.954-2.189l13.141,13.143 c-0.122,0.377-0.189,0.78-0.189,1.199c0,2.157,1.747,3.905,3.903,3.905c2.157,0,3.905-1.748,3.905-3.905 C70.564,64.521,68.816,62.771,66.659,62.771z"/>
<circle cx="83.452" cy="28.233" r="3.904"/>
<circle cx="6.548" cy="61.767" r="3.905"/>
<circle cx="84.046" cy="60.333" r="3.903"/>
<circle cx="5.955" cy="29.667" r="3.905"/>
<circle cx="61.768" cy="83.451" r="3.905"/>
<circle cx="28.234" cy="6.548" r="3.904"/>
<circle cx="29.667" cy="84.045" r="3.904"/>
<circle cx="60.335" cy="5.955" r="3.904"/>
</svg>

After

Width:  |  Height:  |  Size: 8.4 KiB

View File

@ -0,0 +1,8 @@
Thank you for using The Noun Project. This icon is licensed under Creative
Commons Attribution and must be attributed as:
Firework by Yazmin Alanis from The Noun Project
If you have a Premium Account or have purchased a license for this icon, you
don't need to worry about attribution! We will share the profits from your
purchase with this icon's designer.

View File

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="100px" height="100px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve">
<path fill="#000000" d="M9.423,37.643H6.408c0-6.651,5.411-12.061,12.062-12.061v3.015C13.481,28.597,9.423,32.655,9.423,37.643z"/>
<path fill="#000000" d="M3.016,37.643H0c0-10.184,8.285-18.469,18.47-18.469v3.015C9.949,22.189,3.016,29.122,3.016,37.643z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#000000" d="M20.002,39.863H44.76v24.756H20.002V39.863z M18.47,34.628h27.823 c1.666,0,3.016,1.351,3.016,3.015v53.75c0,1.664-1.351,3.014-3.016,3.014H18.47c-1.666,0-3.016-1.35-3.016-3.014v-53.75 C15.454,35.979,16.804,34.628,18.47,34.628z M21.039,70.055h5.28c0.548,0,0.992,0.443,0.992,0.99v1.787 c0,0.549-0.444,0.99-0.992,0.99h-5.28c-0.548,0-0.991-0.441-0.991-0.99v-1.787C20.047,70.498,20.491,70.055,21.039,70.055z M29.67,70.055h5.279c0.547,0,0.992,0.443,0.992,0.99v1.787c0,0.549-0.444,0.99-0.992,0.99H29.67c-0.547,0-0.993-0.441-0.993-0.99 v-1.787C28.678,70.498,29.123,70.055,29.67,70.055z M38.302,70.055h5.28c0.547,0,0.99,0.443,0.99,0.99v1.787 c0,0.549-0.443,0.99-0.99,0.99h-5.28c-0.548,0-0.992-0.441-0.992-0.99v-1.787C37.31,70.498,37.753,70.055,38.302,70.055z M21.039,75.332h5.28c0.548,0,0.992,0.441,0.992,0.99v1.787c0,0.547-0.444,0.99-0.992,0.99h-5.28c-0.548,0-0.991-0.443-0.991-0.99 v-1.787C20.047,75.773,20.491,75.332,21.039,75.332z M29.67,75.332h5.279c0.547,0,0.992,0.441,0.992,0.99v1.787 c0,0.547-0.444,0.99-0.992,0.99H29.67c-0.547,0-0.993-0.443-0.993-0.99v-1.787C28.678,75.773,29.123,75.332,29.67,75.332z M38.302,75.332h5.28c0.547,0,0.99,0.441,0.99,0.99v1.787c0,0.547-0.443,0.99-0.99,0.99h-5.28c-0.548,0-0.992-0.443-0.992-0.99 v-1.787C37.31,75.773,37.753,75.332,38.302,75.332z M21.039,80.607h5.28c0.548,0,0.992,0.443,0.992,0.992v1.787 c0,0.547-0.444,0.99-0.992,0.99h-5.28c-0.548,0-0.991-0.443-0.991-0.99V81.6C20.047,81.051,20.491,80.607,21.039,80.607z M29.67,80.607h5.279c0.547,0,0.992,0.443,0.992,0.992v1.787c0,0.547-0.444,0.99-0.992,0.99H29.67c-0.547,0-0.993-0.443-0.993-0.99 V81.6C28.678,81.051,29.123,80.607,29.67,80.607z M38.302,80.607h5.28c0.547,0,0.99,0.443,0.99,0.992v1.787 c0,0.547-0.443,0.99-0.99,0.99h-5.28c-0.548,0-0.992-0.443-0.992-0.99V81.6C37.31,81.051,37.753,80.607,38.302,80.607z M21.039,85.885h5.28c0.548,0,0.992,0.443,0.992,0.992v1.785c0,0.549-0.444,0.992-0.992,0.992h-5.28 c-0.548,0-0.991-0.443-0.991-0.992v-1.785C20.047,86.328,20.491,85.885,21.039,85.885z M29.67,85.885h5.279 c0.547,0,0.992,0.443,0.992,0.992v1.785c0,0.549-0.444,0.992-0.992,0.992H29.67c-0.547,0-0.993-0.443-0.993-0.992v-1.785 C28.678,86.328,29.123,85.885,29.67,85.885z M38.302,85.885h5.28c0.547,0,0.99,0.443,0.99,0.992v1.785 c0,0.549-0.443,0.992-0.99,0.992h-5.28c-0.548,0-0.992-0.443-0.992-0.992v-1.785C37.31,86.328,37.753,85.885,38.302,85.885z M46.293,31.613c3.331,0,6.031,2.7,6.031,6.03v53.75c0,3.33-2.7,6.031-6.031,6.031H18.47c-3.331,0-6.031-2.701-6.031-6.031v-53.75 c0-3.331,2.7-6.03,6.031-6.03H46.293z"/>
<path fill="#000000" d="M64.345,2.577c-17.429,0-31.928,12.508-35.032,29.036H46.04c0.017-0.14,0.033-0.274,0.051-0.416 c1.265-10.11,8.189-20.175,18.042-20.175c8.896,0,16.771,10.067,18.036,20.175c1.281,10.231,1.022,14.355,7.488,19.882 c-6.396-2.651-13.303-4.318-20.531-4.815c-1.507-0.103-3.027-0.156-4.561-0.156c-2.154,0-4.283,0.104-6.385,0.307 c-1.98,0.191-3.932,0.481-5.856,0.844v1.986c1.948-0.368,3.926-0.656,5.933-0.847c0.467,3.616,2.708,6.358,5.401,6.358 c2.729,0,4.994-2.816,5.421-6.504c8.201,0.557,15.989,2.622,23.088,5.92c-8.479,4.096-17.99,6.391-28.038,6.391 c-4.034,0-7.976-0.391-11.805-1.1v12.338c3.757,1.346,7.802,2.086,12.021,2.086C84.037,73.887,100,57.924,100,38.232 C100,18.54,84.037,2.577,64.345,2.577z"/>
</svg>

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -0,0 +1,8 @@
Thank you for using The Noun Project. This icon is licensed under Creative
Commons Attribution and must be attributed as:
Mobile Alarm by Mateo Zlatar from The Noun Project
If you have a Premium Account or have purchased a license for this icon, you
don't need to worry about attribution! We will share the profits from your
purchase with this icon's designer.

View File

@ -0,0 +1,47 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" width="100px" height="100px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve">
<g id="Capa_2">
</g>
<g id="Capa_37" display="none">
<circle display="inline" cx="29.207" cy="20.747" r="6.217"/>
<circle display="inline" cx="11.902" cy="43.783" r="6.217"/>
<rect x="17.933" y="46.131" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 1.1003 98.9343)" display="inline" width="6.218" height="6.217"/>
<rect x="13.531" y="50.525" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 -9.521 103.3221)" display="inline" width="6.218" height="6.217"/>
<rect x="9.141" y="54.922" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 -20.1216 107.7285)" display="inline" width="6.217" height="6.218"/>
<rect x="17.93" y="54.921" transform="matrix(-0.707 -0.7072 0.7072 -0.707 -5.1267 113.9345)" display="inline" width="6.218" height="6.217"/>
<rect x="13.532" y="59.315" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 -15.7334 118.3307)" display="inline" width="6.218" height="6.217"/>
<rect x="22.206" y="59.196" transform="matrix(-0.7072 -0.707 0.707 -0.7072 -0.8335 124.2642)" display="inline" width="6.218" height="6.217"/>
<rect x="26.602" y="54.739" transform="matrix(-0.7072 -0.707 0.707 -0.7072 9.8226 119.7633)" display="inline" width="6.218" height="6.217"/>
<rect x="30.997" y="59.134" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 14.193 130.3656)" display="inline" width="6.219" height="6.216"/>
<rect x="35.395" y="63.53" transform="matrix(-0.7072 -0.707 0.707 -0.7072 18.6175 140.9877)" display="inline" width="6.218" height="6.217"/>
<rect x="39.785" y="67.923" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 22.9769 151.5836)" display="inline" width="6.219" height="6.216"/>
<rect x="17.812" y="63.592" transform="matrix(-0.7072 -0.707 0.707 -0.7072 -11.4447 128.6616)" display="inline" width="6.217" height="6.218"/>
<rect x="22.171" y="67.954" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 -7.0939 139.1866)" display="inline" width="6.218" height="6.217"/>
<rect x="26.529" y="72.319" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 -2.7412 149.72)" display="inline" width="6.218" height="6.217"/>
<rect x="22.172" y="76.679" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 -13.2808 154.071)" display="inline" width="6.219" height="6.217"/>
<rect x="4.741" y="59.318" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 -30.7541 112.1078)" display="inline" width="6.219" height="6.216"/>
<rect x="22.323" y="41.731" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 11.7065 94.529)" display="inline" width="6.218" height="6.217"/>
<rect x="26.689" y="37.366" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 22.2513 90.1643)" display="inline" width="6.218" height="6.217"/>
</g>
<g>
<path d="M50.084,0.15c4.492,0,8.137,3.639,8.137,8.133c0,4.493-3.645,8.126-8.137,8.126c-4.495,0-8.128-3.633-8.128-8.126 C41.956,3.789,45.589,0.15,50.084,0.15z"/>
<path d="M68.547,28.804v24.823c0.02,4.898-6.363,4.898-6.363,0V29.33h-1.998l-0.01,65.955c0,2.504-2.051,4.564-4.566,4.564 c-2.523,0-4.555-2.061-4.555-4.564l0.01-38.275h-2.018l-0.021,38.275c0,2.504-2.04,4.564-4.565,4.564 c-2.515,0-4.555-2.061-4.555-4.564l0.011-65.955h-2.051v24.297c0,4.869-6.402,4.869-6.402,0V28.663 c0-5.868,3.605-10.553,9.362-10.553h8.16v27.681h2.04V18.11h8.039C65.385,18.11,68.547,23.412,68.547,28.804z"/>
<rect x="31.454" y="58.322" width="6.415" height="19.264"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@ -0,0 +1,8 @@
Thank you for using The Noun Project. This icon is licensed under Creative
Commons Attribution and must be attributed as:
business man by gilbert bages from The Noun Project
If you have a Premium Account or have purchased a license for this icon, you
don't need to worry about attribution! We will share the profits from your
purchase with this icon's designer.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 347 B

View File

@ -0,0 +1,37 @@
$(function() {
$(window).on('popstate', function(event) {
var data = event.state;
$('#services ul > li.active').removeClass('active');
});
$(window).on('hashchange', function(event) {
if (location.hash && location.hash.length > 1) {
$('#services ul > li.active').removeClass('active');
$(location.hash).addClass('active');
} else {
$('#services ul > li.active').removeClass('active');
}
});
$(window).on('load', function(event) {
if (location.hash && location.hash.length > 1) {
$(window).trigger('hashchange');
}
});
$('a#menu').click(function() { $('#nav-user').hide(); $('#nav-site').toggle('slide'); });
$('a#gear').click(function() { $('#nav-site').hide(); $('#nav-user').toggle('slide'); });
$('#services li').click(function() {
$(this).find('strong').click();
});
$('#services ul strong').click(function() {
var is_already_active = $(this).parent().hasClass('active');
var title = $(this).text();
$('#services ul > li.active').removeClass('active');
if (is_already_active) {
history.pushState(document.title, document.title, '#');
} else {
history.pushState(title, title, '#'+$(this).parent().attr('id'));
$(this).parent().addClass('active');
}
return false;
});
});