Excel.EntityCompactLayoutIcons enum

Die Liste der für EntityCompactLayoutverfügbaren Symbole. Ein Symbol wird in der Excel-Benutzeroberfläche angezeigt, entweder links neben dem Titel in einer Zelle, die eine Entitätskarte enthält, oder links neben dem Titel einer Entität, auf die verwiesen wird, innerhalb einer Entitätskarte. Wenn Sie das Symbol auswählen, wird die Entitätskarte geöffnet.

Hinweise

[ API-Satz: ExcelApi 1.16 ]

Beispiele

// Link to full sample: https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/excel/20-data-types/data-types-entity-icons.yaml

function createEntitiesWithIcons(icons): Excel.EntityCellValue[][] {
  /* This method creates an entity data type for each
   * icon in the `EntityCompactLayoutIcons` enum,
   * and then displays the icon name with its icon.
   */
  let entities = [];
  icons.forEach(function(iconName, index, array) {
    let icon = iconNames[iconName];
    entities.push([
      {
        type: "Entity",
        text: iconName,
        properties: {},
        layouts: {
          compact: {
            icon
          }
        }
      }
    ]);
  });
  return entities;
}

Felder

accessibility = "Accessibility"

Symbol "Barrierefreiheit".

airplane = "Airplane"

Flugzeugsymbol.

airplaneTakeOff = "AirplaneTakeOff"

Symbol zum Starten des Flugzeugs.

album = "Album"

Albumsymbol.

alert = "Alert"

Warnungssymbol.

alertUrgent = "AlertUrgent"

Symbol "Warnung dringend".

animal = "Animal"

Tiersymbol. Wird als Pawprint angezeigt.

animalCat = "AnimalCat"

Symbol "Tierkatze".

animalDog = "AnimalDog"

Symbol "Tierhund".

animalRabbit = "AnimalRabbit"

Symbol "Tierkaninchen".

animalTurtle = "AnimalTurtle"

Symbol für Tierschildkröten.

appFolder = "AppFolder"

App-Ordnersymbol.

appGeneric = "AppGeneric"

Generisches App-Symbol.

apple = "Apple"

Apple-Symbol.

approvalsApp = "ApprovalsApp"

App-Symbol "Genehmigungen".

archive = "Archive"

Archivsymbol.

archiveMultiple = "ArchiveMultiple"

Symbol "Mehrere Archivieren".

arrowTrendingLines = "ArrowTrendingLines"

Symbol "Pfeiltrendlinien".

art = "Art"

Symbol "Kunst". Wird als Farbpalette angezeigt.

atom = "Atom"

Atomsymbol.

attach = "Attach"

Symbol "Anfügen".

automobile = "Automobile"

Automobilsymbol.

autosum = "Autosum"

Autoum-Symbol.

backpack = "Backpack"

Rucksacksymbol.

badge = "Badge"

Badge-Symbol.

balloon = "Balloon"

Sprechblasensymbol.

bank = "Bank"

Banksymbol. Wird als Gebäude mit Säulen und dreieckigem Dach angezeigt.

barcodeScanner = "BarcodeScanner"

Strichcodescannersymbol.

basketball = "Basketball"

Basketballsymbol.

battery0 = "Battery0"

Symbol "Leerer Akku".

battery10 = "Battery10"

Symbol "Akku voll".

beach = "Beach"

Strandsymbol.

beaker = "Beaker"

Bechersymbol.

bed = "Bed"

Bettsymbol.

binFull = "BinFull"

Symbol "Bin full".

bird = "Bird"

Vogelsymbol.

bluetooth = "Bluetooth"

Bluetooth-Symbol.

board = "Board"

Boardsymbol.

boardGames = "BoardGames"

Symbol "Brettspiele".

book = "Book"

Buchsymbol.

bookmark = "Bookmark"

Lesezeichensymbol.

bookmarkMultiple = "BookmarkMultiple"

Lesezeichen für mehrere Symbole.

bot = "Bot"

Botsymbol.

bowlChopsticks = "BowlChopsticks"

Schüssel-Stäbchensymbol.

box = "Box"

Feldsymbol.

boxMultiple = "BoxMultiple"

Symbol "Mehrere Boxen".

brainCircuit = "BrainCircuit"

Symbol "Gehirnschaltung".

branch = "Branch"

Branch-Symbol.

branchFork = "BranchFork"

Verzweigungssymbol.

branchRequest = "BranchRequest"

Branchanforderungssymbol.

bridge = "Bridge"

Bridge-Symbol.

briefcase = "Briefcase"

Aktenkoffersymbol.

briefcaseMedical = "BriefcaseMedical"

Brieftasche medizinisches Symbol.

broadActivityFeed = "BroadActivityFeed"

Symbol "Breiter Aktivitätsfeed".

broom = "Broom"

Besensymbol.

bug = "Bug"

Fehlersymbol.

building = "Building"

Gebäudesymbol.

