vs-button from Emoji One (Colored) by Emoji One · Default · Symbols · CC-BY-4.0 Attribution required.

Name
vs-button
Set
Emoji One (Colored)
Style
Default
Category
Symbols
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More symbols icons from Emoji One (Colored)

Use the vs button emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#eda454" d="M62 52c0 5.5-4.5 10-10 10H12C6.5 62 2 57.5 2 52V12C2 6.5 6.5 2 12 2h40c5.5 0 10 4.5 10 10z"/><path fill="#fff" d="M26.3 19.7h5.4l-8.4 24.6h-4.9L10 19.7h5.5l5.4 18.7zm12.1 17.1c.2 1.1.5 2 .9 2.5c.9 1 2.3 1.5 4.4 1.5c1.2 0 2.3-.1 3-.4c1.5-.5 2.2-1.5 2.2-2.9c0-.8-.4-1.4-1.1-1.9c-.7-.4-1.9-.8-3.4-1.2l-2.7-.6c-2.6-.6-4.4-1.2-5.4-1.9c-1.7-1.1-2.5-2.9-2.5-5.3c0-2.2.8-4 2.4-5.5s4-2.2 7.2-2.2c2.6 0 4.9.7 6.7 2.1c1.9 1.4 2.8 3.4 2.9 6h-5c-.1-1.5-.8-2.5-2-3.2c-.8-.4-1.8-.6-3.1-.6c-1.4 0-2.5.3-3.3.8s-1.2 1.3-1.2 2.2s.4 1.5 1.2 2c.5.3 1.6.6 3.3 1l4.3 1c1.9.4 3.3 1 4.3 1.8c1.5 1.2 2.2 2.8 2.2 5c0 2.3-.9 4.1-2.6 5.6c-1.5 1.7-3.9 2.4-7.1 2.4c-3.3 0-5.8-.7-7.7-2.2s-2.8-3.5-2.8-6z"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneVsButton(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#eda454" d="M62 52c0 5.5-4.5 10-10 10H12C6.5 62 2 57.5 2 52V12C2 6.5 6.5 2 12 2h40c5.5 0 10 4.5 10 10z"/><path fill="#fff" d="M26.3 19.7h5.4l-8.4 24.6h-4.9L10 19.7h5.5l5.4 18.7zm12.1 17.1c.2 1.1.5 2 .9 2.5c.9 1 2.3 1.5 4.4 1.5c1.2 0 2.3-.1 3-.4c1.5-.5 2.2-1.5 2.2-2.9c0-.8-.4-1.4-1.1-1.9c-.7-.4-1.9-.8-3.4-1.2l-2.7-.6c-2.6-.6-4.4-1.2-5.4-1.9c-1.7-1.1-2.5-2.9-2.5-5.3c0-2.2.8-4 2.4-5.5s4-2.2 7.2-2.2c2.6 0 4.9.7 6.7 2.1c1.9 1.4 2.8 3.4 2.9 6h-5c-.1-1.5-.8-2.5-2-3.2c-.8-.4-1.8-.6-3.1-.6c-1.4 0-2.5.3-3.3.8s-1.2 1.3-1.2 2.2s.4 1.5 1.2 2c.5.3 1.6.6 3.3 1l4.3 1c1.9.4 3.3 1 4.3 1.8c1.5 1.2 2.2 2.8 2.2 5c0 2.3-.9 4.1-2.6 5.6c-1.5 1.7-3.9 2.4-7.1 2.4c-3.3 0-5.8-.7-7.7-2.2s-2.8-3.5-2.8-6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#eda454" d="M62 52c0 5.5-4.5 10-10 10H12C6.5 62 2 57.5 2 52V12C2 6.5 6.5 2 12 2h40c5.5 0 10 4.5 10 10z"/><path fill="#fff" d="M26.3 19.7h5.4l-8.4 24.6h-4.9L10 19.7h5.5l5.4 18.7zm12.1 17.1c.2 1.1.5 2 .9 2.5c.9 1 2.3 1.5 4.4 1.5c1.2 0 2.3-.1 3-.4c1.5-.5 2.2-1.5 2.2-2.9c0-.8-.4-1.4-1.1-1.9c-.7-.4-1.9-.8-3.4-1.2l-2.7-.6c-2.6-.6-4.4-1.2-5.4-1.9c-1.7-1.1-2.5-2.9-2.5-5.3c0-2.2.8-4 2.4-5.5s4-2.2 7.2-2.2c2.6 0 4.9.7 6.7 2.1c1.9 1.4 2.8 3.4 2.9 6h-5c-.1-1.5-.8-2.5-2-3.2c-.8-.4-1.8-.6-3.1-.6c-1.4 0-2.5.3-3.3.8s-1.2 1.3-1.2 2.2s.4 1.5 1.2 2c.5.3 1.6.6 3.3 1l4.3 1c1.9.4 3.3 1 4.3 1.8c1.5 1.2 2.2 2.8 2.2 5c0 2.3-.9 4.1-2.6 5.6c-1.5 1.7-3.9 2.4-7.1 2.4c-3.3 0-5.8-.7-7.7-2.2s-2.8-3.5-2.8-6z"/></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%2064%2064%22%3E%3Cpath%20fill%3D%22%23eda454%22%20d%3D%22M62%2052c0%205.5-4.5%2010-10%2010H12C6.5%2062%202%2057.5%202%2052V12C2%206.5%206.5%202%2012%202h40c5.5%200%2010%204.5%2010%2010z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.3%2019.7h5.4l-8.4%2024.6h-4.9L10%2019.7h5.5l5.4%2018.7zm12.1%2017.1c.2%201.1.5%202%20.9%202.5c.9%201%202.3%201.5%204.4%201.5c1.2%200%202.3-.1%203-.4c1.5-.5%202.2-1.5%202.2-2.9c0-.8-.4-1.4-1.1-1.9c-.7-.4-1.9-.8-3.4-1.2l-2.7-.6c-2.6-.6-4.4-1.2-5.4-1.9c-1.7-1.1-2.5-2.9-2.5-5.3c0-2.2.8-4%202.4-5.5s4-2.2%207.2-2.2c2.6%200%204.9.7%206.7%202.1c1.9%201.4%202.8%203.4%202.9%206h-5c-.1-1.5-.8-2.5-2-3.2c-.8-.4-1.8-.6-3.1-.6c-1.4%200-2.5.3-3.3.8s-1.2%201.3-1.2%202.2s.4%201.5%201.2%202c.5.3%201.6.6%203.3%201l4.3%201c1.9.4%203.3%201%204.3%201.8c1.5%201.2%202.2%202.8%202.2%205c0%202.3-.9%204.1-2.6%205.6c-1.5%201.7-3.9%202.4-7.1%202.4c-3.3%200-5.8-.7-7.7-2.2s-2.8-3.5-2.8-6z%22%2F%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%2064%2064%22%3E%3Cpath%20fill%3D%22%23eda454%22%20d%3D%22M62%2052c0%205.5-4.5%2010-10%2010H12C6.5%2062%202%2057.5%202%2052V12C2%206.5%206.5%202%2012%202h40c5.5%200%2010%204.5%2010%2010z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.3%2019.7h5.4l-8.4%2024.6h-4.9L10%2019.7h5.5l5.4%2018.7zm12.1%2017.1c.2%201.1.5%202%20.9%202.5c.9%201%202.3%201.5%204.4%201.5c1.2%200%202.3-.1%203-.4c1.5-.5%202.2-1.5%202.2-2.9c0-.8-.4-1.4-1.1-1.9c-.7-.4-1.9-.8-3.4-1.2l-2.7-.6c-2.6-.6-4.4-1.2-5.4-1.9c-1.7-1.1-2.5-2.9-2.5-5.3c0-2.2.8-4%202.4-5.5s4-2.2%207.2-2.2c2.6%200%204.9.7%206.7%202.1c1.9%201.4%202.8%203.4%202.9%206h-5c-.1-1.5-.8-2.5-2-3.2c-.8-.4-1.8-.6-3.1-.6c-1.4%200-2.5.3-3.3.8s-1.2%201.3-1.2%202.2s.4%201.5%201.2%202c.5.3%201.6.6%203.3%201l4.3%201c1.9.4%203.3%201%204.3%201.8c1.5%201.2%202.2%202.8%202.2%205c0%202.3-.9%204.1-2.6%205.6c-1.5%201.7-3.9%202.4-7.1%202.4c-3.3%200-5.8-.7-7.7-2.2s-2.8-3.5-2.8-6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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