Logo
Stockholm-icons / Layout / Layout-4-blocks Created with Sketch.

Base Examples

In order to customize svg icon colors use inline svg code inside .svg-icon container.

Stockholm-icons / Communication / Address-card Created with Sketch. Stockholm-icons / Communication / Mail-heart Created with Sketch. Stockholm-icons / Design / Component Created with Sketch. Stockholm-icons / Design / Substract Created with Sketch. Stockholm-icons / General / Settings-2 Created with Sketch.

                        <span class="svg-icon">
                            <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24px" height="24px" viewBox="0 0 24 24" version="1.1">
                                <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
                                    <rect x="0" y="0" width="24" height="24"/>
                                    <path d="M6,2 L18,2 C19.6568542,2 21,3.34314575 21,5 L21,19 C21,20.6568542 19.6568542,22 18,22 L6,22 C4.34314575,22 3,20.6568542 3,19 L3,5 C3,3.34314575 4.34314575,2 6,2 Z M12,11 C13.1045695,11 14,10.1045695 14,9 C14,7.8954305 13.1045695,7 12,7 C10.8954305,7 10,7.8954305 10,9 C10,10.1045695 10.8954305,11 12,11 Z M7.00036205,16.4995035 C6.98863236,16.6619875 7.26484009,17 7.4041679,17 C11.463736,17 14.5228466,17 16.5815,17 C16.9988413,17 17.0053266,16.6221713 16.9988413,16.5 C16.8360465,13.4332455 14.6506758,12 11.9907452,12 C9.36772908,12 7.21569918,13.5165724 7.00036205,16.4995035 Z" fill="#000000"/>
                                </g>
                            </svg>
                        </span>
                        

Color Options

Use .svg-icon-{light|secondary|success|info|primary|warning|danger|white|dark|dark-75|dark-50|dark-25} to set color for SVG icons.

Stockholm-icons / Communication / Address-card Created with Sketch. Stockholm-icons / Communication / Mail-heart Created with Sketch. Stockholm-icons / Design / Component Created with Sketch. Stockholm-icons / Design / Substract Created with Sketch. Stockholm-icons / General / Settings-2 Created with Sketch.

                        <span class="svg-icon svg-icon-success">
                            <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24px" height="24px" viewBox="0 0 24 24" version="1.1">
                                <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
                                    <rect x="0" y="0" width="24" height="24"/>
                                    <path d="M6,2 L18,2 C19.6568542,2 21,3.34314575 21,5 L21,19 C21,20.6568542 19.6568542,22 18,22 L6,22 C4.34314575,22 3,20.6568542 3,19 L3,5 C3,3.34314575 4.34314575,2 6,2 Z M12,11 C13.1045695,11 14,10.1045695 14,9 C14,7.8954305 13.1045695,7 12,7 C10.8954305,7 10,7.8954305 10,9 C10,10.1045695 10.8954305,11 12,11 Z M7.00036205,16.4995035 C6.98863236,16.6619875 7.26484009,17 7.4041679,17 C11.463736,17 14.5228466,17 16.5815,17 C16.9988413,17 17.0053266,16.6221713 16.9988413,16.5 C16.8360465,13.4332455 14.6506758,12 11.9907452,12 C9.36772908,12 7.21569918,13.5165724 7.00036205,16.4995035 Z" fill="#000000"/>
                                </g>
                            </svg>
                        </span>
                        

Sizes

Change icon size using .svg-icon-{size} classes.

Stockholm-icons / Communication / Mail-heart Created with Sketch. Stockholm-icons / Communication / Mail-heart Created with Sketch. Stockholm-icons / Communication / Mail-heart Created with Sketch. Stockholm-icons / Communication / Mail-heart Created with Sketch. Stockholm-icons / Communication / Mail-heart Created with Sketch. Stockholm-icons / Communication / Mail-heart Created with Sketch. Stockholm-icons / Communication / Mail-heart Created with Sketch. Stockholm-icons / Communication / Mail-heart Created with Sketch. Stockholm-icons / Communication / Mail-heart Created with Sketch. Stockholm-icons / Communication / Mail-heart Created with Sketch. Stockholm-icons / Communication / Mail-heart Created with Sketch. Stockholm-icons / Communication / Mail-heart Created with Sketch. Stockholm-icons / Communication / Mail-heart Created with Sketch.

                        <span class="svg-icon svg-icon-sm">...</span>
                        <span class="svg-icon svg-icon-md">...</span>
                        <span class="svg-icon svg-icon-lg">...</span>
                        <span class="svg-icon svg-icon-xl">...</span>
                        <span class="svg-icon svg-icon-2x">...</span>
                        <span class="svg-icon svg-icon-3x">...</span>
                        <span class="svg-icon svg-icon-4x">...</span>
                        <span class="svg-icon svg-icon-5x">...</span>
                        <span class="svg-icon svg-icon-6x">...</span>
                        <span class="svg-icon svg-icon-7x">...</span>
                        <span class="svg-icon svg-icon-8x">...</span>
                        <span class="svg-icon svg-icon-9x">...</span>
                        <span class="svg-icon svg-icon-10x">...</span>
                        

Integration

Use SVG icons as image.


                        <img src="<?php echo Page::getMediaPath();?>svg/icons/Clothes/Cap.svg" alt=""/>
                        

You can use SVG icons with any element within Metronic.


                        <a href="#" class="btn btn-success font-weight-bold mr-2">
                            <span class="svg-icon">...</span> Button example
                        </a>

                        <a href="#" class="btn btn-light-danger font-weight-bold mr-2">
                            <span class="svg-icon">...</span> Button example 2
                        </a>

                        <div class="dropdown dropdown-inline">
                            <a href="#" class="btn btn-light-primary font-weight-bold dropdown-toggle" data-toggle="dropdown" aria-expanded="false">
                                <span class="svg-icon">...</span> Dropdown example
                            </a>
                            <div class="dropdown-menu dropdown-menu-md py-5" style="">
                                <ul class="navi navi-hover navi-link-rounded-lg">
                                    <li class="navi-item">
                                        <a class="navi-link" href="#">
                                            <span class="navi-icon"><span class="svg-icon svg-icon-danger">...</span></span>
                                            <span class="navi-text">Messages</span>
                                            <span class="label label-light-danger font-weight-bold label-inline">new</span>
                                        </a>
                                    </li>
                                    <li class="navi-item">
                                        <a class="navi-link" href="#">
                                            <span class="navi-icon"><span class="svg-icon svg-icon-warning">...</span></i></span>
                                            <span class="navi-text">Settings</span>
                                        </a>
                                    </li>
                                    <li class="navi-item">
                                        <a class="navi-link" href="#">
                                            <span class="navi-icon"><span class="svg-icon svg-icon-success">...</span></span>
                                            <span class="navi-text">Tasks</span>
                                            <span class="navi-label">
                                                <span class="label label-warning label-rounded">5</span>
                                            </span>
                                        </a>
                                    </li>
                                    <li class="navi-item">
                                        <a class="navi-link" href="#">
                                            <span class="navi-icon"><span class="svg-icon svg-icon-primary">...</span></span>
                                            <span class="navi-text">Orders</span>
                                        </a>
                                    </li>
                                </ul>
                            </div>
                        </div>
                        

SVG Icons