buildingBank = "BuildingBank"

Symbol "Bank erstellen".

buildingFactory = "BuildingFactory"

Symbol "Gebäudefabrik".

buildingGovernment = "BuildingGovernment"

Symbol "Erstellen von Behörden".

buildingHome = "BuildingHome"

Symbol "Haus bauen".

buildingLighthouse = "BuildingLighthouse"

Symbol "Leuchtturm bauen".

buildingMultiple = "BuildingMultiple"

Symbol "Mehrere erstellen".

buildingRetail = "BuildingRetail"

Symbol "Gebäude einzelhandel".

buildingRetailMore = "BuildingRetailMore"

Symbol "Retail More" erstellen.

buildingRetailToolbox = "BuildingRetailToolbox"

Erstellen eines Toolboxsymbols für den Einzelhandel.

buildingShop = "BuildingShop"

Symbol "Shop bauen".

buildingSkyscraper = "BuildingSkyscraper"

Gebäude-Wolkenkratzer-Symbol.

calculator = "Calculator"

Rechnersymbol.

calendarLtr = "CalendarLtr"

Kalendersymbol von links nach rechts.

calendarRtl = "CalendarRtl"

Kalendersymbol von rechts nach links.

call = "Call"

Anrufsymbol.

calligraphyPen = "CalligraphyPen"

Symbol für den Kalligrafiestift.

camera = "Camera"

Kamerasymbol.

cameraDome = "CameraDome"

Kamerakuppelsymbol.

car = "Car"

Autosymbol.

cart = "Cart"

Cart-Symbol.

cat = "Cat"

Cat-Symbol.

certificate = "Certificate"

Zertifikatsymbol.

chartMultiple = "ChartMultiple"

Symbol "Mehrere Diagramme".

chat = "Chat"

Chatsymbol.

chatMultiple = "ChatMultiple"

Symbol "Chat mit mehreren Chats".

chatVideo = "ChatVideo"

Symbol "Chatvideo".

check = "Check"

Symbol "Überprüfen".

checkboxChecked = "CheckboxChecked"

Kontrollkästchen aktiviertes Symbol.

checkboxUnchecked = "CheckboxUnchecked"

Kontrollkästchen deaktiviert Symbol.

checkmark = "Checkmark"

Häkchensymbol.

chess = "Chess"

Schachsymbol.

city = "City"

Symbol "Stadt". Wird als mehrere hohe Gebäude angezeigt.

class = "Class"

Klassensymbol.

classification = "Classification"

Klassifizierungssymbol.

clipboard = "Clipboard"

Symbol für die Zwischenablage.

clipboardDataBar = "ClipboardDataBar"

Symbol für die Datenleiste der Zwischenablage.

clipboardPulse = "ClipboardPulse"

Impulssymbol für die Zwischenablage.

clipboardTask = "ClipboardTask"

Tasksymbol für die Zwischenablage.

clock = "Clock"

Uhrsymbol.

clockAlarm = "ClockAlarm"

Uhr wecker-Symbol.

cloud = "Cloud"

Cloudsymbol.

cloudWords = "CloudWords"

Symbol für Cloudwörter.

code = "Code"

Codesymbol.

collections = "Collections"

Sammlungssymbol.

comment = "Comment"

Kommentarsymbol.

commentMultiple = "CommentMultiple"

Symbol "Mehrere Kommentare".

communication = "Communication"

Symbol "Kommunikation".

compassNorthwest = "CompassNorthwest"

Symbol "Kompass Nordwest".

conferenceRoom = "ConferenceRoom"

Symbol "Konferenzraum".

connector = "Connector"

Connectorsymbol.

constellation = "Constellation"

Sternbildsymbol. Zeigt Punkte in der Form von Ursa Major an.

contactCard = "ContactCard"

Visitenkartensymbol.

cookies = "Cookies"

Symbol "Cookies".

couch = "Couch"

Couchsymbol.

creditCardPerson = "CreditCardPerson"

Symbol "Person für Kreditkarte".

creditCardToolbox = "CreditCardToolbox"

Symbol "Kreditkarten-Toolbox".

cube = "Cube"

Cubesymbol.

cubeMultiple = "CubeMultiple"

Mehrfaches Cubesymbol.

cubeTree = "CubeTree"

Cubestruktursymbol.

currencyDollarEuro = "CurrencyDollarEuro"

Währungs-Dollar-Euro-Symbol.

currencyDollarRupee = "CurrencyDollarRupee"

Währungs-Dollar-Rupiensymbol.

dataArea = "DataArea"

Datenbereichssymbol.

database = "Database"

Datenbanksymbol.

databaseMultiple = "DatabaseMultiple"

Symbol "Datenbank mit mehreren Datenbanken".

dataFunnel = "DataFunnel"

Datentrichtersymbol.

dataHistogram = "DataHistogram"

Datenhistogrammsymbol.

dataLine = "DataLine"

Datenzeilensymbol.

