This site uses cookies. By continuing to browse the ConceptDraw site you are agreeing to our Use of Site Cookies.
The vector stencils library "App icons" contains 24 icons of iOS 8 / iPhone 6 software applications.
Use it to design iOS 8 apps GUI prototypes and iPhone 6 software applications user interface sketches and mockups.
The icons example "App icons - Vector stencils library" was created using the ConceptDraw PRO diagramming and vector drawing software extended with the iPhone User Interface solution from the Software Development area of ConceptDraw Solution Park.
Messages
Messages, Messages icon,
Calendar
Calendar, Calendar icon,
Photos
Photos, Photos icon,
Camera
Camera, Camera icon,
Weather
Weather, Weather icon,
Clock
Clock, Clock icon,
Maps
Maps, Maps icon,
Videos
Videos, Videos icon,
Notes
Notes, Notes icon,
Reminders
Reminders, Reminders icon,
Stocks
Stocks, Stocks icon,
Game Center
Game Center, Game Center icon,
Newsstand
Newsstand, Newsstand icon,
iTunes Store
iTunes Store, iTunes Store icon,
App Store
App Store, App Store icon,
iBooks
iBooks, iBooks icon,
Health
Health, Health icon,
Passbook
Passbook, Passbook icon,
Passbook (iOS 7)
Passbook (iOS 7), Passbook icon,
Settings
Settings, Settings icon,
Phone
Phone, Phone icon,
Mail
Mail, Mail icon,
Music
Music, Music icon,
Safari
Safari, Safari icon,
The vector stencils library "Windows 8 apps" contains 40 shortcut icons of Windows 8 software applications.
Use this shortcut UI icon set to design graphic user interface (GUI) prototypes of your software apps for Windows 8.
"In computing, a file shortcut is a handle in a user interface that allows the user to find a file or resource located in a different directory or folder from the place where the shortcut is located.

Shortcuts are typically implemented as a small file containing a target URI or GUID to an object, or the name of a target program file that the shortcut represents. The shortcut might additionally specify parameters to be passed to the target program when it is run. Each shortcut can have its own icon. Shortcuts are very commonly placed on a desktop, in an application launcher panel such as the Microsoft Windows Start menu, or in the main menu of a desktop environment. ...
File shortcuts (also known as shell links) were introduced in Windows 95. Microsoft Windows uses .lnk as the filename extension for shortcuts to local files, and .URL for shortcuts to remote files, like web pages. Commonly referred to as "shortcuts" or "link files", both are displayed with a curled arrow overlay icon by default, and no filename extension. ...
Shortcut files can be used to launch programs in minimized or maximized window states if the program supports it. ...
Beginning with Windows 7, some shortcuts also store Application User Model IDs (AppUserModelIDs). Instead of the target command line, AppUserModelIDs may directly be used to launch applications. Shortcuts with AppUserModelIDs are used by some desktop programs and all WinRT Modern apps for launching." [File shortcut. Wikipedia]
The shortcut icons example "Windows 8 apps - Vector stencils library" was created using the ConceptDraw PRO diagramming and vector drawing software extended with the Windows 8 User Interface solution from the Software Development area of ConceptDraw Solution Park.
Alarms
Alarms, Alarms icon,
Calculator
Calculator, Calculator icon,
Calendar
Calendar, Calendar icon,
Camera
Camera, Camera icon,
Dashboard
Dashboard, Dashboard icon,
Database
Database, Database icon,
Exel 2013
Exel 2013, Exel 2013 icon,
Finance
Finance, Finance icon,
Food + Drink
Food + Drink, Food + Drink icon,
Games
Games, Games icon,
Health + Fitness
Health + Fitness, Health + Fitness icon,
Help+Tips
Help+Tips, Help+Tips icon,
Internet Explorer
Internet Explorer, Internet Explorer icon,
Language
Language, Language icon,
Mail
Mail, Mail icon,
Maps
Maps, Maps icon,
Music
Music, Music icon,
News
News, News icon,
SkyDrive
SkyDrive, OneDrive icon,
OneNote
OneNote, OneNote icon,
Outlook 2013
Outlook 2013, Outlook 2013 icon,
PC Settings
PC Settings, PC Settings icon,
People
People, People icon,
Photos
Photos, Photos icon,
PowerPoint 2013
PowerPoint 2013, PowerPoint 2013 icon,
Reading List
Reading List, Reading List icon,
Scanner
Scanner, Scanner icon,
Sound Recorder
Sound Recorder, Sound Recorder icon
,
Skype
Skype, Skype icon,
Sports
Sports, Sports icon,
Store
Store, Store icon,
Spreadsheet
Spreadsheet, Spreadsheet icon,
Telemetry Center
Telemetry Center, Telemetry Center icon,
Travel
Travel, Travel icon,
Upload Center
Upload Center, Upload Center icon,
Video
Video, Video icon,
Viewer
Viewer, Viewer icon,
Visio 2013
Visio 2013, Visio 2013 icon,
Weather
Weather, Weather icon,
Word 2013
Word 2013, Word 2013 icon,
The vector stencils library "AWS Analytics" contains 9 Amazon Web Services analytics icons: Amazon EMR, Cluster, MapR M3 engine, MapR M5 engine, MapR M7 engine, Engine, Amazon Kinesis, Kinesis-enabled app, AWS Data Pipeline. Use it to draw AWS architecture diagrams of cloud service. AWS analytics services include: Hadoop, Real-time, Machine Learning, Data Warehouse, Data Pipelines. The symbols example "AWS Analytics - Vector stencils library" was created using the ConceptDraw PRO diagramming and vector drawing software extended with the AWS Architecture Diagrams solution from the Computer and Networks area of ConceptDraw Solution Park.
Amazon EMR
Amazon EMR, Amazon Elastic MapReduce, Amazon EMR,
Cluster
Cluster, cluster,
MapR M3 engine
MapR M3 engine, MapR M3 engine,
MapR M5 engine
MapR M5 engine, MapR M5 engine,
MapR M7 engine
MapR M7 engine, MapR M7 engine,
Engine
Engine, engine,
Amazon Kinesis
Amazon Kinesis, engine, Amazon Kinesis,
Kinesis-enabled app
Kinesis-enabled app, Kinesis-enabled app,
AWS Data Pipeline
AWS Data Pipeline, AWS Data Pipeline,