Map
Stockholm-icons / Map / Direction1 Created with Sketch.
Direction1.svg
Stockholm-icons / Map / Direction2 Created with Sketch.
Direction2.svg
Stockholm-icons / Map / Position Created with Sketch.
Position.svg
Stockholm-icons / Map / Marker1 Created with Sketch.
Marker1.svg
Stockholm-icons / Map / Location-arrow Created with Sketch.
Location-arrow.svg
Stockholm-icons / Map / Marker2 Created with Sketch.
Marker2.svg
Stockholm-icons / Map / Compass Created with Sketch.
Compass.svg
Cooking
Stockholm-icons / Cooking / Kitchen-scale Created with Sketch.
Kitchen-scale.svg
Stockholm-icons / Cooking / Fork-spoon Created with Sketch.
Fork-spoon.svg
Stockholm-icons / Cooking / Cooking-book Created with Sketch.
Cooking-book.svg
Stockholm-icons / Cooking / Cooking-pot Created with Sketch.
Cooking-pot.svg
Stockholm-icons / Cooking / Grater Created with Sketch.
Grater.svg
Stockholm-icons / Cooking / Frying-pan Created with Sketch.
Frying-pan.svg
Stockholm-icons / Cooking / Dish Created with Sketch.
Dish.svg
Stockholm-icons / Cooking / Knife1 Created with Sketch.
Knife1.svg
Stockholm-icons / Cooking / Knife&fork#2 Created with Sketch.
KnifeAndFork2.svg
Stockholm-icons / Cooking / Shovel Created with Sketch.
Shovel.svg
Stockholm-icons / Cooking / Ladle Created with Sketch.
Ladle.svg
Stockholm-icons / Cooking / Fork-spoon-knife Created with Sketch.
Fork-spoon-knife.svg
Stockholm-icons / Cooking / Fork Created with Sketch.
Fork.svg
Stockholm-icons / Cooking / Knife2 Created with Sketch.
Knife2.svg
Stockholm-icons / Cooking / Bowl Created with Sketch.
Bowl.svg
Stockholm-icons / Cooking / Knife&fork#1 Created with Sketch.
KnifeAndFork1.svg
Stockholm-icons / Cooking / Rolling-pin Created with Sketch.
Rolling-pin.svg
Stockholm-icons / Cooking / Dishes Created with Sketch.
Dishes.svg
Stockholm-icons / Cooking / Spoon Created with Sketch.
Spoon.svg
Stockholm-icons / Cooking / Sieve Created with Sketch.
Sieve.svg
Stockholm-icons / Cooking / Chef Created with Sketch.
Chef.svg
Stockholm-icons / Cooking / Cutting board Created with Sketch.
Cutting board.svg
Stockholm-icons / Cooking / Dinner Created with Sketch.
Dinner.svg
Stockholm-icons / Cooking / Saucepan Created with Sketch.
Saucepan.svg
Stockholm-icons / Cooking / Baking-glove Created with Sketch.
Baking-glove.svg
Design
Stockholm-icons / Design / Horizontal Created with Sketch.
Horizontal.svg
Stockholm-icons / Design / Interselect Created with Sketch.
Interselect.svg
Stockholm-icons / Design / Image Created with Sketch.
Image.svg
Stockholm-icons / Design / Brush Created with Sketch.
Brush.svg
Stockholm-icons / Design / Line Created with Sketch.
Line.svg
Stockholm-icons / Design / Anchor-center Created with Sketch.
Anchor-center.svg
Stockholm-icons / Design / Target Created with Sketch.
Target.svg
Stockholm-icons / Design / Color Created with Sketch.
Color.svg
Stockholm-icons / Design / Anchor-left-up Created with Sketch.
Anchor-left-up.svg
Stockholm-icons / Design / Anchor-right Created with Sketch.
Anchor-right.svg
Stockholm-icons / Design / ZoomMinus Created with Sketch.
ZoomMinus.svg
Stockholm-icons / Design / Flip-horizontal Created with Sketch.
Flip-horizontal.svg
Stockholm-icons / Design / Cap-3 Created with Sketch.
Cap-3.svg
Stockholm-icons / Design / Anchor-left Created with Sketch.
Anchor-left.svg
Stockholm-icons / Design / Eraser Created with Sketch.
Eraser.svg
Stockholm-icons / Design / Component Created with Sketch.
Component.svg
Stockholm-icons / Design / Cap-1 Created with Sketch.
Cap-1.svg
Stockholm-icons / Design / Picker Created with Sketch.
Picker.svg
Stockholm-icons / Design / Substract Created with Sketch.
Substract.svg
Stockholm-icons / Design / Difference Created with Sketch.
Difference.svg
Stockholm-icons / Design / Flatten Created with Sketch.
Flatten.svg
Stockholm-icons / Design / Stamp Created with Sketch.
Stamp.svg
Stockholm-icons / Design / Crop Created with Sketch.
Crop.svg
Stockholm-icons / Design / Bezier-curve Created with Sketch.
Bezier-curve.svg
Stockholm-icons / Design / Anchor-right-up Created with Sketch.
Anchor-right-up.svg
Stockholm-icons / Design / Polygon Created with Sketch.
Polygon.svg
Stockholm-icons / Design / Color-profile Created with Sketch.
Color-profile.svg
Stockholm-icons / Design / Rectangle Created with Sketch.
Rectangle.svg
Stockholm-icons / Design / Join-1 Created with Sketch.
Join-1.svg
Stockholm-icons / Design / ZoomPlus Created with Sketch.
ZoomPlus.svg
Stockholm-icons / Design / Border Created with Sketch.
Border.svg
Stockholm-icons / Design / Pen&ruller Created with Sketch.
PenAndRuller.svg
Stockholm-icons / Design / Anchor-left-down Created with Sketch.
Anchor-left-down.svg
Stockholm-icons / Design / Anchor-center-down Created with Sketch.
Anchor-center-down.svg
Stockholm-icons / Design / Pixels Created with Sketch.
Pixels.svg
Stockholm-icons / Design / Union Created with Sketch.
Union.svg
Stockholm-icons / Design / Position Created with Sketch.
Position.svg
Stockholm-icons / Design / Sketch Created with Sketch.
Sketch.svg
Stockholm-icons / Design / Anchor-right-down Created with Sketch.
Anchor-right-down.svg
Stockholm-icons / Design / Layers Created with Sketch.
Layers.svg
Stockholm-icons / Design / Saturation Created with Sketch.
Saturation.svg
Stockholm-icons / Design / Edit Created with Sketch.
Edit.svg
Stockholm-icons / Design / Select Created with Sketch.
Select.svg
Stockholm-icons / Design / Join-3 Created with Sketch.
Join-3.svg
Stockholm-icons / Design / Anchor-center-up Created with Sketch.
Anchor-center-up.svg
Stockholm-icons / Design / Bucket Created with Sketch.
Bucket.svg
Stockholm-icons / Design / Triangle Created with Sketch.
Triangle.svg
Stockholm-icons / Design / Vertical Created with Sketch.
Vertical.svg
Stockholm-icons / Design / Cap-2 Created with Sketch.
Cap-2.svg
Stockholm-icons / Design / Pencil Created with Sketch.
Pencil.svg
Stockholm-icons / Design / Magic Created with Sketch.
Magic.svg
Stockholm-icons / Design / Join-2 Created with Sketch.
Join-2.svg
Stockholm-icons / Design / Pen-tool-vector Created with Sketch.
Pen-tool-vector.svg
Stockholm-icons / Design / Adjust Created with Sketch.
Adjust.svg
Stockholm-icons / Design / Arrows Created with Sketch.
Arrows.svg
Stockholm-icons / Design / Flip-vertical Created with Sketch.
Flip-vertical.svg
Stockholm-icons / Design / Patch Created with Sketch.
Patch.svg
Stockholm-icons / Design / Mask Created with Sketch.
Mask.svg
Stockholm-icons / Design / Circle Created with Sketch.
Circle.svg
Weather
Stockholm-icons / Weather / Cloud1 Created with Sketch.
Cloud1.svg
Stockholm-icons / Weather / Sun-fog Created with Sketch.
Sun-fog.svg
Stockholm-icons / Weather / Rain2 Created with Sketch.
Rain2.svg
Stockholm-icons / Weather / Temperature-empty Created with Sketch.
Temperature-empty.svg
Stockholm-icons / Weather / Night-fog Created with Sketch.
Night-fog.svg
Stockholm-icons / Weather / Cloudy Created with Sketch.
Cloudy.svg
Stockholm-icons / Weather / Celcium Created with Sketch.
Celcium.svg
Stockholm-icons / Weather / Snow Created with Sketch.
Snow.svg
Stockholm-icons / Weather / Sun Created with Sketch.
Sun.svg
Stockholm-icons / Weather / Moon Created with Sketch.
Moon.svg
Stockholm-icons / Weather / Thunder-night Created with Sketch.
Thunder-night.svg
Stockholm-icons / Weather / Fog Created with Sketch.
Fog.svg
Stockholm-icons / Weather / Rain5 Created with Sketch.
Rain5.svg
Stockholm-icons / Weather / Temperature-half Created with Sketch.
Temperature-half.svg
Stockholm-icons / Weather / Fahrenheit Created with Sketch.
Fahrenheit.svg
Stockholm-icons / Weather / Suset1 Created with Sketch.
Suset1.svg
Stockholm-icons / Weather / Night-rain Created with Sketch.
Night-rain.svg
Stockholm-icons / Weather / Cloud2 Created with Sketch.
Cloud2.svg
Stockholm-icons / Weather / Temperature-full Created with Sketch.
Temperature-full.svg
Stockholm-icons / Weather / Cloudy-night Created with Sketch.
Cloudy-night.svg
Stockholm-icons / Weather / Suset2 Created with Sketch.
Suset2.svg
Stockholm-icons / Weather / Thunder Created with Sketch.
Thunder.svg
Stockholm-icons / Weather / Cloud-sun Created with Sketch.
Cloud-sun.svg
Stockholm-icons / Weather / Snow1 Created with Sketch.
Snow1.svg
Stockholm-icons / Weather / Rainbow Created with Sketch.
Rainbow.svg
Stockholm-icons / Weather / Cloud-wind Created with Sketch.
Cloud-wind.svg
Stockholm-icons / Weather / Rain1 Created with Sketch.
Rain1.svg
Stockholm-icons / Weather / Cloud-fog Created with Sketch.
Cloud-fog.svg
Stockholm-icons / Weather / Umbrella Created with Sketch.
Umbrella.svg
Stockholm-icons / Weather / Day-rain Created with Sketch.
Day-rain.svg
Stockholm-icons / Weather / Snow3 Created with Sketch.
Snow3.svg
Stockholm-icons / Weather / Storm Created with Sketch.
Storm.svg
Stockholm-icons / Weather / Wind Created with Sketch.
Wind.svg
Stockholm-icons / Weather / Snow2 Created with Sketch.
Snow2.svg
Media
Stockholm-icons / Media / Rec Created with Sketch.
Rec.svg
Stockholm-icons / Media / Repeat-one Created with Sketch.
Repeat-one.svg
Stockholm-icons / Media / Repeat Created with Sketch.
Repeat.svg
Stockholm-icons / Media / Shuffle Created with Sketch.
Shuffle.svg
Stockholm-icons / Media / Volume-full Created with Sketch.
Volume-full.svg
Stockholm-icons / Media / Volume-up Created with Sketch.
Volume-up.svg
Stockholm-icons / Media / Eject Created with Sketch.
Eject.svg
Stockholm-icons / Media / DVD Created with Sketch.
DVD.svg
Stockholm-icons / Media / Media-library3 Created with Sketch.
Media-library3.svg
Stockholm-icons / Media / Media-library2 Created with Sketch.
Media-library2.svg
Stockholm-icons / Media / Play Created with Sketch.
Play.svg
Stockholm-icons / Media / CD Created with Sketch.
CD.svg
Stockholm-icons / Media / Youtube Created with Sketch.
Youtube.svg
Stockholm-icons / Media / Music Created with Sketch.
Music.svg
Stockholm-icons / Media / Pause Created with Sketch.
Pause.svg
Stockholm-icons / Media / Airplay Created with Sketch.
Airplay.svg
Stockholm-icons / Media / Back Created with Sketch.
Back.svg
Stockholm-icons / Media / Equalizer Created with Sketch.
Equalizer.svg
Stockholm-icons / Media / Volume-half Created with Sketch.
Volume-half.svg
Stockholm-icons / Media / Vynil Created with Sketch.
Vynil.svg
Stockholm-icons / Media / Movie-lane1 Created with Sketch.
Movie-lane1.svg
Stockholm-icons / Media / Movie-Lane2 Created with Sketch.
Movie-Lane2.svg
Stockholm-icons / Media / Music-note Created with Sketch.
Music-note.svg
Stockholm-icons / Media / Mute Created with Sketch.
Mute.svg
Stockholm-icons / Media / Next Created with Sketch.
Next.svg
Stockholm-icons / Media / Forward Created with Sketch.
Forward.svg
Stockholm-icons / Media / Playlist2 Created with Sketch.
Playlist2.svg
Stockholm-icons / Media / Airplay-video Created with Sketch.
Airplay-video.svg
Stockholm-icons / Media / Add-music Created with Sketch.
Add-music.svg
Stockholm-icons / Media / Music-cloud Created with Sketch.
Music-cloud.svg
Stockholm-icons / Media / Playlist1 Created with Sketch.
Playlist1.svg
Stockholm-icons / Media / Media-library1 Created with Sketch.
Media-library1.svg
Stockholm-icons / Media / Backward Created with Sketch.
Backward.svg
Stockholm-icons / Media / Volume-down Created with Sketch.
Volume-down.svg
Home
Stockholm-icons / Home / Flower2 Created with Sketch.
Flower2.svg
Stockholm-icons / Home / Bed Created with Sketch.
Bed.svg
Stockholm-icons / Home / Toilet Created with Sketch.
Toilet.svg
Stockholm-icons / Home / Wood-horse Created with Sketch.
Wood-horse.svg
Stockholm-icons / Home / Wood1 Created with Sketch.
Wood1.svg
Stockholm-icons / Home / Trash Created with Sketch.
Trash.svg
Stockholm-icons / Home / Door-open Created with Sketch.
Door-open.svg
Stockholm-icons / Home / Library Created with Sketch.
Library.svg
Stockholm-icons / Home / Key Created with Sketch.
Key.svg
Stockholm-icons / Home / Fireplace Created with Sketch.
Fireplace.svg
Stockholm-icons / Home / Towel Created with Sketch.
Towel.svg
Stockholm-icons / Home / Сommode#2 Created with Sketch.
Commode2.svg
Stockholm-icons / Home / Air-ballon Created with Sketch.
Air-ballon.svg
Stockholm-icons / Home / Chair1 Created with Sketch.
Chair1.svg
Stockholm-icons / Home / Bulb1 Created with Sketch.
Bulb1.svg
Stockholm-icons / Home / Timer Created with Sketch.
Timer.svg
Stockholm-icons / Home / Alarm-clock Created with Sketch.
Alarm-clock.svg
Stockholm-icons / Home / Armchair Created with Sketch.
Armchair.svg
Stockholm-icons / Home / Home Created with Sketch.
Home.svg
Stockholm-icons / Home / Picture Created with Sketch.
Picture.svg
Stockholm-icons / Home / Ladder Created with Sketch.
Ladder.svg
Stockholm-icons / Home / Box Created with Sketch.
Box.svg
Stockholm-icons / Home / Bath Created with Sketch.
Bath.svg
Stockholm-icons / Home / Globe Created with Sketch.
Globe.svg
Stockholm-icons / Home / Book Created with Sketch.
Book.svg
Stockholm-icons / Home / Clock Created with Sketch.
Clock.svg
Stockholm-icons / Home / Lamp1 Created with Sketch.
Lamp1.svg
Stockholm-icons / Home / Mailbox Created with Sketch.
Mailbox.svg
Stockholm-icons / Home / Bag-chair Created with Sketch.
Bag-chair.svg
Stockholm-icons / Home / Flashlight Created with Sketch.
Flashlight.svg
Stockholm-icons / Home / Flower1 Created with Sketch.
Flower1.svg
Stockholm-icons / Home / Building Created with Sketch.
Building.svg
Stockholm-icons / Home / Flower3 Created with Sketch.
Flower3.svg
Stockholm-icons / Home / Wood2 Created with Sketch.
Wood2.svg
Stockholm-icons / Home / Сurtains Created with Sketch.
Curtains.svg
Stockholm-icons / Home / Weight2 Created with Sketch.
Weight2.svg
Stockholm-icons / Home / Couch Created with Sketch.
Couch.svg
Stockholm-icons / Home / Lamp2 Created with Sketch.
Lamp2.svg
Stockholm-icons / Home / Bulb2 Created with Sketch.
Bulb2.svg
Stockholm-icons / Home / Book-open Created with Sketch.
Book-open.svg
Stockholm-icons / Home / Сommode#1 Created with Sketch.
Commode1.svg
Stockholm-icons / Home / Chair2 Created with Sketch.
Chair2.svg
Stockholm-icons / Home / Home-heart Created with Sketch.
Home-heart.svg
Stockholm-icons / Home / Earth Created with Sketch.
Earth.svg
Stockholm-icons / Home / Water-mixer Created with Sketch.
Water-mixer.svg
Stockholm-icons / Home / Weight1 Created with Sketch.
Weight1.svg
Stockholm-icons / Home / Сupboard Created with Sketch.
Cupboard.svg
Stockholm-icons / Home / Ruller Created with Sketch.
Ruller.svg
Stockholm-icons / Home / Stairs Created with Sketch.
Stairs.svg
Stockholm-icons / Home / Deer Created with Sketch.
Deer.svg
Stockholm-icons / Home / Broom Created with Sketch.
Broom.svg
Stockholm-icons / Home / Mirror Created with Sketch.
Mirror.svg
Navigation
Stockholm-icons / Navigation / Up-down Created with Sketch.
Up-down.svg
Stockholm-icons / Navigation / Arrow-from-right Created with Sketch.
Arrow-from-right.svg
Stockholm-icons / Navigation / Down-left Created with Sketch.
Down-left.svg
Stockholm-icons / Navigation / Down-right Created with Sketch.
Down-right.svg
Stockholm-icons / Navigation / Route Created with Sketch.
Route.svg
Stockholm-icons / Navigation / Left 3 Created with Sketch.
Left 3.svg
Stockholm-icons / Navigation / Arrow-from-top Created with Sketch.
Arrow-from-top.svg
Stockholm-icons / Navigation / Check Created with Sketch.
Check.svg
Stockholm-icons / Navigation / Angle-double-left Created with Sketch.
Angle-double-left.svg
Stockholm-icons / Navigation / Down-2 Created with Sketch.
Down-2.svg
Stockholm-icons / Navigation / Arrow-left Created with Sketch.
Arrow-left.svg
Stockholm-icons / Navigation / Left-2 Created with Sketch.
Left-2.svg
Stockholm-icons / Navigation / Angle-double-up Created with Sketch.
Angle-double-up.svg
Stockholm-icons / Navigation / Plus Created with Sketch.
Plus.svg
Stockholm-icons / Navigation / Right-2 Created with Sketch.
Right-2.svg
Stockholm-icons / Navigation / Angle-double-down Created with Sketch.
Angle-double-down.svg
Stockholm-icons / Navigation / Arrow-to-left Created with Sketch.
Arrow-to-left.svg
Stockholm-icons / Navigation / Waiting Created with Sketch.
Waiting.svg
Stockholm-icons / Navigation / Arrow-right Created with Sketch.
Arrow-right.svg
Stockholm-icons / Navigation / Up-right Created with Sketch.
Up-right.svg
Stockholm-icons / Navigation / Right 3 Created with Sketch.
Right 3.svg
Stockholm-icons / Navigation / Arrow-from-left Created with Sketch.
Arrow-from-left.svg
Stockholm-icons / Navigation / Arrow-down Created with Sketch.
Arrow-down.svg
Stockholm-icons / Navigation / Arrow-to-up Created with Sketch.
Arrow-to-up.svg
Stockholm-icons / Navigation / Arrow-from-bottom Created with Sketch.
Arrow-from-bottom.svg
Stockholm-icons / Navigation / Double-check Created with Sketch.
Double-check.svg
Stockholm-icons / Navigation / Angle-left Created with Sketch.
Angle-left.svg
Stockholm-icons / Navigation / Arrows-h Created with Sketch.
Arrows-h.svg
Stockholm-icons / Navigation / Arrows-v Created with Sketch.
Arrows-v.svg
Stockholm-icons / Navigation / Angle-double-right Created with Sketch.
Angle-double-right.svg
Stockholm-icons / Navigation / Arrow-up Created with Sketch.
Arrow-up.svg
Stockholm-icons / Navigation / Angle-right Created with Sketch.
Angle-right.svg
Stockholm-icons / Navigation / Arrow-to-right Created with Sketch.
Arrow-to-right.svg
Stockholm-icons / Navigation / Angle-down Created with Sketch.
Angle-down.svg
Stockholm-icons / Navigation / Stockholm-icons / Navigation / Angle-up Created with Sketch.
Angle-up.svg
Stockholm-icons / Navigation / Exchange Created with Sketch.
Exchange.svg
Stockholm-icons / Navigation / Arrow-to-bottom Created with Sketch.
Arrow-to-bottom.svg
Stockholm-icons / Navigation / Sign-in Created with Sketch.
Sign-in.svg
Stockholm-icons / Navigation / Up-left Created with Sketch.
Up-left.svg
Stockholm-icons / Navigation / Close Created with Sketch.
Close.svg
Stockholm-icons / Navigation / Sign-out Created with Sketch.
Sign-out.svg
Stockholm-icons / Navigation / Up-2 Created with Sketch.
Up-2.svg
Stockholm-icons / Navigation / Minus Created with Sketch.
Minus.svg
Layout
Stockholm-icons / Layout / Layout-right-panel-2 Created with Sketch.
Layout-right-panel-2.svg
Stockholm-icons / Layout / Layout-top-panel-6 Created with Sketch.
Layout-top-panel-6.svg
Stockholm-icons / Layout / Layout-arrange Created with Sketch.
Layout-arrange.svg
Stockholm-icons / Layout / Layout-top-panel-4 Created with Sketch.
Layout-top-panel-4.svg
Stockholm-icons / Layout / Layout-horizontal Created with Sketch.
Layout-horizontal.svg
Stockholm-icons / Layout / Layout-top-panel-1 Created with Sketch.
Layout-top-panel-1.svg
Stockholm-icons / Layout / Layout-right-panel-1 Created with Sketch.
Layout-right-panel-1.svg
Stockholm-icons / Layout / Layout-3d Created with Sketch.
Layout-3d.svg
Stockholm-icons / Layout / Layout-top-panel-3 Created with Sketch.
Layout-top-panel-3.svg
Stockholm-icons / Layout / Layout-grid Created with Sketch.
Layout-grid.svg
Stockholm-icons / Layout / Layout-4-blocks Created with Sketch.
Layout-4-blocks.svg
Stockholm-icons / Layout / Layout-polygon Created with Figma.
Layout-polygon.svg
Stockholm-icons / Layout / Layout-vertical Created with Sketch.
Layout-vertical.svg
Stockholm-icons / Layout / Layout-top-panel-2 Created with Sketch.
Layout-top-panel-2.svg
Stockholm-icons / Layout / Layout-left-panel-1 Created with Sketch.
Layout-left-panel-1.svg
Stockholm-icons / Layout / Layout-top-panel-5 Created with Sketch.
Layout-top-panel-5.svg
Stockholm-icons / Layout / Layout-left-panel-2 Created with Sketch.
Layout-left-panel-2.svg
Electric
Stockholm-icons / Electric / Gas-stove Created with Sketch.
Gas-stove.svg
Stockholm-icons / Electric / Outlet Created with Sketch.
Outlet.svg
Stockholm-icons / Electric / Blender Created with Sketch.
Blender.svg
Stockholm-icons / Electric / Iron Created with Sketch.
Iron.svg
Stockholm-icons / Electric / Washer Created with Sketch.
Washer.svg
Stockholm-icons / Electric / Socket-us Created with Sketch.
Socket-us.svg
Stockholm-icons / Electric / Range-hood Created with Sketch.
Range-hood.svg
Stockholm-icons / Electric / Fan Created with Sketch.
Fan.svg
Stockholm-icons / Electric / Нair-dryer Created with Sketch.
air-dryer.svg
Stockholm-icons / Electric / Air-conditioning Created with Sketch.
Air-conditioning.svg
Stockholm-icons / Electric / Kettle Created with Sketch.
Kettle.svg
Stockholm-icons / Electric / Fridge Created with Sketch.
Fridge.svg
Stockholm-icons / Electric / Highvoltage Created with Sketch.
Highvoltage.svg
Stockholm-icons / Electric / Socket-eu Created with Sketch.
Socket-eu.svg
Stockholm-icons / Electric / Mixer Created with Sketch.
Mixer.svg
Stockholm-icons / Electric / Shutdown Created with Sketch.
Shutdown.svg
Food
Stockholm-icons / Food / Cheese Created with Sketch.
Cheese.svg
Stockholm-icons / Food / Chicken Created with Sketch.
Chicken.svg
Stockholm-icons / Food / Pizza Created with Sketch.
Pizza.svg
Stockholm-icons / Food / Glass-martini Created with Sketch.
Glass-martini.svg
Stockholm-icons / Food / Bottle2 Created with Sketch.
Bottle2.svg
Stockholm-icons / Food / Two-bottles Created with Sketch.
Two-bottles.svg
Stockholm-icons / Food / Carrot Created with Sketch.
Carrot.svg
Stockholm-icons / Food / Beer Created with Sketch.
Beer.svg
Stockholm-icons / Food / Orange Created with Sketch.
Orange.svg
Stockholm-icons / Food / French Bread Created with Sketch.
French Bread.svg
Stockholm-icons / Food / Cake Created with Sketch.
Cake.svg
Stockholm-icons / Food / Coffee1 Created with Sketch.
Coffee1.svg
Stockholm-icons / Food / Ice-cream2 Created with Sketch.
Ice-cream2.svg
Stockholm-icons / Food / Sushi Created with Sketch.
Sushi.svg
Stockholm-icons / Food / Burger Created with Sketch.
Burger.svg
Stockholm-icons / Food / Bottle1 Created with Sketch.
Bottle1.svg
Stockholm-icons / Food / Coffee2 Created with Sketch.
Coffee2.svg
Stockholm-icons / Food / Ice-cream1 Created with Sketch.
Ice-cream1.svg
Stockholm-icons / Food / Bucket Created with Sketch.
Bucket.svg
Stockholm-icons / Food / Bread Created with Sketch.
Bread.svg
Stockholm-icons / Food / Miso-soup Created with Sketch.
Miso-soup.svg
Stockholm-icons / Food / Wine Created with Sketch.
Wine.svg
Stockholm-icons / Food / Dinner Created with Sketch.
Dinner.svg
Stockholm-icons / Food / Cookie Created with Sketch.
Cookie.svg
Stockholm-icons / Food / Fish Created with Sketch.
Fish.svg
Communication
Stockholm-icons / Communication / Chat-smile Created with Sketch.
Chat-smile.svg
Stockholm-icons / Communication / Contact1 Created with Sketch.
Contact1.svg
Stockholm-icons / Communication / Readed-mail Created with Sketch.
Readed-mail.svg
Stockholm-icons / Communication / Group-chat Created with Sketch.
Group-chat.svg
Stockholm-icons / Communication / Call Created with Sketch.
Call.svg
Stockholm-icons / Communication / Incoming-mail Created with Sketch.
Incoming-mail.svg
Stockholm-icons / Communication / Chat-locked Created with Sketch.
Chat-locked.svg
Stockholm-icons / Communication / Reply Created with Sketch.
Reply.svg
Stockholm-icons / Communication / Active-call Created with Sketch.
Active-call.svg
Stockholm-icons / Communication / Chat1 Created with Sketch.
Chat1.svg
Stockholm-icons / Communication / Adress-book1 Created with Sketch.
Adress-book1.svg
Stockholm-icons / Communication / Outgoing-mail Created with Sketch.
Outgoing-mail.svg
Stockholm-icons / Communication / Flag Created with Sketch.
Flag.svg
Stockholm-icons / Communication / Group Created with Sketch.
Group.svg
Stockholm-icons / Communication / Adress-book2 Created with Sketch.
Adress-book2.svg
Stockholm-icons / Communication / Mail Created with Sketch.
Mail.svg
Stockholm-icons / Communication / Mail-error Created with Sketch.
Mail-error.svg
Stockholm-icons / Communication / Clipboard-list Created with Sketch.
Clipboard-list.svg
Stockholm-icons / Communication / Mail-box Created with Sketch.
Mail-box.svg
Stockholm-icons / Communication / Urgent-mail Created with Sketch.
Urgent-mail.svg
Stockholm-icons / Communication / Mail-opened Created with Sketch.
Mail-opened.svg
Stockholm-icons / Communication / Snoozed-mail Created with Sketch.
Snoozed-mail.svg
Stockholm-icons / Communication / Send Created with Sketch.
Send.svg
Stockholm-icons / Communication / Spam Created with Sketch.
Spam.svg
Stockholm-icons / Communication / Mail-heart Created with Sketch.
Mail-heart.svg
Stockholm-icons / Communication / Add-user Created with Sketch.
Add-user.svg
Stockholm-icons / Communication / Address-card Created with Sketch.
Address-card.svg
Stockholm-icons / Communication / Chat-check Created with Sketch.
Chat-check.svg
Stockholm-icons / Communication / Outgoing-box Created with Sketch.
Outgoing-box.svg
Stockholm-icons / Communication / Outgoing-call Created with Sketch.
Outgoing-call.svg
Stockholm-icons / Communication / Mail-notification Created with Sketch.
Mail-notification.svg
Stockholm-icons / Communication / Missed-call Created with Sketch.
Missed-call.svg
Stockholm-icons / Communication / Dial-numbers Created with Sketch.
Dial-numbers.svg
Stockholm-icons / Communication / Share Created with Sketch.
Share.svg
Stockholm-icons / Communication / Sending mail Created with Sketch.
Sending mail.svg
Stockholm-icons / Communication / Shield-user Created with Sketch.
Shield-user.svg
Stockholm-icons / Communication / Chat5 Created with Sketch.
Chat5.svg
Stockholm-icons / Communication / Right Created with Sketch.
Right.svg
Stockholm-icons / Communication / Archive Created with Sketch.
Archive.svg
Stockholm-icons / Communication / Mail-attachment Created with Sketch.
Mail-attachment.svg
Stockholm-icons / Communication / Chat4 Created with Sketch.
Chat4.svg
Stockholm-icons / Communication / Incoming-call Created with Sketch.
Incoming-call.svg
Stockholm-icons / Communication / Delete-user Created with Sketch.
Delete-user.svg
Stockholm-icons / Communication / RSS Created with Sketch.
RSS.svg
Stockholm-icons / Communication / Safe-chat Created with Sketch.
Safe-chat.svg
Stockholm-icons / Communication / Sending Created with Sketch.
Sending.svg
Stockholm-icons / Communication / Incoming-box Created with Sketch.
Incoming-box.svg
Stockholm-icons / Communication / Write Created with Sketch.
Write.svg
Stockholm-icons / Communication / Thumbtack Created with Sketch.
Thumbtack.svg
Stockholm-icons / Communication / Forward Created with Sketch.
Forward.svg
Stockholm-icons / Communication / Chat6 Created with Sketch.
Chat6.svg
Stockholm-icons / Communication / Mail-locked Created with Sketch.
Mail-locked.svg
Stockholm-icons / Communication / Clipboard-check Created with Sketch.
Clipboard-check.svg
Stockholm-icons / Communication / Shield-thunder Created with Sketch.
Shield-thunder.svg
Stockholm-icons / Communication / Mail-unocked Created with Sketch.
Mail-unocked.svg
Stockholm-icons / Communication / Call#1 Created with Sketch.
Call#1.svg
Stockholm-icons / Communication / Chat2 Created with Sketch.
Chat2.svg
Stockholm-icons / Communication / Reply-all Created with Sketch.
Reply-all.svg
Stockholm-icons / Communication / Mail-at Created with Sketch.
Mail-at.svg
Stockholm-icons / Communication / Chat-error Created with Sketch.
Chat-error.svg
Files
Stockholm-icons / Files / Media-folder Created with Sketch.
Media-folder.svg
Stockholm-icons / Files / User-folder Created with Sketch.
User-folder.svg
Stockholm-icons / Files / Deleted-folder Created with Sketch.
Deleted-folder.svg
Stockholm-icons / Files / Folder-star Created with Sketch.
Folder-star.svg
Stockholm-icons / Files / Cloud-download Created with Sketch.
Cloud-download.svg
Stockholm-icons / Files / Downloads-folder Created with Sketch.
Downloads-folder.svg
Stockholm-icons / Files / Locked-folder Created with Sketch.
Locked-folder.svg
Stockholm-icons / Files / Folder-thunder Created with Sketch.
Folder-thunder.svg
Stockholm-icons / Files / Protected-file Created with Sketch.
Protected-file.svg
Stockholm-icons / Files / Folder-check Created with Sketch.
Folder-check.svg
Stockholm-icons / Files / DownloadedFile Created with Sketch.
DownloadedFile.svg
Stockholm-icons / Files / Folder-heart Created with Sketch.
Folder-heart.svg
Stockholm-icons / Files / Media Created with Sketch.
Media.svg
Stockholm-icons / Files / Music Created with Sketch.
Music.svg
Stockholm-icons / Files / Folder-cloud Created with Sketch.
Folder-cloud.svg
Stockholm-icons / Files / Folder Created with Sketch.
Folder.svg
Stockholm-icons / Files / Folder-plus Created with Sketch.
Folder-plus.svg
Stockholm-icons / Files / File-done Created with Sketch.
File-done.svg
Stockholm-icons / Files / File Created with Sketch.
File.svg
Stockholm-icons / Files / Folder-minus Created with Sketch.
Folder-minus.svg
Stockholm-icons / Files / Pictures1 Created with Sketch.
Pictures1.svg
Stockholm-icons / Files / Uploaded-file Created with Sketch.
Uploaded-file.svg
Stockholm-icons / Files / Compiled-file Created with Sketch.
Compiled-file.svg
Stockholm-icons / Files / Compilation Created with Sketch.
Compilation.svg
Stockholm-icons / Files / Folder-solid Created with Sketch.
Folder-solid.svg
Stockholm-icons / Files / Upload Created with Sketch.
Upload.svg
Stockholm-icons / Files / Upload-folder Created with Sketch.
Upload-folder.svg
Stockholm-icons / Files / File-cloud Created with Sketch.
File-cloud.svg
Stockholm-icons / Files / Import Created with Sketch.
Import.svg
Stockholm-icons / Files / Download Created with Sketch.
Download.svg
Stockholm-icons / Files / Deleted-file Created with Sketch.
Deleted-file.svg
Stockholm-icons / Files / Cloud-upload Created with Sketch.
Cloud-upload.svg
Stockholm-icons / Files / Export Created with Sketch.
Export.svg
Stockholm-icons / Files / File-minus Created with Sketch.
File-minus.svg
Stockholm-icons / Files / Selected-file Created with Sketch.
Selected-file.svg
Stockholm-icons / Files / Pictures2 Created with Sketch.
Pictures2.svg
Stockholm-icons / Files / File-plus Created with Sketch.
File-plus.svg
Stockholm-icons / Files / Group-folders Created with Sketch.
Group-folders.svg
Stockholm-icons / Files / Folder-error Created with Sketch.
Folder-error.svg
General
Stockholm-icons / General / Star Created with Sketch.
Star.svg
Stockholm-icons / General / Like Created with Sketch.
Like.svg
Stockholm-icons / General / Settings-2 Created with Sketch.
Settings-2.svg
Stockholm-icons / General / Trash Created with Sketch.
Trash.svg
Stockholm-icons / General / Other2 Created with Sketch.
Other2.svg
Stockholm-icons / General / Smile Created with Sketch.
Smile.svg
Stockholm-icons / General / Size Created with Sketch.
Size.svg
Stockholm-icons / General / Sad Created with Sketch.
Sad.svg
Stockholm-icons / General / Search Created with Sketch.
Search.svg
Stockholm-icons / General / Hidden Created with Sketch.
Hidden.svg
Stockholm-icons / General / Lock Created with Sketch.
Lock.svg
Stockholm-icons / General / Thunder-move Created with Sketch.
Thunder-move.svg
Stockholm-icons / General / Unlock Created with Sketch.
Unlock.svg
Stockholm-icons / General / Cursor Created with Sketch.
Cursor.svg
Stockholm-icons / General / Notification2 Created with Sketch.
Notification2.svg
Stockholm-icons / General / Shield-disabled Created with Sketch.
Shield-disabled.svg
Stockholm-icons / General / Notifications1 Created with Sketch.
Notifications1.svg
Stockholm-icons / General / Other1 Created with Sketch.
Other1.svg
Stockholm-icons / General / Heart Created with Sketch.
Heart.svg
Stockholm-icons / General / Scale Created with Sketch.
Scale.svg
Stockholm-icons / General / Save Created with Sketch.
Save.svg
Stockholm-icons / General / Attachment1 Created with Sketch.
Attachment1.svg
Stockholm-icons / General / Folder Created with Sketch.
Folder.svg
Stockholm-icons / General / Clipboard Created with Sketch.
Clipboard.svg
Stockholm-icons / General / Settings#3 Created with Sketch.
Settings#3.svg
Stockholm-icons / General / Dislike Created with Sketch.
Dislike.svg
Stockholm-icons / General / Visible Created with Sketch.
Visible.svg
Stockholm-icons / General / Update Created with Sketch.
Update.svg
Stockholm-icons / General / Shield-check Created with Sketch.
Shield-check.svg
Stockholm-icons / General / Bookmark Created with Sketch.
Bookmark.svg
Stockholm-icons / General / Attachment2 Created with Sketch.
Attachment2.svg
Stockholm-icons / General / Edit Created with Sketch.
Edit.svg
Stockholm-icons / General / Thunder Created with Sketch.
Thunder.svg
Stockholm-icons / General / Duplicate Created with Sketch.
Duplicate.svg
Stockholm-icons / General / Shield-protected Created with Sketch.
Shield-protected.svg
Stockholm-icons / General / Half-heart Created with Sketch.
Half-heart.svg
Stockholm-icons / General / Expand-arrows Created with Sketch.
Expand-arrows.svg
Stockholm-icons / General / Half-star Created with Sketch.
Half-star.svg
Stockholm-icons / General / Settings-1 Created with Sketch.
Settings-1.svg
Stockholm-icons / General / Fire Created with Sketch.
Fire.svg
Stockholm-icons / General / Clip Created with Sketch.
Clip.svg
Stockholm-icons / General / Scissors Created with Sketch.
Scissors.svg
Stockholm-icons / General / User Created with Sketch.
User.svg
Stockholm-icons / General / Binocular Created with Sketch.
Binocular.svg
Tools
Stockholm-icons / Tools / Tools Created with Sketch.
Tools.svg
Stockholm-icons / Tools / Brush Created with Sketch.
Brush.svg
Stockholm-icons / Tools / Pantone Created with Sketch.
Pantone.svg
Stockholm-icons / Tools / Hummer Created with Sketch.
Hummer.svg
Stockholm-icons / Tools / Hummer2 Created with Sketch.
Hummer2.svg
Stockholm-icons / Tools / Axe Created with Sketch.
Axe.svg
Stockholm-icons / Tools / Angle Grinder Created with Sketch.
Angle Grinder.svg
Stockholm-icons / Tools / Screwdriver Created with Sketch.
Screwdriver.svg
Stockholm-icons / Tools / Roller Created with Sketch.
Roller.svg
Stockholm-icons / Tools / Shovel Created with Sketch.
Shovel.svg
Stockholm-icons / Tools / Roulette Created with Sketch.
Roulette.svg
Stockholm-icons / Tools / Spatula Created with Sketch.
Spatula.svg
Stockholm-icons / Tools / Road-Cone Created with Sketch.
Road-Cone.svg
Stockholm-icons / Tools / Swiss-knife Created with Sketch.
Swiss-knife.svg
Stockholm-icons / Tools / Compass Created with Sketch.
Compass.svg
Code
Stockholm-icons / Code / Git2 Created with Sketch.
Git2.svg
Stockholm-icons / Code / Loading Created with Sketch.
Loading.svg
Stockholm-icons / Code / Github Created with Sketch.
Github.svg
Stockholm-icons / Code / Option Created with Sketch.
Option.svg
Stockholm-icons / Code / Puzzle Created with Sketch.
Puzzle.svg
Stockholm-icons / Code / Plus Created with Sketch.
Plus.svg
Stockholm-icons / Code / Info-circle Created with Sketch.
Info-circle.svg
Stockholm-icons / Code / Compiling Created with Sketch.
Compiling.svg
Stockholm-icons / Code / Warning-2 Created with Sketch.
Warning-2.svg
Stockholm-icons / Code / Time-schedule Created with Sketch.
Time-schedule.svg
Stockholm-icons / Code / Lock-circle Created with Sketch.
Lock-circle.svg
Stockholm-icons / Code / Done-circle Created with Sketch.
Done-circle.svg
Stockholm-icons / Code / Settings4 Created with Sketch.
Settings4.svg
Stockholm-icons / Code / Warning-1-circle Created with Sketch.
Warning-1-circle.svg
Stockholm-icons / Code / Backspace Created with Sketch.
Backspace.svg
Stockholm-icons / Code / Control Created with Sketch.
Control.svg
Stockholm-icons / Code / Spy Created with Sketch.
Spy.svg
Stockholm-icons / Code / Left-circle Created with Sketch.
Left-circle.svg
Stockholm-icons / Code / Question-circle Created with Sketch.
Question-circle.svg
Stockholm-icons / Code / Error-circle Created with Sketch.
Error-circle.svg
Stockholm-icons / Code / Thunder-circle Created with Sketch.
Thunder-circle.svg
Stockholm-icons / Code / Right-circle Created with Sketch.
Right-circle.svg
Stockholm-icons / Code / Commit Created with Sketch.
Commit.svg
Stockholm-icons / Code / Git4 Created with Sketch.
Git4.svg
Stockholm-icons / Code / Terminal Created with Sketch.
Terminal.svg
Stockholm-icons / Code / Git3 Created with Sketch.
Git3.svg
Stockholm-icons / Code / Lock-overturning Created with Sketch.
Lock-overturning.svg
Stockholm-icons / Code / Git1 Created with Sketch.
Git1.svg
Stockholm-icons / Code / Stop Created with Sketch.
Stop.svg
Stockholm-icons / Code / CMD Created with Sketch.
CMD.svg
Stockholm-icons / Code / Shift Created with Sketch.
Shift.svg
Stockholm-icons / Code / Code Created with Sketch.
Code.svg
Stockholm-icons / Code / Minus Created with Sketch.
Minus.svg
Devices
Stockholm-icons / Devices / Tablet Created with Sketch.
Tablet.svg
Stockholm-icons / Devices / CPU2 Created with Sketch.
CPU2.svg
Stockholm-icons / Devices / Airpods Created with Sketch.
Airpods.svg
Stockholm-icons / Devices / Bluetooth Created with Sketch.
Bluetooth.svg
Stockholm-icons / Devices / Cassete Created with Sketch.
Cassete.svg
Stockholm-icons / Devices / Laptop-macbook Created with Sketch.
Laptop-macbook.svg
Stockholm-icons / Devices / Gamepad1 Created with Sketch.
Gamepad1.svg
Stockholm-icons / Devices / Battery-empty Created with Sketch.
Battery-empty.svg
Stockholm-icons / Devices / Cardboard-vr Created with Sketch.
Cardboard-vr.svg
Stockholm-icons / Devices / Generator Created with Sketch.
Generator.svg
Stockholm-icons / Devices / Apple-Watch Created with Sketch.
Apple-Watch.svg
Stockholm-icons / Devices / USB Created with Sketch.
USB.svg
Stockholm-icons / Devices / Router2 Created with Sketch.
Router2.svg
Stockholm-icons / Devices / Diagnostics Created with Sketch.
Diagnostics.svg
Stockholm-icons / Devices / Radio Created with Sketch.
Radio.svg
Stockholm-icons / Devices / Display3 Created with Sketch.
Display3.svg
Stockholm-icons / Devices / Laptop Created with Sketch.
Laptop.svg
Stockholm-icons / Devices / Keyboard Created with Sketch.
Keyboard.svg
Stockholm-icons / Devices / iPhone-back Created with Sketch.
iPhone-back.svg
Stockholm-icons / Devices / Display2 Created with Sketch.
Display2.svg
Stockholm-icons / Devices / iPhone-X Created with Sketch.
iPhone-X.svg
Stockholm-icons / Devices / TV2 Created with Sketch.
TV2.svg
Stockholm-icons / Devices / LTE2 Created with Sketch.
LTE2.svg
Stockholm-icons / Devices / SD-card Created with Sketch.
SD-card.svg
Stockholm-icons / Devices / Android Created with Sketch.
Android.svg
Stockholm-icons / Devices / Watch1 Created with Sketch.
Watch1.svg
Stockholm-icons / Devices / Printer Created with Sketch.
Printer.svg
Stockholm-icons / Devices / Video-camera Created with Sketch.
Video-camera.svg
Stockholm-icons / Devices / Mic Created with Sketch.
Mic.svg
Stockholm-icons / Devices / Wi-fi Created with Sketch.
Wi-fi.svg
Stockholm-icons / Devices / iMac Created with Sketch.
iMac.svg
Stockholm-icons / Devices / iPhone-x-back Created with Sketch.
iPhone-x-back.svg
Stockholm-icons / Devices / Phone Created with Sketch.
Phone.svg
Stockholm-icons / Devices / Homepod Created with Sketch.
Homepod.svg
Stockholm-icons / Devices / Gameboy Created with Sketch.
Gameboy.svg
Stockholm-icons / Devices / LTE1 Created with Sketch.
LTE1.svg
Stockholm-icons / Devices / Server Created with Sketch.
Server.svg
Stockholm-icons / Devices / Hard-drive Created with Sketch.
Hard-drive.svg
Stockholm-icons / Devices / Battery-full Created with Sketch.
Battery-full.svg
Stockholm-icons / Devices / TV1 Created with Sketch.
TV1.svg
Stockholm-icons / Devices / Battery-charging Created with Sketch.
Battery-charging.svg
Stockholm-icons / Devices / Gamepad2 Created with Sketch.
Gamepad2.svg
Stockholm-icons / Devices / Display1 Created with Sketch.
Display1.svg
Stockholm-icons / Devices / Usb-storage Created with Sketch.
Usb-storage.svg
Stockholm-icons / Devices / Router1 Created with Sketch.
Router1.svg
Stockholm-icons / Devices / Watch2 Created with Sketch.
Watch2.svg
Stockholm-icons / Devices / Headphones Created with Sketch.
Headphones.svg
Stockholm-icons / Devices / Mouse Created with Sketch.
Mouse.svg
Stockholm-icons / Devices / Battery-half Created with Sketch.
Battery-half.svg
Stockholm-icons / Devices / Speaker Created with Sketch.
Speaker.svg
Stockholm-icons / Devices / Midi Created with Sketch.
Midi.svg
Stockholm-icons / Devices / CPU1 Created with Sketch.
CPU1.svg
Stockholm-icons / Devices / Camera Created with Sketch.
Camera.svg
Shopping
Stockholm-icons / Shopping / Bitcoin Created with Sketch.
Bitcoin.svg
Stockholm-icons / Shopping / Pound Created with Sketch.
Pound.svg
Stockholm-icons / Shopping / Price2 Created with Sketch.
Price2.svg
Stockholm-icons / Shopping / Sale2 Created with Sketch.
Sale2.svg
Stockholm-icons / Shopping / Sale1 Created with Sketch.
Sale1.svg
Stockholm-icons / Shopping / MC Created with Sketch.
MC.svg
Stockholm-icons / Shopping / Barcode-read Created with Sketch.
Barcode-read.svg
Stockholm-icons / Shopping / Chart-line1 Created with Sketch.
Chart-line1.svg
Stockholm-icons / Shopping / Sort3 Created with Sketch.
Sort3.svg
Stockholm-icons / Shopping / Cart2 Created with Sketch.
Cart2.svg
Stockholm-icons / Shopping / Barcode-scan Created with Sketch.
Barcode-scan.svg
Stockholm-icons / Shopping / Bag1 Created with Sketch.
Bag1.svg
Stockholm-icons / Shopping / Chart-pie Created with Sketch.
Chart-pie.svg
Stockholm-icons / Shopping / Chart-line2 Created with Sketch.
Chart-line2.svg
Stockholm-icons / Shopping / Sort1 Created with Sketch.
Sort1.svg
Stockholm-icons / Shopping / Chart-bar1 Created with Sketch.
Chart-bar1.svg
Stockholm-icons / Shopping / Chart-bar2 Created with Sketch.
Chart-bar2.svg
Stockholm-icons / Shopping / Cart3 Created with Sketch.
Cart3.svg
Stockholm-icons / Shopping / Bag2 Created with Sketch.
Bag2.svg
Stockholm-icons / Shopping / Chart-bar3 Created with Sketch.
Chart-bar3.svg
Stockholm-icons / Shopping / Box2 Created with Sketch.
Box2.svg
Stockholm-icons / Shopping / Price1 Created with Sketch.
Price1.svg
Stockholm-icons / Shopping / Loader Created with Sketch.
Loader.svg
Stockholm-icons / Shopping / Rouble Created with Sketch.
Rouble.svg
Stockholm-icons / Shopping / Box1 Created with Sketch.
Box1.svg
Stockholm-icons / Shopping / Credit-card Created with Sketch.
Credit-card.svg
Stockholm-icons / Shopping / Ticket Created with Sketch.
Ticket.svg
Stockholm-icons / Shopping / Wallet Created with Sketch.
Wallet.svg
Stockholm-icons / Shopping / Settings Created with Sketch.
Settings.svg
Stockholm-icons / Shopping / Dollar Created with Sketch.
Dollar.svg
Stockholm-icons / Shopping / Cart1 Created with Sketch.
Cart1.svg
Stockholm-icons / Shopping / Gift Created with Sketch.
Gift.svg
Stockholm-icons / Shopping / Safe Created with Sketch.
Safe.svg
Stockholm-icons / Shopping / ATM Created with Sketch.
ATM.svg
Stockholm-icons / Shopping / Money Created with Sketch.
Money.svg
Stockholm-icons / Shopping / Wallet2 Created with Sketch.
Wallet2.svg
Stockholm-icons / Shopping / Wallet3 Created with Sketch.
Wallet3.svg
Stockholm-icons / Shopping / Barcode Created with Sketch.
Barcode.svg
Stockholm-icons / Shopping / Sort2 Created with Sketch.
Sort2.svg
Stockholm-icons / Shopping / Euro Created with Sketch.
Euro.svg
Stockholm-icons / Shopping / Calculator Created with Sketch.
Calculator.svg
Stockholm-icons / Shopping / Box3 Created with Sketch.
Box3.svg
Text
Stockholm-icons / Text / Text-width Created with Sketch.
Text-width.svg
Stockholm-icons / Text / Align-justify Created with Sketch.
Align-justify.svg
Stockholm-icons / Text / Bold Created with Sketch.
Bold.svg
Stockholm-icons / Text / Align-left Created with Sketch.
Align-left.svg
Stockholm-icons / Text / Quote2 Created with Sketch.
Quote2.svg
Stockholm-icons / Text / Edit-text Created with Sketch.
Edit-text.svg
Stockholm-icons / Text / Bullet-list Created with Sketch.
Bullet-list.svg
Stockholm-icons / Text / Strikethrough Created with Sketch.
Strikethrough.svg
Stockholm-icons / Text / Text Created with Sketch.
Text.svg
Stockholm-icons / Text / Redo Created with Sketch.
Redo.svg
Stockholm-icons / Text / Quote1 Created with Sketch.
Quote1.svg
Stockholm-icons / Text / Underline Created with Sketch.
Underline.svg
Stockholm-icons / Text / Article Created with Sketch.
Article.svg
Stockholm-icons / Text / Text-width Created with Sketch.
Toggle-Right.svg
Stockholm-icons / Text / Text-width Created with Sketch.
Toggle-Left.svg
Stockholm-icons / Text / Paragraph Created with Sketch.
Paragraph.svg
Stockholm-icons / Text / Undo Created with Sketch.
Undo.svg
Stockholm-icons / Text / H2 Created with Sketch.
H2.svg
Stockholm-icons / Text / Font Created with Sketch.
Font.svg
Stockholm-icons / Text / Text-width Created with Sketch.
Toggle.svg
Stockholm-icons / Text / Filter Created with Sketch.
Filter.svg
Stockholm-icons / Text / Align-auto Created with Sketch.
Align-auto.svg
Stockholm-icons / Text / Align-center Created with Sketch.
Align-center.svg
Stockholm-icons / Text / Itallic Created with Sketch.
Itallic.svg
Stockholm-icons / Text / Text-height Created with Sketch.
Text-height.svg
Stockholm-icons / Text / Dots Created with Sketch.
Dots.svg
Stockholm-icons / Text / Menu Created with Sketch.
Menu.svg
Stockholm-icons / Text / H1 Created with Sketch.
H1.svg
Stockholm-icons / Text / Code Created with Sketch.
Code.svg
Stockholm-icons / Text / Align-right Created with Sketch.
Align-right.svg
Clothes
Stockholm-icons / Clothes / Socks Created with Sketch.
Socks.svg
Stockholm-icons / Clothes / Tie Created with Sketch.
Tie.svg
Stockholm-icons / Clothes / Hanger Created with Sketch.
Hanger.svg
Stockholm-icons / Clothes / T-Shirt Created with Sketch.
T-Shirt.svg
Stockholm-icons / Clothes / Sun-glasses Created with Sketch.
Sun-glasses.svg
Stockholm-icons / Clothes / Crown Created with Sketch.
Crown.svg
Stockholm-icons / Clothes / Panties Created with Sketch.
Panties.svg
Stockholm-icons / Clothes / Briefcase Created with Sketch.
Briefcase.svg
Stockholm-icons / Clothes / Hat Created with Sketch.
Hat.svg
Stockholm-icons / Clothes / Shorts Created with Sketch.
Shorts.svg
Stockholm-icons / Clothes / Shoes Created with Sketch.
Shoes.svg
Stockholm-icons / Clothes / Brassiere Created with Sketch.
Brassiere.svg
Stockholm-icons / Clothes / Shirt Created with Sketch.
Shirt.svg
Stockholm-icons / Clothes / Sneakers Created with Sketch.
Sneakers.svg
Stockholm-icons / Clothes / Cap Created with Sketch.
Cap.svg
Stockholm-icons / Clothes / Dress Created with Sketch.
Dress.svg

Shopping Cart

iBlender The best kitchen gadget in 2020
$ 350 for 5
SmartCleaner Smart tool for cooking
$ 650 for 4
CameraMax Professional camera for edge cutting shots
$ 150 for 3
4D Printer Manufactoring unique objects
$ 1450 for 7
MotionWire Perfect animation tool
$ 650 for 7
System Messages
Top Authors Most Successful Fellas
+82$
Popular Authors Most Successful Fellas
+280$
New Users Most Successful Fellas
+4500$
Active Customers Most Successful Fellas
+4500$
Bestseller Theme Most Successful Fellas
+4500$
Notifications
Stockholm-icons / Home / Library Created with Sketch.
Another purpose persuade Due in 2 Days
+28%
Stockholm-icons / Communication / Write Created with Sketch.
Would be to people Due in 2 Days
+50%
Stockholm-icons / Communication / Group-chat Created with Sketch. -27%
Stockholm-icons / General / Attachment2 Created with Sketch.
The best product Due in 2 Days
+8%
Customer Care
Reports
Memebers
Stockholm-icons / Navigation / Up-2 Created with Sketch.

Select A Demo