dataPie = "DataPie"

Datenkreissymbol.

dataScatter = "DataScatter"

Datenstreusymbol.

dataSunburst = "DataSunburst"

Data Sunburst-Symbol.

dataTreemap = "DataTreemap"

Data Treemap-Symbol.

dataWaterfall = "DataWaterfall"

Daten-Wasserfallsymbol.

dataWhisker = "DataWhisker"

Daten-Whisker-Symbol.

dentist = "Dentist"

Zahnarzt-Symbol.

designIdeas = "DesignIdeas"

Symbol "Designideen".

desktop = "Desktop"

Desktopsymbol.

desktopMac = "DesktopMac"

Desktop-Mac-Symbol.

developerBoard = "DeveloperBoard"

Symbol des Entwicklerboards.

deviceMeetingRoom = "DeviceMeetingRoom"

Symbol "Gerätebesprechungsraum".

diagram = "Diagram"

Diagrammsymbol.

dialpad = "Dialpad"

Dialpad-Symbol.

diamond = "Diamond"

Diamantsymbol.

dinosaur = "Dinosaur"

Dinosauriersymbol. Zeigt sich als langhalsigen Dinosaurier, ähnlich einem Brachiosaurus.

directions = "Directions"

Wegbeschreibungssymbol.

disaster = "Disaster"

Symbol "Notfall". Wird als ein Haus angezeigt, das in einer Flut versinkt.

diversity = "Diversity"

Symbol "Vielfalt".

dNA = "DNA"

DNA-Symbol.

doctor = "Doctor"

Symbol "Arzt".

document = "Document"

Dokumentsymbol.

documentData = "DocumentData"

Symbol "Dokumentdaten".

documentLandscape = "DocumentLandscape"

Dokument querformatsymbol.

documentMultiple = "DocumentMultiple"

Symbol "Mehrere Dokumente".

documentPdf = "DocumentPdf"

Pdf-Dokumentsymbol.

documentQueue = "DocumentQueue"

Dokumentwarteschlangensymbol.

documentText = "DocumentText"

Dokumenttextsymbol.

dog = "Dog"

Symbol "Hund".

door = "Door"

Türsymbol.

doorTag = "DoorTag"

Türtagsymbol.

drafts = "Drafts"

Symbol "Entwürfe".

drama = "Drama"

Drama-Symbol. Wird als Theatermaskenpaar angezeigt.

drinkBeer = "DrinkBeer"

Symbol "Bier trinken".

drinkCoffee = "DrinkCoffee"

Symbol "Kaffee trinken".

drinkMargarita = "DrinkMargarita"

Trink margarita Symbol.

drinkToGo = "DrinkToGo"

Symbol "Drink to go".

drinkWine = "DrinkWine"

Wein trinken Symbol.

driveTrain = "DriveTrain"

Symbol "Antriebsstrang".

drop = "Drop"

Symbol "Löschen".

dualScreen = "DualScreen"

Symbol für zwei Bildschirme.

dumbbell = "Dumbbell"

Hantelsymbol.

earth = "Earth"

Symbol "Erde".

emoji = "Emoji"

Emoji-Symbol.

emojiAngry = "EmojiAngry"

Emoji-Symbol "Wut".

emojiHand = "EmojiHand"

Emoji-Handsymbol.

emojiLaugh = "EmojiLaugh"

Emoji Lachen Symbol.

emojiMeh = "EmojiMeh"

Emoji meh-Symbol.

emojiMultiple = "EmojiMultiple"

Emoji-Symbol für mehrere.

emojiSad = "EmojiSad"

Emoji-Symbol "Traurig".

emojiSadSlight = "EmojiSadSlight"

Emoji trauriges kleines Symbol.

emojiSmileSlight = "EmojiSmileSlight"

Emoji lächeln leicht Symbol.

emojiSparkle = "EmojiSparkle"

Emoji-Funkelsymbol.

emojiSurprise = "EmojiSurprise"

Emoji-Überraschungssymbol.

engine = "Engine"

Engine-Symbol.

eraser = "Eraser"

Radierersymbol.

eye = "Eye"

Augensymbol.

eyedropper = "Eyedropper"

Pipettensymbol.

fax = "Fax"

Faxsymbol.

fingerprint = "Fingerprint"

Fingerabdrucksymbol.

firstAid = "FirstAid"

Symbol "Erste Hilfe". Wird als Aktenkoffer mit einem Medizinischen Kreuzsymbol angezeigt.

flag = "Flag"

Symbol "Flag".

flash = "Flash"

Flash-Symbol.

flashlight = "Flashlight"

Taschenlampensymbol.

flow = "Flow"

Flusssymbol.

flowchart = "Flowchart"

Flussdiagrammsymbol.

folder = "Folder"

Ordnersymbol.

folderOpen = "FolderOpen"

Symbol "Ordner öffnen".

folderOpenVertical = "FolderOpenVertical"