DroidDia PRO unlocker

Droiddia allows you to make flow charts org charts venn diagrams mindmaps and do other diagrams with no constrains and as little effort as possible.
The vector stencils library "Messages" contains 10 Message dialog elements.
Use this notification dialog UI icon set to design graphic user interface (GUI) of your Windows 8 software application.
"A message dialog is an overlay UI element that provides a stable and contextual surface that is always modal and explicitly dismissed. Message dialogs appear at a consistent location on the screen. ...
Error messages that apply to the overall app context use message dialogs. ...
- Use message dialogs to convey urgent information that the user must see and acknowledge before continuing. ...
- Use message dialogs to present blocking questions that require the user's input. A blocking question is a question where the application cannot make a choice on the user's behalf, and cannot continue to fulfill it's value proposition to the user. A blocking question should present clear choices to the user. It is not a question that can be ignored or postponed.
- Use message dialogs to ask for explicit action from the user or to deliver a message that is important for the user to acknowledge. ...
- Use custom dialogs when the app or the system must invest a significant amount of time in the ensuing actions such that an accidental dismiss would be detrimental to the user's confidence.
- All dialogs should clearly identify the user's objective in the first line of the dialog's text (with or without a title).
- Don't use message dialogs when the app needs to confirm the user's intention for an action that the user has taken. Instead, a flyout is the appropriate surface. ...
- Don't use message dialogs for errors that are contextual to a specific place on the page, such as validation errors (in password fields, for example), use the app's canvas itself to show inline errors." [msdn.microsoft.com/ en-us/ library/ windows/ apps/ hh738363.aspx]
The notification dialogs example "Messages - Vector stencils library" was created using the ConceptDraw PRO diagramming and vector drawing software extended with the Windows 8 User Interface solution from the Software Development area of ConceptDraw Solution Park.
Error message
Error message, normal text, main instructions, icon overlay, error message, default command button, command area, close window button,
Error message - two commit buttons
Error message - two commit buttons, standard command button, normal text, icon overlay, error message, default command button, command area, close window button,
Warning message
Warning message, warning message, normal text, main instructions, icon overlay, default command button, command area, close window button,
Warning message 2
Warning message 2, warning message, normal text, icon overlay, default command button, command area, close window button,
Warning message 3
Warning message 3, warning message, standard command button, normal text, icon overlay, default command button, close window button,
Warning message - two commit buttons
Warning message - two commit buttons, warning message, confirmation, standard command button, normal text, main instructions, icon overlay, default command button, command area, close window button,
Warning message - three commit buttons
Warning message - three commit buttons, warning message, standard command button, normal text, icon overlay, default command button, command area, close window button,
Typical confirmation
Typical confirmation, typical confirmation, standard command button, normal text, default command button, command area, close window button,
Annoying confirmation
Annoying confirmation, standard command button, normal text, icon overlay, default command button, command area, close window button, annoying confirmation,
Notification
Notification, options button, notification, info icon, close button,
The vector stencils library "General window elements" contains 31 window elements.
Use this window UI icon set to design graphic user interface (GUI) of your software application for OS X 10.10 Yosemite Apple Mac operating system.
The example "General window elements - Vector stencils library" was created using the ConceptDraw PRO diagramming and vector drawing software extended with the Mac OS User Interface solution from the Software Development area of ConceptDraw Solution Park.
Main app window area
Main app window area, main app window area,
Main sidebar
Main sidebar, main sidebar,
Window panel
Window panel, window panel,
General slider
General slider, general slider,
Volume slider
Volume slider, volume slider,
Audio level
Audio level, audio level,
Divider line
Divider line, divider line,
Scroll bar
Scroll bar, scroll bar,
Text label
Text label, text label,
Radio button
Radio button,
Radio button - selected
Radio button - selected,
Check box
Check box, check box,
Check box - selected
Check box - selected, check box,
Stepper control
Stepper control, little arrows, stepper control,
Disclosure button - point down
Disclosure button - point down, disclosure button, expand field button, chevron,
Disclosure button - point up
Disclosure button - point up, disclosure button, collapse field button,
Help button
Help button, help button,
Add / subtract accounts
Add / subtract accounts, add-subtract accounts,
Text field
Text field, text field,
Text field - selected
Text field - selected, text field,
Push button
Push button, push button,
Push button - active
Push button - active, push button,
Pop-up menu
Pop-up menu, pop-up menu,
Group box
Group box, group box,
Image well
Image well, image well,
Left segment button
Left segment button, segmented control,
Center segment button
Center segment button, segmented control,
Right segment button
Right segment button, segmented control,
Left segment button - active
Left segment button - active, segmented control,
Center segment button - active
Center segment button - active, segmented control,
Right segment button - active
Right segment button - active, segmented control,
HelpDesk

