HTML preprocessors can make writing HTML more powerful or convenient. For instance, Markdown is designed to be easier to write and read for text documents and you could write a loop in Pug.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. So you don't have access to higher-up elements like the <html>
tag. If you want to add classes there that can affect the whole document, this is the place to do it.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. If you need things in the <head>
of the document, put that code here.
The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https.
CSS preprocessors help make authoring CSS easier. All of them offer things like variables and mixins to provide convenient abstractions.
It's a common practice to apply CSS to a page that styles elements such that they are consistent across all browsers. We offer two of the most popular choices: normalize.css and a reset. Or, choose Neither and nothing will be applied.
To get the best cross-browser support, it is a common practice to apply vendor prefixes to CSS properties and values that require them to work. For instance -webkit-
or -moz-
.
We offer two popular choices: Autoprefixer (which processes your CSS server-side) and -prefix-free (which applies prefixes via a script, client-side).
Any URL's added here will be added as <link>
s in order, and before the CSS in the editor. If you link to another Pen, it will include the CSS from that Pen. If the preprocessor matches, it will attempt to combine them before processing.
You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself.
If the stylesheet you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the CSS from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
JavaScript preprocessors can help make authoring JavaScript easier and more convenient.
Babel includes JSX processing.
Any URL's added here will be added as <script>
s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
Search for and use JavaScript packages from npm here. By selecting a package, an import
statement will be added to the top of the JavaScript editor for this package.
Using packages here is powered by Skypack, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ES6 import
usage.
All packages are different, so refer to their docs for how they work.
If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing.
If active, Pens will autosave every 30 seconds after being saved once.
If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.
If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.
Visit your global Editor Settings.
<div class="grid">
<div class="cell">
<div class="cell__name">Worldwide 2</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50.1 50.8" class="svg-icon svg-icon--worldwide-2">
<style>
.svg-icon--worldwide-2 { animation: svg-icon--worldwide-2__spin-animation infinite linear 5s forwards; }
@keyframes svg-icon--worldwide-2__spin-animation {
to { transform: rotate(360deg); }
}
</style>
<path fill="none" stroke="currentColor" d="M24.9,41.5c0,0-5.9-3.3-5.9-15.8 M25.2,41.5c0,0,5.9-3.3,5.9-15.8 M24.9,9.7c0,0-5.9,3.3-5.9,15.8 M25.2,9.7c0,0,5.9,3.3,5.9,15.8 M40.9,25.4H9.2 M9.2,25.6c0,8.8,7.1,15.9,15.9,15.9c8.8,0,15.9-7.1,15.9-15.9c0-8.8-7.1-15.9-15.9-15.9C16.3,9.7,9.2,16.8,9.2,25.6z" />
</svg>
</div>
<div class="cell">
<div class="cell__name">Worldwide 1</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50.1 50.8" class="svg-icon svg-icon--worldwide-1">
<style>
.svg-icon--worldwide-1 { animation: svg-icon--worldwide-1__spin-animation infinite linear 5s forwards; }
@keyframes svg-icon--worldwide-1__spin-animation {
to { transform: rotate(360deg); }
}
</style>
<path fill="none" stroke="currentColor" d="M24.9,41.5c0,0-5.9-3.3-5.9-15.8" />
<path fill="none" stroke="currentColor" d="M25.2,9.7c0,0,5.9,3.3,5.9,15.8" />
<line fill="none" stroke="currentColor" x1="40.9" y1="25.4" x2="9.2" y2="25.4" />
<ellipse fill="none" stroke="currentColor" cx="25.1" cy="25.6" rx="15.9" ry="15.9" />
</svg>
</div>
<div class="cell">
<div class="cell__name">Volume</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50.1 50.8" class="svg-icon svg-icon--volume">
<style>
.svg-icon--volume path { transform-origin: 50% 50%; }
.svg-icon--volume path:nth-of-type(1) { animation: svg-icon--volume__knob-1-animation infinite ease 0.9s forwards; }
.svg-icon--volume path:nth-of-type(2) { animation: svg-icon--volume__knob-2-animation infinite linear 1.35s forwards; }
.svg-icon--volume path:nth-of-type(3) { animation: svg-icon--volume__knob-1-animation infinite ease 1.6s backwards; }
.svg-icon--volume path:nth-of-type(4) { animation: svg-icon--volume__knob-2-animation infinite linear 1.25s backwards; }
@keyframes svg-icon--volume__knob-1-animation {
0%, 100% { transform: translateY(0); }
30% { transform: translateY(10%); }
50% { transform: translateY(-15%); }
}
@keyframes svg-icon--volume__knob-2-animation {
0%, 100% { transform: translateY(0); }
60% { transform: translateY(10%); }
70% { transform: translateY(-10%); }
}
</style>
<path fill="currentColor" stroke="none" d="M41.5,25.8c0,1.3-1.1,2.4-2.4,2.4s-2.4-1.1-2.4-2.4c0-1.3,1.1-2.4,2.4-2.4S41.5,24.4,41.5,25.8" />
<path fill="currentColor" stroke="none" d="M32.1,35.7c0,1.3-1.1,2.4-2.4,2.4s-2.4-1.1-2.4-2.4c0-1.3,1.1-2.4,2.4-2.4S32.1,34.4,32.1,35.7" />
<path fill="currentColor" stroke="none" d="M22.7,25.8c0,1.3-1.1,2.4-2.4,2.4S18,27.1,18,25.8c0-1.3,1.1-2.4,2.4-2.4S22.7,24.4,22.7,25.8" />
<path fill="currentColor" stroke="none" d="M13.4,15.3c0,1.3-1.1,2.4-2.4,2.4s-2.4-1.1-2.4-2.4c0-1.3,1.1-2.4,2.4-2.4S13.4,14,13.4,15.3" />
<path fill="none" stroke="currentColor" d="M39.1,42.9V8.2 M29.8,42.9V8.2 M20.4,42.9V8.2 M11,42.9V8.2" />
</svg>
</div>
<div class="cell">
<div class="cell__name">Transformation 2</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50.1 50.8" class="svg-icon svg-icon--transformation-2">
<style>
.svg-icon--transformation-2 circle,
.svg-icon--transformation-2 path:nth-of-type(1) {
opacity: 0.5;
stroke-dasharray: 3px;
}
.svg-icon--transformation-2 path:nth-of-type(2) {
animation: svg-icon--transformation-2__shape-animation 1.5s ease-in infinite alternate;
}
@keyframes svg-icon--transformation-2__shape-animation {
0%, 20% {
d: path('M16.3,25.6c0,7.9,6.4,14.3,14.3,14.3s14.3-6.4,14.3-14.3c0-7.9-6.4-14.3-14.3-14.3S16.3,17.7,16.3,25.6C16.3,25.6,16.3,25.6,16.3,25.6');
}
80%, 100% {
d: path('M5.2,25.6c0,7.9-0,16.7,0,16.7s0,0,23.1,0c0-0.9,0-33.4,0-33.4s-20.1,0-23.1,0C5.2,8.9,5.2,25.6,5.2,25.6');
}
}
@keyframes svg-icon--transformation-2__arrow-animation {
0%, 25% { transform: rotateY(0deg); }
75%, 100% { transform: rotateY(180deg); }
}
</style>
<circle fill="none" stroke="currentColor" class="no0" cx="30.6" cy="25.6" r="14.3"/>
<path fill="none" stroke="currentColor" class="no1" d="M5.2 8.9H28.3V42.3H5.2z" />
<path fill="none" stroke="currentColor" d="M16.3 25.6a14.3 14.3 0 1 0 28.6 0 14.3 14.3 0 1 0-28.6 0"/>
</svg>
</div>
<div class="cell">
<div class="cell__name">Transformation 1</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50.1 50.8" class="svg-icon svg-icon--transformation-1">
<style>
.svg-icon--transformation-1 path:nth-of-type(1) {
opacity: 0.5;
stroke-dasharray: 3px;
}
.svg-icon--transformation-1 path:nth-of-type(2) {
animation: svg-icon--transformation-1__shape-animation infinite alternate 4s ease-out;
}
@keyframes svg-icon--transformation-1__shape-animation {
0%, 5%, 95%, 100% { d: path('M20.9,40.7H10.5V10.5h10.4V40.7z'); }
22%, 26%, 72%, 76% { d: path('M20.9,25.2H10.5V10.5h10.4V25.2z'); }
45%, 50% { d: path('M39.6,25.2H24.9V10.5h14.7V25.2z'); }
}
</style>
<path fill="none" stroke="currentColor" d="M20.9 40.7H10.5V10.5h10.4v30.2zM24.9 10.5h14.7v14.7H24.9z"/>
<path fill="none" stroke="currentColor" d="M20.9,40.7H10.5V10.5h10.4V40.7z"/>
</svg>
</div>
<div class="cell">
<div class="cell__name">Together 3</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50.1 50.8" class="svg-icon svg-icon--together-3">
<style>
.svg-icon--together-3 {
animation: svg-icon--together-3__spin-animation 2s linear infinite;
transform-origin: 50% 50%;
}
.svg-icon--together-3 circle:nth-of-type(1) {
animation: svg-icon--together-3__circle-1-animation 2s linear infinite alternate;
}
.svg-icon--together-3 circle:nth-of-type(2) {
animation: svg-icon--together-3__circle-2-animation 2s linear infinite alternate;
}
.svg-icon--together-3 circle:nth-of-type(3) {
animation: svg-icon--together-3__circle-3-animation 2s linear infinite alternate;
}
@keyframes svg-icon--together-3__spin-animation {
to { transform: rotate(360deg); }
}
@keyframes svg-icon--together-3__circle-1-animation {
0%, 20% { transform: translate(0, 0); }
80%, 100% { transform: translate(14.25%, -12%); }
}
@keyframes svg-icon--together-3__circle-2-animation {
0%, 20% { transform: translate(0, 0); }
80%, 100% { transform: translate(-14.25%, -12%); }
}
@keyframes svg-icon--together-3__circle-3-animation {
0%, 20% { transform: translate(0, 0); }
80%, 100% { transform: translate(-0.25%, 12%); }
}
</style>
<circle fill="none" stroke="currentColor" cx="17.9" cy="31.7" r="12.3"/>
<circle fill="none" stroke="currentColor" cx="32.3" cy="31.7" r="12.3"/>
<circle fill="none" stroke="currentColor" cx="25.2" cy="19.4" r="12.3"/>
</svg>
</div>
<div class="cell">
<div class="cell__name">Together 2</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50.1 50.8" class="svg-icon svg-icon--together-2">
<style>
.svg-icon--together-2 {
animation: svg-icon--together-2__spin-animation 2s linear infinite;
}
.svg-icon--together-2 circle:nth-of-type(1) {
animation: svg-icon--together-2__circle-1-animation 2s linear infinite alternate;
}
.svg-icon--together-2 circle:nth-of-type(2) {
animation: svg-icon--together-2__circle-2-animation 2s linear infinite alternate;
}
.svg-icon--together-2 circle:nth-of-type(3) {
animation: svg-icon--together-2__circle-3-animation 2s linear infinite alternate;
}
.svg-icon--together-2 circle:nth-of-type(4) {
animation: svg-icon--together-2__circle-4-animation 2s linear infinite alternate;
}
@keyframes svg-icon--together-2__spin-animation {
to { transform: rotate(360deg); }
}
@keyframes svg-icon--together-2__circle-1-animation {
0%, 30% { transform: translate(18%, 16.5%); }
80%, 100% { transform: translate(0, 0); }
}
@keyframes svg-icon--together-2__circle-2-animation {
0%, 20% { transform: translate(-18%, 16.5%); }
80%, 100% { transform: translate(0, 0); }
}
@keyframes svg-icon--together-2__circle-3-animation {
0%, 20% { transform: translate(18%, -17%) }
80%, 100% { transform: translate(0, 0); }
}
@keyframes svg-icon--together-2__circle-4-animation {
0%, 20% { transform: translate(-18%, -17%); }
80%, 100% { transform: translate(0, 0); }
}
</style>
<circle fill="none" stroke="currentColor" cx="16" cy="17.1" r="12.3"/>
<circle fill="none" stroke="currentColor" cx="34.1" cy="17.1" r="12.3"/>
<circle fill="none" stroke="currentColor" cx="16" cy="34" r="12.3"/>
<circle fill="none" stroke="currentColor" cx="34.1" cy="34" r="12.3"/>
</svg>
</div>
<div class="cell">
<div class="cell__name">Together 1</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50.1 50.8" class="svg-icon svg-icon--together-1">
<style>
.svg-icon--together-1 {
animation: svg-icon--together-1__shake-animation infinite linear 3s forwards;
}
.svg-icon--together-1 path:nth-of-type(1) {
animation: svg-icon--together-1__right-hand-animation infinite linear 3s forwards;
transform: translate(4%, -4%);
}
.svg-icon--together-1 path:nth-of-type(2) {
animation: svg-icon--together-1__left-hand-animation infinite linear 3s forwards;
transform: translate(-4%, -4%) rotate(-5deg);
transform-origin: 100% 50%;
}
@keyframes svg-icon--together-1__shake-animation {
0%, 35%, 45%, 83% { transform: translate(0, 0); }
40%, 50% { transform: translate(0, 4%); }
}
@keyframes svg-icon--together-1__right-hand-animation {
0%, 18%, 90%, 100% { transform: translate(3%, -4%) rotate(-3deg); }
25%, 83% { transform: translate(0, 0) rotate(0); }
}
@keyframes svg-icon--together-1__left-hand-animation {
0%, 18%, 90%, 100% { transform: translate(-4%, -4%) rotate(3deg); }
25%, 83% { transform: translate(0, 0) rotate(0); }
}
</style>
<path fill="none" stroke="currentColor" d="M38.9 33l3.4-3.3c2.1-2.2 2.9-3.6 2.9-3.6 1-1.7 1.6-3.6 1.6-5.7 0-6-4.8-10.9-10.8-10.9-1.3 0-2.5.2-3.7.6 0 0-2.4.8-5.6 3.9l-4.9 4.9s-1.7 1.7-.2 3.2c1.5 1.4 3-.3 3-.3l3.9-3.9"/>
<path fill="none" stroke="currentColor" d="M19.1 40.9L7.8 29.7c-2-2.2-2.8-3.6-2.8-3.6-1-1.7-1.6-3.6-1.6-5.7 0-6 4.8-10.9 10.8-10.9 1.3 0 2.5.2 3.7.6 0 0 2.4.8 5.6 3.9M17.8 32.2l9.5 9.4M21.4 28.6l12.7 12.7M25 25l9.5 9.5" />
</svg>
</div>
<div class="cell">
<div class="cell__name">Smiley</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50.1 50.8" class="svg-icon svg-icon--smiley">
<style>
.svg-icon--smiley {
animation: svg-icon--smiley__head-animation infinite forwards 4.5s ease;
}
.svg-icon--smiley path:nth-of-type(1) {
animation: svg-icon--smiley__eye-open-animation infinite forwards 4.5s ease;
}
.svg-icon--smiley path:nth-of-type(2) {
animation: svg-icon--smiley__eye-closed-animation infinite forwards 4.5s ease;
opacity: 0;
}
@keyframes svg-icon--smiley__head-animation {
0%, 14%, 90%, 100% { transform: translate(0, 0) rotate(0); }
17% { transform: translate(-6%, 0) rotate(-8deg); }
19% { transform: translate(-1%, -2%) rotate(-3deg); }
23% { transform: translate(2%, 3%) rotate(10deg); }
26% { transform: translate(1%, 0) rotate(3deg); }
}
@keyframes svg-icon--smiley__eye-open-animation {
0%, 19%, 29%, 100% { opacity: 1; }
20%, 28% { opacity: 0; }
}
@keyframes svg-icon--smiley__eye-closed-animation {
0%, 19%, 29%, 100% { opacity: 0; }
20%, 28% { opacity: 1; }
}
</style>
<circle fill="none" stroke="currentColor" cx="25" cy="25.5" r="14.5"/>
<circle fill="none" stroke="currentColor" cx="21.2" cy="21.9" r="1.4"/>
<path fill="none" stroke="currentColor" d="M28.9,23.3c-0.8,0-1.4-0.6-1.4-1.4s0.6-1.4,1.4-1.4s1.4,0.6,1.4,1.4C30.3,22.6,29.7,23.3,28.9,23.3"/>
<path fill="none" stroke="currentColor" d="M26.7,21.5c0.4,0,0.4,0.7,1,0.7s0.6-0.7,1.2-0.7c0.7,0,0.6,0.7,1.2,0.7s0.7-0.7,1-0.7" />
<path fill="none" stroke="currentColor" d="M17.3 28.7c1 2.8 4.1 4.8 7.8 4.8s6.7-2 7.7-4.8"/>
</svg>
</div>
<div class="cell">
<div class="cell__name">Rollout 4</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50.1 50.8" class="svg-icon svg-icon--rollout-4">
<style>
.svg-icon--rollout-4 path { animation: svg-icon--rollout-4__fold-animation infinite alternate 2s ease; }
@keyframes svg-icon--rollout-4__fold-animation {
from {
d: path('M24.8 14.2L20.6 10.2 16.5 14.2 12.4 10.2 8.2 14.2 8.2 41 12.4 36.8 16.5 41 20.6 36.8 24.8 41 41.9 41 41.9 14.2zM12.4 10.2L12.4 36.8M16.5 14.2L16.5 41M20.6 10.2L20.6 36.8M24.8 14.2L24.8 41M28.1 18L28.1 37.2M35.1 18L35.1 37.2M31.6 18L31.6 37.2M38.8 18L38.8 37.2');
}
to {
d: path('M28.8 14.2L22.6 14.2 16.5 14.2 10.4 14.2 4.2 14.2 4.2 41 10.4 41 16.5 41 22.6 41 28.8 41 45.9 41 45.9 14.2zM10.4 14.2L10.4 41M16.5 14.2L16.5 41M22.6 14.2L22.6 41M28.8 14.2L28.8 41M32.1 18L32.1 37.2M39.1 18L39.1 37.2M35.6 18L35.6 37.2M42.8 18L42.8 37.2');
}
}
</style>
<path fill="none" stroke="currentColor" d="M24.8 14.2L20.6 10.2 16.5 14.2 12.4 10.2 8.2 14.2 8.2 41 12.4 36.8 16.5 41 20.6 36.8 24.8 41 41.9 41 41.9 14.2zM12.4 10.2L12.4 36.8M16.5 14.2L16.5 41M20.6 10.2L20.6 36.8M24.8 14.2L24.8 41M28.1 18L28.1 37.2M35.1 18L35.1 37.2M31.6 18L31.6 37.2M38.8 18L38.8 37.2" />
</svg>
</div>
<div class="cell">
<div class="cell__name">Rollout 3</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50.1 50.8" class="svg-icon svg-icon--rollout-3">
<style>
.svg-icon--rollout-3 path { animation: svg-icon--rollout-3__fold-animation infinite alternate 2s ease; }
@keyframes svg-icon--rollout-3__fold-animation {
from {
d: path('M30.8 11.4L19.4 6.9 8.1 11.4v32.9l11.3-4.5 11.4 4.5L42 39.8V6.9zM19.4 6.9v32.9M30.8 11.4v32.9M34.9 16.5V37M38 14.7v20.5');
}
to {
d: path('M28.8 13.4l-6.4-8.5-8.3 7.5v32.9l8.3-7.5 6.4 8.5 9.2-8.5V4.9zM22.4 4.9v32.9M28.8 13.4v32.9M32 17.5V38M34.8 12.7v20.5');
}
}
</style>
<path fill="none" stroke="currentColor" d="M30.8 11.4L19.4 6.9 8.1 11.4v32.9l11.3-4.5 11.4 4.5L42 39.8V6.9zM19.4 6.9v32.9M30.8 11.4v32.9M34.9 16.5V37M38 14.7v20.5" />
</svg>
</div>
<div class="cell">
<div class="cell__name">Rollout 2</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50.1 50.8" class="svg-icon svg-icon--rollout-2">
<style>
.svg-icon--rollout-2 polyline {
animation: svg-icon--rollout-2__paper-animation steps(4) infinite alternate 2s;
transform: translateX(-31%);
}
.svg-icon--rollout-2 line:nth-of-type(4) {
stroke-dasharray: 17.75px;
animation: svg-icon--rollout-2__line-4-animation infinite alternate 2s;
}
.svg-icon--rollout-2 line:nth-of-type(1) {
animation: svg-icon--rollout-2__line-1-animation infinite alternate 2s;
}
.svg-icon--rollout-2 line:nth-of-type(2) {
animation: svg-icon--rollout-2__line-2-animation infinite alternate 2s;
}
.svg-icon--rollout-2 line:nth-of-type(3) {
animation: svg-icon--rollout-2__line-3-animation infinite alternate 2s;
}
@keyframes svg-icon--rollout-2__paper-animation {
to { transform: translateX(9%); }
}
@keyframes svg-icon--rollout-2__line-1-animation {
0%, 25% { opacity: 0; }
26%, 100% { opacity: 1; }
}
@keyframes svg-icon--rollout-2__line-2-animation {
0%, 50% { opacity: 0; }
51%, 100% { opacity: 1; }
}
@keyframes svg-icon--rollout-2__line-3-animation {
0%, 75% { opacity: 0; }
76%, 100% { opacity: 1; }
}
@keyframes svg-icon--rollout-2__line-4-animation {
0%, 25% { stroke-dashoffset: 15.15px; }
26%, 50% { stroke-dashoffset: 10px; }
51%, 75% { stroke-dashoffset: 5px; }
76%, 100% { stroke-dashoffset: 0; }
}
</style>
<polyline fill="none" stroke="currentColor" points="41.8,13.9 41.7,43.3 24,43.3"/>
<line fill="none" stroke="currentColor" class="svg-icon--rollout-2__line-1" x1="28.3" x2="28.3" y1="20.2" y2="37"/>
<line fill="none" stroke="currentColor" class="svg-icon--rollout-2__line-2" x1="32.5" x2="32.5" y1="20.2" y2="37"/>
<line fill="none" stroke="currentColor" class="svg-icon--rollout-2__line-3" x1="36.8" x2="36.8" y1="20.2" y2="37"/>
<path fill="none" stroke="currentColor" d="M24.1 14.2C24 11.3 20.4 8 16.2 8c-4.1 0-7.9 3.4-7.9 6.2v29.1h15.8V14.2z"/>
<line fill="none" stroke="currentColor" x1="24.1" y1="13.9" x2="41.8" y2="13.9"/>
</svg>
</div>
<div class="cell">
<div class="cell__name">Rollout 1</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50.1 50.8" class="svg-icon svg-icon--rollout-1">
<style>
.svg-icon--rollout-1 .roll {
animation: svg-icon--rollout-1__translate infinite alternate linear 2s;
transform: translateX(50%);
}
.svg-icon--rollout-1 .top,
.svg-icon--rollout-1 .btm {
animation: svg-icon--rollout-1__draw infinite alternate linear 2s;
}
.svg-icon--rollout-1 .top {
stroke-dasharray: 25px;
stroke-dashoffset: -25px;
}
.svg-icon--rollout-1 .btm {
stroke-dasharray: 27px;
stroke-dashoffset: -27px;
}
.svg-icon--rollout-1 .end {
stroke-dasharray: 24.25px;
animation: svg-icon--rollout-1__end infinite alternate linear 2s;
}
.svg-icon--rollout-1 .lines line {
stroke-dasharray: 24px;
stroke-dashoffset: 24px;
animation: svg-icon--rollout-1__lines infinite alternate linear 2s;
}
@keyframes svg-icon--rollout-1__translate {
50%, 100% { transform: translate(0); }
}
@keyframes svg-icon--rollout-1__draw {
50%, 100% { stroke-dashoffset: 0; }
}
@keyframes svg-icon--rollout-1__end {
0%, 7% { stroke-dashoffset: -23px; }
10% { stroke-dashoffset: -15px; }
11%, 12%, 100% { stroke-dashoffset: 0; }
}
@keyframes svg-icon--rollout-1__lines {
0%, 17% { stroke-dashoffset: 24px; }
72%, 100% { stroke-dashoffset: 0; }
}
</style>
<path stroke="currentColor" fill="none" d="M21.9 17.2h20.2" class="top"/>
<path stroke="currentColor" fill="none" d="M15.5 40.7l26.8-.2" class="btm"/>
<path stroke="currentColor" fill="none" d="M42 16.7l.2 24.3" class="end"/>
<g class="roll">
<path stroke="currentColor" fill="none" d="M21.9 17.3c0-3.8-3.2-6.9-7-6.9s-6.8 3-6.9 6.8l.1 17.3c.3 3.5 3.3 6.2 6.9 6.2 3.8 0 6.9-3.1 6.9-6.9V17.3z" />
<path stroke="currentColor" fill="none" d="M21.9 33.8c0 3.8-3.1 6.9-6.9 6.9s-6.9-3.1-6.9-6.9c0-3.8 3.1-6.9 6.9-6.9s6.9 3.1 6.9 6.9z"/>
<path d="M16.8 33.8c0 1-.8 1.9-1.9 1.9-1 0-1.9-.8-1.9-1.9 0-1 .8-1.9 1.9-1.9 1.1.1 1.9.9 1.9 1.9" stroke="none" fill="currentColor" />
</g>
<g stroke="currentColor" fill="none" class="lines">
<line x1="38" y1="21.6" x2="26" y2="21.6"/>
<line x1="38" y1="25.3" x2="26" y2="25.3"/>
<line x1="38" y1="29" x2="26" y2="29"/>
<line x1="38" y1="32.7" x2="26" y2="32.7"/>
<line x1="38" y1="36.4" x2="26" y2="36.4"/>
</g>
</svg>
</div>
<div class="cell">
<div class="cell__name">Growth</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50.1 50.8" class="svg-icon svg-icon--growth">
<style>
.svg-icon--growth path:nth-of-type(1) {
stroke-dasharray: 60px;
stroke-dashoffset: 60px;
animation: svg-icon--growth__line-animation infinite cubic-bezier(0,.67,.43,1) 5s;
}
.svg-icon--growth path:nth-of-type(2) {
transform: translate(-48px, 36px);
animation: svg-icon--growth__tip-animation infinite cubic-bezier(0,.67,.43,1) 5s;
}
@keyframes svg-icon--growth__line-animation {
50%, 80% { opacity: 1; stroke-dashoffset: 0; }
90%, 100% { opacity: 0; stroke-dashoffset: 0; }
}
@keyframes svg-icon--growth__tip-animation {
50%, 80% { opacity: 1; transform: translate(0, 0); }
90%, 100% { opacity: 0; transform: translate(0, 0); }
}
</style>
<path fill="none" stroke="currentColor" d="M.9 44.169l46.9-35.1"/>
<path stroke="none" fill="currentColor" d="M46.3 7.169h3.8l-1 3.7-2.8-3.7z"/>
</svg>
</div>
<div class="cell">
<div class="cell__name">Desire</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50.1 50.8" class="svg-icon svg-icon--desire">
<style>
.svg-icon--desire circle:nth-of-type(2) {
animation: svg-icon--desire__dot-animation infinite ease 6s 1s;
}
@keyframes svg-icon--desire__dot-animation {
0%, 20%, 80%, 100% { transform: translateX(0); }
40%, 60% { transform: translateX(-25px); }
}
</style>
<path stroke="currentColor" fill="none" d="M.4 5.6h24.5v39.5H.4z"/>
<circle stroke="currentColor" fill="none" cx="12.7" cy="25.7" r="4.5"/>
<circle stroke="none" fill="currentColor" cx="37.7" cy="25.7" r="4.1"/>
</svg>
</div>
<div class="cell">
<div class="cell__name">Friction</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50.1 50.8" class="svg-icon svg-icon--friction">
<style>
.svg-icon--friction path:nth-of-type(2) {
animation: svg-icon--friction__slide-animation 2s infinite cubic-bezier(.63,.01,.36,1) alternate forwards;
}
@keyframes svg-icon--friction__slide-animation {
to { transform: translateY(-13px); }
}
</style>
<path stroke="currentColor" fill="none" d="M10.3 7.5h14.8v36H10.3z"/>
<path stroke="currentColor" fill="none" d="M26.6 14.5h14.8v36H26.6z"/>
</svg>
</div>
<div class="cell">
<div class="cell__name">Radiation 4</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50.1 50.8" class="svg-icon svg-icon--radiation-4">
<style>
.svg-icon--radiation-4 { animation: svg-icon--radiation-4__spin-animation infinite linear 5s forwards; }
.svg-icon--radiation-4 circle {
transform-origin: 50% 50%;
}
@keyframes svg-icon--radiation-4__spin-animation {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
</style>
<circle fill="none" stroke="currentColor" cx="25.1" cy="25.6" r="3.7"/>
<path fill="currentColor" stroke="none" d="M35.3 13.5c0 2 1.7 3.7 3.7 3.7s3.7-1.7 3.7-3.7S41 9.8 39 9.8s-3.7 1.7-3.7 3.7M9.3 39.5c0 2 1.7 3.7 3.7 3.7s3.7-1.7 3.7-3.7-1.7-3.7-3.7-3.7-3.7 1.7-3.7 3.7"/>
<circle fill="none" stroke="currentColor" cx="25.1" cy="25.6" r="18.4"/>
</svg>
</div>
<div class="cell">
<div class="cell__name">Radiation 3</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50.1 50.8" class="svg-icon svg-icon--radiation-3">
<style>
.svg-icon--radiation-3 circle {
transform-origin: 50% 50%;
stroke-dasharray: 3;
}
.svg-icon--radiation-3 circle:nth-of-type(1) {
animation: svg-icon--radiation-3__spin-animation infinite linear 8s forwards;
}
.svg-icon--radiation-3 circle:nth-of-type(2) {
animation: svg-icon--radiation-3__spin-animation reverse infinite linear 8s forwards;
}
@keyframes svg-icon--radiation-3__spin-animation {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
</style>
<path d="M23.2 25.6c0 1.1.9 1.9 1.9 1.9 1.1 0 1.9-.9 1.9-1.9 0-1.1-.9-1.9-1.9-1.9-1.1-.1-1.9.8-1.9 1.9" stroke="none" fill="currentColor" />
<circle fill="none" stroke="currentColor" cx="25.1" cy="25.6" r="15.9"/>
<circle fill="none" stroke="currentColor" cx="25.1" cy="25.6" r="11.8"/>
<path fill="none" stroke="currentColor" d="M17.3 25.6c0 4.3 3.5 7.7 7.7 7.7 4.3 0 7.7-3.5 7.7-7.7 0-4.3-3.5-7.7-7.7-7.7-4.2-.1-7.7 3.4-7.7 7.7"/>
</svg>
</div>
<div class="cell">
<div class="cell__name">Love</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50.1 50.8" class="svg-icon svg-icon--love">
<style>
.svg-icon--love path { transform-origin: 50% 50%; }
.svg-icon--love path:nth-of-type(1) {
animation: svg-icon--love__heart-animation infinite normal linear 2s;
}
@keyframes svg-icon--love__heart-animation {
0%, 30%, 48%, 52%, 70%, 100% { transform: scale(1); }
40%, 60% { transform: scale(1.2); }
}
</style>
<path stroke="currentColor" fill="none" d="M40.3 24L25.1 40.7 9.9 24m31.4-4.5c0-5-4-9-9-9-2.4 0-4.6.9-6.2 2.4-.4.4-.7.8-1.1 1.2-1.6-2.2-4.3-3.6-7.2-3.6-5 0-9 4-9 9"/>
</svg>
</div>
<div class="cell">
<div class="cell__name">Idea</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50.1 50.8" class="svg-icon svg-icon--idea">
<style>
.svg-icon--idea line { animation: svg-icon--idea__ray-animation infinite linear 3s forwards; }
@keyframes svg-icon--idea__ray-animation {
48%, 52% { opacity: 0; }
0%, 46%, 50%, 54%, 100% { opacity: 1; }
}
</style>
<polygon stroke="none" fill="currentColor" points="21.1,46.6 29.6,46.6 25.3,50.8 " />
<path stroke="currentColor" fill="none" d="M21.6,39c-4.6-1.5-8-5.8-8-10.9c0-6.3,5.1-11.5,11.5-11.5c6.3,0,11.5,5.1,11.5,11.5c0,5-3.2,9.3-7.7,10.8l-1.1,4.9h-5" />
<line stroke="currentColor" fill="none" x1="6.8" y1="19" x2="0.4" y2="12.6" />
<line stroke="currentColor" fill="none" x1="43.3" y1="19" x2="49.7" y2="12.6" />
<line stroke="currentColor" fill="none" x1="25" y1="9.4" x2="25" y2="0.3" />
</svg>
</div>
<div class="cell">
<div class="cell__name">Eye 4</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50.1 50.8" class="svg-icon svg-icon--eye-4">
<style>
.svg-icon--eye-4__pupil { transform-origin: 50% 58%; }
.svg-icon--eye-4__pupil circle { transform: translate(12%, 0); }
</style>
<circle stroke="currentColor" fill="none" cx="25.1" cy="30.3" r="11.8" />
<g class="svg-icon--eye-4__pupil">
<circle stroke="none" fill="currentColor" cx="30" cy="30.5" r="2.6" />
</g>
<polyline stroke="currentColor" fill="none" points="0.3,23.9 25.1,9 49.8,23.9" />
<script>
if(window.navigator.userAgent.indexOf('MSIE ') === -1) {
function svgIconEye4PupilOffset(el) {
var rect = el.getBoundingClientRect();
return {
top: rect.top + rect.height / 2 + document.body.scrollTop,
left: rect.left + rect.width / 2 + document.body.scrollLeft
}
}
function svgIconEye4PupilAnimation(e) {
var rad = Math.atan2(e.pageX - svgIconEye4PupilOffset(pupil4).left, e.pageY - svgIconEye4PupilOffset(pupil4).top);
var rotation = rad * (180 / Math.PI) * -1 + 90;
pupil4.style.transform = 'rotate(' + rotation + 'deg)';
}
var pupil4 = document.currentScript.closest('svg').querySelector('.svg-icon--eye-4__pupil');
document.body.addEventListener('mousemove', svgIconEye4PupilAnimation);
}
</script>
</svg>
</div>
<div class="cell">
<div class="cell__name">Eye 3</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50.1 50.8" class="svg-icon svg-icon--eye-3">
<style>
.svg-icon--eye-3__pupil { transform-origin: 50% 58%; }
.svg-icon--eye-3__pupil circle { transform: translate(12%, 0); }
</style>
<circle stroke="currentColor" fill="none" cx="25.2" cy="28.9" r="8.5" />
<g class="svg-icon--eye-3__pupil">
<circle stroke="none" fill="currentColor" cx="27.2" cy="26.2" r="2.5" />
</g>
<polyline stroke="currentColor" fill="none" points="43.3,24 41,18.3 34.8,18.3 30.8,13.7 25.1,15.2 19.3,13.7 15.4,18.3 9.2,18.3 6.8,24" />
<script>
if(window.navigator.userAgent.indexOf('MSIE ') === -1) {
function svgIconEye3PupilOffset(el) {
var rect = el.getBoundingClientRect();
return {
top: rect.top + rect.height / 2 + document.body.scrollTop,
left: rect.left + rect.width / 2 + document.body.scrollLeft
}
}
function svgIconEye3PupilAnimation(e) {
var rad = Math.atan2(e.pageX - svgIconEye3PupilOffset(pupil3).left, e.pageY - svgIconEye3PupilOffset(pupil3).top);
var rotation = rad * (180 / Math.PI) * -1 + 90;
pupil3.style.transform = 'rotate(' + rotation + 'deg)';
}
var pupil3 = document.currentScript.closest('svg').querySelector('.svg-icon--eye-3__pupil');
document.body.addEventListener('mousemove', svgIconEye3PupilAnimation);
}
</script>
</svg>
</div>
<div class="cell">
<div class="cell__name">Eye 2</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50.1 50.8" class="svg-icon svg-icon--eye-2">
<style>
.svg-icon--eye-2__pupil { transform-origin: 50% 58%; }
.svg-icon--eye-2__pupil circle { transform: translate(9%, 0); }
</style>
<circle stroke="currentColor" fill="none" cx="25.1" cy="29.3" r="8.5" />
<g class="svg-icon--eye-2__pupil">
<circle stroke="none" fill="currentColor" cx="25.1" cy="29.3" r="2.4" />
</g>
<path fill="none" stroke="currentColor" d="M6.7 24.4c6.4-14.8 30.2-14.8 36.7 0"/>
<script>
if(window.navigator.userAgent.indexOf('MSIE ') === -1) {
function svgIconEye2PupilOffset(el) {
var rect = el.getBoundingClientRect();
return {
top: rect.top + rect.height / 2 + document.body.scrollTop,
left: rect.left + rect.width / 2 + document.body.scrollLeft
}
}
function svgIconEye2PupilAnimation(e) {
var rad = Math.atan2(e.pageX - svgIconEye2PupilOffset(pupil2).left, e.pageY - svgIconEye2PupilOffset(pupil2).top);
var rotation = rad * (180 / Math.PI) * -1 + 90;
pupil2.style.transform = 'rotate(' + rotation + 'deg)';
}
var pupil2 = document.currentScript.closest('svg').querySelector('.svg-icon--eye-2__pupil');
document.body.addEventListener('mousemove', svgIconEye2PupilAnimation);
}
</script>
</svg>
</div>
<div class="cell">
<div class="cell__name">Eye 1</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50.1 50.8" class="svg-icon svg-icon--eye-1">
<style>
.svg-icon--eye-1__pupil { transform-origin: 50% 50%; }
.svg-icon--eye-1__pupil circle { transform: translate(12%, 0); }
</style>
<path stroke="currentColor" fill="none" d="M34.8,25.6c0,5.4-4.3,9.7-9.7,9.7c-5.4,0-9.7-4.3-9.7-9.7c0-5.4,4.3-9.7,9.7-9.7 C30.4,15.9,34.8,20.2,34.8,25.6z M45.7,25.6C45.7,33,36.5,39,25.1,39S4.4,33,4.4,25.6c0-7.4,9.3-13.4,20.7-13.4 S45.7,18.2,45.7,25.6z" />
<g class="svg-icon--eye-1__pupil">
<circle stroke="none" fill="currentColor" cx="25.1" cy="25.4" r="2.2" />
</g>
<script>
if(window.navigator.userAgent.indexOf('MSIE ') === -1) {
function svgIconEye1PupilOffset(el) {
var rect = el.getBoundingClientRect();
return {
top: rect.top + rect.height / 2 + document.body.scrollTop,
left: rect.left + rect.width / 2 + document.body.scrollLeft
}
}
function svgIconEye1PupilAnimation(e) {
var rad = Math.atan2(e.pageX - svgIconEye1PupilOffset(pupil1).left, e.pageY - svgIconEye1PupilOffset(pupil1).top);
var rotation = rad * (180 / Math.PI) * -1 + 90;
pupil1.style.transform = 'rotate(' + rotation + 'deg)';
}
var pupil1 = document.currentScript.closest('svg').querySelector('.svg-icon--eye-1__pupil');
document.body.addEventListener('mousemove', svgIconEye1PupilAnimation);
}
</script>
</svg>
</div>
<div class="cell">
<div class="cell__name">Experimentation 2</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50.1 50.8" class="svg-icon svg-icon--experimentation-2">
<style>
.svg-icon--experimentation-2 { stroke-width: 1px; }
.svg-icon--experimentation-2__bubble {
animation: svg-icon--experimentation-2__bubble-animation infinite linear 1s forwards;
transform-origin: 50% 45%;
}
.svg-icon--experimentation-2__bubble:nth-of-type(1) { stroke-width: 0.5px; }
.svg-icon--experimentation-2__bubble:nth-of-type(2) { stroke-width: 0.75px; animation-delay: 0.1s; }
.svg-icon--experimentation-2__bubble:nth-of-type(3) { animation-delay: 0.2s; }
@keyframes svg-icon--experimentation-2__bubble-animation {
0% { opacity: 1; transform: scale(1); }
60% { opacity: 1; transform: scale(1.15); }
61%, 100% { opacity: 0; }
}
</style>
<path fill="currentColor" stroke="none" class="svg-icon--experimentation-2__bubble" d="M23.9,18.4c0,0.7,0.5,1.2,1.2,1.2c0.7,0,1.2-0.5,1.2-1.2c0-0.7-0.5-1.2-1.2-1.2C24.4,17.2,23.9,17.7,23.9,18.4" />
<path fill="currentColor" stroke="none" class="svg-icon--experimentation-2__bubble" d="M23.6,13.9c0,0.8,0.7,1.5,1.5,1.5s1.5-0.7,1.5-1.5c0-0.8-0.7-1.5-1.5-1.5S23.6,13.1,23.6,13.9" />
<path fill="currentColor" stroke="none" class="svg-icon--experimentation-2__bubble" d="M23.3,9.2c0,1,0.8,1.8,1.8,1.8c1,0,1.8-0.8,1.8-1.8c0-1-0.8-1.8-1.8-1.8C24.1,7.5,23.3,8.3,23.3,9.2" />
<path fill="none" stroke="currentColor" d="M24.1,45.9c0,0,3.1,0.9,4.6-2.3c0.4-0.8,0.5-1.7,0.5-2.7V18 M26,45.9c0,0-3.1,0.9-4.6-2.3c-0.4-0.8-0.5-1.7-0.5-2.7M20.9,18v23 M20.9,18v23" />
</svg>
</div>
<div class="cell">
<div class="cell__name">Experimentation 1</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50.1 50.8" class="svg-icon svg-icon--experimentation-1">
<style>
.svg-icon--experimentation-1 { stroke-width: 1px; }
.svg-icon--experimentation-1__bubble {
animation: svg-icon--experimentation-1__bubble-animation infinite linear 1s forwards;
transform-origin: 50% 45%;
opacity: 0;
}
.svg-icon--experimentation-1__bubble:nth-of-type(2) { animation-delay: 0.1s; }
.svg-icon--experimentation-1__bubble:nth-of-type(3) { animation-delay: 0.2s; }
@keyframes svg-icon--experimentation-1__bubble-animation {
0% { opacity: 1; transform: scale(1); }
60% { opacity: 1; transform: scale(1.15); }
61%, 100% { opacity: 0; }
}
</style>
<path fill="none" stroke="currentColor" class="svg-icon--experimentation-1__bubble" d="M23.3,20.7c0,1,0.8,1.8,1.8,1.8s1.8-0.8,1.8-1.8s-0.8-1.8-1.8-1.8C24.1,19,23.3,19.8,23.3,20.7z" />
<path fill="none" stroke="currentColor" class="svg-icon--experimentation-1__bubble" d="M22.9,15c0,1.2,1,2.2,2.2,2.2s2.2-1,2.2-2.2s-1-2.2-2.2-2.2S22.9,13.8,22.9,15z" />
<path fill="none" stroke="currentColor" class="svg-icon--experimentation-1__bubble" d="M22.1,8.1c0,1.6,1.3,2.9,2.9,2.9s2.9-1.3,2.9-2.9S26.6,5.2,25,5.2C23.4,5.1,22.1,6.4,22.1,8.1z" />
<path fill="none" stroke="currentColor" d="M24.1,45.9c0,0,3.1,0.9,4.6-2.3c0.4-0.8,0.5-1.7,0.5-2.7V18 M26,45.9c0,0-3.1,0.9-4.6-2.3c-0.4-0.8-0.5-1.7-0.5-2.7M20.9,18v23 M20.9,18v23" />
</svg>
</div>
<div class="cell">
<div class="cell__name">Salutation</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50.1 50.8" class="svg-icon svg-icon--salutation">
<style>
.svg-icon--salutation g {
animation: svg-icon--salutation__hand-animation infinite ease-in-out 2.5s forwards;
transform-origin: 15% 80%;
}
.svg-icon--salutation__blur {
animation: svg-icon--salutation__blur-animation infinite ease-in-out 2.5s 0.02s forwards;
stroke-dasharray: 25;
transform: translate(2%, 0);
transform-origin: 50% 50%;
}
@keyframes svg-icon--salutation__hand-animation {
0%, 30%, 75%, 100% { transform: rotate(0); }
35%, 55% { transform: rotate(10deg); }
45% { transform: rotate(-35deg); }
65% { transform: rotate(-30deg); }
}
@keyframes svg-icon--salutation__blur-animation {
0%, 35%, 75%, 100% {
opacity: 0;
stroke-dashoffset: 25;
}
45%, 65% {
opacity: 1;
stroke-dashoffset: 0;
}
}
</style>
<g>
<path fill="currentColor" stroke="none" d="M43.3 27.5l-12 12c-2.8 2.8-6 4.3-9.2 4.3H22c-2.8 0-5.5-1.1-7.5-3.2-2.1-2.1-3.2-4.8-3.1-7.6 0-3.2 1.5-6.4 4.3-9.2l5.3-5.3c.5-.5 1-.7 1.5-.7.3 0 .7.1 1 .3.2.2.6.1.8-.1.1-.1.2-.3.2-.5s-.1-.3-.3-.4c-.5-.3-1-.4-1.5-.4-.8 0-1.7.4-2.4 1.1L14.9 23c-3 3-4.7 6.5-4.7 10.1 0 3.2 1.2 6.1 3.4 8.4 2.2 2.2 5.2 3.4 8.3 3.4h.1c3.5 0 7-1.6 10-4.6l12.1-12.1c.2-.2.2-.5 0-.8-.2-.1-.6-.1-.8.1"/>
<path fill="currentColor" stroke="none" d="M27.1 22.1c.1 0 .3-.1.4-.2l9.8-9.8c.2-.2.2-.6 0-.8s-.6-.2-.8 0l-9.8 9.8c-.2.2-.2.6 0 .8.1.1.3.2.4.2m17.8-3.2c-.2-.2-.6-.2-.8 0l-9.8 9.8c-.2.2-.2.6 0 .8.1.1.2.2.4.2.1 0 .3-.1.4-.2l9.8-9.8c.2-.3.2-.6 0-.8m-14.4 6.8c.1.1.2.2.4.2.1 0 .3-.1.4-.2l13.2-13.2c.2-.2.2-.6 0-.8s-.6-.2-.8 0L30.5 24.9c-.2.2-.2.6 0 .8"/>
</g>
<path fill="none" stroke="currentColor" class="svg-icon--salutation__blur" d="M25 10.7c-.1-.2-3.3-4.2-8.4-4.5C12.8 6 9 7.7 5.2 11.5"/>
</svg>
</div>
</div>
body {
background-color: #ebceca;
color: #000; /* This property = icons color! */
font-size: 11px;
font-family: helvetica, arial, sans-serif;
}
.grid {
display: flex;
flex-wrap: wrap;
}
.cell {
flex: 0 0 20%;
padding: 10px;
box-sizing: border-box;
&__name {
display: none;
text-align: center;
text-transform: uppercase;
padding: 16px 0 8px;
}
svg {
width: 100%;
}
}
@media screen and (min-width: 650px) {
.cell {
&__name {
display: block;
}
}
}
@media screen and (min-width: 993px) {
.cell {
flex: 0 0 16.666%;
}
}
@media screen and (min-width: 1201px) {
.cell {
flex: 0 0 14.285%;
}
}
@media screen and (min-width: 1401px) {
.cell {
flex: 0 0 12.5%;
}
}
Also see: Tab Triggers