vs-button from Fluent Emoji High Contrast by Microsoft Corporation · Default · Symbols · MIT Free for personal and commercial use.

Name
vs-button
Set
Fluent Emoji High Contrast
Style
Default
Category
Symbols
Viewbox
32×32
License
MIT

The same emoji in other sets

More symbols icons from Fluent Emoji High Contrast

Use the vs button emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M17.94 13.29c.058-1.733 1.695-3.29 3.693-3.29c.833 0 1.612.3 2.206.616c.6.32 1.1.705 1.396.986a1 1 0 1 1-1.376 1.452a4.8 4.8 0 0 0-.961-.674c-.444-.237-.889-.38-1.265-.38c-1.027 0-1.675.805-1.693 1.357c-.012.34.11.621.462.915c.391.325 1.038.63 1.978.892c1.287.357 2.275 1.034 2.782 1.996c.518.983.44 2.082-.06 3.043a3.45 3.45 0 0 1-2.66 1.846c-1.267.159-2.715-.311-4.264-1.518a1 1 0 1 1 1.23-1.578c1.29 1.007 2.218 1.182 2.785 1.111a1.45 1.45 0 0 0 1.134-.783c.248-.477.23-.877.066-1.188c-.174-.33-.61-.742-1.548-1.002c-1.052-.293-2.014-.693-2.723-1.282c-.747-.622-1.216-1.465-1.181-2.518M7.076 10.083a1 1 0 0 1 1.294.57l2.849 7.341c.04.106.19.107.232.002l2.982-7.356a1 1 0 1 1 1.853.751l-4.047 9.985a1 1 0 0 1-1.859-.014l-3.875-9.985a1 1 0 0 1 .57-1.294"/><path d="M6 1a5 5 0 0 0-5 5v20a5 5 0 0 0 5 5h20a5 5 0 0 0 5-5V6a5 5 0 0 0-5-5zM3 6a3 3 0 0 1 3-3h20a3 3 0 0 1 3 3v20a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3z"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastVsButton(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M17.94 13.29c.058-1.733 1.695-3.29 3.693-3.29c.833 0 1.612.3 2.206.616c.6.32 1.1.705 1.396.986a1 1 0 1 1-1.376 1.452a4.8 4.8 0 0 0-.961-.674c-.444-.237-.889-.38-1.265-.38c-1.027 0-1.675.805-1.693 1.357c-.012.34.11.621.462.915c.391.325 1.038.63 1.978.892c1.287.357 2.275 1.034 2.782 1.996c.518.983.44 2.082-.06 3.043a3.45 3.45 0 0 1-2.66 1.846c-1.267.159-2.715-.311-4.264-1.518a1 1 0 1 1 1.23-1.578c1.29 1.007 2.218 1.182 2.785 1.111a1.45 1.45 0 0 0 1.134-.783c.248-.477.23-.877.066-1.188c-.174-.33-.61-.742-1.548-1.002c-1.052-.293-2.014-.693-2.723-1.282c-.747-.622-1.216-1.465-1.181-2.518M7.076 10.083a1 1 0 0 1 1.294.57l2.849 7.341c.04.106.19.107.232.002l2.982-7.356a1 1 0 1 1 1.853.751l-4.047 9.985a1 1 0 0 1-1.859-.014l-3.875-9.985a1 1 0 0 1 .57-1.294"/><path d="M6 1a5 5 0 0 0-5 5v20a5 5 0 0 0 5 5h20a5 5 0 0 0 5-5V6a5 5 0 0 0-5-5zM3 6a3 3 0 0 1 3-3h20a3 3 0 0 1 3 3v20a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M17.94 13.29c.058-1.733 1.695-3.29 3.693-3.29c.833 0 1.612.3 2.206.616c.6.32 1.1.705 1.396.986a1 1 0 1 1-1.376 1.452a4.8 4.8 0 0 0-.961-.674c-.444-.237-.889-.38-1.265-.38c-1.027 0-1.675.805-1.693 1.357c-.012.34.11.621.462.915c.391.325 1.038.63 1.978.892c1.287.357 2.275 1.034 2.782 1.996c.518.983.44 2.082-.06 3.043a3.45 3.45 0 0 1-2.66 1.846c-1.267.159-2.715-.311-4.264-1.518a1 1 0 1 1 1.23-1.578c1.29 1.007 2.218 1.182 2.785 1.111a1.45 1.45 0 0 0 1.134-.783c.248-.477.23-.877.066-1.188c-.174-.33-.61-.742-1.548-1.002c-1.052-.293-2.014-.693-2.723-1.282c-.747-.622-1.216-1.465-1.181-2.518M7.076 10.083a1 1 0 0 1 1.294.57l2.849 7.341c.04.106.19.107.232.002l2.982-7.356a1 1 0 1 1 1.853.751l-4.047 9.985a1 1 0 0 1-1.859-.014l-3.875-9.985a1 1 0 0 1 .57-1.294"/><path d="M6 1a5 5 0 0 0-5 5v20a5 5 0 0 0 5 5h20a5 5 0 0 0 5-5V6a5 5 0 0 0-5-5zM3 6a3 3 0 0 1 3-3h20a3 3 0 0 1 3 3v20a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3z"/></g></svg>
</template>

