Excel.EntityCompactLayoutIcons enum
The list of icons available for EntityCompactLayout. An icon displays in the Excel UI, either to the left of the title in a cell that contains an entity card, or to the left of the title of a referenced entity inside an entity card. Selecting the icon opens the entity card.
Remarks
Examples
// 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;
}
Fields
| accessibility = "Accessibility" | Accessibility icon. |
| airplane = "Airplane" | Airplane icon. |
| airplaneTakeOff = "AirplaneTakeOff" | Airplane taking off icon. |
| album = "Album" | Album icon. |
| alert = "Alert" | Alert icon. |
| alertUrgent = "AlertUrgent" | Alert urgent icon. |
| animal = "Animal" | Animal icon. Displays as a pawprint. |
| animalCat = "AnimalCat" | Animal cat icon. |
| animalDog = "AnimalDog" | Animal dog icon. |
| animalRabbit = "AnimalRabbit" | Animal rabbit icon. |
| animalTurtle = "AnimalTurtle" | Animal turtle icon. |
| appFolder = "AppFolder" | App folder icon. |
| appGeneric = "AppGeneric" | App generic icon. |
| apple = "Apple" | Apple icon. |
| approvalsApp = "ApprovalsApp" | Approvals app icon. |
| archive = "Archive" | Archive icon. |
| archiveMultiple = "ArchiveMultiple" | Archive multiple icon. |
| arrowTrendingLines = "ArrowTrendingLines" | Arrow trending lines icon. |
| art = "Art" | Art icon. Displays as a paint palette. |
| atom = "Atom" | Atom icon. |
| attach = "Attach" | Attach icon. |
| automobile = "Automobile" | Automobile icon. |
| autosum = "Autosum" | Autosum icon. |
| backpack = "Backpack" | Backpack icon. |
| badge = "Badge" | Badge icon. |
| balloon = "Balloon" | Balloon icon. |
| bank = "Bank" | Bank icon. Displays as a building with pillars and a triangular roof. |
| barcodeScanner = "BarcodeScanner" | Barcode scanner icon. |
| basketball = "Basketball" | Basketball icon. |
| battery0 = "Battery0" | Battery empty icon. |
| battery10 = "Battery10" | Battery full icon. |
| beach = "Beach" | Beach icon. |
| beaker = "Beaker" | Beaker icon. |
| bed = "Bed" | Bed icon. |
| binFull = "BinFull" | Bin full icon. |
| bird = "Bird" | Bird icon. |
| bluetooth = "Bluetooth" | Bluetooth icon. |
| board = "Board" | Board icon. |
| boardGames = "BoardGames" | Board games icon. |
| book = "Book" | Book icon. |
| bookmark = "Bookmark" | Bookmark icon. |
| bookmarkMultiple = "BookmarkMultiple" | Bookmark multiple icon. |
| bot = "Bot" | Bot icon. |
| bowlChopsticks = "BowlChopsticks" | Bowl chopsticks icon. |
| box = "Box" | Box icon. |
| boxMultiple = "BoxMultiple" | Box multiple icon. |
| brainCircuit = "BrainCircuit" | Brain circuit icon. |
| branch = "Branch" | Branch icon. |
| branchFork = "BranchFork" | Branch fork icon. |
| branchRequest = "BranchRequest" | Branch request icon. |
| bridge = "Bridge" | Bridge icon. |
| briefcase = "Briefcase" | Briefcase icon. |
| briefcaseMedical = "BriefcaseMedical" | Briefcase medical icon. |
| broadActivityFeed = "BroadActivityFeed" | Broad activity feed icon. |
| broom = "Broom" | Broom icon. |
| bug = "Bug" | Bug icon. |
| building = "Building" | Building icon. |
| buildingBank = "BuildingBank" | Building bank icon. |
| buildingFactory = "BuildingFactory" | Building factory icon. |
| buildingGovernment = "BuildingGovernment" | Building government icon. |
| buildingHome = "BuildingHome" | Building home icon. |
| buildingLighthouse = "BuildingLighthouse" | Building lighthouse icon. |
| buildingMultiple = "BuildingMultiple" | Building multiple icon. |
| buildingRetail = "BuildingRetail" | Building retail icon. |
| buildingRetailMore = "BuildingRetailMore" | Building retail more icon. |
| buildingRetailToolbox = "BuildingRetailToolbox" | Building retail toolbox icon. |
| buildingShop = "BuildingShop" | Building shop icon. |
| buildingSkyscraper = "BuildingSkyscraper" | Building skyscraper icon. |
| calculator = "Calculator" | Calculator icon. |
| calendarLtr = "CalendarLtr" | Calendar left to right icon. |
| calendarRtl = "CalendarRtl" | Calendar right to left icon. |
| call = "Call" | Call icon. |
| calligraphyPen = "CalligraphyPen" | Calligraphy pen icon. |
| camera = "Camera" | Camera icon. |
| cameraDome = "CameraDome" | Camera dome icon. |
| car = "Car" | Car icon. |
| cart = "Cart" | Cart icon. |
| cat = "Cat" | Cat icon. |
| certificate = "Certificate" | Certificate icon. |
| chartMultiple = "ChartMultiple" | Chart multiple icon. |
| chat = "Chat" | Chat icon. |
| chatMultiple = "ChatMultiple" | Chat multiple icon. |
| chatVideo = "ChatVideo" | Chat video icon. |
| check = "Check" | Check icon. |
| checkboxChecked = "CheckboxChecked" | Checkbox checked icon. |
| checkboxUnchecked = "CheckboxUnchecked" | Checkbox unchecked icon. |
| checkmark = "Checkmark" | Checkmark icon. |
| chess = "Chess" | Chess icon. |
| city = "City" | City icon. Displays as multiple tall buildings. |
| class = "Class" | Class icon. |
| classification = "Classification" | Classification icon. |
| clipboard = "Clipboard" | Clipboard icon. |
| clipboardDataBar = "ClipboardDataBar" | Clipboard data bar icon. |
| clipboardPulse = "ClipboardPulse" | Clipboard pulse icon. |
| clipboardTask = "ClipboardTask" | Clipboard task icon. |
| clock = "Clock" | Clock icon. |
| clockAlarm = "ClockAlarm" | Clock alarm icon. |
| cloud = "Cloud" | Cloud icon. |
| cloudWords = "CloudWords" | Cloud words icon. |
| code = "Code" | Code icon. |
| collections = "Collections" | Collections icon. |
| comment = "Comment" | Comment icon. |
| commentMultiple = "CommentMultiple" | Comment multiple icon. |
| communication = "Communication" | Communication icon. |
| compassNorthwest = "CompassNorthwest" | Compass northwest icon. |
| conferenceRoom = "ConferenceRoom" | Conference room icon. |
| connector = "Connector" | Connector icon. |
| constellation = "Constellation" | Constellation icon. Displays dots in the shape of Ursa Major. |
| contactCard = "ContactCard" | Contact card icon. |
| cookies = "Cookies" | Cookies icon. |
| couch = "Couch" | Couch icon. |
| creditCardPerson = "CreditCardPerson" | Credit card person icon. |
| creditCardToolbox = "CreditCardToolbox" | Credit card toolbox icon. |
| cube = "Cube" | Cube icon. |
| cubeMultiple = "CubeMultiple" | Cube multiple icon. |
| cubeTree = "CubeTree" | Cube tree icon. |
| currencyDollarEuro = "CurrencyDollarEuro" | Currency dollar euro icon. |
| currencyDollarRupee = "CurrencyDollarRupee" | Currency dollar rupee icon. |
| dataArea = "DataArea" | Data area icon. |
| database = "Database" | Database icon. |
| databaseMultiple = "DatabaseMultiple" | Database multiple icon. |
| dataFunnel = "DataFunnel" | Data funnel icon. |
| dataHistogram = "DataHistogram" | Data histogram icon. |
| dataLine = "DataLine" | Data line icon. |
| dataPie = "DataPie" | Data pie icon. |
| dataScatter = "DataScatter" | Data scatter icon. |
| dataSunburst = "DataSunburst" | Data sunburst icon. |
| dataTreemap = "DataTreemap" | Data treemap icon. |
| dataWaterfall = "DataWaterfall" | Data waterfall icon. |
| dataWhisker = "DataWhisker" | Data whisker icon. |
| dentist = "Dentist" | Dentist icon. |
| designIdeas = "DesignIdeas" | Design ideas icon. |
| desktop = "Desktop" | Desktop icon. |
| desktopMac = "DesktopMac" | Desktop Mac icon. |
| developerBoard = "DeveloperBoard" | Developer board icon. |
| deviceMeetingRoom = "DeviceMeetingRoom" | Device meeting room icon. |
| diagram = "Diagram" | Diagram icon. |
| dialpad = "Dialpad" | Dialpad icon. |
| diamond = "Diamond" | Diamond icon. |
| dinosaur = "Dinosaur" | Dinosaur icon. Displays as a long-necked dinosaur, similar to a Brachiosaurus. |
| directions = "Directions" | Directions icon. |
| disaster = "Disaster" | Disaster icon. Displays as a house sinking in a flood. |
| diversity = "Diversity" | Diversity icon. |
| dNA = "DNA" | DNA icon. |
| doctor = "Doctor" | Doctor icon. |
| document = "Document" | Document icon. |
| documentData = "DocumentData" | Document data icon. |
| documentLandscape = "DocumentLandscape" | Document landscape icon. |
| documentMultiple = "DocumentMultiple" | Document multiple icon. |
| documentPdf = "DocumentPdf" | Document PDF icon. |
| documentQueue = "DocumentQueue" | Document queue icon. |
| documentText = "DocumentText" | Document text icon. |
| dog = "Dog" | Dog icon. |
| door = "Door" | Door icon. |
| doorTag = "DoorTag" | Door tag icon. |
| drafts = "Drafts" | Drafts icon. |
| drama = "Drama" | Drama icon. Displays as a pair of theatre masks. |
| drinkBeer = "DrinkBeer" | Drink beer icon. |
| drinkCoffee = "DrinkCoffee" | Drink coffee icon. |
| drinkMargarita = "DrinkMargarita" | Drink margarita icon. |
| drinkToGo = "DrinkToGo" | Drink to go icon. |
| drinkWine = "DrinkWine" | Drink wine icon. |
| driveTrain = "DriveTrain" | Drive train icon. |
| drop = "Drop" | Drop icon. |
| dualScreen = "DualScreen" | Dual screen icon. |
| dumbbell = "Dumbbell" | Dumbbell icon. |
| earth = "Earth" | Earth icon. |
| emoji = "Emoji" | Emoji icon. |
| emojiAngry = "EmojiAngry" | Emoji angry icon. |
| emojiHand = "EmojiHand" | Emoji hand icon. |
| emojiLaugh = "EmojiLaugh" | Emoji laugh icon. |
| emojiMeh = "EmojiMeh" | Emoji meh icon. |
| emojiMultiple = "EmojiMultiple" | Emoji multiple icon. |
| emojiSad = "EmojiSad" | Emoji sad icon. |
| emojiSadSlight = "EmojiSadSlight" | Emoji sad slight icon. |
| emojiSmileSlight = "EmojiSmileSlight" | Emoji smile slight icon. |
| emojiSparkle = "EmojiSparkle" | Emoji sparkle icon. |
| emojiSurprise = "EmojiSurprise" | Emoji surprise icon. |
| engine = "Engine" | Engine icon. |
| eraser = "Eraser" | Eraser icon. |
| eye = "Eye" | Eye icon. |
| eyedropper = "Eyedropper" | Eyedropper icon. |
| fax = "Fax" | Fax icon. |
| fingerprint = "Fingerprint" | Fingerprint icon. |
| firstAid = "FirstAid" | First aid icon. Displays as a briefcase with a medical cross symbol. |
| flag = "Flag" | Flag icon. |
| flash = "Flash" | Flash icon. |
| flashlight = "Flashlight" | Flashlight icon. |
| flow = "Flow" | Flow icon. |
| flowchart = "Flowchart" | Flowchart icon. |
| folder = "Folder" | Folder icon. |
| folderOpen = "FolderOpen" | Folder open icon. |
| folderOpenVertical = "FolderOpenVertical" | Folder open vertical icon. |
| folderPerson = "FolderPerson" | Folder person icon. |
| folderZip = "FolderZip" | Folder zip icon. |
| food = "Food" | Food icon. |
| foodApple = "FoodApple" | Food apple icon. |
| foodCake = "FoodCake" | Food cake icon. |
| foodEgg = "FoodEgg" | Food egg icon. |
| foodGrains = "FoodGrains" | Food grains icon. |
| foodPizza = "FoodPizza" | Food pizza icon. |
| foodToast = "FoodToast" | Food toast icon. |
| galaxy = "Galaxy" | Galaxy icon. |
| games = "Games" | Games icon. |
| ganttChart = "GanttChart" | Gantt chart icon. |
| gas = "Gas" | Gas icon. |
| gasPump = "GasPump" | Gas pump icon. |
| gauge = "Gauge" | Gauge icon. |
| gavel = "Gavel" | Gavel icon. |
| generic = "Generic" | The default icon. |
| gift = "Gift" | Gift icon. |
| giftCard = "GiftCard" | Gift card icon. |
| glasses = "Glasses" | Glasses icon. |
| globe = "Globe" | Globe icon. |
| globeSurface = "GlobeSurface" | Globe surface icon. |
| grid = "Grid" | Grid icon. |
| gridDots = "GridDots" | Grid dots icon. |
| gridKanban = "GridKanban" | Grid Kanban icon. |
| guardian = "Guardian" | Guardian icon. |
| guest = "Guest" | Guest icon. |
| guitar = "Guitar" | Guitar icon. |
| handLeft = "HandLeft" | Hand left icon. |
| handRight = "HandRight" | Hand right icon. |
| handshake = "Handshake" | Handshake icon. |
| hardDrive = "HardDrive" | Hard drive icon. |
| hatGraduation = "HatGraduation" | Graduation hat icon. Displays as a hat with a tassel. |
| headphones = "Headphones" | Headphones icon. |
| headphonesSoundWave = "HeadphonesSoundWave" | Headphones sound wave icon. |
| headset = "Headset" | Headset icon. |
| headsetVr = "HeadsetVr" | Headset VR icon. |
| heart = "Heart" | Heart icon. |
| heartBroken = "HeartBroken" | Heart broken icon. |
| heartCircle = "HeartCircle" | Heart circle icon. |
| heartHuman = "HeartHuman" | Human heart icon. |
| heartPulse = "HeartPulse" | Heart pulse icon. |
| history = "History" | History icon. |
| home = "Home" | Home icon. |
| homeMore = "HomeMore" | Home more icon. |
| homePerson = "HomePerson" | Home person icon. |
| icons = "Icons" | Icons icon. |
| image = "Image" | Image icon. |
| imageGlobe = "ImageGlobe" | Image globe icon. |
| imageMultiple = "ImageMultiple" | Image multiple icon. |
| iot = "Iot" | IoT icon. |
| joystick = "Joystick" | Joystick icon. |
| justice = "Justice" | Justice icon. Displays as the scales of justice. |
| key = "Key" | Key icon. |
| keyboard = "Keyboard" | Keyboard icon. |
| keyboardLayoutSplit = "KeyboardLayoutSplit" | Keyboard layout split icon. |
| keyMultiple = "KeyMultiple" | Key multiple icon. |
| languages = "Languages" | Languages icon. Displays as a document and a globe. |
| laptop = "Laptop" | Laptop icon. |
| lasso = "Lasso" | Lasso icon. |
| launcherSettings = "LauncherSettings" | Launcher settings icon. |
| layer = "Layer" | Layer icon. |
| leaf = "Leaf" | Leaf icon. |
| leafOne = "LeafOne" | Leaf one icon. |
| leafThree = "LeafThree" | Leaf three icon. |
| leafTwo = "LeafTwo" | Leaf two icon. |
| library = "Library" | Library icon. |
| lightbulb = "Lightbulb" | Lightbulb icon. |
| lightbulbFilament = "LightbulbFilament" | Lightbulb filament icon. |
| likert = "Likert" | Likert icon. |
| link = "Link" | Link icon. |
| localLanguage = "LocalLanguage" | Local language icon. |
| location = "Location" | Location icon. Displays as a map marker. |
| lockClosed = "LockClosed" | Lock closed icon. |
| lockMultiple = "LockMultiple" | Lock multiple icon. |
| lockOpen = "LockOpen" | Lock open icon. |
| lottery = "Lottery" | Lottery icon. |
| luggage = "Luggage" | Luggage icon. |
| mail = "Mail" | Mail icon. |
| mailInbox = "MailInbox" | Mail inbox icon. |
| mailMultiple = "MailMultiple" | Mail multiple icon. |
| map = "Map" | Map icon. |
| mapPin = "MapPin" | Map pin icon. |
| markdown = "Markdown" | Markdown icon. |
| mathFormula = "MathFormula" | Math formula icon. |
| mathSymbols = "MathSymbols" | Math symbols icon. |
| max = "Max" | Max icon. |
| megaphone = "Megaphone" | Megaphone icon. |
| megaphoneLoud = "MegaphoneLoud" | Megaphone loud icon. |
| mention = "Mention" | Mention icon. |
| mic = "Mic" | Mic icon. |
| microscope = "Microscope" | Microscope icon. |
| midi = "Midi" | Midi icon. |
| molecule = "Molecule" | Molecule icon. |
| money = "Money" | Money icon. Displays as paper money and coins. |
| moneyHand = "MoneyHand" | Money hand icon. |
| mountain = "Mountain" | Mountain icon. |
| movieCamera = "MovieCamera" | Movie camera icon. Displays as a video camera. |
| moviesAndTv = "MoviesAndTv" | Movies and TV icon. |
| musicNote = "MusicNote" | Music note icon. |
| musicNote1 = "MusicNote1" | Music note icon. |
| musicNote2 = "MusicNote2" | Music double note icon. |
| myLocation = "MyLocation" | My location icon. |
| nByN = "NByN" | N by N icon. Displays as a three by three grid. |
| nByOne = "NByOne" | N by one icon. Displays as a three by one grid. |
| news = "News" | News icon. |
| notablePeople = "NotablePeople" | Notable people icon. |
| note = "Note" | Note icon. |
| notebook = "Notebook" | Notebook icon. |
| notepad = "Notepad" | Notepad icon. |
| notepadPerson = "NotepadPerson" | Notepad person icon. |
| oneByN = "OneByN" | One by N icon. Displays as a one by three grid. |
| oneByOne = "OneByOne" | One by one icon. Displays as a one by one grid. |
| options = "Options" | Options icon. |
| organization = "Organization" | Organization icon. |
| organizationHorizontal = "OrganizationHorizontal" | Organization horizontal icon. |
| oval = "Oval" | Oval icon. |
| paintBrush = "PaintBrush" | Paint brush icon. |
| paintBucket = "PaintBucket" | Paint bucket icon. |
| partlySunnyWeather = "PartlySunnyWeather" | Partly sunny weather icon. |
| password = "Password" | Password icon. |
| patch = "Patch" | Patch icon. |
| patient = "Patient" | Patient icon. |
| payment = "Payment" | Payment icon. |
| pen = "Pen" | Pen icon. |
| pentagon = "Pentagon" | Pentagon icon. |
| people = "People" | People icon. |
| peopleAudience = "PeopleAudience" | People audience icon. |
| peopleCall = "PeopleCall" | People call icon. |
| peopleCommunity = "PeopleCommunity" | People community icon. |
| peopleMoney = "PeopleMoney" | People money icon. |
| peopleQueue = "PeopleQueue" | People queue icon. |
| peopleTeam = "PeopleTeam" | People team icon. |
| peopleToolbox = "PeopleToolbox" | People toolbox icon. |
| person = "Person" | Person icon. |
| personBoard = "PersonBoard" | Person board icon. |
| personCall = "PersonCall" | Person call icon. |
| personChat = "PersonChat" | Person chat icon. |
| personFeedback = "PersonFeedback" | Person feedback icon. |
| personSupport = "PersonSupport" | Person support icon. |
| personVoice = "PersonVoice" | Person voice icon. |
| phone = "Phone" | Phone icon. |
| phoneDesktop = "PhoneDesktop" | Phone desktop icon. |
| phoneLaptop = "PhoneLaptop" | Phone laptop icon. |
| phoneShake = "PhoneShake" | Phone shake icon. |
| phoneTablet = "PhoneTablet" | Phone tablet icon. |
| phoneVibrate = "PhoneVibrate" | Phone vibrate icon. |
| photoFilter = "PhotoFilter" | Photo filter icon. |
| pi = "Pi" | Pi icon. |
| pictureInPicture = "PictureInPicture" | Picture in picture icon. |
| pilates = "Pilates" | Pilates icon. |
| pill = "Pill" | Pill icon. |
| pin = "Pin" | Pin icon. |
| pipeline = "Pipeline" | Pipeline icon. |
| planet = "Planet" | Planet icon. |
| playingCards = "PlayingCards" | Playing cards icon. |
| plugConnected = "PlugConnected" | Plug connected icon. |
| plugDisconnected = "PlugDisconnected" | Plug disconnected icon. |
| pointScan = "PointScan" | Point scan icon. Displays as a target focus symbol. |
| poll = "Poll" | Poll icon. |
| power = "Power" | Power icon. |
| predictions = "Predictions" | Predictions icon. |
| premium = "Premium" | Premium icon. |
| presenter = "Presenter" | Presenter icon. |
| previewLink = "PreviewLink" | Preview link icon. |
| print = "Print" | Print icon. |
| production = "Production" | Production icon. |
| prohibited = "Prohibited" | Prohibited icon. |
| projectionScreen = "ProjectionScreen" | Projection screen icon. |
| protocolHandler = "ProtocolHandler" | Protocol handler icon. |
| pulse = "Pulse" | Pulse icon. |
| pulseSquare = "PulseSquare" | Pulse square icon. |
| puzzlePiece = "PuzzlePiece" | Puzzle piece icon. |
| qrCode = "QrCode" | QR code icon. |
| radar = "Radar" | Radar icon. |
| ram = "Ram" | Ram icon. |
| readingList = "ReadingList" | Reading list icon. |
| realEstate = "RealEstate" | Real estate icon. |
| receipt = "Receipt" | Receipt icon. |
| reward = "Reward" | Reward icon. |
| rhombus = "Rhombus" | Rhombus icon. |
| ribbon = "Ribbon" | Ribbon icon. |
| ribbonStar = "RibbonStar" | Ribbon star icon. |
| roadCone = "RoadCone" | Road cone icon. |
| rocket = "Rocket" | Rocket icon. |
| router = "Router" | Router icon. |
| rss = "Rss" | RSS icon. |
| ruler = "Ruler" | Ruler icon. |
| run = "Run" | Run icon. |
| running = "Running" | Running icon. |
| satellite = "Satellite" | Satellite icon. |
| save = "Save" | Save icon. |
| savings = "Savings" | Savings icon. |
| scales = "Scales" | Scales icon. |
| scan = "Scan" | Scan icon. |
| scratchpad = "Scratchpad" | Scratchpad icon. |
| screenPerson = "ScreenPerson" | Screen person icon. |
| screenshot = "Screenshot" | Screenshot icon. |
| search = "Search" | Search icon. |
| serialPort = "SerialPort" | Serial port icon. |
| server = "Server" | Server icon. |
| serverMultiple = "ServerMultiple" | Server multiple icon. |
| serviceBell = "ServiceBell" | Service bell icon. |
| settings = "Settings" | Settings icon. |
| shapes = "Shapes" | Shapes icon. |
| shield = "Shield" | Shield icon. |
| shieldTask = "ShieldTask" | Shield task icon. |
| shoppingBag = "ShoppingBag" | Shopping bag icon. |
| signature = "Signature" | Signature icon. |
| sim = "Sim" | Sim icon. |
| sleep = "Sleep" | Sleep icon. |
| smartwatch = "Smartwatch" | Smartwatch icon. |
| soundSource = "SoundSource" | Sound source icon. |
| soundWaveCircle = "SoundWaveCircle" | Sound wave circle icon. |
| sparkle = "Sparkle" | Sparkle icon. |
| speaker0 = "Speaker0" | Speaker icon. |
| speaker2 = "Speaker2" | Speaker with sound wave icon. |
| sport = "Sport" | Sport icon. |
| sportAmericanFootball = "SportAmericanFootball" | Sport american football icon. |
| sportBaseball = "SportBaseball" | Sport baseball icon. |
| sportBasketball = "SportBasketball" | Sport basketball icon. |
| sportHockey = "SportHockey" | Sport hockey icon. |
| sportSoccer = "SportSoccer" | Sport soccer icon. |
| squareMultiple = "SquareMultiple" | Square multiple icon. |
| squareShadow = "SquareShadow" | Square shadow icon. |
| squaresNested = "SquaresNested" | Squares nested icon. |
| stack = "Stack" | Stack icon. |
| stackStar = "StackStar" | Stack star icon. |
| star = "Star" | Star icon. |
| starFilled = "StarFilled" | Star filled icon. |
| starHalf = "StarHalf" | Star half icon. |
| starLineHorizontal3 = "StarLineHorizontal3" | Star with 3 horizontal lines icon. |
| starOneQuarter = "StarOneQuarter" | Star one quarter icon. |
| starThreeQuarter = "StarThreeQuarter" | Star three quarter icon. |
| status = "Status" | Status icon. |
| steps = "Steps" | Steps icon. |
| stethoscope = "Stethoscope" | Stethoscope icon. |
| sticker = "Sticker" | Sticker icon. |
| storage = "Storage" | Storage icon. |
| stream = "Stream" | Stream icon. |
| streamInput = "StreamInput" | Stream input icon. |
| streamInputOutput = "StreamInputOutput" | Stream input output icon. |
| streamOutput = "StreamOutput" | Stream output icon. |
| styleGuide = "StyleGuide" | Style guide icon. |
| subGrid = "SubGrid" | Sub grid icon. |
| subtitles = "Subtitles" | Subtitles icon. |
| surfaceEarbuds = "SurfaceEarbuds" | Surface earbuds icon. |
| surfaceHub = "SurfaceHub" | Surface hub icon. |
| symbols = "Symbols" | Symbols icon. |
| syringe = "Syringe" | Syringe icon. |
| system = "System" | System icon. |
| tabDesktop = "TabDesktop" | Tab desktop icon. |
| tabInprivateAccount = "TabInprivateAccount" | Tab InPrivate account icon. |
| table = "Table" | Table icon. |
| tableImage = "TableImage" | Table image icon. |
| tableMultiple = "TableMultiple" | Table multiple icon. |
| tablet = "Tablet" | Tablet icon. |
| tabs = "Tabs" | Tabs icon. |
| tag = "Tag" | Tag icon. |
| tagCircle = "TagCircle" | Tag circle icon. |
| tagMultiple = "TagMultiple" | Tag multiple icon. |
| target = "Target" | Target icon. |
| targetArrow = "TargetArrow" | Target arrow icon. |
| teddy = "Teddy" | Teddy icon. |
| temperature = "Temperature" | Temperature icon. |
| tent = "Tent" | Tent icon. |
| tetrisApp = "TetrisApp" | Tetris app icon. |
| textbox = "Textbox" | Textbox icon. |
| textQuote = "TextQuote" | Text quote icon. |
| thinking = "Thinking" | Thinking icon. |
| thumbDislike = "ThumbDislike" | Thumb dislike icon. |
| thumbLike = "ThumbLike" | Thumb like icon. |
| ticketDiagonal = "TicketDiagonal" | Ticket diagonal icon. |
| ticketHorizontal = "TicketHorizontal" | Ticket horizontal icon. |
| timeAndWeather = "TimeAndWeather" | Time and weather icon. |
| timeline = "Timeline" | Timeline icon. |
| timer = "Timer" | Timer icon. |
| toolbox = "Toolbox" | Toolbox icon. |
| topSpeed = "TopSpeed" | Top speed icon. |
| translate = "Translate" | Translate icon. |
| transmission = "Transmission" | Transmission icon. |
| treeDeciduous = "TreeDeciduous" | Tree deciduous icon. |
| treeEvergreen = "TreeEvergreen" | Tree evergreen icon. |
| trophy = "Trophy" | Trophy icon. |
| tv = "Tv" | TV icon. |
| tvUsb = "TvUsb" | TV USB icon. |
| umbrella = "Umbrella" | Umbrella icon. |
| usbPlug = "UsbPlug" | USB plug icon. |
| usbStick = "UsbStick" | USB stick icon. |
| vault = "Vault" | Vault icon. |
| vehicleBicycle = "VehicleBicycle" | Vehicle bicycle icon. |
| vehicleBus = "VehicleBus" | Vehicle bus icon. |
| vehicleCab = "VehicleCab" | Vehicle cab icon. |
| vehicleCar = "VehicleCar" | Vehicle car icon. |
| vehicleCarCollision = "VehicleCarCollision" | Vehicle car collision icon. |
| vehicleCarProfileLtr = "VehicleCarProfileLtr" | Vehicle car profile left-to-right icon. |
| vehicleCarProfileRtl = "VehicleCarProfileRtl" | Vehicle car profile right-to-left icon. |
| vehicleShip = "VehicleShip" | Vehicle ship icon. |
| vehicleSubway = "VehicleSubway" | Vehicle subway icon. |
| vehicleTruck = "VehicleTruck" | Vehicle truck icon. |
| vehicleTruckBag = "VehicleTruckBag" | Vehicle truck bag icon. |
| vehicleTruckCube = "VehicleTruckCube" | Vehicle truck cube icon. |
| vehicleTruckProfile = "VehicleTruckProfile" | Vehicle truck profile icon. |
| video = "Video" | Video icon. |
| video360 = "Video360" | Video 360 icon. |
| videoChat = "VideoChat" | Video chat icon. |
| videoClip = "VideoClip" | Video clip icon. |
| videoClipMultiple = "VideoClipMultiple" | Video clip multiple icon. |
| videoPerson = "VideoPerson" | Video person icon. |
| videoRecording = "VideoRecording" | Video recording icon. |
| videoSecurity = "VideoSecurity" | Video security icon. |
| viewDesktop = "ViewDesktop" | View desktop icon. |
| viewDesktopMobile = "ViewDesktopMobile" | View desktop mobile icon. |
| violin = "Violin" | Violin icon. |
| virtualNetwork = "VirtualNetwork" | Virtual network icon. |
| voicemail = "Voicemail" | Voicemail icon. |
| vote = "Vote" | Vote icon. |
| walkieTalkie = "WalkieTalkie" | Walkie talkie icon. |
| wallet = "Wallet" | Wallet icon. |
| walletCreditCard = "WalletCreditCard" | Wallet credit card icon. |
| wallpaper = "Wallpaper" | Wallpaper icon. |
| wand = "Wand" | Wand icon. |
| warning = "Warning" | Warning icon. |
| weatherBlowingSnow = "WeatherBlowingSnow" | Weather blowing snow icon. |
| weatherCloudy = "WeatherCloudy" | Weather cloudy icon. |
| weatherDrizzle = "WeatherDrizzle" | Weather drizzle icon. |
| weatherDuststorm = "WeatherDuststorm" | Weather duststorm icon. |
| weatherFog = "WeatherFog" | Weather fog icon. |
| weatherHailDay = "WeatherHailDay" | Weather hail day icon. |
| weatherHailNight = "WeatherHailNight" | Weather hail night icon. |
| weatherHaze = "WeatherHaze" | Weather haze icon. |
| weatherMoon = "WeatherMoon" | Weather moon icon. |
| weatherPartlyCloudyDay = "WeatherPartlyCloudyDay" | Weather partly cloudy day icon. |
| weatherPartlyCloudyNight = "WeatherPartlyCloudyNight" | Weather partly cloudy night icon. |
| weatherRain = "WeatherRain" | Weather rain icon. |
| weatherRainShowersDay = "WeatherRainShowersDay" | Weather rain showers day icon. |
| weatherRainShowersNight = "WeatherRainShowersNight" | Weather rain showers night icon. |
| weatherRainSnow = "WeatherRainSnow" | Weather rain snow icon. |
| weatherSnow = "WeatherSnow" | Weather snow icon. |
| weatherSnowflake = "WeatherSnowflake" | Weather snowflake icon. |
| weatherSnowShowerDay = "WeatherSnowShowerDay" | Weather snow shower day icon. |
| weatherSnowShowerNight = "WeatherSnowShowerNight" | Weather snow shower night icon. |
| weatherSqualls = "WeatherSqualls" | Weather squalls icon. |
| weatherSunnyHigh = "WeatherSunnyHigh" | Weather sunny high icon. |
| weatherSunnyLow = "WeatherSunnyLow" | Weather sunny low icon. |
| weatherThunderstorm = "WeatherThunderstorm" | Weather thunderstorm icon. |
| webAsset = "WebAsset" | Web asset icon. |
| whiteboard = "Whiteboard" | Whiteboard icon. |
| wifi1 = "Wifi1" | Wifi signal with 3 bars icon. |
| wifi2 = "Wifi2" | Wifi signal with 2 bars icon. |
| window = "Window" | Window icon. |
| windowMultiple = "WindowMultiple" | Window multiple icon. |
| windowWrench = "WindowWrench" | Window wrench icon. |
| wrench = "Wrench" | Wrench icon. |
| wrenchScrewdriver = "WrenchScrewdriver" | Wrench screwdriver icon. |
| xray = "Xray" | X-ray icon. |
| yoga = "Yoga" | Yoga icon. |