Vertikales Symbol "Ordner öffnen".

folderPerson = "FolderPerson"

Symbol "Ordnerperson".

folderZip = "FolderZip"

Zip-Symbol für Ordner.

food = "Food"

Lebensmittelsymbol.

foodApple = "FoodApple"

Symbol "Lebensmittelapfel".

foodCake = "FoodCake"

Food Cake-Symbol.

foodEgg = "FoodEgg"

Food Egg-Symbol.

foodGrains = "FoodGrains"

Symbol "Lebensmittelkörner".

foodPizza = "FoodPizza"

Food Pizza-Symbol.

foodToast = "FoodToast"

Popupsymbol für Lebensmittel.

galaxy = "Galaxy"

Galaxy-Symbol.

games = "Games"

Symbol "Spiele".

ganttChart = "GanttChart"

Gantt-Diagrammsymbol.

gas = "Gas"

Gassymbol.

gasPump = "GasPump"

Symbol "Gaspumpe".

gauge = "Gauge"

Messgerätsymbol.

gavel = "Gavel"

Gavel-Symbol.

generic = "Generic"

Das Standardsymbol.

gift = "Gift"

Geschenksymbol.

giftCard = "GiftCard"

Geschenkgutscheinsymbol.

glasses = "Glasses"

Brillensymbol.

globe = "Globe"

Globussymbol.

globeSurface = "GlobeSurface"

Globusoberfläche-Symbol.

grid = "Grid"

Rastersymbol.

gridDots = "GridDots"

Symbol "Rasterpunkte".

gridKanban = "GridKanban"

Grid Kanban-Symbol.

guardian = "Guardian"

Wächtersymbol.

guest = "Guest"

Symbol "Gast".

guitar = "Guitar"

Gitarrensymbol.

handLeft = "HandLeft"

Symbol auf der linken Seite.

handRight = "HandRight"

Symbol "Hand rechts".

handshake = "Handshake"

Handshakesymbol.

hardDrive = "HardDrive"

Symbol "Festplatte".

hatGraduation = "HatGraduation"

Graduierungshutsymbol. Wird als Hut mit einer Quaste angezeigt.

headphones = "Headphones"

Kopfhörersymbol.

headphonesSoundWave = "HeadphonesSoundWave"

Kopfhörer-Soundwellensymbol.

headset = "Headset"

Headset-Symbol.

headsetVr = "HeadsetVr"

Headset VR-Symbol.

heart = "Heart"

Herzsymbol.

heartBroken = "HeartBroken"

Symbol "Herz gebrochen".

heartCircle = "HeartCircle"

Herzkreissymbol.

heartHuman = "HeartHuman"

Symbol des menschlichen Herzens.

heartPulse = "HeartPulse"

Herzpulssymbol.

history = "History"

Verlaufssymbol.

home = "Home"

Symbol "Start".

homeMore = "HomeMore"

Symbol "Home More".

homePerson = "HomePerson"

Symbol "Privatperson".

icons = "Icons"

Symbolsymbol.

image = "Image"

Bildsymbol.

imageGlobe = "ImageGlobe"

Bildkugelsymbol.

imageMultiple = "ImageMultiple"

Symbol "Mehrere Bilder".

iot = "Iot"

IoT-Symbol.

joystick = "Joystick"

Joysticksymbol.

justice = "Justice"

Symbol "Gerechtigkeit". Wird als Maßstab der Gerechtigkeit angezeigt.

key = "Key"

Schlüsselsymbol.

keyboard = "Keyboard"

Tastatursymbol.

keyboardLayoutSplit = "KeyboardLayoutSplit"

Symbol zum Teilen des Tastaturlayouts.

keyMultiple = "KeyMultiple"

Symbol "Mehrere Schlüssel".

languages = "Languages"

Symbol "Sprachen". Wird als Dokument und Globus angezeigt.

laptop = "Laptop"

Laptop-Symbol.

lasso = "Lasso"

Lassosymbol.

launcherSettings = "LauncherSettings"

Symbol für Startprogrammeinstellungen.

layer = "Layer"

Ebenensymbol.

leaf = "Leaf"

Blattsymbol.

leafOne = "LeafOne"

Blatt eins-Symbol.

leafThree = "LeafThree"

Blattsymbol "3".

leafTwo = "LeafTwo"

Symbol "Blatt zwei".

library = "Library"

Bibliothekssymbol.

lightbulb = "Lightbulb"

Glühbirnensymbol.

lightbulbFilament = "LightbulbFilament"

Glühbirnensymbol.

likert = "Likert"

Likert-Symbol.

link = "Link"

Linksymbol.

localLanguage = "LocalLanguage"

Symbol für die lokale Sprache.

location = "Location"

Standortsymbol. Wird als Kartenmarkierung angezeigt.

lockClosed = "LockClosed"

Symbol "Schloss geschlossen".

lockMultiple = "LockMultiple"

Symbol "Mehrere Sperren".

