vs button emoji
vs-button from Fluent Emoji Flat by Microsoft Corporation · Default · Symbols · MIT Free for personal and commercial use.
- Name
- vs-button
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- Symbols
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More symbols icons from Fluent Emoji Flat
a-button-blood-typeab-button-blood-typeantenna-barsaquariusariesatm-signatom-symbolb-button-blood-typebaby-symbolback-arrowbaggage-claimbiohazardblack-circleblack-large-squareblack-medium-small-squareblack-medium-squareblack-small-squareblack-square-buttonblue-circleblue-squarebright-buttonbrown-circlebrown-squarecancer
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="none"><path fill="#ff822d" d="M2 6a4 4 0 0 1 4-4h20a4 4 0 0 1 4 4v20a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4z"/><path fill="#fff" d="M21.633 10c-1.998 0-3.635 1.557-3.692 3.29c-.035 1.054.434 1.897 1.181 2.519c.709.59 1.67.99 2.723 1.282c.937.26 1.374.672 1.548 1.002c.164.311.183.71-.066 1.188c-.201.389-.58.714-1.134.783c-.567.071-1.494-.104-2.786-1.11a1 1 0 1 0-1.229 1.577c1.549 1.207 2.997 1.677 4.264 1.518a3.45 3.45 0 0 0 2.66-1.846c.5-.961.578-2.06.06-3.043c-.507-.962-1.495-1.639-2.782-1.996c-.94-.261-1.587-.567-1.978-.892c-.353-.294-.474-.576-.462-.915c.018-.552.666-1.357 1.693-1.357c.376 0 .82.143 1.265.38c.437.233.79.512.961.674a1 1 0 0 0 1.376-1.452a6.7 6.7 0 0 0-1.396-.986c-.594-.317-1.373-.616-2.206-.616m-13.263.654a1 1 0 1 0-1.865.723l3.875 9.985a1 1 0 0 0 1.86.014l4.046-9.985a1 1 0 0 0-1.853-.751l-3.1 7.648z"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatVsButton(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ff822d" d="M2 6a4 4 0 0 1 4-4h20a4 4 0 0 1 4 4v20a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4z"/><path fill="#fff" d="M21.633 10c-1.998 0-3.635 1.557-3.692 3.29c-.035 1.054.434 1.897 1.181 2.519c.709.59 1.67.99 2.723 1.282c.937.26 1.374.672 1.548 1.002c.164.311.183.71-.066 1.188c-.201.389-.58.714-1.134.783c-.567.071-1.494-.104-2.786-1.11a1 1 0 1 0-1.229 1.577c1.549 1.207 2.997 1.677 4.264 1.518a3.45 3.45 0 0 0 2.66-1.846c.5-.961.578-2.06.06-3.043c-.507-.962-1.495-1.639-2.782-1.996c-.94-.261-1.587-.567-1.978-.892c-.353-.294-.474-.576-.462-.915c.018-.552.666-1.357 1.693-1.357c.376 0 .82.143 1.265.38c.437.233.79.512.961.674a1 1 0 0 0 1.376-1.452a6.7 6.7 0 0 0-1.396-.986c-.594-.317-1.373-.616-2.206-.616m-13.263.654a1 1 0 1 0-1.865.723l3.875 9.985a1 1 0 0 0 1.86.014l4.046-9.985a1 1 0 0 0-1.853-.751l-3.1 7.648z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ff822d" d="M2 6a4 4 0 0 1 4-4h20a4 4 0 0 1 4 4v20a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4z"/><path fill="#fff" d="M21.633 10c-1.998 0-3.635 1.557-3.692 3.29c-.035 1.054.434 1.897 1.181 2.519c.709.59 1.67.99 2.723 1.282c.937.26 1.374.672 1.548 1.002c.164.311.183.71-.066 1.188c-.201.389-.58.714-1.134.783c-.567.071-1.494-.104-2.786-1.11a1 1 0 1 0-1.229 1.577c1.549 1.207 2.997 1.677 4.264 1.518a3.45 3.45 0 0 0 2.66-1.846c.5-.961.578-2.06.06-3.043c-.507-.962-1.495-1.639-2.782-1.996c-.94-.261-1.587-.567-1.978-.892c-.353-.294-.474-.576-.462-.915c.018-.552.666-1.357 1.693-1.357c.376 0 .82.143 1.265.38c.437.233.79.512.961.674a1 1 0 0 0 1.376-1.452a6.7 6.7 0 0 0-1.396-.986c-.594-.317-1.373-.616-2.206-.616m-13.263.654a1 1 0 1 0-1.865.723l3.875 9.985a1 1 0 0 0 1.86.014l4.046-9.985a1 1 0 0 0-1.853-.751l-3.1 7.648z"/></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%22none%22%3E%3Cpath%20fill%3D%22%23ff822d%22%20d%3D%22M2%206a4%204%200%200%201%204-4h20a4%204%200%200%201%204%204v20a4%204%200%200%201-4%204H6a4%204%200%200%201-4-4z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.633%2010c-1.998%200-3.635%201.557-3.692%203.29c-.035%201.054.434%201.897%201.181%202.519c.709.59%201.67.99%202.723%201.282c.937.26%201.374.672%201.548%201.002c.164.311.183.71-.066%201.188c-.201.389-.58.714-1.134.783c-.567.071-1.494-.104-2.786-1.11a1%201%200%201%200-1.229%201.577c1.549%201.207%202.997%201.677%204.264%201.518a3.45%203.45%200%200%200%202.66-1.846c.5-.961.578-2.06.06-3.043c-.507-.962-1.495-1.639-2.782-1.996c-.94-.261-1.587-.567-1.978-.892c-.353-.294-.474-.576-.462-.915c.018-.552.666-1.357%201.693-1.357c.376%200%20.82.143%201.265.38c.437.233.79.512.961.674a1%201%200%200%200%201.376-1.452a6.7%206.7%200%200%200-1.396-.986c-.594-.317-1.373-.616-2.206-.616m-13.263.654a1%201%200%201%200-1.865.723l3.875%209.985a1%201%200%200%200%201.86.014l4.046-9.985a1%201%200%200%200-1.853-.751l-3.1%207.648z%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%22none%22%3E%3Cpath%20fill%3D%22%23ff822d%22%20d%3D%22M2%206a4%204%200%200%201%204-4h20a4%204%200%200%201%204%204v20a4%204%200%200%201-4%204H6a4%204%200%200%201-4-4z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.633%2010c-1.998%200-3.635%201.557-3.692%203.29c-.035%201.054.434%201.897%201.181%202.519c.709.59%201.67.99%202.723%201.282c.937.26%201.374.672%201.548%201.002c.164.311.183.71-.066%201.188c-.201.389-.58.714-1.134.783c-.567.071-1.494-.104-2.786-1.11a1%201%200%201%200-1.229%201.577c1.549%201.207%202.997%201.677%204.264%201.518a3.45%203.45%200%200%200%202.66-1.846c.5-.961.578-2.06.06-3.043c-.507-.962-1.495-1.639-2.782-1.996c-.94-.261-1.587-.567-1.978-.892c-.353-.294-.474-.576-.462-.915c.018-.552.666-1.357%201.693-1.357c.376%200%20.82.143%201.265.38c.437.233.79.512.961.674a1%201%200%200%200%201.376-1.452a6.7%206.7%200%200%200-1.396-.986c-.594-.317-1.373-.616-2.206-.616m-13.263.654a1%201%200%201%200-1.865.723l3.875%209.985a1%201%200%200%200%201.86.014l4.046-9.985a1%201%200%200%200-1.853-.751l-3.1%207.648z%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-flat/vs-button.svg?color=%231a73e8&size=48