How to Design an Interface Mock-up of an Android Application

Uses Interface prototyping is much convenient when you can work through a diagram similar to the device design. ConceptDraw PRO allows you to develop Android User Interface (UI) prototypes using the special templates and vector libraries of the specific user interface elements. Using ConceptDraw PRO you can mock-up an Android UI system so that you can figure out how best to represent user interface (UI) elements for the development of a new mobile Apps.
HelpDesk

How to Design an Interface Mockup for iPhone Application in ConceptDraw PRO

The Apple iPhone user interface has become something of a standard for smartphones, and mobile devices in general. A well designed user interface (UI) is very important for user-friendly navigation and best correlation with operating system logic. Development of successful iPhone App UI requires a planning and prototyping stage. An iPhone UI diagram can be employed to give a general view of the device's screen, upon which elements can be placed and re-arranged as necessary. Using ConceptDraw PRO you can mock-up an iPhone UI system so that you can figure out how best to represent user interface (UI) elements for the development of a new iPhone App.
This vector stencils library contains 184 round icons.
Use it to design cloud computing infographics and diagrams with ConceptDraw PRO software.
"Though service-oriented architecture advocates "everything as a service" (with the acronyms EaaS or XaaS or simply aas), cloud-computing providers offer their "services" according to different models, which happen to form a stack: infrastructure-, platform- and software-as-a-service.
Infrastructure as a service (IaaS)
In the most basic cloud-service model ... providers of IaaS offer computers — physical or (more often) virtual machines — and other resources. IaaS refers to online services that abstract the user from the details of infrastructure like physical computing resources, location, data partitioning, scaling, security, backup etc.
Platform as a service (PaaS)
PaaS vendors offer a development environment to application developers. The provider typically develops toolkit and standards for development and channels for distribution and payment. In the PaaS models, cloud providers deliver a computing platform, typically including operating system, programming-language execution environment, database, and web server. Application developers can develop and run their software solutions on a cloud platform without the cost and complexity of buying and managing the underlying hardware and software layers.
Software as a service (SaaS)
In the software as a service (SaaS) model, users gain access to application software and databases. Cloud providers manage the infrastructure and platforms that run the applications. SaaS is sometimes referred to as "on-demand software" and is usually priced on a pay-per-use basis or using a subscription fee.
In the SaaS model, cloud providers install and operate application software in the cloud and cloud users access the software from cloud clients. Cloud users do not manage the cloud infrastructure and platform where the application runs. This eliminates the need to install and run the application on the cloud user's own computers, which simplifies maintenance and support. Cloud applications differ from other applications in their scalability — which can be achieved by cloning tasks onto multiple virtual machines at run-time to meet changing work demand." [Cloud computing. Wikipedia]
The vector stencils library "Cloud round icons" is included in the Cloud Computing Diagrams solution from the Computer and Networks area of ConceptDraw Solution Park.
Add
Add, add,
Analysis
Analysis, analysis,
API
API, API,
App
App, App,
Archive
Archive, archive,
Back
Back, back,
Backup
Backup, backup,
Book
Book, book,
Books
Books, books,
Box
Box, box,
Bug
Bug, bug,
Calculation
Calculation, calculation,
Calendar
Calendar, calendar,
Call
Call, call,
Car
Car, car,
CD
CD, CD,
Certificate
Certificate, certificate,
Cloud alert
Cloud alert, cloud alert,
Cloud analysis
Cloud analysis, cloud analysis,
Cloud authorization
Cloud authorization, cloud authorization,
Cloud collaboration
Cloud collaboration, cloud collaboration,
Cloud communications
Cloud communications, cloud communications,
Cloud computing
Cloud computing, cloud computing,
Cloud configuration
Cloud configuration, cloud configuration,
Cloud connectivity
Cloud connectivity, cloud connectivity,
Cloud control
Cloud control, cloud control,
Cloud cost calculation
Cloud cost calculation, cloud cost calculation,
Cloud database
Cloud database, cloud database,
Cloud download
Cloud download, cloud download,
Cloud drive
Cloud drive, cloud drive,
Cloud error
Cloud error, cloud error,
Cloud failure
Cloud failure, cloud failure,
Cloud FAQ
Cloud FAQ, cloud FAQ,
Cloud feedback
Cloud feedback, сloud feedback,
Cloud files
Cloud files, cloud files,
Cloud gateway
Cloud gateway, cloud gateway,
Cloud hosting
Cloud hosting, cloud hosting,
Cloud info
Cloud info, cloud info,
Cloud Internet storage
Cloud Internet storage, cloud Internet storage,
Cloud lock
Cloud lock, cloud lock,
Cloud locked
Cloud locked, cloud locked,
Cloud mail
Cloud mail, cloud mail,
Cloud music
Cloud music, cloud music,
Cloud paperless office
Cloud paperless office, cloud paperless office,
Cloud performance
Cloud performance, cloud performance,
Cloud photo
Cloud photo, сloud photo,
Cloud safe
Cloud safe, сloud safe,
Cloud search
Cloud search, сloud search,
Cloud security
Cloud security, cloud security,
Cloud servers
Cloud servers, cloud servers,
Cloud services
Cloud services, cloud services,
Cloud shopping
Cloud shopping, cloud shopping,
Cloud success
Cloud success, cloud success,
Cloud synchronization
Cloud synchronization, cloud synchronization,
Cloud tech support
Cloud tech support, cloud tech support,
Cloud transfer
Cloud transfer, cloud transfer,
Cloud unlocked
Cloud unlocked, cloud unlocked,
Cloud upload
Cloud upload, cloud upload,
Cloud video
Cloud video, cloud video,
Code
Code, code,
Collaboration
Collaboration, collaboration,
Communication
Communication, communication,
Community cloud
Community cloud, community cloud,
Contact list
Contact list, contact list,
Content
Content, content,
CPU
CPU, CPU,
Database
Database, database,
Datacenter
Datacenter, datacenter,
Data storage
Data storage, data storage,
Desktop
Desktop, desktop,
Display
Display, display,
Document
Document, document,
Documents
Documents, documents,
Dollar
Dollar, drawing shapes, dollar,
Done
Done, done,
Down
Down, drawing shapes, down,
Download
Download, download,
E-commerce
E-commerce, E-commerce,
Earth
Earth, earth,
Email
Email, email,
Encryption
Encryption, encryption,
Error
Error, error,
Ethernet
Ethernet, ethernet,
Euro
Euro, euro, drawing shapes,
Failure
Failure, failure,
Feed
Feed, feed,
File
File, file,
Files
Files, files,
Filter
Filter, filter,
Firewall
Firewall, firewall,
Flash drive
Flash drive, flash drive,
Folder
Folder, folder,
Forward
Forward, forward, drawing shapes,
Hard drive
Hard drive, hard drive, drawing shapes,
Hardware
Hardware, hardware, drawing shapes,
Health
Health, health, drawing shapes,
Health monitoring
Health monitoring, health monitoring, drawing shapes,
Home
Home, home, drawing shapes,
Hosting
Hosting, hosting,
Image
Image, image,
Info
Info, info,
Innovation
Innovation, innovation,
Key
Key, key,
Keyboard
Keyboard, keyboard,
Laptop
Laptop, laptop,
Letter
Letter, letter, drawing shapes,
Lightning
Lightning, lightning, drawing shapes,
Link
Link, link, drawing shapes,
List
List, list, drawing shapes,
Location
Location, location, drawing shapes,
Lock
Lock, lock, drawing shapes,
Log
Log, log, drawing shapes,
Login
Login, login,
Logout
Logout, logout,
Mail
Mail, mail, drawing shapes,
Mail list
Mail list, mail list, drawing shapes,
Marketplace
Marketplace, marketplace, drawing shapes,
Memory (RAM)
Memory (RAM), memory, RAM, drawing shapes,
Message
Message, message, drawing shapes,
Minus
Minus, minus, drawing shapes,
Mobile
Mobile, mobile, drawing shapes,
Mobile cloud computing
Mobile cloud computing, mobile cloud computing, drawing shapes,
Mouse
Mouse, mouse, drawing shapes,
Music player
Music player, music player, drawing shapes,
Network
Network, network, drawing shapes,
Notebook
Notebook, notebook, drawing shapes,
Notification
Notification, notification, drawing shapes,
Package
Package, package, drawing shapes,
Patch
Patch, patch, drawing shapes,
Performance
Performance, performance, drawing shapes,
Personal cloud
Personal cloud, personal cloud,
Phone book
Phone book, phone book, drawing shapes,
Photo
Photo, photo, drawing shapes,
Plug
Plug, plug, drawing shapes,
Pound
Pound, pound, drawing shapes,
Power
Power, power, drawing shapes,
Power button
Power button, power button, drawing shapes,
Process
Process, process, drawing shapes,
Processing
Processing, processing, drawing shapes,
Puzzles
Puzzles, puzzles, drawing shapes,
Question sign
Question sign, question sign, drawing shapes,
Recovery
Recovery, recovery, drawing shapes,
Remote
Remote, remote, drawing shapes,
Repair
Repair, repair, drawing shapes,
Restore
Restore, restore, drawing shapes,
Rocket (Logic app)
Rocket (Logic app), rocket, logic app, drawing shapes,
Router
Router, router, drawing shapes,
Safety
Safety, safety, drawing shapes,
Schedule
Schedule, schedule,
Script
Script, script, drawing shapes,
SDK
SDK, drawing shapes, SDK,
Search (Scan)
Search (Scan), search, scan, drawing shapes,
Security
Security, security, drawing shapes,
Server
Server, server, drawing shapes,
Server rack
Server rack, server rack, drawing shapes,
Services
Services, services,
Sharing
Sharing, sharing, drawing shapes,
Shopping basket
Shopping basket, shopping basket, drawing shapes,
Sign in
Sign in, sign in, drawing shapes,
Smartphone
Smartphone, smartphone, drawing shapes,
Song
Song, song, drawing shapes,
Sound
Sound, sound, drawing shapes,
Stethoscope
Stethoscope, stethoscope, drawing shapes,
Stickman
Stickman, stickman, drawing shapes,
Subscription
Subscription, subscription, drawing shapes,
Sync
Sync, sync, drawing shapes,
Tablet
Tablet, tablet, drawing shapes,
Tech support
Tech support, tech support, drawing shapes,
Time
Time, time, drawing shapes,
Top rated
Top rated, top rated, drawing shapes,
Transfer
Transfer, transfer, drawing shapes,
Unlink
Unlink, unlink, drawing shapes,
Unlock
Unlock, unlock, drawing shapes,
Up
Up, up, drawing shapes,
Upload
Upload, upload,
User
User, user, drawing shapes,
Video mail
Video mail, video mail, drawing shapes,
View (visual)
View (visual), view, visual, drawing shapes,
Virus protection
Virus protection, virus protection, drawing shapes,
Waste bin
Waste bin, waste bin, drawing shapes,
Web
Web, web, drawing shapes,
Wifi
Wifi, wifi, drawing shapes,
Wireless
Wireless, wireless, drawing shapes,
Yen sign
Yen sign, yen sign, drawing shapes,