lockOpen = "LockOpen"

Symbol "Öffnen der Sperre".

lottery = "Lottery"

Lotteriesymbol.

luggage = "Luggage"

Gepäcksymbol.

mail = "Mail"

E-Mail-Symbol.

mailInbox = "MailInbox"

Symbol "E-Mail-Posteingang".

mailMultiple = "MailMultiple"

Symbol "Mehrfache E-Mail".

map = "Map"

Kartensymbol.

mapPin = "MapPin"

Kartennadelsymbol.

markdown = "Markdown"

Markdownsymbol.

mathFormula = "MathFormula"

Symbol für mathematische Formeln.

mathSymbols = "MathSymbols"

Symbol "Mathematische Symbole".

max = "Max"

Symbol "Max".

megaphone = "Megaphone"

Megafonsymbol.

megaphoneLoud = "MegaphoneLoud"

Lautes Megaphonsymbol.

mention = "Mention"

Symbol "Erwähnung".

mic = "Mic"

Mikrofonsymbol.

microscope = "Microscope"

Mikroskopsymbol.

midi = "Midi"

Midi-Symbol.

molecule = "Molecule"

Molekülsymbol.

money = "Money"

Geldsymbol. Wird als Papiergeld und Münzen angezeigt.

moneyHand = "MoneyHand"

Geldhandsymbol.

mountain = "Mountain"

Bergsymbol.

movieCamera = "MovieCamera"

Filmkamerasymbol. Wird als Videokamera angezeigt.

moviesAndTv = "MoviesAndTv"

Symbol "Filme und TV".

musicNote = "MusicNote"

Symbol "Musiknotiz".

musicNote1 = "MusicNote1"

Symbol "Musiknotiz".

musicNote2 = "MusicNote2"

Symbol "Doppelte Musiknote".

myLocation = "MyLocation"

Symbol "Mein Standort".

nByN = "NByN"

Symbol "N nach N". Wird als Drei-mal-3-Raster angezeigt.

nByOne = "NByOne"

N nach 1 Symbol. Wird als 3-mal-1-Raster angezeigt.

news = "News"

Symbol "News".

notablePeople = "NotablePeople"

Symbol "Wichtige Personen".

note = "Note"

Hinweissymbol.

notebook = "Notebook"

Notizbuchsymbol.

notepad = "Notepad"

Editor-Symbol.

notepadPerson = "NotepadPerson"

Notepad-Person-Symbol.

oneByN = "OneByN"

1 nach N-Symbol. Wird als 1-mal-3-Raster angezeigt.

oneByOne = "OneByOne"

Einzelnes Symbol. Wird einzeln als Raster angezeigt.

options = "Options"

Optionssymbol.

organization = "Organization"

Organisationssymbol.

organizationHorizontal = "OrganizationHorizontal"

Horizontales Organisationssymbol.

oval = "Oval"

Ovales Symbol.

paintBrush = "PaintBrush"

Pinselsymbol malen.

paintBucket = "PaintBucket"

Bucketsymbol "Malen".

partlySunnyWeather = "PartlySunnyWeather"

Teilweise sonniges Wettersymbol.

password = "Password"

Kennwortsymbol.

patch = "Patch"

Patchsymbol.

patient = "Patient"

Symbol "Patient".

payment = "Payment"

Zahlungssymbol.

pen = "Pen"

Stiftsymbol.

pentagon = "Pentagon"

Fünfecksymbol.

people = "People"

Personen Symbol.

peopleAudience = "PeopleAudience"

Personen Zielgruppensymbol.

peopleCall = "PeopleCall"

Personen Anrufsymbol.

peopleCommunity = "PeopleCommunity"

Personen Communitysymbol.

peopleMoney = "PeopleMoney"

Personen Geldsymbol.

peopleQueue = "PeopleQueue"

Personen Warteschlangensymbol.

peopleTeam = "PeopleTeam"

Personen Teamsymbol.

peopleToolbox = "PeopleToolbox"

Personen Toolboxsymbol.

person = "Person"

Personensymbol.

personBoard = "PersonBoard"

Symbol "Personenboard".

personCall = "PersonCall"

Symbol "Personenanruf".

personChat = "PersonChat"

Symbol "Personenchat".

personFeedback = "PersonFeedback"

Symbol "Personenfeedback".

personSupport = "PersonSupport"

Symbol "Personensupport".

personVoice = "PersonVoice"

Symbol "Person Voice".

phone = "Phone"

Telefonsymbol.

phoneDesktop = "PhoneDesktop"

Symbol "Telefondesktop".

phoneLaptop = "PhoneLaptop"

Symbol "Telefon-Laptop".

phoneShake = "PhoneShake"

Symbol "Telefonschütteln".

phoneTablet = "PhoneTablet"

Smartphone-Tablet-Symbol.

phoneVibrate = "PhoneVibrate"

Symbol "Telefon vibrieren".

photoFilter = "PhotoFilter"