CSS

.icon-vs-button {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M17.94%2013.29c.058-1.733%201.695-3.29%203.693-3.29c.833%200%201.612.3%202.206.616c.6.32%201.1.705%201.396.986a1%201%200%201%201-1.376%201.452a4.8%204.8%200%200%200-.961-.674c-.444-.237-.889-.38-1.265-.38c-1.027%200-1.675.805-1.693%201.357c-.012.34.11.621.462.915c.391.325%201.038.63%201.978.892c1.287.357%202.275%201.034%202.782%201.996c.518.983.44%202.082-.06%203.043a3.45%203.45%200%200%201-2.66%201.846c-1.267.159-2.715-.311-4.264-1.518a1%201%200%201%201%201.23-1.578c1.29%201.007%202.218%201.182%202.785%201.111a1.45%201.45%200%200%200%201.134-.783c.248-.477.23-.877.066-1.188c-.174-.33-.61-.742-1.548-1.002c-1.052-.293-2.014-.693-2.723-1.282c-.747-.622-1.216-1.465-1.181-2.518M7.076%2010.083a1%201%200%200%201%201.294.57l2.849%207.341c.04.106.19.107.232.002l2.982-7.356a1%201%200%201%201%201.853.751l-4.047%209.985a1%201%200%200%201-1.859-.014l-3.875-9.985a1%201%200%200%201%20.57-1.294%22%2F%3E%3Cpath%20d%3D%22M6%201a5%205%200%200%200-5%205v20a5%205%200%200%200%205%205h20a5%205%200%200%200%205-5V6a5%205%200%200%200-5-5zM3%206a3%203%200%200%201%203-3h20a3%203%200%200%201%203%203v20a3%203%200%200%201-3%203H6a3%203%200%200%201-3-3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M17.94%2013.29c.058-1.733%201.695-3.29%203.693-3.29c.833%200%201.612.3%202.206.616c.6.32%201.1.705%201.396.986a1%201%200%201%201-1.376%201.452a4.8%204.8%200%200%200-.961-.674c-.444-.237-.889-.38-1.265-.38c-1.027%200-1.675.805-1.693%201.357c-.012.34.11.621.462.915c.391.325%201.038.63%201.978.892c1.287.357%202.275%201.034%202.782%201.996c.518.983.44%202.082-.06%203.043a3.45%203.45%200%200%201-2.66%201.846c-1.267.159-2.715-.311-4.264-1.518a1%201%200%201%201%201.23-1.578c1.29%201.007%202.218%201.182%202.785%201.111a1.45%201.45%200%200%200%201.134-.783c.248-.477.23-.877.066-1.188c-.174-.33-.61-.742-1.548-1.002c-1.052-.293-2.014-.693-2.723-1.282c-.747-.622-1.216-1.465-1.181-2.518M7.076%2010.083a1%201%200%200%201%201.294.57l2.849%207.341c.04.106.19.107.232.002l2.982-7.356a1%201%200%201%201%201.853.751l-4.047%209.985a1%201%200%200%201-1.859-.014l-3.875-9.985a1%201%200%200%201%20.57-1.294%22%2F%3E%3Cpath%20d%3D%22M6%201a5%205%200%200%200-5%205v20a5%205%200%200%200%205%205h20a5%205%200%200%200%205-5V6a5%205%200%200%200-5-5zM3%206a3%203%200%200%201%203-3h20a3%203%200%200%201%203%203v20a3%203%200%200%201-3%203H6a3%203%200%200%201-3-3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/vs-button.svg?color=%231a73e8&size=48