Fotofiltersymbol.

pi = "Pi"

Pi-Symbol.

pictureInPicture = "PictureInPicture"

Bild-in-Bild-Symbol.

pilates = "Pilates"

Symbol "Pilates".

pill = "Pill"

Pillensymbol.

pin = "Pin"

Symbol "Anheften".

pipeline = "Pipeline"

Pipelinesymbol.

planet = "Planet"

Planet-Symbol.

playingCards = "PlayingCards"

Symbol "Spielkarten".

plugConnected = "PlugConnected"

Symbol "Plug connected".

plugDisconnected = "PlugDisconnected"

Symbol "Verbindung getrennt"

pointScan = "PointScan"

Punktscansymbol. Wird als Zielfokussymbol angezeigt.

poll = "Poll"

Umfragesymbol.

power = "Power"

Energiesymbol.

predictions = "Predictions"

Symbol "Vorhersagen".

premium = "Premium"

Premium-Symbol.

presenter = "Presenter"

Referentensymbol.

previewLink = "PreviewLink"

Vorschaulinksymbol.

print = "Print"

Symbol "Drucken".

production = "Production"

Produktionssymbol.

prohibited = "Prohibited"

Symbol "Unzulässig".

projectionScreen = "ProjectionScreen"

Projektionsbildschirmsymbol.

protocolHandler = "ProtocolHandler"

Protokollhandlersymbol.

pulse = "Pulse"

Pulssymbol.

pulseSquare = "PulseSquare"

Pulsquadratisches Symbol.

puzzlePiece = "PuzzlePiece"

Puzzleteil-Symbol.

qrCode = "QrCode"

QR-Codesymbol.

radar = "Radar"

Radarsymbol.

ram = "Ram"

RAM-Symbol.

readingList = "ReadingList"

Symbol "Leseliste".

realEstate = "RealEstate"

Symbol "Immobilien".

receipt = "Receipt"

Belegsymbol.

reward = "Reward"

Belohnungssymbol.

rhombus = "Rhombus"

Rhombus-Symbol.

ribbon = "Ribbon"

Menübandsymbol.

ribbonStar = "RibbonStar"

Sternsymbol des Menübands.

roadCone = "RoadCone"

Symbol "Straßenkegel".

rocket = "Rocket"

Raketensymbol.

router = "Router"

Routersymbol.

rss = "Rss"

RSS-Symbol.

ruler = "Ruler"

Linealsymbol.

run = "Run"

Symbol "Ausführen".

running = "Running"

Symbol "Wird ausgeführt".

satellite = "Satellite"

Satellitensymbol.

save = "Save"

Symbol "Speichern".

savings = "Savings"

Sparsymbol.

scales = "Scales"

Symbol "Skaliert".

scan = "Scan"

Scansymbol.

scratchpad = "Scratchpad"

Scratchpad-Symbol.

screenPerson = "ScreenPerson"

Bildschirmperson-Symbol.

screenshot = "Screenshot"

Screenshotsymbol.

search = "Search"

Symbol „Suchen“.

serialPort = "SerialPort"

Symbol "Serieller Anschluss".

server = "Server"

Serversymbol.

serverMultiple = "ServerMultiple"

Symbol "Server mit mehreren Servern".

serviceBell = "ServiceBell"

Symbol "Service Bell".

settings = "Settings"

Symbol "Einstellungen".

shapes = "Shapes"

Symbol "Shapes".

shield = "Shield"

Shield-Symbol.

shieldTask = "ShieldTask"

Symbol "Aufgabe abschirmen".

shoppingBag = "ShoppingBag"

Warenkorbsymbol.

signature = "Signature"

Signatursymbol.

sim = "Sim"

Sim-Symbol.

sleep = "Sleep"

Symbol "Ruhezustand".

smartwatch = "Smartwatch"

Symbol "Smartwatch".

soundSource = "SoundSource"

Soundquellensymbol.

soundWaveCircle = "SoundWaveCircle"

Symbol "Schallwellenkreis".

sparkle = "Sparkle"

Sparkle-Symbol.

speaker0 = "Speaker0"

Lautsprechersymbol.

speaker2 = "Speaker2"

Lautsprecher mit Soundwellensymbol.

sport = "Sport"

Symbol "Sport".

sportAmericanFootball = "SportAmericanFootball"

American Football-Sport-Symbol.

sportBaseball = "SportBaseball"

Sport Baseball-Symbol.

sportBasketball = "SportBasketball"

Symbol "Sport Basketball".

sportHockey = "SportHockey"

Symbol für Sporthockey.

sportSoccer = "SportSoccer"

Sport-Fußball-Symbol.

squareMultiple = "SquareMultiple"

Quadratisches Mehrfachsymbol.

squareShadow = "SquareShadow"

Quadratisches Schattensymbol.

squaresNested = "SquaresNested"

Symbol "Geschachtelte Quadrate".

stack = "Stack"

Stapelsymbol.

stackStar = "StackStar"

Symbol "Stapelstern".

star = "Star"

Sternsymbol.

starFilled = "StarFilled"

Symbol mit Sternfüllung.

starHalf = "StarHalf"

Sternhälftensymbol.

starLineHorizontal3 = "StarLineHorizontal3"

Stern mit 3 horizontalen Liniensymbol.

starOneQuarter = "StarOneQuarter"

Stern ein Viertelsymbol.

starThreeQuarter = "StarThreeQuarter"

Symbol "Stern drei Viertel".

status = "Status"

Statussymbol.

steps = "Steps"

Symbol "Schritte".

stethoscope = "Stethoscope"

Stethoskopsymbol.

sticker = "Sticker"

Aufklebersymbol.

storage = "Storage"

Speichersymbol.

stream = "Stream"

Stream-Symbol.

streamInput = "StreamInput"

Symbol für die Streameingabe.

streamInputOutput = "StreamInputOutput"

Symbol für die Ausgabe der Streameingabe.

streamOutput = "StreamOutput"

Symbol "Streamausgabe".

styleGuide = "StyleGuide"

Formatvorlagensymbol.

subGrid = "SubGrid"

Unterrastersymbol.

subtitles = "Subtitles"

Untertitelsymbol.

surfaceEarbuds = "SurfaceEarbuds"

Surface-Ohrhörersymbol.

surfaceHub = "SurfaceHub"

Surface Hub-Symbol.

symbols = "Symbols"

Symbolsymbol.

syringe = "Syringe"

Spritzensymbol.

system = "System"

Systemsymbol.

tabDesktop = "TabDesktop"

Tab-Desktopsymbol.

tabInprivateAccount = "TabInprivateAccount"

Tab InPrivate-Kontosymbol.

table = "Table"

Tabellensymbol.

tableImage = "TableImage"

Tabellenbildsymbol.

tableMultiple = "TableMultiple"

Symbol für mehrere Tabellen.

tablet = "Tablet"

Tablet-Symbol.

tabs = "Tabs"

Registerkartensymbol.

tag = "Tag"

Tagsymbol.

tagCircle = "TagCircle"

Symbol "Tagkreis".

tagMultiple = "TagMultiple"

Symbol für mehrere Tags.

target = "Target"

Zielsymbol.

targetArrow = "TargetArrow"

Zielpfeilsymbol.

teddy = "Teddy"

Teddy-Symbol.

temperature = "Temperature"

Temperatursymbol.

tent = "Tent"

Zeltsymbol.

tetrisApp = "TetrisApp"

Symbol der Tetris-App.

textbox = "Textbox"

Textfeldsymbol.

textQuote = "TextQuote"

Anführungszeichensymbol für Text.

thinking = "Thinking"

Symbol "Denken".

thumbDislike = "ThumbDislike"

Symbol "Thumb dislike".

thumbLike = "ThumbLike"

Symbol "Daumen wie".

ticketDiagonal = "TicketDiagonal"

Diagonales Ticketsymbol.

ticketHorizontal = "TicketHorizontal"

Horizontales Ticketsymbol.

timeAndWeather = "TimeAndWeather"

Symbol "Uhrzeit und Wetter".

timeline = "Timeline"

Zeitachsensymbol.

timer = "Timer"

Timersymbol.

toolbox = "Toolbox"

Toolboxsymbol.

topSpeed = "TopSpeed"

Symbol "Höchstgeschwindigkeit".

translate = "Translate"

Symbol "Übersetzen".

transmission = "Transmission"

Übertragungssymbol.

treeDeciduous = "TreeDeciduous"

Laubbaumsymbol.

treeEvergreen = "TreeEvergreen"

Symbol "Immergrüner Baum".

trophy = "Trophy"

Symbol "Trophäe".

tv = "Tv"

TV-Symbol.

tvUsb = "TvUsb"

TV-USB-Symbol.

umbrella = "Umbrella"

Regenschirmsymbol.

usbPlug = "UsbPlug"

USB-Steckersymbol.

usbStick = "UsbStick"

USB-Sticksymbol.

vault = "Vault"

Tresorsymbol.

vehicleBicycle = "VehicleBicycle"

Symbol "Fahrzeugfahrrad".

vehicleBus = "VehicleBus"

Fahrzeugbussymbol.

vehicleCab = "VehicleCab"

Symbol "Fahrzeugkabine".

vehicleCar = "VehicleCar"

Fahrzeugautosymbol.

vehicleCarCollision = "VehicleCarCollision"

Auto-Kollisionssymbol.

vehicleCarProfileLtr = "VehicleCarProfileLtr"

Fahrzeugprofil von links nach rechts.

vehicleCarProfileRtl = "VehicleCarProfileRtl"

Autoprofil rechts-nach-links-Symbol.

vehicleShip = "VehicleShip"

Symbol "Fahrzeugschiff".

vehicleSubway = "VehicleSubway"

Fahrzeug-U-Bahn-Symbol.

vehicleTruck = "VehicleTruck"

Fahrzeug-Lkw-Symbol.

vehicleTruckBag = "VehicleTruckBag"

Symbol "Lkw-Tasche".

vehicleTruckCube = "VehicleTruckCube"

Fahrzeug-LKW-Würfelsymbol.

vehicleTruckProfile = "VehicleTruckProfile"

Symbol "Fahrzeug-LKW-Profil".

video = "Video"

Videosymbol.

video360 = "Video360"

Video 360-Symbol.

videoChat = "VideoChat"

Videochatsymbol.

videoClip = "VideoClip"

Videoclipsymbol.

videoClipMultiple = "VideoClipMultiple"

Symbol "Mehrere Videoclips".

videoPerson = "VideoPerson"

Videoperson-Symbol.

videoRecording = "VideoRecording"

Videoaufzeichnungssymbol.

videoSecurity = "VideoSecurity"

Videosicherheitssymbol.

viewDesktop = "ViewDesktop"

Symbol "Desktop anzeigen".

viewDesktopMobile = "ViewDesktopMobile"

Symbol "Desktop-Mobile anzeigen".

violin = "Violin"

Violine-Symbol.

virtualNetwork = "VirtualNetwork"

Symbol "Virtuelles Netzwerk".

voicemail = "Voicemail"

Voicemailsymbol.

vote = "Vote"

Abstimmungssymbol.

walkieTalkie = "WalkieTalkie"

Walkie-Talkiesymbol.

wallet = "Wallet"

Wallet-Symbol.

walletCreditCard = "WalletCreditCard"

Wallet-Kreditkartensymbol.

wallpaper = "Wallpaper"

Hintergrundbildsymbol.

wand = "Wand"

Wandsymbol.

warning = "Warning"

Warnsymbol

weatherBlowingSnow = "WeatherBlowingSnow"

Schneeblasen-Symbol für Wetter.

weatherCloudy = "WeatherCloudy"

Symbol "Wetter bewölkt".

weatherDrizzle = "WeatherDrizzle"

Symbol "Nieselregen bei Wetter".

weatherDuststorm = "WeatherDuststorm"

Symbol "Wetterstaubsturm".

weatherFog = "WeatherFog"

Symbol "Wetternebel".

weatherHailDay = "WeatherHailDay"

Symbol "Wetter hageltag".

weatherHailNight = "WeatherHailNight"

Symbol "Wetter hagelnacht".

weatherHaze = "WeatherHaze"

Symbol "Wetter-Dunst".

weatherMoon = "WeatherMoon"

Symbol "Wettermond".

weatherPartlyCloudyDay = "WeatherPartlyCloudyDay"

Wetter teilweise bewölkt Tag Symbol.

weatherPartlyCloudyNight = "WeatherPartlyCloudyNight"

Das Wetter teilweise bewölkte Nacht Symbol.

weatherRain = "WeatherRain"

Symbol "Wetterregen".

weatherRainShowersDay = "WeatherRainShowersDay"

Symbol "Wetterregenschauer Tag".

weatherRainShowersNight = "WeatherRainShowersNight"

Das Symbol "Wetterregen regenschauer nacht".

weatherRainSnow = "WeatherRainSnow"

Wetter regen Schnee Symbol.

weatherSnow = "WeatherSnow"

Schneesymbol für Wetter.

weatherSnowflake = "WeatherSnowflake"

Schneeflockensymbol für Wetter.

weatherSnowShowerDay = "WeatherSnowShowerDay"

Symbol "Wetter schneeschauer tag".

weatherSnowShowerNight = "WeatherSnowShowerNight"

Wetter Schneeschauer-Nacht-Symbol.

weatherSqualls = "WeatherSqualls"

Symbol "Wetterqualen".

weatherSunnyHigh = "WeatherSunnyHigh"

Sonniges Hochsymbol für Wetter.

weatherSunnyLow = "WeatherSunnyLow"

Symbol "Sonniges Tief" des Wetters.

weatherThunderstorm = "WeatherThunderstorm"

Symbol "Wettergewitter".

webAsset = "WebAsset"

Symbol "Webasset".

whiteboard = "Whiteboard"

Whiteboard-Symbol.

wifi1 = "Wifi1"

Wlan-Signal mit 3 Balken Symbol.

wifi2 = "Wifi2"

Wlan-Signal mit 2 Balken Symbol.

window = "Window"

Fenstersymbol.

windowMultiple = "WindowMultiple"

Symbol "Fenster mit mehreren Fenstern".

windowWrench = "WindowWrench"

Fensterschlüsselsymbol.

wrench = "Wrench"

Schraubenschlüsselsymbol.

wrenchScrewdriver = "WrenchScrewdriver"

Schraubenschlüsselsymbol.

xray = "Xray"

Röntgensymbol.

yoga = "Yoga"

Yoga-Symbol.